Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use palette colors where applicable | Arno | 2018-11-23 | 1 | -8/+8 |
| | | | | | Don't assume we know what color ought to use. Ask the palette where applicable, but keep the modified configuration options. | ||||
* | Implement delete series | Arno | 2018-11-09 | 1 | -1/+43 |
| | | | | | | | The delete button will always delete the whole series based on the series ID, no matter the view. We'll rollback the database transaction if any file can't be deleted. Start the consistency check when that happens. | ||||
* | More font fixes... :( | Arno | 2018-09-29 | 1 | -2/+2 |
| | |||||
* | Fix font usage | Arno | 2018-09-29 | 1 | -6/+6 |
| | | | | Use Monospace only where applicable, mostly MD5Sum and numbers. | ||||
* | Fix window title | Arno | 2018-07-14 | 1 | -0/+2 |
| | | | | for FSWidget and MovieWidget. | ||||
* | Implement edit files | Arno | 2018-05-21 | 1 | -1/+15 |
| | | | | Make it possible to edit files (again). | ||||
* | MovieWidget: Add global actions and refresh to the toolbar | Arno | 2018-04-05 | 1 | -0/+7 |
| | |||||
* | MovieWidget: make the forward and back buttons do something | Arno | 2018-04-05 | 1 | -2/+15 |
| | | | | Advance to the next Selection or go back to the previous one. | ||||
* | MoviePropertiesDialog: actually do something | Arno | 2018-04-04 | 1 | -0/+5 |
| | | | | | Update database on accpet() Yes, I know that some code could be shared, but I want to keep it clean. | ||||
* | Fill MoviePropertiesDialog, part 1 | Arno | 2018-04-04 | 1 | -1/+7 |
| | |||||
* | Implement MoviePropertiesDialog | Arno | 2018-04-04 | 1 | -0/+3 |
| | | | | | Try to replace all those editing dialogs with one exhausting dialog. For now, it's just the layout. It does nothing yet. | ||||
* | MovieWidget: copy assorted columns to clipboard | Arno | 2018-04-04 | 1 | -2/+20 |
| | |||||
* | MovieWidget: Implement play selected for bottom view | Arno | 2018-04-04 | 1 | -0/+19 |
| | |||||
* | MovieWidget: turn bottom view into SmView | Arno | 2018-04-04 | 1 | -1/+14 |
| | | | | Also, play the movie on doubleclick if it's available. | ||||
* | MovieWidget: make all items non-editable | Arno | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | MovieWidget: indicate if file is available | Arno | 2018-04-04 | 1 | -4/+49 |
| | |||||
* | MovieWidget: read and write settings | Arno | 2018-04-04 | 1 | -0/+29 |
| | |||||
* | MovieWidget: Add count to all selections, improve sorting | Arno | 2018-04-04 | 1 | -12/+24 |
| | |||||
* | MovieWidget: Implement populateByGenres | Arno | 2018-04-03 | 1 | -1/+45 |
| | | | | | Also remove Favorites from selection. Should be an option with random player, if at all. | ||||
* | MovieWidget: Implement populateByActors | Arno | 2018-04-03 | 1 | -8/+65 |
| | |||||
* | MovieWidget: Make filter work | Arno | 2018-04-03 | 1 | -0/+7 |
| | |||||
* | First implementation of MovieWidget | Arno | 2018-04-03 | 1 | -0/+181 |
It's the replacement for the archive viewer thingy. Just keep it simple and stupid. For now it shows series data. |