summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.h
Commit message (Collapse)AuthorAgeFilesLines
* encapsulate gapless audioplayer commit from yesterday into an own class ↵manuel2011-04-141-3/+13
| | | | | | (gaplessaudioplayer) added two new menu entrys: toggle sound + toggle ambient sound (2. very useful!)
* store sound muted in local settingsmanuel2011-04-091-0/+9
|
* move sound toggle icon to mainwidgetmanuel2011-04-091-3/+0
|
* add toggle audio iconmanuel2011-04-091-0/+3
|
* fix window titlemanuel2011-04-081-3/+4
|
* - we love ogg, we hate mp3/wavmanuel2011-04-051-3/+2
| | | | | - a lot of coding style/intent fix - add constant.h to pro files
* change project file:totycro2011-04-041-0/+18
use: qmake -config client or qmake -config main Added basic client gui infrastructure