- 31 Aug, 2003 4 commits
-
-
Lauri Watts authored
svn path=/trunk/kdemultimedia/doc/juk/; revision=247410
-
Scott Wheeler authored
true before the widget is visible. ;-) svn path=/trunk/kdemultimedia/juk/; revision=247269
-
Scott Wheeler authored
meant to be semi-transparent over the application icon. svn path=/trunk/kdemultimedia/juk/; revision=247257
-
Albert Astals Cid authored
- Makes .ui files smaller - Removes not necessary setCaption( tr2i18n( ) ); from the generated *.cpp - Translations teams don't get the generic caption to translate so all translation POs are also smaller svn path=/trunk/kdemultimedia/juk/; revision=247216
-
- 29 Aug, 2003 5 commits
-
-
Scott Wheeler authored
strange interaction between when a widget is shown and when QWidget::polish() is called that caused #62304, but in cleaning this up it was fixed too. CCMAIL:62304-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=246652
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=246598
-
Scott Wheeler authored
in his new shirt. Add accelerators to the tagger and set the buddy widgets. svn path=/trunk/kdemultimedia/juk/; revision=246587
-
Scott Wheeler authored
cleaned up. CCMAIL:62299-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=246574
-
Scott Wheeler authored
on the next startup. CCMAIL:61932-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=246559
-
- 28 Aug, 2003 2 commits
-
-
Albert Astals Cid authored
- Makes .ui files smaller - Removes not necessary setCaption( tr2i18n( ) ); from the generated *.cpp - Translations teams don't get the generic caption to translate so all translation POs are also smaller svn path=/trunk/kdemultimedia/juk/; revision=246143
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=246017
-
- 27 Aug, 2003 1 commit
-
-
Antonio Larrosa Jimenez authored
svn path=/trunk/kdemultimedia/juk/; revision=245720
-
- 25 Aug, 2003 2 commits
-
-
Frerich Raabe authored
svn path=/trunk/kdemultimedia/juk/; revision=244869
-
Mirko Boehm authored
svn path=/trunk/kdemultimedia/juk/; revision=244787
-
- 20 Aug, 2003 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=243758
-
- 18 Aug, 2003 3 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=243480
-
Scott Wheeler authored
Wrote streaming operators for the SearchPlaylist, PlaylistSearch and PlaylistSearch::Component classes and added accessors where appropriate. svn path=/trunk/kdemultimedia/juk/; revision=243479
-
Scott Wheeler authored
streaming operators for the new playlist type to save the date that the items were played on and integrated this into the rewritten playlist caching code. So basically history works, including restoration. CCMAIL:61294-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=243375
-
- 17 Aug, 2003 4 commits
-
-
Scott Wheeler authored
will support saving and restoring of the history and search playlists once streaming operators are written for those types. svn path=/trunk/kdemultimedia/juk/; revision=243233
-
Frerich Raabe authored
as the playlist name. svn path=/trunk/kdemultimedia/juk/; revision=243218
-
Scott Wheeler authored
checksumming possible. svn path=/trunk/kdemultimedia/juk/; revision=243216
-
Scott Wheeler authored
in moving to versioned cache formats. svn path=/trunk/kdemultimedia/juk/; revision=243214
-
- 16 Aug, 2003 1 commit
-
-
Scott Wheeler authored
shutdown process. svn path=/trunk/kdemultimedia/juk/; revision=243185
-
- 15 Aug, 2003 1 commit
-
-
Scott Wheeler authored
faster, the overhead of caching the results actually makes this block of code slower on average since the hit rate is pretty low. svn path=/trunk/kdemultimedia/juk/; revision=242925
-
- 14 Aug, 2003 9 commits
-
-
Scott Wheeler authored
create a new playlist. Having a null "item" passed is an indication of the above. CCMAIL:molkentin@kde.org svn path=/trunk/kdemultimedia/juk/; revision=242787
-
Scott Wheeler authored
be found -- set the selection to the "collection item". svn path=/trunk/kdemultimedia/juk/; revision=242786
-
Aaron J. Seigo authored
svn path=/trunk/kdemultimedia/juk/; revision=242722
-
Daniel Molkentin authored
svn path=/trunk/kdemultimedia/juk/; revision=242719
-
Scott Wheeler authored
sort. Instead of caching the output of QString::lower() go a level deeper in the string comparison logic and cache the value of QString::local8Bit(). I think this is about as fast as it's going to get for the moment, but it's now down to 4.8 seconds (on my machine) for 12,000 items -- compared to 94 s when I started profiling with this data set. svn path=/trunk/kdemultimedia/juk/; revision=242706
-
Scott Wheeler authored
recomputing it in every PlaylistItem comparison seems to shave about another 30% from the startup time for large sets. svn path=/trunk/kdemultimedia/juk/; revision=242679
-
Scott Wheeler authored
the specified location in the hash tree, don't crash by deferencing 0; instead either make the next element in the linked list the first element or if there is no next element, remove the list. svn path=/trunk/kdemultimedia/juk/; revision=242608
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=242604
-
Scott Wheeler authored
knew there was a reason I wrote that StringHash class. I think I was just too lazy to write a remove() method for it so I used my SortedStringList instead. Anyway, switching over to the StringHash makes startup time for a collection of 12,500 items about 8x faster. svn path=/trunk/kdemultimedia/juk/; revision=242601
-
- 13 Aug, 2003 3 commits
-
-
Scott Wheeler authored
selected files. svn path=/trunk/kdemultimedia/juk/; revision=242586
-
Frerich Raabe authored
svn path=/trunk/kdemultimedia/juk/; revision=242492
-
Frerich Raabe authored
svn path=/trunk/kdemultimedia/juk/; revision=242487
-
- 12 Aug, 2003 4 commits
-
-
Scott Wheeler authored
been possible to delete in single-select mode. svn path=/trunk/kdemultimedia/juk/; revision=242389
-
Scott Wheeler authored
until I get history saving / restoring working. Thanks to cartman for catching this. CCMAIL:kde@myrealbox.com svn path=/trunk/kdemultimedia/juk/; revision=242385
-
Scott Wheeler authored
a pointer to a list. Add the m_ prefix to member variables. General style cleanups. svn path=/trunk/kdemultimedia/juk/; revision=242288
-
Dirk Mueller authored
svn path=/trunk/kdemultimedia/juk/; revision=242278
-