From 50fa41caeaadd5cb808d60589d6fbcb5f84849fa Mon Sep 17 00:00:00 2001 From: doctorguile Date: Fri, 21 Mar 2014 10:00:20 -0700 Subject: [PATCH] v0.04 release --- README.md | 2 +- TODO.txt | 4 ---- WHATSNEW.md | 20 +++++++++++++++++++- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3398d84..488d93b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a cross platform (Linux, MacOSX, Windows) GUI client for ©2014 papasi GPL v2 License # Features -- Support dark theme to reduce eye strain +- Support different Qt Stylesheets to reduce eye strain - More accurate GeoIP info - Simple emoticons support - Autocomplete in chat diff --git a/TODO.txt b/TODO.txt index a01dcc2..5d1c961 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,9 +2,5 @@ custom emoticons? how to set input lag? ggpofba.ini for input lag? nLatencySmoothing 1 -http://newsgroup.xnview.com/viewtopic.php?t=16181 -http://developer.nokia.com/community/wiki/Glossy_Qt_stylesheet -http://qmc2.arcadehits.net/wordpress/style-sheets/ -http://tech-artists.org/forum/showthread.php?2359-Release-Qt-dark-orange-stylesheet command history \ No newline at end of file diff --git a/WHATSNEW.md b/WHATSNEW.md index 271624c..10c38a1 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -28,4 +28,22 @@ Type `/help` to see a list of commands available ## Fixes - fixes send / receive challenge in 3s and kof rooms -- disable login button while waiting for response from ggpo.net \ No newline at end of file +- disable login button while waiting for response from ggpo.net + + +#Version 0.04 +- Unsupported game room - Add rom prefix in chat +- More themes and Custom Qt Stylesheet + +### Sample stylesheets +[mame ui](http://qmc2.arcadehits.net/wordpress/style-sheets/) +[dark orange](http://tech-artists.org/forum/showthread.php?2359-Release-Qt-dark-orange-stylesheet) +[xp](http://newsgroup.xnview.com/viewtopic.php?t=16181) + +### QT stylesheet reference +[reference](http://qt-project.org/doc/qt-4.8/stylesheet-reference.html) +[examples](http://qt-project.org/doc/qt-4.8/stylesheet-examples.html) + + +## Fixes +- fixes error when someone who challenged you left the room \ No newline at end of file