aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* App: centralize conversion from local8BitEike Ziller2018-06-081-3/+4
* App: Pull special command line parsing into separate functionEike Ziller2018-06-081-41/+50
* Avoid parsing the commandline arguments twiceThomas Hartmann2018-04-131-58/+83
* Allow to disable or enable high DPI scalingThomas Hartmann2018-04-101-13/+35
* Use angle on WindowsThomas Hartmann2018-03-191-0/+5
* UI text: Fix grammarLeena Miettinen2018-02-071-2/+2
* Fix that translations did not work after setting IDE_IDEike Ziller2018-01-101-1/+1
* Make missing uses of IDE name configurableRobert Loehning2018-01-031-4/+6
* fix getting a warning if no installsettingspath is setTim Jenssen2017-11-171-1/+1
* introduce installsettingspath as an argumentTim Jenssen2017-11-171-28/+35
* Restrict Unity workaround to Unity sessionDonald Carr2017-10-161-1/+3
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-14/+16
* Introduce Breakpad crash handlerMarco Bubke2017-07-251-4/+4
* main: Remove unused variableOrgad Shaneh2017-07-111-7/+2
* Revert "App: (Re-)enable automatic HighDPI scaling for Linux"Orgad Shaneh2017-07-111-1/+1
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-2/+20
|\
| * Add a way to redirect the "install settings"Eike Ziller2017-05-151-2/+20
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-151-0/+3
|\|
| * Work around issue with vanishing menu bar with UnityEike Ziller2017-05-121-0/+3
* | App: (Re-)enable automatic HighDPI scaling for LinuxAlessandro Portale2017-05-151-1/+1
|/
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-4/+6
* Add defines for relative data pathsEike Ziller2016-12-011-28/+9
* Don't crash when Help mode uses WebEngineRobert Loehning2016-11-191-0/+1
* Fix compile on macOSNikolai Kosjar2016-11-021-2/+3
* CrashHandler: Generalize for other clientsNikolai Kosjar2016-11-011-1/+2
* Main: Replace macro usage with HostOsInfoOrgad Shaneh2016-09-161-3/+2
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-09-131-1/+2
|\
| * Adding logging rule qtc.*.info=false to disable output by defaultThomas Hartmann2016-09-011-1/+2
* | Remove all QT_VERSION_CHECKOrgad Shaneh2016-08-121-8/+0
|/
* App: Fix application font loadingAlessandro Portale2016-07-191-1/+1
* Fix compile with Qt5.5 on OSXChristian Stenger2016-07-181-1/+2
* Loading .ttf fonts from share/qtcreator/fontsThomas Hartmann2016-07-151-0/+11
* Main: Use Qt5-style connectsOrgad Shaneh2016-06-011-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* app: Use HighDPI application attribute instead of environment variable.Friedemann Kleint2015-11-101-6/+4
* app: Setting HighDPI environment variablesAlessandro Portale2015-11-041-6/+28
* Main: Replace preprocessor directives with HostOsInfoOrgad Shaneh2015-10-141-48/+34
* Revert "Set environment variable QT_AUTO_SCREEN_SCALE_FACTOR in Qt 5.6."Thiago Macieira2015-09-291-2/+0
* Set environment variable QT_AUTO_SCREEN_SCALE_FACTOR in Qt 5.6.Friedemann Kleint2015-08-261-0/+2
* Unbreak user-installed plugin loading on non-LinuxEike Ziller2015-08-241-2/+4
* Limit legacy Highdpi tweaks to Qt versions < 5.6.Friedemann Kleint2015-08-191-0/+3
* Use RAII for crash handler setup/cleanupNikolai Kosjar2015-06-101-4/+2
* Startup: Limit devicePixelRatio tweaking to WindowsAlessandro Portale2015-06-041-2/+5
* Automatically choose device pixel ratioEike Ziller2015-04-201-0/+8
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-151-6/+0
|\
| * Fix plugin error dialog modalityOrgad Shaneh2015-04-141-6/+0
* | Close with error if Core plugin is found but disabledEike Ziller2015-04-011-0/+5
|/
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+2