]> cloud.milkyroute.net Git - dolphin.git/commit
After some discussions at http://reviewboard.kde.org/r/1938 it turned out that moving...
authorPeter Penz <peter.penz19@gmail.com>
Wed, 28 Oct 2009 07:18:00 +0000 (07:18 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 28 Oct 2009 07:18:00 +0000 (07:18 +0000)
commit73007f7d632bdd5565b8394043bb2de07bebb336
tree26f09ea9ceb47bed3b93fd7be1916e560ef7b3da
parent1201c618842c8c03825be82478f923874d24f690
After some discussions at http://reviewboard.kde.org/r/1938 it turned out that moving KMetaDataWidget and KMetaDataConfigurationDialog to kdelibs should be postponed to KDE 4.5. The main reason is that adding application specific properties is not possible with the current API in a generic way. Also the topic how to hide properties application specific is an open point...

So now all adjustments from the review have been adapted to the Dolphin code. After KDE 4.4 has been released some refactoring will be done so that the open topics above are handled in a nice way.

svn path=/trunk/KDE/kdebase/apps/; revision=1041547
19 files changed:
src/CMakeLists.txt
src/dolphinmainwindow.cpp
src/panels/information/commentwidget_p.h [deleted file]
src/panels/information/edittagsdialog_p.h [deleted file]
src/panels/information/informationpanelcontent.cpp
src/panels/information/informationpanelcontent.h
src/panels/information/kcommentwidget.cpp [moved from src/panels/information/commentwidget.cpp with 57% similarity]
src/panels/information/kcommentwidget_p.h [new file with mode: 0644]
src/panels/information/kedittagsdialog.cpp [moved from src/panels/information/edittagsdialog.cpp with 72% similarity]
src/panels/information/kedittagsdialog_p.h [new file with mode: 0644]
src/panels/information/kmetadataconfigurationdialog.cpp [moved from src/panels/information/metadataconfigurationdialog.cpp with 66% similarity]
src/panels/information/kmetadataconfigurationdialog.h [new file with mode: 0644]
src/panels/information/kmetadatawidget.cpp [moved from src/panels/information/metadatawidget.cpp with 78% similarity]
src/panels/information/kmetadatawidget.h [new file with mode: 0644]
src/panels/information/ktaggingwidget.cpp [moved from src/panels/information/taggingwidget.cpp with 59% similarity]
src/panels/information/ktaggingwidget_p.h [new file with mode: 0644]
src/panels/information/metadataconfigurationdialog.h [deleted file]
src/panels/information/metadatawidget.h [deleted file]
src/panels/information/taggingwidget_p.h [deleted file]