30994 commits found for project amaroK.
Regular Commiters: markey, aumuell, seb, mitchell, ianmonroe, aoliveira, illissius
Last update: 07:55, 01.09.2006

TimeRevisionAuthorRepliesMessageFriday, 01. September 2006
07:22579521ianmonroe2580 r6554@wasabi: ian | 2006-09-01 02:21:22 -0500 New DCOP, player trackCurrentTimeMs as requested on forum. Added some debug info to downloadMedia() for podcasts, as it has been crashing on me for reasons unknown.


TimeRevisionAuthorRepliesMessageThursday, 31. August 2006
22:52579373seb0SVN_SILENT update ignores
15:24579248markey0fix typo
11:40579197scripty0SVN_SILENT made messages (.desktop file)
08:54579154bram0SVN_SILENT: fixuifiles
00:50579076seb0SVN_SILENT and these aren't required either!
00:42579073seb0SVN_SILENT not needed
00:40579072seb0SVN_SILENT style fixes
00:39579071seb0* Remove the option to enable/disable history in dynamic mode. It is now on always. * Disable "Played tracks to show" option if tracks are not removed from dynamic mode, when creating a new dynamic playlist * Reduce the minimum available tracks to show to 0. * The beginnings of restoring purged items for podcasts (got caught up in the commit). BUG: 133078 BUG: 133076 BUG: 131223


TimeRevisionAuthorRepliesMessageWednesday, 30. August 2006
19:16578995markey0more
18:55578991mitchell0Remove some unnecessary code
18:27578986mitchell0Stupid mistakes when I rush...
18:24578985mitchell0Stack, not heap
17:44578972mitchell0Hit a SVN bug there. Rare. Managed to conflict with myself. Here's the fix.
17:39578969mitchell0Fix mistake, not that it makes a huge difference...
17:37578967mitchell0Fix possible memory leak
16:59578947aturner0Remove redundant stats v11 update code - superceded by new v12 update code. It's unnecessary to upgrade from stats version 10->11->12, when the code to do the upgrade to 12 will work perfectly well coming from either v10 or v11. So, that makes the code to update to v11 redundant.
15:50578923markey0more
15:36578922aturner0Revert accidentally changed scan controller retries constant.
14:52578911mitchell0More removal of unneeded code. Also rename ATF->AFT in code...it may not be an official acronym, but it's better than keeping the old one. Checked the database upgrade, works fine for me.
14:28578898mitchell0Add a link
13:44578871mitchell0Fix stupid typo
13:34578867mitchell0Update
13:28578863mitchell0New ATF-scheme-related stuff: 1) Remove a lot of now-unnecessary functions 2) When we modify a tag in Amarok, the UID is now updated appropriately (not necessary before).
11:27578831scripty0SVN_SILENT made messages (.desktop file)
07:39578779kelk0SVN_SILENT add MTP compile fix to the changelog


TimeRevisionAuthorRepliesMessageTuesday, 29. August 2006
21:58578676mitchell0Cleanup from UID switchover; disable some unneeded functions (will remove them later with more cleanup). Also, display a useful message in console if there is a UID collision, letting the user know which files collided (i.e. should be properly tagged)
21:30578666mitchell0ATF -> File Tracking (Amarok File Tracking (AFT)? :-) ). New read-only algorithm per discussions in IRC. Less robust, but works on read-only collections and is possibly safer. Also possibly drop the ATF moniker, since we're not using embedded tags anymore to track.
13:53578507pndiku0Fixing my own 'bugfix': Don't hardcode mounted device list into Smart Playlist.
11:56578458markey0Fix: AudioCD playback with xine-engine would stutter and freeze Amarok. The problem was that Engine::metaDataForUrl() was called repeatedly (3 times) in CollectionDB::bundleForUrl(), while playback was already started. This blocked xine. BUG: 133015
11:30578451markey0Undo eean's vandalism (REVERT CRAP) ;)
04:17578347ianmonroe0 r6518@wasabi: ian | 2006-08-28 23:16:32 -0500 merge
04:16578346ianmonroe0 r6509@wasabi: ian | 2006-08-28 23:01:03 -0500 DAAP client shows connection errors to the user and no longer says "Loading" perpetually. After a failed connection, the user can now try again. Please report any problems connecting to a DAAP server where Amarok does not report an error. CCMAIL:amarok@kde.org


TimeRevisionAuthorRepliesMessageMonday, 28. August 2006
11:48578083mueller0fix line encoding
11:25578066pndiku5Only construct SmartPlaylists from mounted devices
10:36578055aumuell0SVN_SILENT compile fix
10:25578053markey0Make this stuff compile. Why the hell was serverKey() a SLOT?
08:15578026bram0SVN_SILENT: fixuifiles
03:15577984aumuell0fix regression in 1.4.2: don't empty transfer queue when canceling transfers


TimeRevisionAuthorRepliesMessageSunday, 27. August 2006
20:02577898mkossick0added Changelog entry for revision 577765
19:43577893ianmonroe0 r6504@wasabi: ian | 2006-08-27 14:42:43 -0500 DAAP client now saves manually added computers between sessions.
19:43577892ianmonroe0 r6503@wasabi: ian | 2006-08-26 17:12:58 -0500 Fixes segfault when a network interface goes down and zeroconf devices have been picked up by the DAAP client.
14:01577765mkossick0make sure that we don't access uninitialised variables BUG: 133072
11:32577733scripty0SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageSaturday, 26. August 2006
20:24577489ianmonroe0 r6501@wasabi: ian | 2006-08-26 15:24:15 -0500 Alex found a way thats multitudes easier. CCMAIL:amarok@kde.org
19:40577475aoliveira0new ruby detection doesn't work for me... reverting until we figure this put correctly
19:18577465mitchell0Implement fixes suggested by Krzysztof Lichota (krzysiek a t lichota d0t net)...thanks!
16:07577402ianmonroe0 r6494@wasabi: ian | 2006-08-26 11:06:48 -0500 Patch for Ruby configure checks by Bongani Hlope <bhlope@mweb.co.za>
11:42577350scripty0SVN_SILENT made messages (.desktop file)
09:08577323pndiku0Randomly sorted SmartPlaylists were broken (again)


TimeRevisionAuthorRepliesMessageFriday, 25. August 2006
22:53577241ianmonroe0 r6491@wasabi: ian | 2006-08-25 17:53:07 -0500 Added a ruby header configure check.
21:53577230aoliveira0Check the strings in our default lyrics scripts, to avoid crashing. BUG: 132999
20:13577192mitchell0Converted the checksum code to use blocks instead of readAll, which should be much more memory efficient. I've processed several thousand files with this code already and so far no hitches, and it's caught the error conditions I've tried to trip it up with. Documentation needs to be updated before it goes back in the GUI...but I think it's ready for some prime time testing.
20:10577191mitchell0When stripping UIDs from files, actually remove the values from the database.
18:41577162mitchell0Fix a crash.
18:32577160mitchell0SVN_SILENT A copule minor comments
18:29577158mitchell0Fixes to metabundlesaver and metabundle, now includes a random part of the filename, doesn't use thread-unsafe kdelibs for move, copy and delete operations, and others.
11:06576968seb0Don't enable items in the playlist when viewing tag information for dynamic mode history items
06:57576909markey0remove, deprecated


TimeRevisionAuthorRepliesMessageThursday, 24. August 2006
21:32576816mkossick0split the logic of renderView into three separate methods to make it easier to understand and easier to find things
19:23576769mitchell0Capitalize "Moodbar" message
19:23576768markey0forgot to add those
19:15576765markey0Interface for new Moodbar implementation by Joe Rabinoff <bobqwatson@yahoo.com>. BUG: 132782
19:02576760mitchell0Finish previous commit -- forgot the add.
19:02576759mitchell0Introduces a number of new things: 1) A transactional algorithm to safely modify files (with either complete success or complete failure) has been implemented to make saving tags safe(r?). This is contained in the new helper class MetaBundleSaver. Class usage is easy: create an instance, call prepareToSave() to get a taglib fileref pointer, do you work on that fileref, call doSave(), then cleanupSave(). Cleanup is separate in case you decide not to do the doSave() call after all, for instance if you encounter an error when working with the fileref. 2) MetaBundle gets a new method: safeSave(). Call safeSave() in place of save() to transparently use this transactional save method. This will update the same tag fields as a call to save() does. Note there are some minor bugs to be worked out with MetaBundleSaver, namely that it seems to sometimes miss KIO's signals, but other than that it seems to work well.
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
12:39576621mueller0amarok is probably the only KDE music player that has never heard about KIO
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated
10:11576501markey0remove, deprecated