summaryrefslogtreecommitdiff
path: root/src/ui_act.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-02Allow keyboard shortcuts to be disabledLars-Dominik Braun1-1/+1
Something like act_foobar = disabled disables the command foobar completely now. Useful if you don't use software volume control. See issue #78.
2011-01-15Send station list to eventcmdMatthew Beckler1-4/+8
See issue #76
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-12-27Software volume controlLars-Dominik Braun1-0/+18
2010-12-09History: Add tired keybindingLars-Dominik Braun1-5/+14
2010-11-23Add support for art covers included in the XML playlist from pandora.Juan C. Muller1-1/+4
See issue #56
2010-11-21Show custom rating icon in upcoming/history song listLars-Dominik Braun1-9/+5
Closes issue #54
2010-11-06Protocol version bump (v29)Lars-Dominik Braun1-2/+1
- New crypto keys (thanks to ZigZagJoe for extracting them) - addTiredSong api changed - song identity not needed any more => removed from libpiano
2010-10-25Use BarApp_t in BarUiPianoCallLars-Dominik Braun1-17/+15
Required for automatic reauthentication
2010-08-01Fix addFeedbackLars-Dominik Braun1-5/+5
Pandora seems to have dropped focusTraitId and matchingSeed. New arguments to addFeedback are testStrategy and songType -- no idea what they are doing right now. Beware: Incompatible libpiano abi change!
2010-07-31Common piano/eventcmd calls replaced by macrosLars-Dominik Braun1-56/+42
Less error-prone copy&paste :)
2010-07-31Replaced long argument list of ui callback functionsLars-Dominik Braun1-147/+153
Structure BarApp_t contains most important data now.
2010-07-30Use static const for large read-only arraysLars-Dominik Braun1-1/+1
2010-07-30Feature: Custom station sortingLars-Dominik Braun1-3/+5
Sort stations by name and/or isquickmix.
2010-04-20Don't stop playback when showing station listLars-Dominik Braun1-5/+7
Original patch by jordanlewis@github.
2010-04-06Use new libpiano apiLars-Dominik Braun1-81/+143
Adds error messages to libwaitress, too. Eventcmd implementation is quick&dirty, needs to be rewritten.
2010-03-06Added song length and rating to eventcmd, new songfinish eventLars-Dominik Braun1-15/+27
2010-02-15Add help text for bookmark keybindingLars-Dominik Braun1-0/+1
Fixes bug #13 (bad memory access) introduced by commit 7eba7e939b87b6bebc16ddca94f799e46b2b0aae
2010-02-14New feature: Bookmark song/artist (keybinding 'b')Lars-Dominik Braun1-0/+22
2010-01-21It's 2010 now.Lars-Dominik Braun1-1/+1
2010-01-19Use user-defined shortcuts (history menu)Lars-Dominik Braun1-25/+27
2010-01-18Shortcut refactoringLars-Dominik Braun1-6/+27
2009-12-15New history featureLars-Dominik Braun1-2/+59
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed)
2009-08-07New feature: Seed suggestionsLars-Dominik Braun1-2/+2
2009-08-04Use "static" keyword for functionsLars-Dominik Braun1-2/+2
2009-04-13More events addedLars-Dominik Braun1-16/+45
2009-04-11Read data from fifoLars-Dominik Braun1-9/+10
You may change your current station or add shared stations via fifo now
2009-04-10Goodbye readlineLars-Dominik Braun1-20/+10
"It's too big and too slow." -- man readline
2009-03-09Use icon for questions tooLars-Dominik Braun1-3/+5
2009-03-05Use spaces, not tabsLars-Dominik Braun1-1/+1
2009-03-04Ui improvementsLars-Dominik Braun1-26/+38
printf wrapper introduced, hopefully cleaned up ui
2009-03-01Don't add shared station when input emptyLars-Dominik Braun1-1/+2
2009-02-12No station transform when banning songs temporaryLars-Dominik Braun1-3/+0
2009-02-12Shared stations can be addedLars-Dominik Braun1-0/+12
2009-02-01mp3 playback supportLars-Dominik Braun1-7/+7
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback.
2009-01-31Use pthread mutex to block player in pause stateLars-Dominik Braun1-8/+20
2009-01-27Fix song moving while playing quickmixLars-Dominik Braun1-2/+7
Use *real* station id, not the one of the quickmix station
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)
2009-01-20Genre station/rename prompt changedLars-Dominik Braun1-1/+1
2008-08-28Fix "add more music" logicLars-Dominik Braun1-1/+1
2008-08-25Rating a already loved song is not forbiddenLars-Dominik Braun1-4/+0
Pandora doesn't forbid this, so why should we?
2008-08-19Fix some warningsLars-Dominik Braun1-0/+18
Move BarTransformIfShared to ui_act.c and add unistd.h needed by read ()
2008-08-19Use macros in ui_act to prevent copy&wasteLars-Dominik Braun1-44/+31
2008-08-19Documentation for ui_act.c functionsLars-Dominik Braun1-0/+37
2008-08-19Allow key shortcut configuration via config fileLars-Dominik Braun1-0/+288
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 -