23 Commits

Author SHA1 Message Date
Ghostkeeper
16bb754da2 Merge pull request #683 from thopiekar/master-i18n-cmake-fix
CMake: Remove all slashes from language codes
2016-03-29 10:33:48 +02:00
Thomas-Karl Pietrowski
f28cfbf735 CMake: Remove all slashes from language codes
Related to: 6833363b53
2016-03-29 10:17:53 +02:00
Thomas Karl Pietrowski
368718e82b Make all install(*) commands multiline
It makes the CMakeLists.txt (at least for me) easier to read.
2016-03-08 11:07:50 +01:00
Thomas Karl Pietrowski
ce9f6077a2 Renaming cura_app.py into cura on Linux* 2016-03-08 11:07:35 +01:00
Jaime van Kessel
2300410c2e Fuzzy translations are now used by default 2016-02-04 11:45:58 +01:00
Thomas-Karl Pietrowski
350466c73e Adding instructions to CMakeLists.txt to install cura.sharedmimeinfo as cura.xml into ${CMAKE_INSTALL_DATADIR}/mime/packages/ 2016-01-25 19:34:33 +01:00
Thomas-Karl Pietrowski
e1966a7ea5 Scanning i18n directory for languages:
Instead of having a list of languages hardcoded, we scan the i18n directory for available languages.
It was a TODO, which was left after fixing po-file installation. After finding the macro I decided to fix it here.
The reference to the added macro is there as an URL.
2016-01-14 18:31:23 +01:00
Thomas Karl Pietrowski
425a1df865 Fixing i18n build and install
* removes custom target copy-translations
* updating TODO to remove the language list with a nice algorithmus
* renaming file to po_file in foreach-loop
* etc.
2015-12-23 13:29:11 +01:00
Arjen Hiemstra
751f58fb02 Merge branch '15.10'
* 15.10: (39 commits)
  Remove unused import in StartSliceJob
  conforming to code style
  fix typo's..
  Adjust initial view to be slightly from the side
  uses a different method to check whether a machine name excists
  Sets the languageComboBox to the default language
  Remove per-group settings for now
  Make sure to send all settings when an object overrides the profile
  Properly emit writeStarted in RemovableDriveOutputDevice
  Add xy_offset setting to list of settings that trigger a disallowed area update
  Properly trigger a reslice when the active instance is changed
  Wizardpages without hack
  Only hides the window when there are no more pages
  Only add layer data node after all processing
  Also account for "xy_offset" setting for the disallowed areas
  JSON: workaround for stutter in spiralize vase: set travel speed to printing speed
  Adds a color for the error-messages
  Shows an error message when a user tries to add a printer with a name that already excists.
  JSON: support bottom stair step height defaults changed so that the bottom distance to the model isn't violated too much
  Try to use Protobuf CPP implementation if it is available
  ...
2015-11-13 11:31:29 +01:00
Arjen Hiemstra
98d2acaba7 Install the CuraVersion file in the right location on OSX/Win 2015-11-01 22:35:07 +01:00
Arjen Hiemstra
8d0924849f Make it possible to set Cura version from CMake
This helps with automating build so we can set version from one single
spot.
2015-11-01 22:02:54 +01:00
Olliver Schinagl
c94b13e680 Add cpack using the uranium style
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-09-29 13:42:08 +02:00
Arjen Hiemstra
8966054373 Remove Qt translation generation and only use gettext for extracting translations 2015-09-11 14:47:53 +02:00
Arjen Hiemstra
0962fdddf1 Add translations to ALL target and add install directives 2015-08-07 17:23:02 +02:00
Arjen Hiemstra
937ba1d317 Use a better default installation directory for Debian systems
Contributes to Ultimaker/Uranium#42
2015-07-07 11:47:43 +02:00
Arjen Hiemstra
a50159a99a Always install to $prefix/lib, do not use an arch-specific libdir
Contributes to Ultimaker/Uranium#42
2015-06-30 14:24:52 +02:00
Arjen Hiemstra
8c8885d77e Add missing translations to the list of translations to build
Contributes to #57
2015-06-17 15:16:22 +02:00
Arjen Hiemstra
27e734edb7 Install the entire plugins directory into $prefix/lib/cura instead of just the contents
This makes it easier to add the directory to the plugin search paths.

Contributes to Ultimaker/Uranium#41
2015-05-26 17:12:57 +02:00
Arjen Hiemstra
5762b2dfe8 Install the right source files 2015-05-26 11:05:37 +02:00
Arjen Hiemstra
96e0faf937 Rename cura.py to cura_app.py to prevent conflicts with "cura" directory
Contributes to Ultimaker/Uranium#41
2015-05-21 15:13:06 +02:00
Arjen Hiemstra
e62dee6993 Make it possible to ignore translation targets and add install target
Contributes to #41
2015-05-18 14:59:37 +02:00
Arjen Hiemstra
0bbb7f93e8 Add CMake targets to extract messages and create translations 2015-05-04 18:04:23 +02:00
Arjen Hiemstra
92afe31e37 Add gitignore, README, LICENSE and CMakeLists files 2015-04-30 13:37:18 +02:00