0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SongLibraryCache: add CREATE UNIQUE INDEX to table layout to make "insert or ignore" statement work More... over 9 years ago
SongLIbraryCache: Only add Languages to the library that are not yet existing More... over 9 years ago
Song Editor: add language select More... over 9 years ago
SongLIbrary: Create a list of all Languages More... over 9 years ago
some cleanup More... over 9 years ago
song editor: add fields with (multi-) line edits to editor More... over 9 years ago
in SongContentItem::initShadow QString type shadow variables are initialized to a Null String to differ from an empty string (when a value was deleted) More... over 9 years ago
includes: fix capitalization More... almost 10 years ago
implement Path::DefaultLibraries for Linux More... almost 10 years ago
Path: a bit of documentation More... almost 10 years ago
qmake: build on Linux, hiding unimportant warnings More... almost 10 years ago
getID must return by value More... almost 10 years ago
fix compilation on Linux More... almost 10 years ago
includes: compile fix for case-sensitive fs More... almost 10 years ago
typo: s/plattform/platform More... almost 10 years ago
MetaSongContentItem contained a second _retainCount. Removing this, initialization in ctor works correct. More... almost 10 years ago
Change ContentItem ctor from bool to int for retainCount initialization More... almost 10 years ago
SongContentLibrary: Check if UID already exists, if yes, create a new and update the song (same ID will not get written in the cache) More... almost 10 years ago
fix problems when opening a duplicate song editor More... almost 10 years ago
SongEditPane: Clean up when discard changes on close, use a unique ID for Songs, return ID as reference More... almost 10 years ago
SongEditPane: Clean up when discard changes on close, use a unique ID for Songs, return ID as reference More... almost 10 years ago
Fixed problems with ContentItem::_retainCount: unsigned int could not be checked if smaller than 0; constructor of super class overwrites assignments of sub class More... almost 10 years ago
Song: Save now writes complete files More... almost 10 years ago
fp2songreader reads stanza sort no if present More... almost 10 years ago
Song List: include version information in title More... almost 10 years ago
created small RB application to test song editor design More... almost 10 years ago
differ between normal fp Logo and that for startup wizard More... almost 10 years ago
Move Editor related functions from ContentPane to ContentEditPane More... almost 10 years ago
Redid the Icon handling a bit, made the edit panes more self-containing (does not pass any ID which some other pane need to interpret, but returns directly the Icon to show) More... almost 10 years ago
SongEditor: As static const member variables wont get initialized only a enum is returned and QIcon is stored in PanelListModel More... almost 10 years ago