summaryrefslogtreecommitdiff
path: root/src/settings.h
AgeCommit message (Collapse)AuthorFilesLines
2011-05-18Configureable format stringsLars-Dominik Braun1-0/+10
Closes #88
2011-03-21Update copyright years of touched filesLars-Dominik Braun1-1/+1
2011-03-21Initial station managerLars-Dominik Braun1-1/+2
Not functional yet.
2011-02-26Rewrite input processingLars-Dominik Braun1-2/+1
2011-02-02Allow keyboard shortcuts to be disabledLars-Dominik Braun1-0/+2
Something like act_foobar = disabled disables the command foobar completely now. Useful if you don't use software volume control. See issue #78.
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-12-27Software volume controlLars-Dominik Braun1-1/+4
2010-11-21Show custom rating icon in upcoming/history song listLars-Dominik Braun1-0/+2
Closes issue #54
2010-07-31Replaced long argument list of ui callback functionsLars-Dominik Braun1-10/+0
Structure BarApp_t contains most important data now.
2010-07-30Feature: Custom station sortingLars-Dominik Braun1-2/+13
Sort stations by name and/or isquickmix.
2010-05-09HTTP proxy supportLars-Dominik Braun1-0/+1
control_proxy pipes xmlrpc data through the proxy, this one is for the music too.
2010-04-06Use new libpiano apiLars-Dominik Braun1-1/+3
Adds error messages to libwaitress, too. Eventcmd implementation is quick&dirty, needs to be rewritten.
2010-03-06wardrobe: Removed internal last.fm scrobbling libraryLars-Dominik Braun1-4/+0
2010-02-14New feature: Bookmark song/artist (keybinding 'b')Lars-Dominik Braun1-1/+2
2010-01-21It's 2010 now.Lars-Dominik Braun1-1/+1
2010-01-18Shortcut refactoringLars-Dominik Braun1-19/+37
2009-12-15New history featureLars-Dominik Braun1-1/+3
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed)
2009-05-03Switch to libwaitressLars-Dominik Braun1-3/+0
2009-04-11Read data from fifoLars-Dominik Braun1-1/+1
You may change your current station or add shared stations via fifo now
2009-04-07Initial eventcmd workLars-Dominik Braun1-0/+1
More useful events should be added...
2009-04-04Initial remote control supportLars-Dominik Braun1-0/+3
2009-02-16Autostart station setting addedLars-Dominik Braun1-0/+1
You may define a station that is played when starting pianobar now.
2009-02-01mp3 playback supportLars-Dominik Braun1-1/+2
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback.
2009-01-20It's 2009 nowLars-Dominik Braun1-1/+2
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore)
2008-08-19Allow key shortcut configuration via config fileLars-Dominik Braun1-0/+15
Some code restructuring was made, too: - Move UI functions to ui.c and ui_act.c - Change default keys for loving and banning to + and -
2008-07-07SSL control proxy issue workaroundLars-Dominik Braun1-0/+1
Some proxies refuse SSL connections. Make them usable by adding an option which disables the usage of SSL for the login.
2008-06-23client: Let user decide when song is submitted to last.fmLars-Dominik Braun1-0/+1
2008-06-23client: Use function prefix "Bar"Lars-Dominik Braun1-1/+1
2008-06-22client: last.fm scrobbling implementedLars-Dominik Braun1-0/+3
Very very ugly... We should spawn another thread. But for now it's working. (Though the played times are wrong for me, could be a wardrobe issue...)
2008-06-16client: Proxy type config option addedLars-Dominik Braun1-0/+3
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-0/+39
Some restructuring was necessary too.