Amarok-git

  • Filter
Bart Cerneels
Rename unified view to merged view in collections.
I tried it and it seemed to work. Might have removed some advanced code that could allow more then 2 view modes in the future. But that is worry for later. It's clearer and consitant now.
Bart Cerneels
Improve string.
a tip: if your string is to long and runs beyong column 100 you can use close the line with a " and start the next with another doubleqoute to continue the same string.
Mark Kretschmann
RFC: Change "Amarok 2 Beta" to "Amarok" on OSX & Win.
Seriously, I think this "Beta" label has far outlived its usefulness.
Amarok is usable on these platforms now, and all we do is scare off
potential contributors.

CCMAIL: amarok-devel@kde.org
changed MainWindow.cpp
Nikolaj Hald Nielsen
Retry "Make the playlist tooltip off by default until it has been removed, moved, improved or whatever will happen."
This time with new and improved closing tags...
changed amarokconfig.kcfg
Mark Kretschmann
Revert "Make the playlist tooltip off by default until it has been removed, moved, improved or whatever will happen."
This reverts commit 1436f324d538489fc974e3c095fe8890d834068d.

This does not build:
Parse error in /home/mark/kde/src/amarok/src/amarokconfig.kcfg, line 117, col 12: tag mismatch
changed amarokconfig.kcfg
Nikolaj Hald Nielsen
Make the playlist tooltip off by default until it has been removed, moved, improved or whatever will happen.
changed amarokconfig.kcfg
Andrius Štikonas
Use ki18np() instead of static spinBox suffix in KIntSpinBox. This allows to have plural support in languages with more than 1 plural form.
Bart Cerneels
Forgot to press save after edit changelog.
At least I tried to get it in the same commit right?
changed ChangeLog
Thomas Lübking
rtl awareness, bg gradient, prev/next watermarks + hints while not playing
Thomas Lübking
fix non stopping pulsing labels
changed AnimatedLabelStack.cpp
Nikolaj Hald Nielsen
Add a header to the file view (and make it a treeview subclass once again since listviews do not support headers). Also add size and date columns.
Kevin Funk
RFC: Make gmock a required dependency (if tests are built), please check
changed CMakeLists.txt
Bart Cerneels
Add a configuration dialog for SqlPodcastProvider.
Bart Cerneels
Clean out episodes table when unsubscribing last.
This is a sure way to cleanup some historic database cruft.
Bart Cerneels
Fall back to url instead of guid for some cases.
This podcast http://rockandrollscience.podomatic.com/rss2.xml uses a guid with a capital letter in it, even though it's a permalink.

CCBUG:219516
changed PodcastReader.cpp
Kevin Funk
Also no space needed between number and % symbol
changed VolumeDial.cpp
Bart Cerneels
Fix a crash in the PodcastCategory when grouped.
BUG:225745
Mark Kretschmann
Fix incorrect i18n() usage.
changed VolumeDial.cpp
Kevin Funk
Prettify some code (include order, etc.)
Teo Mrnjavac
Fixed regression with radio streams not being inserted into the playlist.
changed PlaylistController.cpp
Mark Kretschmann
Saner layout and string for Phonon configuration.