0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Make sure the field values get reset to QString::null for each search. This fixes using a single TagGuesser instance more than once.
frerich
as Frerich Raabe
More... almost 22 years ago
- tagguessertest has been acknowledged as an actual test program
frerich
as Frerich Raabe
More... almost 22 years ago
- Select the first item (if any) by default, and call slotCurrentChanged() to update the buttons.
frerich
as Frerich Raabe
More... almost 22 years ago
- Made the move up / down buttons do something
frerich
as Frerich Raabe
More... almost 22 years ago
- Don't say something if you don't have anything senseful to say.
frerich
as Frerich Raabe
More... almost 22 years ago
Hmm, tagGuesserConfig isn't a valid icon name. ;-) [and the paper bag remains] CCMAIL:[email protected] More... almost 22 years ago
Don't stop the pipe when somebody else already restarted it. This fixes another race condition More... almost 22 years ago
- Paper bag stays where it is
frerich
as Frerich Raabe
More... almost 22 years ago
- Somebody hand me the brown paper bag, please
frerich
as Frerich Raabe
More... almost 22 years ago
CVS_SILENT i18n style guide fixes More... almost 22 years ago
Remove this check since it (a) isn't needed and (b) causes problems with GStreamer. More... almost 22 years ago
don't reset the position unless a new file will be loaded. This fixes problems with the slider after a pause More... almost 22 years ago
- Don't hardcode the regular expressions used for the macros but read them from the configuration file. I'm not sure you want this configurable as well (and if so, probably via some "Advanced..." button in the tag guesser configuration dialog) so there won't be a GUI for now. Really desperate people can now hand-edit the config files though, and this should ensure JuK a place in the "KDE Nuts'n'Bolts" magazine.
frerich
as Frerich Raabe
More... almost 22 years ago
- Moved the schemes configuration key into a "Tag guesser" configuration group, there are more configurable options to come which justify an own group.
frerich
as Frerich Raabe
More... almost 22 years ago
- I like it a little bigger
frerich
as Frerich Raabe
More... almost 22 years ago
- Tooltips & Whats This texts
frerich
as Frerich Raabe
More... almost 22 years ago
- The filename schemes used by the tag guesser are configurable now
frerich
as Frerich Raabe
More... almost 22 years ago
- Moved the code for reading the config file (and possibly using the default list of schemes) into a static "TagGuesser::schemeStrings()" method, so that we can re-use the defaults in the config dialog. - Added a static "setSchemeStrings(const QStringList &)" method so that one can store the new strings from the config dialog (and the config dialog doesn't have to bother what the configuration key is called)
frerich
as Frerich Raabe
More... almost 22 years ago
- Added button to the tag editor which makes JuK try to suggest sensible values for the tag fields by looking at the filename
frerich
as Frerich Raabe
More... almost 22 years ago
- "90" seems to be the convention value for "post 3.1", so use that
frerich
as Frerich Raabe
More... almost 22 years ago
- Compile with my 3.1 libs, too
frerich
as Frerich Raabe
More... almost 22 years ago
- Removed useless const
frerich
as Frerich Raabe
More... almost 22 years ago
Corrected definition of keyInfoCount More... almost 22 years ago
A few memory cleanups. More... almost 22 years ago
Ok, last one for the night. This is *so* much cleaner, reusing actions and whatnot. I got this idea from Stephan's patch. Also as a special bonus this now disables the actions in the toolbar that aren't available at the moment. More... almost 22 years ago
Added Stephen to the "thanks" list. Always nice having more names to add here. :-) CCMAIL:[email protected] More... almost 22 years ago
Add the possibility to have track announcements via passive popups. Patch from Stephen Douglas. Thanks Stephen! CCMAIL:[email protected] More... almost 22 years ago
CVS_SILENT Oops. Missed an 'l' More... almost 22 years ago
Updated the version and added a credit for Stefan. Thanks Stefan! More... almost 22 years ago
Some cleanups to this class. More to come later. More... almost 22 years ago