Summary: | Strange behavior of POS1 and END keys on editing a list view item | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Ralf Habacker <ralf.habacker> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | okellogg |
Priority: | NOR | ||
Version: | 2.11.4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/umbrello/adee4d19dda4a378b092aaf4016bcc2f001dd453 | Version Fixed In: | 4.11.5 |
Sentry Crash Report: |
Description
Ralf Habacker
2013-12-18 17:11:48 UTC
Git commit 584f826f08adcfe4bb11cf33e134f1b336fd899c by Ralf Habacker. Committed on 18/12/2013 at 02:18. Pushed by habacker into branch 'master'. Fix of 'When editing a list view item POS1 and END key performs wrong'. M +15 -4 umbrello/uml.cpp M +1 -1 umbrello/uml.h M +22 -115 umbrello/umllistview.cpp M +1 -7 umbrello/umllistview.h http://commits.kde.org/umbrello/584f826f08adcfe4bb11cf33e134f1b336fd899c Git commit 516d2b3da1449aefbf1f64205bc2370613c6a680 by Joris Steyn. Committed on 20/12/2013 at 07:10. Pushed by jorissteyn into branch 'master'. Remove connect of deleted slotItemChanged M +0 -1 umbrello/umllistview.cpp http://commits.kde.org/umbrello/516d2b3da1449aefbf1f64205bc2370613c6a680 Git commit dd4dd14ebc3250676108cbbfea3215c19119912d by Ralf Habacker, on behalf of Joris Steyn. Committed on 20/12/2013 at 07:10. Pushed by habacker into branch 'KDE/4.12'. Remove connect of deleted slotItemChanged (cherry picked from commit 516d2b3da1449aefbf1f64205bc2370613c6a680) M +0 -1 umbrello/umllistview.cpp http://commits.kde.org/umbrello/dd4dd14ebc3250676108cbbfea3215c19119912d Git commit 456651ddc29e5e781afb0074efe70ade1d3a7576 by Ralf Habacker. Committed on 18/12/2013 at 02:18. Pushed by habacker into branch 'KDE/4.12'. Fix of 'When editing a list view item POS1 and END key performs wrong'. (cherry picked from commit 584f826f08adcfe4bb11cf33e134f1b336fd899c) Conflicts: umbrello/umllistview.cpp umbrello/umllistview.h M +15 -4 umbrello/uml.cpp M +1 -1 umbrello/uml.h M +23 -117 umbrello/umllistview.cpp M +1 -7 umbrello/umllistview.h http://commits.kde.org/umbrello/456651ddc29e5e781afb0074efe70ade1d3a7576 Git commit 56728206dba4cb4abd1b87bf918d435d17ec736c by Ralf Habacker, on behalf of Joris Steyn. Committed on 20/12/2013 at 07:10. Pushed by habacker into branch 'KDE/4.11'. Remove connect of deleted slotItemChanged (cherry picked from commit 516d2b3da1449aefbf1f64205bc2370613c6a680) M +0 -1 umbrello/umllistview.cpp http://commits.kde.org/umbrello/56728206dba4cb4abd1b87bf918d435d17ec736c Git commit adee4d19dda4a378b092aaf4016bcc2f001dd453 by Ralf Habacker. Committed on 18/12/2013 at 02:18. Pushed by habacker into branch 'KDE/4.11'. Fix of 'When editing a list view item POS1 and END key performs wrong'. (cherry picked from commit 584f826f08adcfe4bb11cf33e134f1b336fd899c) Conflicts: umbrello/uml.cpp umbrello/umllistview.cpp umbrello/umllistview.h M +16 -5 umbrello/uml.cpp M +1 -1 umbrello/uml.h M +23 -117 umbrello/umllistview.cpp M +1 -7 umbrello/umllistview.h http://commits.kde.org/umbrello/adee4d19dda4a378b092aaf4016bcc2f001dd453 Git commit 86a1b2a5cccdcf005a6a092565cda368f9b07026 by Ralf Habacker. Committed on 23/12/2013 at 15:25. Pushed by habacker into branch 'master'. Reenable routing of in place list item rename to related UML objects. M +28 -0 umbrello/umllistview.cpp M +1 -0 umbrello/umllistview.h M +4 -13 umbrello/umllistviewitem.cpp M +3 -3 umbrello/umllistviewitem.h http://commits.kde.org/umbrello/86a1b2a5cccdcf005a6a092565cda368f9b07026 Git commit b326fd89d6931972b87b21d35b33ff4ffbd6a097 by Ralf Habacker. Committed on 23/12/2013 at 15:25. Pushed by habacker into branch 'KDE/4.11'. Reenable routing of in place list item rename to related UML objects. (cherry picked from commit 86a1b2a5cccdcf005a6a092565cda368f9b07026) M +28 -0 umbrello/umllistview.cpp M +1 -0 umbrello/umllistview.h M +4 -13 umbrello/umllistviewitem.cpp M +3 -3 umbrello/umllistviewitem.h http://commits.kde.org/umbrello/b326fd89d6931972b87b21d35b33ff4ffbd6a097 Git commit 422aeee502e6d84a9e56b3c562b4623a3a76910f by Ralf Habacker. Committed on 23/12/2013 at 15:25. Pushed by habacker into branch 'KDE/4.12'. Reenable routing of in place list item rename to related UML objects. (cherry picked from commit 86a1b2a5cccdcf005a6a092565cda368f9b07026) M +28 -0 umbrello/umllistview.cpp M +1 -0 umbrello/umllistview.h M +4 -13 umbrello/umllistviewitem.cpp M +3 -3 umbrello/umllistviewitem.h http://commits.kde.org/umbrello/422aeee502e6d84a9e56b3c562b4623a3a76910f |