D23842: [KCompletion] Port away from deprecated methods in Qt 5.14

2020-12-21 Thread Friedrich W. H. Kossebau
kossebau added inline comments. INLINE COMMENTS > kcombobox.cpp:363 > +connect(d->klineEdit, ::completionBoxActivated, > +this, QOverload QString&>::of(::textActivated)); > +#endif Why the `QOverload::of()` with `::textActivated`? Accidental copy? After all the purpose

D23842: [KCompletion] Port away from deprecated methods in Qt 5.14

2019-09-16 Thread David Faure
dfaure added inline comments. INLINE COMMENTS > broulik wrote in kcombobox.cpp:59 > With this removed, the `KUrlComboBox` in e.g. "Look in" in KFind > autocompletes history entries rather than paths when hitting tab. Good catch! More precisely, history entries are offered in the lineedit

D23842: [KCompletion] Port away from deprecated methods in Qt 5.14

2019-09-16 Thread Kai Uwe Broulik
broulik added inline comments. INLINE COMMENTS > kcombobox.cpp:59 > Q_Q(KComboBox); > -q->QComboBox::setAutoCompletion(false); // otherwise setLineEdit will > create a completer... > With this removed, the `KUrlComboBox` in e.g. "Look in" in KFind autocompletes history entries

D23842: [KCompletion] Port away from deprecated methods in Qt 5.14

2019-09-11 Thread David Faure
dfaure closed this revision. REPOSITORY R284 KCompletion REVISION DETAIL https://phabricator.kde.org/D23842 To: dfaure, cfeck, dhaumann, aacid, vkrause Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D23842: [KCompletion] Port away from deprecated methods in Qt 5.14

2019-09-10 Thread Volker Krause
vkrause accepted this revision. This revision is now accepted and ready to land. REPOSITORY R284 KCompletion BRANCH master REVISION DETAIL https://phabricator.kde.org/D23842 To: dfaure, cfeck, dhaumann, aacid, vkrause Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D23842: [KCompletion] Port away from deprecated methods in Qt 5.14

2019-09-10 Thread David Faure
dfaure created this revision. dfaure added reviewers: cfeck, dhaumann, aacid. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. dfaure requested review of this revision. REVISION SUMMARY the QComboBox::activated(QString) signal being deprecated and