summaryrefslogtreecommitdiffstats
path: root/gui/ConsoleWindow.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-9/+9
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* NOISSUE Fix console window hidingPetr Mrázek2014-11-17-17/+5
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Fix version file problems, fix console window not being destroyedPetr Mrázek2014-08-21-0/+5
|
* Fix #355Petr Mrázek2014-07-10-1/+1
|
* Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek2014-06-30-147/+109
| | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer.
* Hack.Petr Mrázek2014-06-29-3/+6
|
* Derp^2!!Petr Mrázek2014-06-28-1/+0
|
* Turn screenshot management into a page.Petr Mrázek2014-06-28-17/+0
|
* Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek2014-05-18-10/+30
|
* Make the console window raise itself after minecraft closes (#193)Taeyeon Mori2014-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ázek2014-03-24-0/+6
|
* Screenshot fixes, move some code around, fix some stuffJan Dalheimer2014-02-24-0/+3
|
* Small tweaks to make things better.Petr Mrázek2014-02-06-8/+10
|
* Improve Console window output.Orochimarufan2014-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ázek2014-01-12-0/+4
| | | | command line.
* Implement console window tray icon, console window hiding, better scrollingPetr Mrázek2014-01-06-26/+91
|
* Scroll console window for <= lines above the bottom instead of the very bottom.Petr Mrázek2014-01-06-2/+1
|
* Use monospace font in the console.Petr Mrázek2013-12-16-4/+11
| | | | Still fugly as all hell, now in a slightly more appropriate style.
* Fix console window sticking open derpSky2013-12-11-2/+5
|
* Do not let the console close while Minecraft is running (prevent return to ↵Petr Mrázek2013-12-10-0/+3
| | | | main window)
* Open the url direectly.robotbrainify2013-12-06-5/+1
|
* work on pasting instance logsrobotbrainify2013-12-06-0/+19
| | | | blame clang for formatting changes
* Fix login and startup logging issuesPetr Mrázek2013-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ázek2013-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 ConsoleWindowPetr Mrázek2013-11-17-1/+1
| | | | Wasn't detecting minecraft shutdown properly
* Fix signal derp from previous commitPetr Mrázek2013-11-13-21/+21
| | | | Console should now properly close/not close based on minecraft return code/signal.
* Fix console not staying open on minecraft crashPetr Mrázek2013-11-12-4/+5
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-0/+135