summaryrefslogtreecommitdiffstats
path: root/gui/MainWindow.cpp
Commit message (Collapse)AuthorAgeLines
* Fix last minute derpsPetr Mrázek2014-07-14-2/+4
| | | | | * Changelog formatting * Update dialog popping up on start even when it shouldn't
* Show changelog even when there are no new updates available.Petr Mrázek2014-07-14-6/+8
|
* Turn screenshot management into a page.Petr Mrázek2014-06-28-23/+6
|
* Merge branch 'feature/fix_intel' into developPetr Mrázek2014-06-28-46/+75
|\ | | | | | | | | | | | | Conflicts: CMakeLists.txt changelog.yaml gui/MainWindow.cpp
| * Bump version, fix typo, update the changelog.Petr Mrázek2014-06-28-3/+5
| |
| * Fix issues with intel drivers. Forced java re-detection on Windows.Petr Mrázek2014-06-28-61/+90
| |
* | No more disabling of actions in the instance toolbar. It makes no sense.Petr Mrázek2014-06-20-2/+0
| |
* | Replace notes dialog with a page.Petr Mrázek2014-06-18-31/+19
| |
* | Instance settings moved to a page.Petr Mrázek2014-06-09-20/+14
| |
* | Add and implement pages and page dialog.Petr Mrázek2014-06-09-1/+8
| |
* | Move instance settings back to the main window.Petr Mrázek2014-06-09-0/+10
| |
* | Fix last instance remaining selected when deletedPetr Mrázek2014-06-09-20/+17
| |
* | Reorganize logic code.Petr Mrázek2014-06-09-5/+5
| |
* | Begin the transformation!Petr Mrázek2014-06-09-94/+3
|/ | | | Nuke all the things.
* Merge branch 'feature_crashreport' into developJan Dalheimer2014-05-21-0/+5
|\
| * Implement backtraces on Windows.Andrew2014-05-10-0/+5
| | | | | | | | Much !!FUN!! was had
* | Restore manage screenshots in main window.Petr Mrázek2014-05-18-0/+23
| |
* | Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek2014-05-18-28/+9
| |
* | Status pills. This doesn't build yet.Petr Mrázek2014-05-15-75/+2
|/
* Fix version select dialog filteringPetr Mrázek2014-05-04-1/+1
|
* Fix quit shortcut connect() callPetr Mrázek2014-04-21-1/+2
|
* Add a quit shortcut to the main window (#200)Taeyeon Mori2014-04-21-0/+7
| | | | | The shortcut is Ctrl+Q on every platform but windows, which doesn have one. See also: http://qt-project.org/doc/qt-5/qkeysequence.html#details (StandardKey Quit)
* Add Patreon button. Needs an icon (used I for now).Sky2014-04-11-0/+5
|
* Context menu tweaksPetr Mrázek2014-04-08-11/+38
| | | | | | * Add create/copy instance actions to the context menu. * Context menu for the instance view background. * Top of the context menu is now a header, fixing the misclick problems.
* Workaround for dirty build folders.Petr Mrázek2014-04-06-1/+1
| | | | My disgust just turned into barely contained rage :<
* Get rid of long rebuilds because of minor cmake config changesPetr Mrázek2014-04-06-6/+6
|
* Fix many memory leaks.Petr Mrázek2014-03-30-27/+45
|
* Make some more error messages translateable.Petr Mrázek2014-03-23-8/+8
|
* Add a timer for clicking away the notification dialogJan Dalheimer2014-03-15-20/+3
|
* Merge branch 'feature_screenshots' into integration_json_and_toolsPetr Mrázek2014-02-25-2/+25
|\ | | | | | | | | | | | | Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file.
| * Imgur album creationJan Dalheimer2014-02-24-8/+1
| |
| * Working screenshot uploadJan Dalheimer2014-02-24-2/+2
| |
| * Screenshot fixes, move some code around, fix some stuffJan Dalheimer2014-02-24-27/+9
| |
| * Close to finished. Need to fix the upload part. Viewing works (in grayscale)robotbrain2014-02-23-19/+0
| |
| * Initial stuff. It doesnt work.robotbrain2014-02-23-2/+69
| |
* | Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek2014-02-24-1/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts.
| * | Instance flags. Currently used for marking instances as broken. Can later be ↵Jan Dalheimer2014-02-17-1/+2
| |/ | | | | | | used for badges.
* | RestructureJan Dalheimer2014-02-16-1/+1
| |
* | Fix for windows and update tool menu after closing settings dialogJan Dalheimer2014-02-16-41/+47
| |
* | Fix more stuff. Detached tools, only MCEdit for now.Jan Dalheimer2014-02-16-1/+28
| |
* | More fixes.Jan Dalheimer2014-02-16-1/+1
| |
* | Fix stuff. Make sure different ways of aborting profiling work.Jan Dalheimer2014-02-16-0/+12
| |
* | Fix a few bugs in profilers.Petr Mrázek2014-02-16-3/+4
| | | | | | | | | | | | * Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
* | Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer2014-02-15-24/+38
| |
* | Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer2014-02-15-8/+48
|/
* Fix kitty. Meow.Petr Mrázek2014-02-09-1/+1
|
* Pave.Petr Mrázek2014-02-04-15/+15
|
* Offline mode can be used even when online.Petr Mrázek2014-01-27-82/+122
| | | | | | Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
* Update the changelog, version, scale the instance iconPetr Mrázek2014-01-20-3/+3
|
* Use icon theme so we can have more than one icon size per iconPetr Mrázek2014-01-19-21/+10
|