Commit Graph

18 Commits (master)

Author SHA1 Message Date
Bruno Van de Velde bf87c0af10 Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Bruno Van de Velde 11c5ee05ae Updated copyright to 2018 2018-03-22 19:57:45 +01:00
Bruno Van de Velde 6c3bf91137 Perform a Unity build (combining all source files into large file) by default 2017-11-01 13:19:47 +01:00
Bruno Van de Velde 2e9eca5f6a Updated copyright header to 2017 2017-01-20 20:06:07 +01:00
Bruno Van de Velde 899fdfb2de Updated code to fix errors and warnings on CI
- g++ 4.7 is no longer supported by TGUI 0.8, now using g++ 4.9
- valgrind was used by the script but not installed
- Fixed several errors for lines that VS2013 didn't support
- Fixed warnings in Any class about duplicate copy constructors
- Fixed some other minor warnings from VS2015
2016-09-14 21:43:22 +02:00
Bruno Van de Velde 8123cff3ee ComboBox now uses the new renderer 2016-08-25 16:31:12 +02:00
Bruno Van de Velde 18e3cf48a5 Ported ListBox to new renderer + implement the stuff required to get that working 2016-08-20 18:42:18 +02:00
Bruno Van de Velde 10f42770f1 Replaced ':' by '=' in theme and widget files 2016-08-07 00:55:00 +02:00
Bruno Van de Velde c43cbc61eb Mostly stuff related to the renderers 2016-07-11 00:01:18 +02:00
Bruno Van de Velde e1bfb672c8 Update copyright dates 2016-03-17 16:12:06 +01:00
Bruno Van de Velde f4a1e2e04a Added extensive tests for DataIO class 2016-03-08 23:19:59 +01:00
Bruno Van de Velde b924c7a930 Activate remaining tests (except those for specific widgets) 2016-03-03 17:23:46 +01:00
Bruno Van de Velde abf957d70a Allow colors to be passed as strings 2015-12-28 02:01:49 +01:00
Bruno Van de Velde e4624ed54d Theme->load should not overwrite a property set with setProperty 2015-12-05 01:01:47 +01:00
Bruno Van de Velde ffe014140c Improved testing code coverage in loading part 2015-09-06 23:18:49 +02:00
Bruno Van de Velde 3b86dad760 Added support for serialized class names in theme and widget files 2015-08-07 23:19:16 +02:00
Bruno Van de Velde 18d39be52c Added support for comments in theme and widget files 2015-08-07 22:42:59 +02:00
Bruno Van de Velde 807d3e28c3 More unit tests for new code 2015-07-27 16:11:33 +02:00