Petr Mrázek
84723add8f
Fix #537
...
Core Mods help now goes to Loader Mods
Fixed Minecraft Log -> Minecraft Logs problem
2014-11-08 21:47:51 +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
Jan Dalheimer
9217d9263e
Update copyright year (finally...)
2014-11-02 19:49:58 +01:00
Jan Dalheimer
a3a5afe119
Fix #231 : Enable translation for more strings
2014-11-02 19:25:11 +01:00
Petr Mrázek
9e8a74cc89
Fix some issues in the newly added themes
2014-10-27 00:41:40 +01:00
Petr Mrázek
547f6f77d0
Add iOS and OSX icon themes by pe
2014-10-27 00:15:52 +01:00
Petr Mrázek
8f7aec032b
Add dark, light, blue and colored theme from pe.
...
Replaces the old dark and light themes
2014-10-26 23:44:20 +01:00
max96at
2dd2b7a291
Finally with Qt5.3 this should work. :D
2014-10-19 18:19:37 +02:00
Petr Mrázek
382e167d64
Do not choke on large files when showing them in the 'other logs' page.
2014-09-21 00:05:48 +02:00
Petr Mrázek
b00e63dbe8
More sync from quickmods
...
Also a small VersionSelectDialog refactor
2014-09-06 21:01:23 +02:00
Petr Mrázek
20cb97a35a
Sync from quickmods
2014-09-06 19:03:05 +02:00
Petr Mrázek
febf3645d0
Fix version file problems, fix console window not being destroyed
2014-08-21 00:32:32 +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
1ed90293ac
Unify look of all pages.
...
Now they have a QTabWidget with no tabs as a background.
2014-07-21 00:10:13 +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
c767707c95
Make forge work.
...
Using classifiers FTW.
2014-07-19 23:16:02 +02:00
Petr Mrázek
71575a5022
Fix #367
2014-07-14 20:48:51 +02:00
Petr Mrázek
ce68efa174
Change one small thing
...
Bunnies!
2014-07-14 01:41:18 +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
977cc1cfbb
Mess around with log UI. Herp Derp.
2014-07-13 01:49:46 +02:00
Jan Dalheimer
4c0dc51110
Finish of the OtherLogs page, and (re)format page related files
2014-07-12 23:31:06 +02:00
Jan Dalheimer
5c43842359
Add a new page that can show all sorts of logs
2014-07-12 23:31:05 +02:00
Petr Mrázek
aba1f89e2a
Add home/end and fix navigation with collapsed groups (they are skipped)
2014-07-12 23:27:32 +02:00
Petr Mrázek
cc6968e9a3
Group view gets keyboard navigation back.
...
And a bunch of fixes.
2014-07-12 21:13:23 +02:00
Petr Mrázek
d570037331
Cache group view geometry -- speed up instance view by caching sizes of stuff
2014-07-12 12:49:07 +02:00
Petr Mrázek
0d4046de39
Add clear and copy buttons to the log page.
2014-07-11 01:50:36 +02:00
Petr Mrázek
24698fe85f
Fix #355
2014-07-10 21:13:17 +02:00
Petr Mrázek
ff06489fed
Do not show core mods page for minecraft newer than 1.5.2.
2014-07-10 00:47:08 +02:00
Petr Mrázek
6f75009a80
Show update channel in the update dialog, actually show changelog for the selected update channel.
2014-07-09 19:48:46 +02:00
Petr Mrázek
7c51cc475b
Better regexp for links
2014-07-09 01:17:59 +02:00
Petr Mrázek
fc911add58
Show changelog in the update dialog.
2014-07-09 00:49:37 +02:00
Petr Mrázek
d934e64831
Tweak the response to successful uploads (screenshots, log pastes)
...
The url will now be shown as link, put into the clipboard AND opened in a browser.
At the same time. To avoid losing the URL.
2014-07-07 00:02:04 +02:00
Petr Mrázek
cc499488db
Fix liteloader, some cleanups.
2014-07-06 11:15:15 +02:00
Petr Mrázek
a218d7b7f6
Improve screenshot view/model.
...
Changes to screenshots are tracked.
Thumbnails are generated in a thread pool.
2014-07-05 13:27:32 +02:00
Petr Mrázek
252f375454
fix the instance toolbar
2014-07-03 08:16:02 +02:00
Petr Mrázek
18a342ef14
Move settings lib into the main code, fixing error logging in it.
2014-07-01 01:48:09 +02:00
Petr Mrázek
8b86306d48
Handle a bunch more clang warnings
2014-07-01 01:23:49 +02:00
Taeyeon Mori
d166340097
[Clang Warnings] Add empty default clause
2014-06-30 23:53:42 +02:00
Taeyeon Mori
b9fb718822
[Clang Warnings] Remove unused variables
2014-06-30 23:53:41 +02:00
Petr Mrázek
e241c3625c
Merge branch 'feature_theme_support' into develop
...
Conflicts:
main.cpp
2014-06-30 22:22:09 +02:00
Petr Mrázek
421a46e3d3
Redo the console window. Log is now a page. Console window has relevant pages.
...
Dirty fix for screenshot thumbnail generation. Needs more QTimer.
2014-06-30 02:02:57 +02:00
Petr Mrázek
5179aed3a0
Separate page dialog into a page container and a dialog.
2014-06-29 19:59:08 +02:00
Petr Mrázek
77de2d1e54
Hack.
2014-06-29 13:11:13 +02:00
Petr Mrázek
1f3a840f3c
Derp^2!!
2014-06-28 17:11:50 +02:00
Petr Mrázek
56d91fda3a
Derp!
2014-06-28 17:09:23 +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