- 18 Dec, 2006 1 commit
-
-
David Faure authored
Many files were using KGlobal via the "#include <kglobal.h>" in kguiitem.h. Removed that include -> added many includes in the code. svn path=/trunk/KDE/kdemultimedia/juk/; revision=614585
-
- 14 Oct, 2006 1 commit
-
-
Tim Beaulen authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=595556
-
- 15 Sep, 2006 2 commits
-
-
Dirk Mueller authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=584892
-
Laurent Montel authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=584700
-
- 04 Aug, 2006 1 commit
-
-
Jure Repinc authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=569833
-
- 12 May, 2006 1 commit
-
-
Stephan Kulow authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=539944
-
- 09 May, 2006 2 commits
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=538928
-
Laurent Montel authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=538926
-
- 02 May, 2006 1 commit
-
-
Michael Pyne authored
come of that anyways since I haven't been able to test. And I still need to work on the CMake stuff as well, it kind of assumes you have Akode at this point or something. svn path=/trunk/KDE/kdemultimedia/juk/; revision=536433
-
- 13 Mar, 2006 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=518198
-
- 28 Feb, 2006 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=514509
-
- 27 Feb, 2006 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=513976
-
- 26 Feb, 2006 2 commits
-
-
Scott Wheeler authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=513939
-
Michael Pyne authored
update. All source now has a vim modeline, and all files use the same modeline (described in HACKING). This will make it easier for vim users to stay HACKING-compatible in JuK. svn path=/trunk/KDE/kdemultimedia/juk/; revision=513935
-
- 01 Sep, 2005 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=455930
-
- 13 Jun, 2005 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/KDE/kdemultimedia/juk/; revision=425073
-
- 04 Jun, 2005 3 commits
-
-
Scott Wheeler authored
switching playlists the setSearch() call was being called before visiblePlaylist() reported the new playlist, so it was basically clearing the search term for the playlist that was about to go to the background. This meant that when you switch back to it your search is cleared. svn path=/trunk/KDE/kdemultimedia/juk/; revision=422080
-
Scott Wheeler authored
visible item. svn path=/trunk/KDE/kdemultimedia/juk/; revision=421816
-
Scott Wheeler authored
matching item. svn path=/trunk/KDE/kdemultimedia/juk/; revision=421809
-
- 17 May, 2005 1 commit
-
-
Michael Pyne authored
Down Arrow. I hope that QListView in Qt 4 isn't as lame as it's been in Qt 3. svn path=/trunk/KDE/kdemultimedia/juk/; revision=414810
-
- 16 May, 2005 1 commit
-
-
Michael Pyne authored
key is F6, which matches the Jump to Location Bar shortcut in Konqi. svn path=/trunk/KDE/kdemultimedia/juk/; revision=414791
-
- 15 Nov, 2004 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=363171
-
- 14 Nov, 2004 1 commit
-
-
Scott Wheeler authored
to clear the search (without changing playlists), and it seems that the playing item sharing isn't quite working, but more there later. svn path=/trunk/kdemultimedia/juk/; revision=362838
-
- 10 Nov, 2004 1 commit
-
-
Scott Wheeler authored
for the "Now Playing" when I discovered the one that was part of Nathan's patch. This one does quite a bit more and makes it possible to easily add or switch elements in the future. Eventually the links for the artist and album will go to a filtered playlist based on that and the history links will either jump to the item in the playlist or start playing it. We'll see. Also clicking on the image should show the original -- but I'm not sure I want that in a real window -- probably just a borderless thing that goes away when you click it. svn path=/trunk/kdemultimedia/juk/; revision=361877
-
- 09 Nov, 2004 1 commit
-
-
Scott Wheeler authored
using them in one method, use forward declarations where possible, etc. CCMAIL:Nathan Toone <nathan@toonetown.com> svn path=/trunk/kdemultimedia/juk/; revision=361800
-
- 08 Nov, 2004 1 commit
-
-
Scott Wheeler authored
are still quite a few rough edges, but interface and codewise, but it's close enough that those can be worked out in the relatively near future. FEATURE:60462 svn path=/trunk/kdemultimedia/juk/; revision=361330
-
- 29 Oct, 2004 1 commit
-
-
Scott Wheeler authored
BUG:91948 svn path=/trunk/kdemultimedia/juk/; revision=358758
-
- 10 Oct, 2004 1 commit
-
-
Scott Wheeler authored
and the current item in the PlaylistCollection. The current item should always correspond to the playlist-like methods -- playing things, advancing tracks, etc. The visible playlist is useful for things like the tag editor and k3b exporter. svn path=/trunk/kdemultimedia/juk/; revision=353246
-
- 30 Sep, 2004 1 commit
-
-
Michael Pyne authored
Will backport to KDE 3.3. svn path=/trunk/kdemultimedia/juk/; revision=350441
-
- 31 Jul, 2004 1 commit
-
-
Michael Pyne authored
enabled it if you minimized/closed the JuK window (or even put it on a different virtual desktop). svn path=/trunk/kdemultimedia/juk/; revision=334301
-
- 24 Jul, 2004 1 commit
-
-
Michael Pyne authored
keep in sync with your music collection. What this means is that if you should remove a song, or edit a tag such that one of the tree view categories is empty, the category will automatically delete itself. Also, adding tracks or editing a new tag will automatically create the appropriate entry, even if you've already expanded the tree view out. This fixes a couple of bugs, and although the patch is rather large, it has been reviewed by Scott <wheeler@kde.org>, with some of his suggestions implemented. Of course, I would appreciate testing, I've been running it here for quite a few days. No strings were harmed during the making of this patch. :-) CCMAIL:62303-done@bugs.kde.org CCMAIL:74598-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=332224
-
- 22 Jul, 2004 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=331912
-
- 03 Jun, 2004 1 commit
-
-
Scott Wheeler authored
svn path=/trunk/kdemultimedia/juk/; revision=317484
-
- 02 Jun, 2004 2 commits
-
-
Scott Wheeler authored
PlaylistBox svn path=/trunk/kdemultimedia/juk/; revision=317188
-
Michael Pyne authored
Qt automatically deletes QObjects owned by PlaylistSplitter when PlaylistSplitter bites the dust. Unfortunately, PlaylistBox needs to ensure that all the Playlists (which are also owned by PlaylistSplitter) are still valid, so we simply delete the PlaylistBox manually, thus making sure it happens first. Scott, you may want to review it to see if there's not a better way to fix this, but I was getting tired of JuK crashing on me. :-D CCMAIL:wheeler@kde.org svn path=/trunk/kdemultimedia/juk/; revision=316959
-
- 01 Jun, 2004 1 commit
-
-
Scott Wheeler authored
TODO for a while: *) Ditch the PlaylistSplitter class mostly in favor of the PlaylistCollection *) Move to a more linear class interaction path rather than having PlaylistSplitter as an ugly thing trying to mediate between a bunch of unrelated classes *) Rely more heavily on the global action collection and try to instantiate actions in the classes that they're related to *) Remove a few dozen dirty hacks *) Got rid of about 250 lines of code in the process There are still a couple of outstanding issues but since my home internet connection has decided that it doesn't like me at the moment and people are waiting on these changes for further work I'm committing. Stuff that still needs to be done (I'll likely finish this tonight and commit it at work tomorrow): *) Create the Artist / Album / Genre playlists in the Tree View Mode. This is essentially easy, it just requires sticking a new constructor in and making sure that it works. *) Make it so that the HistoryPlaylist is properly instantiated and shown when its asked for *) Make sure that the status bar is updated with the current playlist information *) Create dynamic playlists on multiple select While that sounds like quite a bit that's really just a little bit of work, but managing such a huge patch set off-line is getting rather tedious and most stuff works now. I should have a patch for the rest tomorrow. svn path=/trunk/kdemultimedia/juk/; revision=316735
-
- 13 May, 2004 1 commit
-
-
Scott Wheeler authored
it's easy and clean enough to pass around a PlaylistInterface pointer. svn path=/trunk/kdemultimedia/juk/; revision=311090
-
- 19 Apr, 2004 1 commit
-
-
Scott Wheeler authored
CCMAIL:73635-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=304811
-
- 15 Apr, 2004 1 commit
-
-
Scott Wheeler authored
is taking place. I'd really like to at some point find a way to do this without going through the ugly levels of redirection that this uses, but based on the current class hierarchy this will have to do. CCMAIL:69670-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=303829
-
- 14 Apr, 2004 1 commit
-
-
Scott Wheeler authored
rather than a real playlist -- mark disabled the appropriate context menu items. This code was moved directly into the PlaylistBox class rather than trying to push the information up through the PlaylistSplitter class in to the JuK API. This allowed several PlaylistSplitter methods to be removed. Sadly this change is too invasive (and based too heavily on other changes) and the bug too obscure to bother spent the time trying to backport it (it would have to be a completely different fix), but this will be fixed in 3.3. CCMAIL:73972-done@bugs.kde.org svn path=/trunk/kdemultimedia/juk/; revision=303817
-