Amarok

  • Filter
vigneshc

committed 25254 to Amarok

19 Jul 09
Integrated simon's code to the wiki-info meta applet. Added features
like viewing previous track's information, ability to view the wikipedia
web pages within the same webview and forward and backward navigation
for it.
Also now the title information also can be viewed along with
artist,lyrics and album information.
Added a small piece of code to the lyrics Engine so that the wiki-info
Meta applet can request for previous track info when needed.
toma

committed 25253 to Amarok

19 Jul 09
Amarok is closed for commits, but at least make sure it builds...
Bart Cerneels

committed 25252 to Amarok

19 Jul 09
Allow move action drops as well.
modified UserPlaylistModel.h

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999404


Bart Cerneels

committed 25251 to Amarok

19 Jul 09
Set this just in case.
SVN_SILENT
added to UserPlaylistTreeView.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999403


Bart Cerneels

committed 25250 to Amarok

19 Jul 09
Refactor UserPlaylists a bit further.
With the groupingproxy not enabled the view updates correctly now.
Bart Cerneels

committed 25248 to Amarok

19 Jul 09
Attempt to fix groupingproxy part of the row removing.
It's not working though, probably need to inherit QAbstractProxyModel.
modified PlaylistsInGroupsProxy.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999400


cgiboudeaux

committed 25247 to Amarok

19 Jul 09
There's no -e option to append a file to the playlist
modified amarok_append.desktop

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999386


scripty

committed 25245 to Amarok

19 Jul 09
SVN_SILENT made messages (.desktop file)
added to amarok_collection-iphoneoscollection.desktop

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999283


nhnielsen

committed 25243 to Amarok

19 Jul 09
Make the dockwidgets animated when moving them around. Let me know if this causes any performance issues.
modified MainWindow.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999196


Alejandro Wainzinger

committed 25242 to Amarok

19 Jul 09
Don't duplicate capacity code in collection.
Alejandro Wainzinger

committed 25241 to Amarok

19 Jul 09
Remove the error message's one space to accomodate for the recent addition of a space in every error message's string. Spaces are indeed a worthy addition to our language, and we should treasure them over, and over, and over again.
modified IpodHandler.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999089


Seb Ruiz

committed 25240 to Amarok

19 Jul 09
Disable device capacity showing until xevix fixes mtp checking
modified CollectionTreeItem.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999072


Seb Ruiz

committed 25239 to Amarok

18 Jul 09
Spaces were a worthy addition to our language, let's use them
modified IpodHandler.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999054


Seb Ruiz

committed 25238 to Amarok

18 Jul 09
Show device capacity bars in the collection headers. I saw this causing
a crash on aumuell's laptop in gran canaria, but can't reproduce it
here.
modified 2 cpp files
Teo

committed 25237 to Amarok

18 Jul 09
Make compile on Qt 4.4
BUG: 200609
modified 2 cpp files
Alejandro Wainzinger

committed 25236 to Amarok

18 Jul 09
Fix capacity code for MTP. Coding on the run is bad.
~lart xevix
modified MtpHandler.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:999005


nhnielsen

committed 25230 to Amarok

18 Jul 09
Add a ton of debug to try to track down a strange issue with the "copy to collection" action of the audio cd only triggereing some times and not consistently. Also add a potential fix that however does not make a lot of sense to me...
added to 2 cpp files

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998734


nhnielsen

committed 25229 to Amarok

18 Jul 09
ChangeLog++
added to ChangeLog

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998726


nhnielsen

committed 25228 to Amarok

18 Jul 09
Fix escaped space "%20" being shown at the end of each filter value in the LibriVox service
BUG: 190704

added to ScriptableServiceQueryMaker.cpp and modified main.js
nhnielsen

committed 25227 to Amarok

18 Jul 09
ChangeLog++
added to ChangeLog

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998711


nhnielsen

committed 25226 to Amarok

18 Jul 09
If we have cached lyrics, show these if lyrics download job returns an error. This also allows lyrics to be shown when offline!
BUG: 197589
added to LyricsManager.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998707


osterfeld

committed 25225 to Amarok

17 Jul 09
return something
added to AudioCdCollection.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998560


osterfeld

committed 25224 to Amarok

17 Jul 09
the script requires bash, not just sh
modified build-qtscriptgenerator-git.sh

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998544


Teo

committed 25221 to Amarok

17 Jul 09
Clean up the Playlist::Navigators to use AbstractModel *m_model instead of excessive ::instance() calls.
mitchell

committed 25220 to Amarok

17 Jul 09
Prefetch albumId at the same time as other ID values. Depending on circumstances this will reduce up to N queries for N tracks; average case is highly dependent on the variety of music in the collection.
modified 2 files
mitchell

committed 25219 to Amarok

17 Jul 09
Add debug block for more sensible output
added to DatabaseUpdater.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998461


mitchell

committed 25218 to Amarok

17 Jul 09
Fix order to prevent crashing on empty query result
modified ScanResultProcessor.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998458


Teo

committed 25217 to Amarok

17 Jul 09
Made the Playlist::Navigators use Playlist::GroupingProxy instead of Playlist::Model.
For this I also needed to expose some more methods in Playlist::AbstractModel.
Removed Playlist::FilterProxy::firstMatchAfterActive() and firstMatchBeforeActive() because they are not needed any more.
mitchell

committed 25216 to Amarok

17 Jul 09
Rework AFT algorithm. For N tracks, this removes N SELECT queries during a scan. In most cases this will also remove N UPDATE queries per scan, meaning that on the average case it will eliminate two SQL accesses per scanned track. (The only time it still uses the UPDATE is when AFT actually kicks in because of a change.)

nhn, let me know your scan time with this :-)
modified ScanResultProcessor.cpp

Properties

 svm:headrev = 283d02a7-25f6-0310-bc7c-ecb5cbfe19da:998438