~joe-yasi/amarok/+git/amarok-git:rengels-filenameLayoutDialog

Last commit made on 2012-12-07
Get this branch:
git clone -b rengels-filenameLayoutDialog https://git.launchpad.net/~joe-yasi/amarok/+git/amarok-git

Branch merges

Branch information

Name:
rengels-filenameLayoutDialog
Repository:
lp:~joe-yasi/amarok/+git/amarok-git

Recent commits

82b217e... by Ralf Engels

Align tag names in playlist, layouts, tag guessing and search edit.

PlaylistColumnNames with the variable declaration in the .h file
had to go.
Instead the PlaylistDefines is extended a little using the
already existing method for string list generation.

2031a9c... by Ralf Engels

Further cleanup in for Token,TokenDropTarget, TokenPool and so on.

- Remove event filter of token drop target. Event filters are evil.
  instead change the LayoutEditWidget and add a strut to the
  TokenDropTarget

- Clean up the mimetype. Now Token has a static function to return
  the amarok token mime type.
  The old mime type was defined in five different places.

- Have one function to return the mime data of a token in the token
  object. Old code had two places where the data was returned with
  different implementations.

- Correctly set the drop cursor pixmap for the TokenPool

- The TokenPool now has a working size hint.

- Remove some needless widget settings from the .ui files, restoring
  the defaults.

- Rename the FilenameLayoutDialog file to FilenameLayoutWidget.
  That file always had a widget and never a dialog. Dialogs are
  defined in different files.

- To get rid of the result label layout problems I used a line edit
  (that allows scrolling without a scrollbar).
  Of course that also needs to be editable which caused all the other
  changes in the MetaQueryWidget.

455dcf4... by Ralf Engels

New TagGuessDialog

Cleaning up the tag guessing by creating a dedicated TagGuessDialog.

7c052c4... by Ralf Engels

Change FilenameSchema dialog

Change TokenPool to list

6d4c1cb... by Ralf Engels

Further cleanup FilenameLayoutDialog

Further split up FilenameLayoutWidget and OrganizeCollection
More refactoring
Add .extension to tag guess dialog

fe367f0... by Ralf Engels

Refactoring for FilenameLayoutDialog

Demangle the FilenameLayoutDialog and the GuessTagDialog
Fix color problems in tag guess dialog.

fc07990... by Script Kiddy <email address hidden>

SVN_SILENT made messages (.desktop file)

f66a306... by Matěj Laitl

Last.fm ScrobblerAdapter: make correction announcements configurable

As suggested by Sentynel, this may get annoying when you don't care
that much about quality of your tags. Default to yes, otherwise this
would be pretty hard to discover.

cfc9a0a... by Teo Mrnjavac

Update likeback host.

66c5cc7... by Matěj Laitl

Playlist, PlaylistObserver: thread-safety and related docs

...inspired by Meta::Base and Meta::Observer.