- 26 Oct, 2003 1 commit
-
-
Maks Orlovich authored
1. Reove a redudndant copy of the file path in CachedTag 2. Try to get multiple copies of the same text to use the same underlying data object more often. 3. Don't let QString get too pre-allocation happy. svn path=/trunk/kdemultimedia/juk/; revision=262331
-
- 24 Oct, 2003 1 commit
-
-
Stephan Binner authored
svn path=/trunk/kdemultimedia/juk/; revision=261521
-
- 23 Oct, 2003 1 commit
-
-
George Staikos authored
svn path=/trunk/kdemultimedia/juk/; revision=261420
-
- 22 Oct, 2003 1 commit
-
-
Lauri Watts authored
svn path=/trunk/kdemultimedia/doc/juk/; revision=261149
-
- 21 Oct, 2003 2 commits
-
-
Lisiane Sztoltz Teixeira authored
svn path=/trunk/kdemultimedia/juk/; revision=260924
-
Scott Wheeler authored
accidentally made the width guessing a lot faster. svn path=/trunk/kdemultimedia/juk/; revision=260658
-
- 20 Oct, 2003 3 commits
-
-
Scott Wheeler authored
data both in the listview and in the data structure behind it. Shaves off about 18% of the memory consumption for 11000 items here... svn path=/trunk/kdemultimedia/juk/; revision=260542
-
Stephan Kulow authored
svn path=/trunk/kdemultimedia/juk/; revision=260473
-
Stephan Kulow authored
svn path=/trunk/kdemultimedia/juk/; revision=260393
-
- 19 Oct, 2003 1 commit
-
-
Arnold Krille authored
svn path=/trunk/kdemultimedia/juk/; revision=260162
-
- 16 Oct, 2003 1 commit
-
-
Allan Sandfeld Jensen authored
svn path=/trunk/kdemultimedia/juk/; revision=259363
-
- 14 Oct, 2003 1 commit
-
-
Enrico Ros authored
Fix for GCC 3.3.1 20030916 generating bad code with "-march=pentium4 -O3 -funroll-loops -fprefetch-loop-arrays". Slightly changing the code keeps the playlist from freezing the processor on a loop. CCMAIL: asy@libero.it svn path=/trunk/kdemultimedia/juk/; revision=258938
-
- 13 Oct, 2003 1 commit
-
-
Andy Goossens authored
svn path=/trunk/kdemultimedia/juk/; revision=258677
-
- 11 Oct, 2003 1 commit
-
-
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=258086
-
- 07 Oct, 2003 2 commits
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=257071
-
Scott Wheeler authored
CCMAIL:65460-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=257035
-
- 01 Oct, 2003 1 commit
-
-
Scott Wheeler authored
you make it shrink by choosing "fewer". A simpler version of something from Michael Pyne. Oh, and yes, one that makes the dialog shrink would be apprciated. :-) CCMAIL:pynm0001@comcast.net svn path=/trunk/kdemultimedia/juk/; revision=255486
-
- 30 Sep, 2003 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=255220
-
- 25 Sep, 2003 2 commits
-
-
Stephan Binner authored
svn path=/trunk/kdemultimedia/juk/; revision=253806
-
Scott Wheeler authored
This makes the compact and tree view modes look correct again... svn path=/trunk/kdemultimedia/juk/; revision=253775
-
- 24 Sep, 2003 2 commits
-
-
Scott Wheeler authored
close to it. (This was introduced by my commit earlier today.) svn path=/trunk/kdemultimedia/juk/; revision=253733
-
Scott Wheeler authored
to calculate the item heights before they're painted. Oh, and calculate the item heights before they're painted so that scrolling isn't goofy. svn path=/trunk/kdemultimedia/juk/; revision=253614
-
- 20 Sep, 2003 1 commit
-
-
Stephan Binner authored
svn path=/trunk/kdemultimedia/juk/; revision=252635
-
- 16 Sep, 2003 2 commits
-
-
Dirk Mueller authored
svn path=/trunk/kdemultimedia/juk/; revision=251595
-
Matthias Kretz authored
show up in the AudioManager and fixes all the issues I had with the artsd restarting code of JuK. (no interface changed - only impl) svn path=/trunk/kdemultimedia/juk/; revision=251497
-
- 15 Sep, 2003 2 commits
-
-
Frerich Raabe authored
svn path=/trunk/kdemultimedia/juk/; revision=251355
-
Frerich Raabe authored
svn path=/trunk/kdemultimedia/juk/; revision=251328
-
- 14 Sep, 2003 7 commits
-
-
Frerich Raabe authored
svn path=/trunk/kdemultimedia/juk/; revision=251125
-
Scott Wheeler authored
advances one track and scrolling down goes back one. CCMAIL:63699-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=251100
-
Scott Wheeler authored
Clearing the collection item will automagically clear its children. (This actually should be cleaned up a bit more, but it requires refactoring much of the way that PlaylistItems relate to their "parents" the CollectionListItems. svn path=/trunk/kdemultimedia/juk/; revision=250909
-
Adam Treat authored
* See: #64087 svn path=/trunk/kdemultimedia/juk/; revision=250903
-
Scott Wheeler authored
wouldn't have actually worked if we weren't. (Since removing stuff from a list that we're iterating through doesn't work.) svn path=/trunk/kdemultimedia/juk/; revision=250894
-
Scott Wheeler authored
clear the field. svn path=/trunk/kdemultimedia/juk/; revision=250891
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=250875
-
- 13 Sep, 2003 2 commits
-
-
Scott Wheeler authored
by the code yesterday to make JuK refresh the search less often) svn path=/trunk/kdemultimedia/juk/; revision=250651
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=250648
-
- 12 Sep, 2003 4 commits
-
-
Dirk Mueller authored
svn path=/trunk/kdemultimedia/juk/; revision=250566
-
Scott Wheeler authored
switching lists faster. It now won't be called more than one time per switch but it still could be fixed to not call the above method on an empty search. svn path=/trunk/kdemultimedia/juk/; revision=250470
-
Scott Wheeler authored
various item list methods. Don't know if this improves performance at all but it removes a little code and makes things conceptually cleaner. svn path=/trunk/kdemultimedia/juk/; revision=250434
-
Scott Wheeler authored
the search. I had to make a couple of things non-const here since Qt doesn't provide a const iterator for listviews. svn path=/trunk/kdemultimedia/juk/; revision=250425
-