D7967: KComboBox: Return early when setting editable to previous value

2017-11-30 Thread Milian Wolff
This revision was automatically updated to reflect the committed changes. Closed by commit R284:11cba47b8718: KComboBox: Return early when setting editable to previous value (authored by mwolff). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D7967?vs=19858&id=23196#toc REPOSITORY R284

D7967: KComboBox: Return early when setting editable to previous value

2017-11-19 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R284 KCompletion BRANCH master REVISION DETAIL https://phabricator.kde.org/D7967 To: mwolff, apol Cc: #frameworks

D7967: KComboBox: Return early when setting editable to previous value

2017-11-19 Thread Milian Wolff
mwolff added a comment. ping? REPOSITORY R284 KCompletion REVISION DETAIL https://phabricator.kde.org/D7967 To: mwolff Cc: #frameworks

D7967: KComboBox: Return early when setting editable to previous value

2017-09-24 Thread Milian Wolff
mwolff created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. REVISION SUMMARY Instead of creating a new line edit, keep the previous one intact. This ensures we don't set a new line edit for code such as the followin