QTfrontend/main.cpp
Tue, 27 Nov 2018 19:59:51 +0100 Wuzzy Use that enum consistently in main.cpp
Tue, 27 Nov 2018 17:48:41 +0100 Wuzzy QTfrontend: Translate and clean console output when using --help or bad cmd line arg
Thu, 22 Nov 2018 20:41:42 +0100 Wuzzy Add a few translator comments to some not-so-obvious strings
Fri, 20 Jul 2018 12:51:16 +0200 Wuzzy Detect Qt style after parameter parsing
Fri, 20 Jul 2018 02:43:38 +0200 Wuzzy Fix SDLInteraction strings not being translated
Fri, 30 Mar 2018 11:56:16 -0400 nemo add title manipulation
Sat, 24 Mar 2018 00:26:39 +0100 Wuzzy Change how locale is loaded in frontend, and fix some bugs
Wed, 14 Mar 2018 23:55:13 +0100 Wuzzy Add default directory DrawnMaps to put hand-drawn maps into
Tue, 13 Mar 2018 23:19:24 +0100 unc0rr Merge qt5transition into default
Tue, 13 Mar 2018 18:25:37 +0100 Wuzzy Frontend: Fix built-in Qt translations not loaded properly qt5transition
Tue, 13 Mar 2018 16:38:48 +0100 Wuzzy Fix buggy Qt5 style detection causing segfault on Arch Linux w/ qt5-style-plugins qt5transition
Tue, 13 Mar 2018 10:20:41 -0400 nemo try plastique with fallback to windows - we should find a way to alert the user that qt5-style-plugins would improve rendering qt5transition
Tue, 13 Mar 2018 10:02:01 -0400 nemo seems to help styling some - some CSS tweaks may still be needed - lobby for example qt5transition
Wed, 07 Mar 2018 10:44:30 +0100 Wuzzy Frontend: Lead first-time player to training page on start
Wed, 24 Jan 2018 22:20:10 +0100 unc0rr Finish porting. Seems to work, but no thorough testing has been performed qt5transition
Fri, 06 Oct 2017 19:12:23 +0200 alfadur Fix splash screen on Windows
Mon, 26 Sep 2016 23:36:00 -0400 koda Drop xfire module
Sat, 21 Nov 2015 20:22:45 +0100 Wuzzy Load Qt library's translation
Tue, 10 Nov 2015 20:43:13 +0100 sheepluva merge default sdl2transition
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Tue, 11 Nov 2014 21:46:17 +0100 Safa automatic RTL based on locale
Tue, 11 Nov 2014 21:22:23 +0100 sheepluva fix one of my translation related brainfarts
Mon, 08 Sep 2014 18:53:34 +0200 sheepluva mention the hwplay:// thing in --help
Mon, 08 Sep 2014 18:12:13 +0200 sheepluva fix for < LocutusOfBorg1> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760776
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Sat, 14 Dec 2013 21:16:20 +0400 unc0rr To prevent that weird crash, you need to initialize SDL before Qt sdl2transition
Thu, 06 Jun 2013 15:55:10 +0200 koda port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5
Fri, 31 May 2013 14:51:08 -0400 nemo Merge 0.9.19
Fri, 31 May 2013 14:47:07 -0400 nemo fix locale load 0.9.19
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Tue, 21 May 2013 21:22:32 +0400 unc0rr Use old method of locale detection, fallback to new one in case of problems
Thu, 18 Apr 2013 00:41:27 +0400 unc0rr Switch to 'settings.ini'. Copies old ini file if necessary on startup.
Sat, 06 Apr 2013 02:11:02 +0200 koda fix 'failed to install translation' message when misc/locale in hedgewars.ini is empty (which is *always* when 'system default' is selected)
Wed, 27 Mar 2013 12:56:07 +0100 koda drop QApplication in favor of HWApplication and minor refactor of MessageDialog
Tue, 12 Mar 2013 17:18:55 +0100 koda this should supposedly add hwplay:// schemes to windows, after user presses file association
Sun, 10 Mar 2013 11:29:00 +0100 koda oops forgot to move header
Sun, 10 Mar 2013 01:02:15 +0100 koda move signal handler in hwapplication
Mon, 04 Mar 2013 23:24:55 +0100 koda add version info to frontend output too
Sun, 17 Feb 2013 00:25:53 +0400 unc0rr - Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt)
Sat, 19 Jan 2013 17:46:06 -0500 dag10 Accidentally left atexit() inside a mac-only section in last revision (rbecac012d502)
Sat, 19 Jan 2013 17:33:10 -0500 dag10 Moved FileEngineHandler instance in main() to be a pointer released "atexit". (Fixes issue 509)
Mon, 14 Jan 2013 21:17:42 +0400 dag10 Convert feedback page to dialog (+some fixes from unC0Rr)
Fri, 04 Jan 2013 21:44:40 +0400 unc0rr Merge from default flibqtfrontend
Wed, 02 Jan 2013 23:13:14 +0100 martin_bede GCI2012: Unix Qt Signals
Fri, 28 Dec 2012 23:54:42 +0100 koda ok, enable the splashscreen for win only
Thu, 27 Dec 2012 18:16:50 +0100 koda NSIS workaround no longer necessary
Thu, 27 Dec 2012 17:08:58 +0100 koda disable splash on linux
Thu, 27 Dec 2012 17:01:02 +0100 koda add a splashscreen while the main interface is loading (enabled on all platforms, disable if it doesn'n't look good
Mon, 24 Dec 2012 15:41:45 +0100 koda get executable directory at runtime rather than configure time
Thu, 20 Dec 2012 23:12:18 +0100 koda cmake rework, cleanup a lot of redundant sections, separate library and binary install location, unify osx and win handling of the data directory (tested on win, lin and mac)
Sat, 08 Dec 2012 22:53:23 +0400 unc0rr Merge with default flibqtfrontend
Tue, 04 Dec 2012 10:49:52 +0100 koda backout rea7541f77944 since development of frontlib is on another branch
Mon, 03 Dec 2012 23:54:12 +0400 unc0rr Create hedgewars.ini if not exists manually,
Sun, 02 Dec 2012 17:23:13 +0100 Drew Gottlieb GCI2012: Find Out What is Causing This Problem (frontend leaks on OS X)
Sat, 24 Nov 2012 00:28:32 +0400 unc0rr Load sounds with the help of physfsrwops library
Thu, 22 Nov 2012 15:24:10 +0400 unc0rr - Fix saving .ini files
Wed, 21 Nov 2012 00:04:09 +0400 unc0rr Start port to frontlib
Sun, 18 Nov 2012 00:37:23 +0400 unc0rr Mount .hwt files found in Data folder physfslayer
Sat, 17 Nov 2012 22:45:30 +0400 unc0rr Get rid of DataManager::findFileForRead physfslayer
less more (0) -100 -60 tip