Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -260/+0 |
| | ||||
* | SCRATCH no more gui includes in logic | Petr Mrázek | 2015-04-12 | -2/+4 |
| | ||||
* | SCRATCH move icons over to Env, instance proxy model to gui | Petr Mrázek | 2015-04-12 | -1/+1 |
| | ||||
* | NOISSUE Refactors and moving of things | Petr Mrázek | 2015-04-02 | -9/+9 |
| | ||||
* | Change copyright dates to 2015 | Greenphlem | 2015-02-06 | -1/+1 |
| | ||||
* | NOISSUE Fix console window hiding | Petr Mrázek | 2014-11-17 | -17/+5 |
| | ||||
* | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | 2014-11-02 | -1/+1 |
| | ||||
* | Fix version file problems, fix console window not being destroyed | Petr Mrázek | 2014-08-21 | -0/+5 |
| | ||||
* | Fix #355 | Petr Mrázek | 2014-07-10 | -1/+1 |
| | ||||
* | Redo the console window. Log is now a page. Console window has relevant pages. | Petr Mrázek | 2014-06-30 | -147/+109 |
| | | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer. | |||
* | Hack. | Petr Mrázek | 2014-06-29 | -3/+6 |
| | ||||
* | Derp^2!! | Petr Mrázek | 2014-06-28 | -1/+0 |
| | ||||
* | Turn screenshot management into a page. | Petr Mrázek | 2014-06-28 | -17/+0 |
| | ||||
* | Screenshot upload dialog(s) now have the console window as parent. | Petr Mrázek | 2014-05-18 | -10/+30 |
| | ||||
* | Make the console window raise itself after minecraft closes (#193) | Taeyeon Mori | 2014-04-17 | -0/+7 |
| | | | | | This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work | |||
* | Raise console window when it's open, but hidden behind other windows. | Petr Mrázek | 2014-03-24 | -0/+6 |
| | ||||
* | Screenshot fixes, move some code around, fix some stuff | Jan Dalheimer | 2014-02-24 | -0/+3 |
| | ||||
* | Small tweaks to make things better. | Petr Mrázek | 2014-02-06 | -8/+10 |
| | ||||
* | Improve Console window output. | Orochimarufan | 2014-01-17 | -0/+3 |
| | | | | | | | | | -> Log Pre- and Post-Launch command happenings -> Enable the java part to specify the level TODO: fix logging with mc 1.7's log4j logging infrastructure Signed-off-by: Orochimarufan <orochimarufan.x3@gmail.com> | |||
* | Replace old launcher part with a shiny new one. No more garbage on the ↵ | Petr Mrázek | 2014-01-12 | -0/+4 |
| | | | | command line. | |||
* | Implement console window tray icon, console window hiding, better scrolling | Petr Mrázek | 2014-01-06 | -26/+91 |
| | ||||
* | Scroll console window for <= lines above the bottom instead of the very bottom. | Petr Mrázek | 2014-01-06 | -2/+1 |
| | ||||
* | Use monospace font in the console. | Petr Mrázek | 2013-12-16 | -4/+11 |
| | | | | Still fugly as all hell, now in a slightly more appropriate style. | |||
* | Fix console window sticking open derp | Sky | 2013-12-11 | -2/+5 |
| | ||||
* | Do not let the console close while Minecraft is running (prevent return to ↵ | Petr Mrázek | 2013-12-10 | -0/+3 |
| | | | | main window) | |||
* | Open the url direectly. | robotbrainify | 2013-12-06 | -5/+1 |
| | ||||
* | work on pasting instance logs | robotbrainify | 2013-12-06 | -0/+19 |
| | | | | blame clang for formatting changes | |||
* | Fix login and startup logging issues | Petr Mrázek | 2013-12-01 | -3/+18 |
| | | | | | | | | Auth uses the refresh endpoint instead of validate. This means less password entering. Console will now only autoscroll when already scrolled all the way down. Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either). Fix bug that prevented saving the account data (uninitialized variable). Accounts can now trigger account list saving, this is used for the refresh endpoint. | |||
* | Fix console window (now not a QDialog) | Petr Mrázek | 2013-11-23 | -3/+33 |
| | | | | | | It now opens and coloses as expected, depending on user preferences and the status of the various processes involved. Console window geometry and state are remembered between runs. | |||
* | Fix broken signal in ConsoleWindow | Petr Mrázek | 2013-11-17 | -1/+1 |
| | | | | Wasn't detecting minecraft shutdown properly | |||
* | Fix signal derp from previous commit | Petr Mrázek | 2013-11-13 | -21/+21 |
| | | | | Console should now properly close/not close based on minecraft return code/signal. | |||
* | Fix console not staying open on minecraft crash | Petr Mrázek | 2013-11-12 | -4/+5 |
| | ||||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -0/+135 |