Skip to content
Success

Changes

Summary

  1. Make all strings translatable, load translations (commit: d7d3dcc) (details)
  2. Re-enable a simplified splash screen (commit: 3870715) (details)
  3. Add translation support to CMake (commit: ba6e95f) (details)
  4. Update/Simplify CMake configuration (commit: b6b52a5) (details)
  5. Update documentation (commit: db9a97f) (details)
  6. Make translation feature optional (commit: 342bbc7) (details)
Commit d7d3dcc324c1f84f9c3850bc26327bd9faf45963 by Carsten Teibes
Make all strings translatable, load translations
(commit: d7d3dcc)
The file was modified src/stringizer.h (diff)
The file was modified src/main.cpp (diff)
The file was modified src/model/project.cpp (diff)
The file was modified src/ui/other/import_project_dialog.cpp (diff)
The file was modified src/ui/database/database_split_widget.h (diff)
The file was modified src/ui/common/system_color_combobox.cpp (diff)
The file was modified src/ui/common/operand_widget.h (diff)
The file was modified src/ui/other/open_project_dialog.cpp (diff)
The file was modified src/stringizer.cpp (diff)
The file was modified src/ui/main_window.cpp (diff)
The file was modified src/model/project.h (diff)
The file was modified src/ui/database/actor_widget.cpp (diff)
The file was modified src/ui/database/state_widget.cpp (diff)
The file was modified src/ui/event/event_commands_widget.cpp (diff)
The file was modified README.md (diff)
The file was modified src/ui/event/event_page_widget.cpp (diff)
The file was modified src/ui/other/rtp_path_dialog.cpp (diff)
The file was modified src/ui/database/database_dialog.h (diff)
The file was modified AUTHORS.md (diff)
The file was modified src/ui/common/import_image_dialog.cpp (diff)
The file was modified src/ui/common/operand_widget.cpp (diff)
The file was modified src/ui/other/search_dialog.cpp (diff)
The file was modified src/ui/other/resource_manager_dialog.cpp (diff)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
The file was modified src/ui/other/new_project_dialog.cpp (diff)
The file was modified src/ui/map/map_scene.cpp (diff)
The file was modified src/ui/database/common_event_widget.cpp (diff)
Commit 38707150c2f8bdac03d0e2cbdfb4664476446361 by Carsten Teibes
Re-enable a simplified splash screen
Allow loading custom translations in debug mode

map and feather used under CC0:
  https://opengameart.org/content/simple-map-tiles
  https://opengameart.org/content/duck-duckling-feather-vector-sprites
(commit: 3870715)
The file was removedsrc/ui/other/splash_dialog.h
The file was modified src/main.cpp (diff)
The file was removedsrc/ui/other/splash_dialog.ui
The file was modified src/ui/event/event_page_widget.h (diff)
The file was modified CMakeLists.txt (diff)
The file was modified resources/Resources.qrc (diff)
The file was removedsrc/ui/other/splash_dialog.cpp
The file was addedresources/app/splash.png
Commit ba6e95fb74cd48f9a6c1ecf1ebc82c122f40f18d by Carsten Teibes
Add translation support to CMake
Add some strings for initial german translation
(commit: ba6e95f)
The file was modified src/main.cpp (diff)
The file was modified CMakeLists.txt (diff)
The file was addedtranslations/editor.qrc
The file was addedtranslations/editor_de.ts
Commit b6b52a54e2f65df79362ab0e89ab6a5ff877b802 by Carsten Teibes
Update/Simplify CMake configuration
(commit: b6b52a5)
The file was modified CMakeLists.txt (diff)
Commit db9a97f294351fae90e344b6c8e19aef4cad6be3 by Carsten Teibes
Update documentation
Migrate to asciidoc for more flexibility
(commit: db9a97f)
The file was removedlicenses/COPYING-ICONS
The file was addeddocs/AUTHORS.adoc
The file was addedREADME.adoc
The file was removedREADME.md
The file was modified COPYING (diff)
The file was addeddocs/licenses/COPYING-ICONS
The file was addeddocs/Translation.adoc
The file was removedAUTHORS.md
Commit 342bbc78ac9e381c6b4b22b8db8684462a603b1d by Carsten Teibes
Make translation feature optional
Makes sense until there are some initial translations
(commit: 342bbc7)
The file was modified README.adoc (diff)
The file was modified CMakeLists.txt (diff)