Commit graph

17 commits

Author SHA1 Message Date
Arjen Hiemstra
4f6c8df224 Merge branch '15.06'
* 15.06:
  Install the entire plugins directory into $prefix/lib/cura instead of just the contents
  Install the right source files
  Rename cura.py to cura_app.py to prevent conflicts with "cura" directory
  Set default brim size to 10 lines
  Fix context menu entries
  Move src to cura so we can use the same package for installed and source
  Add standard Cura install directories to resource and plugin paths
  Set default engine location to unix standard bin dir
  Make it possible to ignore translation targets and add install target
  Add support for loading files from command line
  Set version to 15.05.90 to indicate first beta release of 15.06
  Add __init__ file or else py2exe fails.
2015-05-27 15:12:24 +02:00
Arjen Hiemstra
ae71c309ac Move src to cura so we can use the same package for installed and source
Contributes to #41
Contributes to #42
2015-05-18 15:03:42 +02:00
Arjen Hiemstra
70f5dede95 Add standard Cura install directories to resource and plugin paths
Contributes to #41
Contributes to #42
2015-05-18 15:01:40 +02:00
Arjen Hiemstra
6eb9f5139b Add support for loading files from command line
Fixes #8
2015-05-15 15:18:27 +02:00
Arjen Hiemstra
fdde91be67 Set version to 15.05.90 to indicate first beta release of 15.06 2015-05-11 12:24:56 +02:00
daid
5a71201200 Add __init__ file or else py2exe fails. 2015-05-11 12:21:28 +02:00
Arjen Hiemstra
7e841d429e Merge branch 'master' of github.com:ultimaker/Cura
* 'master' of github.com:ultimaker/Cura:
  Add __init__ file or else py2exe fails.
2015-05-11 12:18:43 +02:00
Arjen Hiemstra
9d7e460b50 Add missing copyright headers
Fixes #5
2015-05-11 12:18:05 +02:00
daid
6c30e1d107 Merge branch 'master' of https://github.com/Ultimaker/Cura 2015-05-07 16:29:52 +02:00
Arjen Hiemstra
cc7ce1d408 Rename everything "Printer" to either "Cura" or drop the prefix since it is no longer needed 2015-05-06 18:41:22 +02:00
Arjen Hiemstra
0a6562a8f1 Style: Use "" for strings not '' 2015-05-06 18:32:54 +02:00
Arjen Hiemstra
7cc493ad91 Make user visible strings in PrinterApplication translatable 2015-05-06 18:26:47 +02:00
Arjen Hiemstra
cf83400133 Use branch name for version, in this case "master" 2015-05-04 18:08:23 +02:00
Arjen Hiemstra
81c402c3bc Add resoure path before calling super() to make translation lookup work 2015-05-04 18:04:23 +02:00
daid
4b7a2016bf Add __init__ file or else py2exe fails. 2015-05-04 17:28:09 +02:00
Arjen Hiemstra
f82ed32ef0 Fix changed file locations and add missing resource path 2015-05-01 13:40:53 +02:00
Arjen Hiemstra
49210587ff Move all Cura files into a src/ directory 2015-04-30 12:25:31 +02:00