Re: QLineEdit and QComboBox tasks

2013-06-27 Thread Albert Vaca
Hello Kevin, As you say, a search on lxr reveals that it is used in 4 places. Of those, 2 are already KUrlRequesters. To avoid breaking the other 2, we can keep the property in KLineEdit and KComboBox (that will be in KDE4Support), even though I think it would be better for those to use KUrlReques

Re: QLineEdit and QComboBox tasks

2013-06-24 Thread Kevin Ottens
Hello, On Tuesday 25 June 2013 00:17:24 Albert Vaca wrote: > As you say, a search on lxr reveals that it is used in 4 places. Of > those, 2 are already KUrlRequesters. To avoid breaking the other 2, we > can keep the property in KLineEdit and KComboBox (that will be in > KDE4Support), even though

Re: QLineEdit and QComboBox tasks

2013-06-24 Thread Kevin Ottens
Hello, On Saturday 22 June 2013 17:34:41 Albert Vaca wrote: > There are two tasks in Qt5 Epics [1] to implement replace-on-drop for > URLs on QLineEdit and QComboBox. This is currently present in > KLineEdit and KComboBox, because this behaviour is needed for > KUrlRequester (bug [2]). > > We (aa

QLineEdit and QComboBox tasks

2013-06-23 Thread Albert Vaca
Hello guys! There are two tasks in Qt5 Epics [1] to implement replace-on-drop for URLs on QLineEdit and QComboBox. This is currently present in KLineEdit and KComboBox, because this behaviour is needed for KUrlRequester (bug [2]). We (aacid, apol and me) have been discussing about it and we think