Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-30 | Clean up space-to-pause code | Florrie | |
2018-07-30 | Clean up select code | Florrie | |
2018-07-30 | More code cleanup | Florrie | |
2018-07-30 | Really, really clean up queue event code | Florrie | |
2018-07-25 | Fix runaway progress bar info | Florrie | |
2018-07-25 | Esc/backspace to close a menu | Florrie | |
2018-07-25 | Only show 'shuffle' context menu options on groups | Florrie | |
This really puts the "context" in "context menu"! | |||
2018-07-25 | Fix bug in ContextMenu.clearItems | Florrie | |
2018-07-25 | Play next, shuffled | Florrie | |
2018-07-25 | Play shuffled | Florrie | |
2018-07-25 | Make playGrouplikeItem / Play (from menu) work with groups | Florrie | |
2018-07-25 | Tweak how Play context menu item works | Florrie | |
2018-07-25 | Menu actions | Florrie | |
2018-07-25 | Rename queue event -> queue (at end), clean up logic | Florrie | |
2018-07-25 | Space for scrollbar in menu | Florrie | |
2018-07-25 | Hook menu up to grouplike listing items | Florrie | |
2018-07-25 | WIP context menu | Florrie | |
2018-07-25 | Minor code cleanup | Florrie | |
2018-07-24 | Clean up playback info box | Florrie | |
* Text is now centered properly, right away. Previously the "From:" label wasn't getting centered correctly (until the second time fixLayout was called). * When a new track is started, the progress bar is cleared immediately, and the "0:30 / 1:30" label is replaced with "(Starting..)". | |||
2018-07-24 | Fix queue path element nonsense | Florrie | |
2018-07-06 | cloneGrouplike | Florrie | |
2018-07-06 | Edit mode off by default | Florrie | |
2018-07-06 | Undo close tab | Florrie | |
2018-07-06 | Paste into empty group | Florrie | |
2018-07-06 | New empty tab | Florrie | |
2018-07-06 | Paste | Florrie | |
2018-07-05 | uU instead of jJ / code simplification | Florrie | |
2018-07-05 | Mark | Florrie | |
2018-07-05 | Stub undo manager, remove | Florrie | |
2018-07-05 | Shift+Q to play next | Florrie | |
2018-07-05 | Ctrl+T, ctrl+W; new tabs open adjacent to current tab | Florrie | |
2018-07-05 | Tabber display | Florrie | |
2018-07-04 | Don't download tracks that are already being downloaded | Florrie | |
2018-07-04 | Open in new tab | Florrie | |
2018-07-04 | Stub newGrouplikeListing | Florrie | |
2018-07-04 | Stub tabber | Florrie | |
2018-07-04 | Fix wrong element being selected on groups w/o parents | Florrie | |
2018-07-04 | focused -> selected | Florrie | |
2018-07-03 | Ctrl-O to open a prompt for loading a playlist | Florrie | |
2018-07-02 | Misc. control changes | Florrie | |
No more JKL controls (left, pause, right). P and N mean prev/next. (P used to mean pause.) | |||
2018-07-02 | Shift-Q to shuffle and queue selected group | Florrie | |
2018-06-26 | Hide/fix weird bug with empty downloaderArgs | Florrie | |
2018-06-13 | Error handling stuff | Florrie | |
2018-06-13 | Fix path element not being updated for queue listing | Florrie | |
2018-06-12 | group.comment support / new help message | Florrie | |
..mentioning that you can add stuff to ~/Music to make it show up in the default mtui playlist. | |||
2018-06-12 | Clean up how GrouplikeListingElement's UI works | Florrie | |
2018-06-12 | Backspace to remove item from queue | Florrie | |
2018-06-12 | Remove unnecessary selectInput(main listing) | Florrie | |
Useful if clearQueue is called by some other function where it's not expected to change the focus. The last commit already handles the queue listing being empty, so this line isn't necessary to prevent a crash anymore. | |||
2018-06-12 | Be safer about avoiding crashes w/ emptying queue while it's selected | Florrie | |
E.g. simply clearing the queue (c -- although this didn't cause a crash because the clear function immediately selects the main queue) or unqueueing all items (incoming commit). | |||
2018-06-07 | Fix path element not being filled on startup | Florrie | |