Petr Mrázek
551e101146
Follow redirects for skins
2014-11-10 05:10:23 +01:00
Petr Mrázek
992ba0c3f8
Implement #545
...
* Instance group can be selected when creating and copying instances
* Original group is pre-selected when copying
* Last used group is pre-selected when creating new instances
2014-11-08 21:17:28 +01:00
Jan Dalheimer
d9b2f0ed42
Fix another bunch of copyright years, including fixing #397
2014-11-02 20:08:26 +01:00
max96at
2dd2b7a291
Finally with Qt5.3 this should work. :D
2014-10-19 18:19:37 +02:00
Petr Mrázek
20cb97a35a
Sync from quickmods
2014-09-06 19:03:05 +02:00
Loetkolben
c0254d9a75
Show a warning if the instance path contains a '!'
...
The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window.
2014-07-30 21:40:18 +02:00
Petr Mrázek
bc05ad30aa
Rework the settings dialog. Rework all of it. Thoroughly.
...
Also introduces the ColumnResizer from:
https://github.com/agateau/columnresizer/
2014-07-20 23:47:46 +02:00
Jan Dalheimer
e178284172
Merge global settings and accounts into a pagedialog
...
Also split external tools into it's own page
2014-07-20 15:01:02 +02:00
Petr Mrázek
8bb906bbd7
Fix last minute derps
...
* Changelog formatting
* Update dialog popping up on start even when it shouldn't
2014-07-14 01:11:52 +02:00
Petr Mrázek
3821569363
Show changelog even when there are no new updates available.
2014-07-14 00:57:54 +02:00
Petr Mrázek
e8731c5d01
Turn screenshot management into a page.
2014-06-28 17:07:08 +02:00
Petr Mrázek
30b1f5e5cf
Merge branch 'feature/fix_intel' into develop
...
Conflicts:
CMakeLists.txt
changelog.yaml
gui/MainWindow.cpp
2014-06-28 08:49:18 +02:00
Petr Mrázek
7f4073840a
Bump version, fix typo, update the changelog.
2014-06-28 00:21:36 +02:00
Petr Mrázek
f0d850e1ee
Fix issues with intel drivers. Forced java re-detection on Windows.
2014-06-28 00:05:00 +02:00
Petr Mrázek
1194ec9a8e
No more disabling of actions in the instance toolbar. It makes no sense.
2014-06-20 01:24:32 +02:00
Petr Mrázek
d911c9908c
Replace notes dialog with a page.
2014-06-18 01:15:01 +02:00
Petr Mrázek
171325d427
Instance settings moved to a page.
2014-06-09 01:38:31 +02:00
Petr Mrázek
f485885757
Add and implement pages and page dialog.
2014-06-09 01:38:31 +02:00
Petr Mrázek
8c71a5d61f
Move instance settings back to the main window.
2014-06-09 01:38:30 +02:00
Petr Mrázek
6d34411f54
Fix last instance remaining selected when deleted
2014-06-09 01:38:30 +02:00
Petr Mrázek
8a3a0f5a52
Reorganize logic code.
2014-06-09 01:38:30 +02:00
Petr Mrázek
aade36860c
Begin the transformation!
...
Nuke all the things.
2014-06-09 01:38:29 +02:00
Jan Dalheimer
fc3c0b0971
Merge branch 'feature_crashreport' into develop
2014-05-21 15:57:34 +02:00
Petr Mrázek
94cb5c7d77
Restore manage screenshots in main window.
2014-05-18 23:12:35 +02:00
Petr Mrázek
911ac19a56
Screenshot upload dialog(s) now have the console window as parent.
2014-05-18 19:07:01 +02:00
Petr Mrázek
927217c7f0
Status pills. This doesn't build yet.
2014-05-15 23:20:38 +02:00
Andrew
5099964c67
Implement backtraces on Windows.
...
Much !!FUN!! was had
2014-05-10 14:16:27 -05:00
Petr Mrázek
0902fd5bec
Fix version select dialog filtering
2014-05-04 13:20:42 +02:00
Petr Mrázek
a9dfe6d7ec
Fix quit shortcut connect() call
2014-04-21 21:48:58 +02:00
Taeyeon Mori
adecc53df8
Add a quit shortcut to the main window ( #200 )
...
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-21 21:37:15 +02:00
Sky
1657313105
Add Patreon button. Needs an icon (used I for now).
2014-04-11 02:59:30 +01:00
Petr Mrázek
50d18a06d5
Context menu tweaks
...
* 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-08 00:16:49 +02:00
Petr Mrázek
482ad250a4
Workaround for dirty build folders.
...
My disgust just turned into barely contained rage :<
2014-04-06 03:59:37 +02:00
Petr Mrázek
42e305bb9d
Get rid of long rebuilds because of minor cmake config changes
2014-04-06 00:33:33 +02:00
Petr Mrázek
fbc29b6a06
Fix many memory leaks.
2014-03-30 20:11:41 +02:00
Petr Mrázek
4a24ea6c38
Make some more error messages translateable.
2014-03-23 19:07:13 +01:00
Jan Dalheimer
4f452d5815
Add a timer for clicking away the notification dialog
2014-03-15 14:18:29 +01:00
Petr Mrázek
acff155624
Merge branch 'feature_screenshots' into integration_json_and_tools
...
Conflicts:
logic/net/URLConstants.h
Resolve issues with multiple definitions of URL constants by moving them to their own object file.
2014-02-25 01:52:58 +01:00
Jan Dalheimer
da33fa4090
Imgur album creation
2014-02-24 11:30:27 +01:00
Jan Dalheimer
a8811a27f7
Working screenshot upload
2014-02-24 10:34:51 +01:00
Jan Dalheimer
226c1bdae5
Screenshot fixes, move some code around, fix some stuff
2014-02-24 09:34:21 +01:00
Petr Mrázek
49dc9695f5
Merge branch 'fix_json_version' into integration_json_and_tools
...
Conflicts:
logic/OneSixInstance.cpp
logic/OneSixVersionBuilder.cpp
Some fixage. Yay for conflicts.
2014-02-24 02:35:01 +01:00
robotbrain
5e33da258c
Close to finished. Need to fix the upload part. Viewing works (in grayscale)
2014-02-23 19:48:00 -05:00
robotbrain
4a77524b05
Initial stuff. It doesnt work.
2014-02-23 16:14:24 -05:00
Jan Dalheimer
0b56b5efaf
Instance flags. Currently used for marking instances as broken. Can later be used for badges.
2014-02-17 20:31:50 +01:00
Jan Dalheimer
9c87bc6c4b
Restructure
2014-02-16 12:52:35 +01:00
Jan Dalheimer
c88c639b8e
Fix for windows and update tool menu after closing settings dialog
2014-02-16 11:49:55 +01:00
Jan Dalheimer
616c372690
Fix more stuff. Detached tools, only MCEdit for now.
2014-02-16 10:46:14 +01:00
Jan Dalheimer
994972bf5d
More fixes.
2014-02-16 09:30:38 +01:00
Jan Dalheimer
82b35b5445
Fix stuff. Make sure different ways of aborting profiling work.
2014-02-16 08:54:52 +01:00