Commit Graph

70 Commits (master)

Author SHA1 Message Date
Unknown 1030d7cae4 Fix some memory leaks 2019-03-31 12:03:24 +02:00
Unknown dbc060bba9 Load and restore the Format correctly 2019-03-29 17:03:48 +01:00
Unknown e8ebc537ea Fix reportings of static analyzer 2019-03-29 04:34:17 +01:00
Unknown 0a927fec52 Modernize 2019-03-25 05:18:21 +01:00
Unknown fd180c9590 Add new World Selector 2019-03-24 17:11:25 +01:00
Unknown 4ec78a2e48 Add option to allow real portable builds 2019-03-24 08:30:40 +01:00
Unknown ca271e2a38 Rework Translator 2019-03-22 03:24:03 +01:00
adrido 89a99b043e Remove redundant void 2018-08-18 16:18:59 +02:00
adrido 999dabda15 Remove debug output 2018-08-18 13:53:48 +02:00
adrido 838126a383 Change GeometryGranularity and GeometrySizeMode to QMetaEnums 2018-08-18 06:45:22 +02:00
adrido 225439be67 Move Output log from tab to doc widget and hide it 2018-08-17 17:50:17 +02:00
Unknown 1b59cbc37c Rename general to common 2017-05-18 07:29:44 +02:00
Unknown b1bc4c5d53 Use colorLineEdit for heightmap color too 2017-03-17 11:00:42 +01:00
Unknown b8dfcc6cc2 Add option to open Terminal
Have to be tested on Linux and OSx
2017-03-10 11:03:50 +01:00
Unknown f340a436d3 Made anchors list static const 2017-03-10 09:36:13 +01:00
Unknown f3131219c5 Load and restore radiobuttons from tiles-tab 2017-03-09 12:01:22 +01:00
Unknown bffc961efd Reworked colors.txt asistant 2017-03-07 09:20:07 +01:00
Unknown 0cd525547a Removed legacycode, Fixed Typos, Updated Translation 2017-03-06 10:49:06 +01:00
Unknown 1dabd1071b Tidy up 2017-03-06 10:00:41 +01:00
Unknown adc60b951f Change string connections to functionpointer connections 2017-03-06 03:33:19 +01:00
Unknown b0fbc29f81 Add version information to the "About Minetestmapper" window 2017-03-05 10:48:14 +01:00
Unknown 38bbf0a602 Fix error messege shown twice 2017-03-05 10:33:23 +01:00
Unknown ab2db48adb Improved error message if Minetestmapper could not found 2017-03-05 10:28:25 +01:00
Unknown 044322b970 Remove initialization of unnecesarry QFile 2017-03-05 10:26:59 +01:00
Unknown dda9222f28 Fix Geometry format not parsed correctly and parsed twice 2017-03-05 08:45:25 +01:00
Unknown d328314a74 Rework translation 2017-03-03 09:53:19 +01:00
addi 00f9704b86 Re-Initialize MinetestMapperExecutable after Settings changed 2017-01-30 10:00:47 +01:00
addi df2f883282 Add MinetestMapperExe(cutable) class 2017-01-27 12:20:58 +01:00
addi 145bf8c688 Add Draw-figures Tab 2016-12-14 10:00:35 +01:00
addi 7b801e5755 Prefer a colors.txt from the world directory (if exist) but allow to use always a static one 2016-11-09 10:11:27 +01:00
addi 1bccc3488f Added colors.txt assistant which helps to create a colors.txt file. 2016-11-02 10:11:53 +01:00
addi 7887fdd0ed Add command line argument to allow start in portable mode 2016-10-17 10:00:18 +02:00
addi d3832929c7 "Friendlier" error message if Minetestmapper not found.
Minetestmapper GUI is asking now if the user want to open Preferences.
2016-06-29 17:00:42 +02:00
addi 0a9f8556f5 Fix profiles not found 2016-06-22 15:30:32 +02:00
adrido f29bcb5e1d Fix Mainwindow does not reopen in Maximized mode after closing in Maximized mode 2015-10-27 12:46:52 +01:00
adrido c0d6870299 using new Settings and Profiles;
not compatible with older minetestMapperGui versions.
2015-10-24 07:05:05 +02:00
adrido 66d7c55967 Merge branch 'mapper-location' 2015-10-14 17:58:37 +02:00
adrido fb50ebbaf7 Read version from Git 2015-07-20 08:44:41 +02:00
adrido 0ab34eecb2 merged Improved_Geometry into master 2015-07-18 11:11:07 +02:00
Rogier 505686ff8a Add function to obtain minetestmapper version 2015-07-04 10:28:19 +02:00
Rogier 20b8e53234 Make minetestmapper location configurable. Search for & propose candidates. 2015-07-04 10:28:19 +02:00
Rogier 59fe2eba60 [WIP] Fixes to geometry 2015-07-04 10:18:37 +02:00
Rogier 180956b044 Allow setting geometry manually as well 2015-07-04 08:36:55 +02:00
adrido 5bf389338c Use sizemode for geometrymode_size_group instead granularity 2015-07-03 08:35:43 +02:00
Rogier bb169ab3e8 Fix to 'Improve Geometrymode' (18ee90f0) 2015-07-02 19:15:56 +02:00
Rogier 97f07778b0 Improve 'Tiles' tab a little 2015-07-02 18:04:54 +02:00
Rogier 8a2fd652a0 Fix regular and heightmap scale interval which would not enable 2015-07-02 18:04:54 +02:00
Rogier bd29fee445 Fix to 'Improve Geometrymode' (18ee90f0) 2015-07-02 16:51:29 +02:00
adrido df6b7b6325 Created own geometry widget to keep code simple and clean
Currently its proof of concept, wich may work not right.
The goal is, that mainwindow only have to call set(geometry) and the geometry widget detects and select the correct dropdown entry and fills in the data into the spin boxes.
Also  mainwindow only needs to call getGeometry() to get the geometryString for generating the map and save in profile settings
2015-07-02 15:11:29 +02:00
adrido 18ee90f0ed Improve Geometrymode (thanks to @Rogier-5) 2015-07-02 14:48:40 +02:00