aboutsummaryrefslogtreecommitdiff
path: root/gui/MainWindow.cpp
AgeCommit message (Collapse)Author
2014-07-20Rework the settings dialog. Rework all of it. Thoroughly.Petr Mrázek
Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
2014-07-20Merge global settings and accounts into a pagedialogJan Dalheimer
Also split external tools into it's own page
2014-07-14Fix last minute derpsPetr Mrázek
* Changelog formatting * Update dialog popping up on start even when it shouldn't
2014-07-14Show changelog even when there are no new updates available.Petr Mrázek
2014-06-28Turn screenshot management into a page.Petr Mrázek
2014-06-28Merge branch 'feature/fix_intel' into developPetr Mrázek
Conflicts: CMakeLists.txt changelog.yaml gui/MainWindow.cpp
2014-06-28Bump version, fix typo, update the changelog.Petr Mrázek
2014-06-28Fix issues with intel drivers. Forced java re-detection on Windows.Petr Mrázek
2014-06-20No more disabling of actions in the instance toolbar. It makes no sense.Petr Mrázek
2014-06-18Replace notes dialog with a page.Petr Mrázek
2014-06-09Instance settings moved to a page.Petr Mrázek
2014-06-09Add and implement pages and page dialog.Petr Mrázek
2014-06-09Move instance settings back to the main window.Petr Mrázek
2014-06-09Fix last instance remaining selected when deletedPetr Mrázek
2014-06-09Reorganize logic code.Petr Mrázek
2014-06-09Begin the transformation!Petr Mrázek
Nuke all the things.
2014-05-21Merge branch 'feature_crashreport' into developJan Dalheimer
2014-05-18Restore manage screenshots in main window.Petr Mrázek
2014-05-18Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek
2014-05-15Status pills. This doesn't build yet.Petr Mrázek
2014-05-10Implement backtraces on Windows.Andrew
Much !!FUN!! was had
2014-05-04Fix version select dialog filteringPetr Mrázek
2014-04-21Fix quit shortcut connect() callPetr Mrázek
2014-04-21Add a quit shortcut to the main window (#200)Taeyeon Mori
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)
2014-04-11Add Patreon button. Needs an icon (used I for now).Sky
2014-04-08Context menu tweaksPetr Mrázek
* 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.
2014-04-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-03-30Fix many memory leaks.Petr Mrázek
2014-03-23Make some more error messages translateable.Petr Mrázek
2014-03-15Add a timer for clicking away the notification dialogJan Dalheimer
2014-02-25Merge branch 'feature_screenshots' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file.
2014-02-24Imgur album creationJan Dalheimer
2014-02-24Working screenshot uploadJan Dalheimer
2014-02-24Screenshot fixes, move some code around, fix some stuffJan Dalheimer
2014-02-24Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts.
2014-02-23Close to finished. Need to fix the upload part. Viewing works (in grayscale)robotbrain
2014-02-23Initial stuff. It doesnt work.robotbrain
2014-02-17Instance flags. Currently used for marking instances as broken. Can later be ↵Jan Dalheimer
used for badges.
2014-02-16RestructureJan Dalheimer
2014-02-16Fix for windows and update tool menu after closing settings dialogJan Dalheimer
2014-02-16Fix more stuff. Detached tools, only MCEdit for now.Jan Dalheimer
2014-02-16More fixes.Jan Dalheimer
2014-02-16Fix stuff. Make sure different ways of aborting profiling work.Jan Dalheimer
2014-02-16Fix a few bugs in profilers.Petr Mrázek
* Legacy was launching before the profiler. * Some clarity changes. * Report problem with empty strings as profiler paths.
2014-02-15Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer
2014-02-15Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer
2014-02-09Fix kitty. Meow.Petr Mrázek
2014-02-04Pave.Petr Mrázek
2014-01-27Offline mode can be used even when online.Petr Mrázek
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.