kde-workspace/plasma/desktop/applets/homerun/fixes
2015-02-11 02:49:30 +00:00
..
qml plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
CMakeLists.txt plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
declarativeitemcontainer.cpp plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
declarativeitemcontainer_p.h plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
dialog.cpp plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
dialog.h plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
fixesplugin.cpp plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
fixesplugin.h plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
README.md plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
toolboxtoggle.cpp plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00
toolboxtoggle.h plasma: add some most of the homerun fixes back 2015-02-11 02:49:30 +00:00

Intro

This dir contains patched or backported copies of classes provided by other projects.

Those copies are intended to be temporary and should be removed when fixes are upstreamed and available on all machines used to test Homerun. If a fix cannot be upstreamed and there is no other workaround, the class should be forked and moved to the components/ dir.

Current Status

TextField.qml (kde-runtime)

Keep placeholder text visible when focused and empty

https://git.reviewboard.kde.org/r/107678/

Applied in 4.11

Emit beginMoveRows() and endMoveRows()

Need to be proposed

KFilePlacesModel (kdelibs)

Emit rowsMoved() when reordering via drag and drop, instead of remove+insert

https://git.reviewboard.kde.org/r/109935/

Applied in 4.11

Files for the fixed KFilePlacesModel class are in components/sources/favorites/.

Dialog (kde-runtime)

Remove spurious forth-and-back-resizing in visible property setter

Need to be proposed