Re: Review Request: Put an end to plugin statusbar icon leaks

2011-10-03 Thread David Faure
is loaded. Same thing in http://lxr.kde.org/source/extragear/base/kwebkitpart/src/kwebkitpart.cpp#759, the wallet icon is removed when the wallet is closed. - David Faure On Oct. 1, 2011, 7:14 p.m., Thomas Friedrichsmeier wrote

Re: Review Request: modification to get all possible informations at debuging

2011-10-03 Thread David Faure
nt no optimizations (e.g. for step-by-step in gdb). - David Faure On Oct. 3, 2011, 4:25 p.m., Guy Maurel wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Review Request: W7 Tab thumbnails in dolphin.

2011-10-03 Thread David Faure
idget or in Qt? - David Faure On Oct. 3, 2011, 1:25 a.m., Andrius da Costa Ribas wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Review Request: Put an end to plugin statusbar icon leaks

2011-10-05 Thread David Faure
ttp://git.reviewboard.kde.org/r/101653/#comment6234> Still a weird indentation here. reviewboard messing up? - David Faure On Oct. 5, 2011, 7:28 a.m., Thomas Friedrichsmeier wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request: modification to get all possible informations at debuging

2011-10-05 Thread David Faure
> On Oct. 3, 2011, 5:24 p.m., David Faure wrote: > > Please don't commit this. > > > > Use debugfull if you want no optimizations (e.g. for step-by-step in gdb). > > Guy Maurel wrote: > thanks, I'll try this. > > Guy Maurel wrote: &g

Re: Review Request: kfileplaceeditdialog lineedit too small

2011-10-05 Thread David Faure
? Also, I can't reproduce the bug here (kde-4.7), but maybe only because the big icon button makes the dialog quite large? - David Faure On Oct. 4, 2011, 8:02 p.m., Greg T wrote: > > --- > This is an automatically genera

Re: More convenient text completion in KDE UIs

2011-10-05 Thread David Faure
after typing "search", to match google search urls). Yep, it's hidden, feel free to make it happen automatically in the right completion class. I'm just saying the support for actually searching is there, so this should be easy to add. -- David Faure, fa...@kde.org, http:

Re: Review Request: kfileplaceeditdialog lineedit too small

2011-10-06 Thread David Faure
> On Oct. 5, 2011, 11:30 a.m., David Faure wrote: > > Why the setMaxLength?? What if one wants to type in a long URL? > > > > Also, I can't reproduce the bug here (kde-4.7), but maybe only because the > > big icon button makes the dialog quite large? >

Re: More convenient text completion in KDE UIs

2011-10-09 Thread David Faure
;s called on a (specific) keypress, this hasn't been a problem until now. It might become a problem if it happens during normal typing though... -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. Konqueror (http://www.konqueror.org).

Re: Review Request: Don't hang when determining MIME type of corrupted files

2011-10-09 Thread David Faure
> On Aug. 21, 2011, 10:07 a.m., David Faure wrote: > > Thanks Peter and Miroslav. The analysis looks correct, the pre-read part of > > the patch looks good. I'm just wondering about using Unbuffered. If someone > > installs a mimetype definition with multiple

Re: Call for the next release codename to be Ritchie

2011-10-13 Thread David Faure
atio on kde-core-devel is already high enough. And release-team@ has probably many more subscribers than you think. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. Konqueror (http://www.konqueror.org).

Re: Review Request: Konqueror: Ask for session restore ONLY on plain startup (not for every window)

2011-10-16 Thread David Faure
> On Aug. 29, 2011, 4:09 p.m., David Faure wrote: > > konqueror/src/konqmain.cpp, line 125 > > <http://git.reviewboard.kde.org/r/101850/diff/1/?file=26095#file26095line125> > > > > So it won't ask when logging into a new KDE session? Seems to me that

Re: Review Request: new kded daemon to check .thumbnail directory space usage

2011-10-16 Thread David Faure
t6448> Probably due to double encoding. Might be fixed by my suggestion of using KFileItem(UDSEntry). directoryusagenotifier/cleanupdirectory.cpp <http://git.reviewboard.kde.org/r/102083/#comment6449> Don't use exec. Since these are always local files, I would suggest si

Re: Review Request: Don't hang when determining MIME type of corrupted files

2011-10-19 Thread David Faure
> On Aug. 21, 2011, 10:07 a.m., David Faure wrote: > > Thanks Peter and Miroslav. The analysis looks correct, the pre-read part of > > the patch looks good. I'm just wondering about using Unbuffered. If someone > > installs a mimetype definition with multiple

Re: Review Request: rate control in ftp kio slave with review comments fixes

2011-10-20 Thread David Faure
file, not just changing the mode line) :-) kioslave/ftp/ratecontroller.cpp <http://git.reviewboard.kde.org/r/102307/#comment6487> BTW I fixed that for Qt 5 (usleep is now public) so you can add a "QT5 TODO: remove" comment. - David Faure On

Re: Review Request: Add direct support for remote URLs to previewjob

2011-10-21 Thread David Faure
l var "mimeType", why not use it? ;) kio/kio/previewjob.cpp <http://git.reviewboard.kde.org/r/102929/#comment6505> And this is why you shouldn't use QUrl. As documented in KUrl, QUrl::toString() is terribly wrong (gives wrong results when a

Re: Review Request: Add direct support for remote URLs to previewjob

2011-10-28 Thread David Faure
Anyway, why use a local variable for this case and not for the "KIO" case? This is harder to read because not symmetric. I guess making it a single line, just like for KIO, would be okay. - David Faure On Oct. 22, 2011, 12:55 a.m., Sebastian Kügler wrote: > > ---

Re: Qt 4.8 QUrl.toLocalFile behavior change, impacts to KUrl (and friends)

2011-10-31 Thread David Faure
e path. KUrl isn't meant to store a relative location, and KUrlRequester always returns an absolute url when using the file dialog, one would have to type something blindly to get a relative filename in there, no? Anyway KUrlRequester should be fixed if it returns relative paths, I don't think it should let apps resolve that to a full path when it can do so itself. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. Konqueror (http://www.konqueror.org).

Re: Review Request: make KFileWidget keep current extension if possible

2011-11-02 Thread David Faure
tches the chosen one? - David Faure On Oct. 29, 2011, 11:32 a.m., Martin Koller wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.

Re: Review Request: [KTextEdit] Handle actions depending on modes/flags

2011-11-04 Thread David Faure
ld be safer. No strong opinion though. On the other hand, "find" should probably be propagated so that the webpage-global find gets triggered. I guess that's what your patch does currently, so nothing to change for these "safe" actions. It's a bugfix, it can go to

Re: Review Request: Change KIO::DeleteJob to use KIO::http_delete for HTTP protocol

2011-11-04 Thread David Faure
ttp://git.reviewboard.kde.org/r/103038/#comment6834> Could be file-static instead of class-static, so that it doesn't generate a symbol at all. - David Faure On Nov. 3, 2011, 5:59 p.m., Dawit Alemayehu wrote: > > --- > This is an automatica

Re: Review Request: Fix crash on statusbarextension destruction

2011-11-10 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103098/#review8079 --- Ship it! Yep, looks good. - David Faure On Nov. 9, 2011, 9

Re: This starts to become a dangerous path (Was: New Feature for kdelibs)

2011-11-17 Thread David Faure
changed > to use Qt 5. This would require 1) that frameworks is ready before qt 5 is (with the current development speed, that remains to be proven), and 2) that apps port twice. Once to frameworks, and then once again to Qt5. Not sure that would be a good idea. It also shortens the window of API chang

Re: Review Request: trivial fixes for some warnings of clang++ (2.99.9999)

2011-11-17 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103165/#review8262 --- Looks good except for one item. - David Faure On Nov. 17

Re: Review Request: trivial fixes for some warnings of clang++ (2.99.9999)

2011-11-17 Thread David Faure
g/r/103165/#comment7070> - David Faure On Nov. 17, 2011, 11:41 a.m., Jaime Torres Amate wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboar

Re: Review Request: trivial fixes for some warnings of clang++ (2.99.9999)

2011-11-17 Thread David Faure
On Thursday 17 November 2011 13:33:25 David Faure wrote: > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/103165/#r

Re: Review Request: GSoC: Errors handling during file transfer.

2011-11-17 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102388/#review8269 --- - David Faure On Aug. 24, 2011, 4:29 p.m., Cyril Oblikov

Re: Review Request: GSoC: Errors handling during file transfer.

2011-11-17 Thread David Faure
> On Nov. 17, 2011, 2:33 p.m., David Faure wrote: > > Cyril, can you rebase your changes on top of the kdelibs frameworks branch, compile, and commit there? - David --- This is an automatically generated e-mail. To reply, vi

Re: Review Request: trivial fixes for some warnings of clang++ (2.99.9999)

2011-11-17 Thread David Faure
tor' wrong. + does have precedence over ?:, so the code was wrong, and your fix fixes an actual bug. Yay for compiling the same code with different compilers! - David Faure On Nov. 17, 2011, 2:37 p.m., Jaime Torres Amate wrote: > > ---

Re: Review Request: Prevent KConfigGroup::revertToDefault from marking the kconfig as dirty if there's nothing to do

2011-11-17 Thread David Faure
Diff: http://git.reviewboard.kde.org/r/103168/diff/diff Testing --- Thanks, David Faure

Re: Review Request: KConfigXT performance fix: no need to reparse when nothing to save

2011-11-17 Thread David Faure
indow" isn't fully fixed with this patch alone, kmail2rc is still reparsed because the kdeui code that calls revertToDefault on entries that are equal to the default value, makes the config dirty. This requires a different fix which I'll submit separately. Thanks, David Faure

Re: Review Request: Proper password caching when opening remote directories in KFileDialog

2011-11-29 Thread David Faure
r to do this inside of setWindow() or even deeper down... - David Faure On Nov. 24, 2011, 3:16 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.revi

Re: Review Request: Proper password caching when opening remote directories in KFileDialog

2011-11-30 Thread David Faure
g/r/103226/#comment7284> This function is now unused, please remove it. kio/kio/scheduler.cpp <http://git.reviewboard.kde.org/r/103226/#comment7285> add comment to explain why we don't use setWindow - David Faure On Nov. 29, 2011, 4:09 p.m., Dawit Alemayehu wrote: &g

Re: Requesting freeze exception for JtG

2011-12-08 Thread David Faure
while reviewing this commit: http://quickgit.kde.org/?p=clones%2Fkdelibs%2Fpgquiles%2Fkdelibs- jointhegame.git&a=commitdiff&h=5f50f16480667b52c38b8e53c0bb33888bd50309 -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5

Re: Right location for test config files?

2011-12-08 Thread David Faure
t; could be added later... > > I tried to find other tests in kde-workspace but none of them seem to > use non-program files. kdelibs has many of these, and the define KDESRCDIR (set by kde4_add_unit_test) can be used to point to the files in the source directory while running the

Re: Review Request: Allow the user to choose sftp or fish on knetattach

2011-12-08 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103199/#review8804 --- Ship it! Ship It! - David Faure On Nov. 21, 2011, 8:11 p.m

Re: Review Request: make KFileWidget keep current extension if possible

2011-12-08 Thread David Faure
ensionList.contains(...)) { extension = '.' + currentExtension; } else { extension = defaultExtension; } If there are really just two cases, there is no need for 3 ifs. - David Faure On Nov. 17, 2011, 6

Re: Review Request: GSoC: Errors handling during file transfer.

2011-12-08 Thread David Faure
> On Nov. 17, 2011, 2:33 p.m., David Faure wrote: > > > > David Faure wrote: > Cyril, can you rebase your changes on top of the kdelibs frameworks > branch, compile, and commit there? > > Cyril Oblikov wrote: > Hi David. > > I'm curre

Re: Requesting freeze exception for JtG

2011-12-08 Thread David Faure
On Thursday 08 December 2011 16:56:16 David Faure wrote: > khelpmenu seems to have been ported from qt3 without much thinking, the > actions in menu() could just use kstandardaction too, instead of > duplicating the action details... but that's for frameworks 5 :) Hmm, actual

Re: a puzzle about start_kdeinit setuid root program in kde3?

2011-12-10 Thread David Faure
x27;\${START_KDEINIT_PATH}' && chmod u+s '\${START_KDEINIT_PATH}'\") ") endif (CMAKE_SYSTEM_NAME MATCHES Linux) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5

Re: Review Request: check if enough disk space available before even starting to copy each file

2011-12-17 Thread David Faure
412/#comment7474> Please use KFileSystemType instead of KMountPoint, it will be much faster. And yeah, given that copying to NFS will be slow anyway, I'm not sure if using KDiskFreeSpaceInfo is really a problem... - David Faure On Dec. 16, 2011, 1:28 p.m., Nick Shaforo

Re: Review Request: Reset time format upon user request

2011-12-18 Thread David Faure
. How about adding a SETTINGS_LOCALE if that's what you need? - David Faure On Dec. 16, 2011, 9:13 p.m., Lamarque Vieira Souza wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.revi

Re: Review Request: Rework kdebugdialog --fullmode ui

2011-12-18 Thread David Faure
comboboxes? I think the fast-mode-checkbox should stay, in the list widget. Other than that, it looks good. - David Faure On Dec. 13, 2011, 1:15 p.m., Aurélien Gâteau wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request: Reset time format upon user request

2011-12-18 Thread David Faure
x bug #289094. If everyone only went for the "minimal lines of code" fix all the time, we would have one hell of a mess by now... -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5

Re: Review Request: Reset time format upon user request

2011-12-19 Thread David Faure
On Sunday 18 December 2011 20:26:42 Lamarque V. Souza wrote: > Em Sunday 18 December 2011, David Faure escreveu: > > On Sunday 18 December 2011 12:51:25 Lamarque Vieira Souza wrote: > > > Another problem with this approach is that we cannot prevent anybody > > > e

Re: Review Request: Make KGlobalSettings reread locale settings before calling settingsChanged().

2011-12-19 Thread David Faure
ttp://git.reviewboard.kde.org/r/103469/#comment7509> I like the idea (KGlobalSettings reparsing configuration), but not the implementation (setLanguage(langage)). Can't KLocale get a reparseConfiguration() (to reuse the KConfig naming) ? - David Faure On Dec. 19, 2011, 2:02 p.m., Lamarque Vieira

Re: Review Request: Make KGlobalSettings reread locale settings before calling settingsChanged().

2011-12-19 Thread David Faure
On Monday 19 December 2011 15:46:14 Lamarque Vieira Souza wrote: > > On Dec. 19, 2011, 2:35 p.m., David Faure wrote: > > > kdeui/kernel/kglobalsettings.cpp, line 886 > > > <http://git.reviewboard.kde.org/r/103469/diff/2/?file=43867#file43867lin > > >

Re: Review Request: Do not prevent favicons from being shown for local HTML pages

2011-12-19 Thread David Faure
available. Sounds ok then. - David Faure On Dec. 19, 2011, 4:48 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: Make KGlobalSettings reread locale settings before calling settingsChanged().

2011-12-19 Thread David Faure
On Monday 19 December 2011 15:01:51 Lamarque V. Souza wrote: > Em Monday 19 December 2011, David Faure escreveu: > > On Monday 19 December 2011 15:46:14 Lamarque Vieira Souza wrote: > > > > On Dec. 19, 2011, 2:35 p.m., David Faure wrote: > > > > > kdeui/

Re: Review Request: Rework kdebugdialog --fullmode ui

2011-12-19 Thread David Faure
on the proposal. So this patch does not merge them, it only makes fullmode more usable - no objections. - David Faure On Dec. 13, 2011, 1:15 p.m., Aurélien Gâteau wrote: > > --- > This is an automatically generated e-mail. To rep

Re: Review Request: Stop warning messages printed by KHTML when closing Konqueror's configuration dialog

2011-12-22 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103500/#review9158 --- Ship it! Ship It! - David Faure On Dec. 22, 2011, 12:25 a.m

Re: Review Request: "konsole --nofork" crashes when started not from terminal

2011-12-24 Thread David Faure
;t run the risk that an app that wasn't mean to run twice, ends up running twice. konsole is doing rather unusual stuff with kuniqueapplication so I can't comment on what would be the proper fix for konsole, but I'm pretty sure it should only affect konsole, not other kuniqueapplic

Re: Review Request: "konsole --nofork" crashes when started not from terminal

2011-12-24 Thread David Faure
> On Dec. 23, 2011, 11:59 a.m., Askar Safin wrote: > > Ship It! I don't think you're supposed to "Ship it" your own change, the point of reviewboard is to get reviews from others :-) - David --- This is an automatically generated e-mai

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-24 Thread David Faure
. Why not factorize this and call that code for local files too? It would make the code shorter and easier to maintain. - David Faure On Dec. 24, 2011, 4:14 a.m., Dawit Alemayehu wrote: > > --- > This is an automati

Re: Review Request: "konsole --nofork" crashes when started not from terminal

2011-12-24 Thread David Faure
> On Dec. 24, 2011, 8:28 a.m., David Faure wrote: > > This seems like a dangerous change to me. > > > > With it, you could run multiple instance of "kmail --nofork", and they > > would step on each other's toes. The whole point of kuniqueapplication (i

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-25 Thread David Faure
> On Dec. 24, 2011, 8:38 a.m., David Faure wrote: > > konqueror/client/kfmclient.cpp, line 386 > > <http://git.reviewboard.kde.org/r/103524/diff/1/?file=44675#file44675line386> > > > > The code later on uses "new KRun" for the case of a user-defin

Re: Review Request: "konsole --nofork" crashes when started not from terminal

2011-12-25 Thread David Faure
> On Dec. 24, 2011, 8:28 a.m., David Faure wrote: > > This seems like a dangerous change to me. > > > > With it, you could run multiple instance of "kmail --nofork", and they > > would step on each other's toes. The whole point of kuniqueapplication (i

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-26 Thread David Faure
> On Dec. 24, 2011, 8:38 a.m., David Faure wrote: > > konqueror/client/kfmclient.cpp, line 386 > > <http://git.reviewboard.kde.org/r/103524/diff/1/?file=44675#file44675line386> > > > > The code later on uses "new KRun" for the case of a user-defin

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-26 Thread David Faure
> On Dec. 24, 2011, 8:38 a.m., David Faure wrote: > > konqueror/client/kfmclient.cpp, line 386 > > <http://git.reviewboard.kde.org/r/103524/diff/1/?file=44675#file44675line386> > > > > The code later on uses "new KRun" for the case of a user-defin

Re: Review Request: Make KGlobalSettings reread locale settings before calling settingsChanged().

2011-12-27 Thread David Faure
/4.8 - David Faure On Dec. 19, 2011, 10:15 p.m., Lamarque Vieira Souza wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: Fix for stale permissions information in properties dialog

2011-12-27 Thread David Faure
over url.directory() instead of url.path(), then. Which then means both cases (directory and file) can be merged. - David Faure On Dec. 27, 2011, 6:26 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-27 Thread David Faure
> On Dec. 24, 2011, 8:38 a.m., David Faure wrote: > > konqueror/client/kfmclient.cpp, line 386 > > <http://git.reviewboard.kde.org/r/103524/diff/1/?file=44675#file44675line386> > > > > The code later on uses "new KRun" for the case of a user-defin

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-28 Thread David Faure
> On Dec. 24, 2011, 8:38 a.m., David Faure wrote: > > konqueror/client/kfmclient.cpp, line 386 > > <http://git.reviewboard.kde.org/r/103524/diff/1/?file=44675#file44675line386> > > > > The code later on uses "new KRun" for the case of a user-defin

Re: Review Request: Fix KConfigIniBackend::isWritable() when the parent directory doesn't exist

2012-01-02 Thread David Faure
QDir/QFileInfo's fault, not yours :) You don't seem to have a kde contributor account, do you want to get one, or should I commit this for you? - David Faure On Dec. 30, 2011, 2:44 a.m., Anssi Hannula wrote: > > --- >

Re: Changing HEAD in kdelibs.git

2012-01-02 Thread David Faure
the kde- > src-build sample config because it hadn't been up- > dated yet). Right. kdelibs.git HEAD is pretty much the same though, someone would have to remember to update it (and only sysadmins can do so), while everyone can fix kdesrc-build-sample. Anyway, we're nitpicking, it'

Re: Review Request: Do not emit KEditToolBar::newToolBarConfig twice

2012-01-02 Thread David Faure
might create issues in the users of the dialog. I think a different fix is needed, usually this is done via a bool "dirty", i.e. "there are changes to be saved", and not doing anything if there are no changes to be saved. - David Faure On Dec. 30, 2011, 6:39 a.m., D

Re: Review Request: Do not randomly change the state of Konqueror's Bookmark toolbar when users modify toolbar settings.

2012-01-02 Thread David Faure
ldn't (on startup, or when the user asks to see it), this looks ok. - David Faure On Dec. 30, 2011, 6:47 a.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.review

Re: Review Request: Do not add two actions with the same name to Konqueror's actionCollection.

2012-01-02 Thread David Faure
rt in the view mode menu, but I'm not sure we have enough information to know that in there. - David Faure On Dec. 30, 2011, 11:08 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-mail. To r

Re: Review Request: Do not show path info the Properties dialog edit box

2012-01-02 Thread David Faure
eference to the bug report. I trust that you also tested it in the standard case, where name() contains no slash. - David Faure On Dec. 31, 2011, 5:23 a.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated

Re: Review Request: one assigment and one duplicated test

2012-01-02 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103599/#review9437 --- Ship it! Ship It! - David Faure On Dec. 31, 2011, 11:33 a.m

Re: Review Request: Do not emit KEditToolBar::newToolBarConfig twice

2012-01-02 Thread David Faure
<http://git.reviewboard.kde.org/r/103579/#comment7767> futher -> further - David Faure On Jan. 2, 2012, 6:25 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-mail. To re

Re: Review Request: Factor out and reuse the code that guesses mime-type from filename

2012-01-02 Thread David Faure
plicated. This code change shows mimetype comments rather than mimetype names, too. That's fine I suppose, it's just missing from the overall description of this change. Don't forget it in the commit log ;)

Re: Review Request: Factor out and reuse the code that guesses mime-type from filename

2012-01-03 Thread David Faure
> On Jan. 2, 2012, 10:50 p.m., David Faure wrote: > > kparts/browseropenorsavequestion.cpp, line 287 > > <http://git.reviewboard.kde.org/r/103617/diff/1/?file=45307#file45307line287> > > > > I don't get what this call changes, here (with no filename p

Re: Review Request: Factor out and reuse the code that guesses mime-type from filename

2012-01-03 Thread David Faure
ttp://git.reviewboard.kde.org/r/103617/#comment7778> So, this is passing the default mimetype as first argument, knowing very well that it won't be used... This kind of factorization isn't really factorization :/ If we want to call findByUrl here, why not just call findByUrl... -

Re: ktouchpadenabler moved to kdereview

2012-01-04 Thread David Faure
; them and the existing ktouchpadenabler so instead of one simple codebase > (166 lines with 20 of headers) you end up adding more complexity to > existing programs (probably integrating the code in the existing programs > would be more than 166 lines). IMHO this isn't about the number o

Re: ktouchpadenabler moved to kdereview

2012-01-04 Thread David Faure
adding a Qt key for that X keysym. Should be pretty forward. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5

Re: Can we please have an updated and confirmed working "build KDE from source as separate user"?

2012-01-05 Thread David Faure
both foo.sh and my shell source the same setup file) This is off-topic for kde-core-devel, let's discuss this on IRC if you still can't get it to work. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5

Re: Review Request: Prevent Konqueror crash when the location toolbar is disabled

2012-01-09 Thread David Faure
/konqmainwindow.cpp <http://git.reviewboard.kde.org/r/103663/#comment7962> The comment should be adjusted to "the empty match case is handled directly", or removed (it doesn't seem useful, in fact). - David Faure On Jan. 9, 2012, 8:33 p.m.,

Re: Review Request: Filter user input when creating a shortcut link to a URL location

2012-01-13 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103684/#review9785 --- Ship it! - David Faure On Jan. 12, 2012, 6:14 p.m., Dawit

Re: Review Request: KOpenWithDialog: Quote paths selected in the file dialog

2012-01-15 Thread David Faure
, not command lines types by the user or selected in the application tree. So this looks good. - David Faure On Jan. 1, 2012, 9:49 p.m., Ingomar Wesp wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Review Request: #include

2012-01-16 Thread David Faure
was broken, in particular? I'm not objecting to the fix, I would just like to understand why it's necessary for you and not for everyone else ;) (different platform? compiler? X version? ...) - David Faure On Jan. 15, 2012, 12:53 p.

Re: Review Request: Replicate the existing KConfigDialog constructor and change one argument type

2012-01-17 Thread David Faure
latforms" Why is this review about adding stuff to kdeui, then? I don't get it. Either you're using it or you're not using it -- or the real reason is core/gui split in your libs/apps, which would be a valid point. - David Faure On Jan. 17, 2012,

Re: Review Request: Append ".desktop" to generated link files to prevent them from being identified as something else

2012-01-18 Thread David Faure
eAndContent(chosenFileName, content) where content is a QByteArray with the header of a desktop file ("[Desktop Entry]\n"). - David Faure On Jan. 13, 2012, 7:10 p.m., Dawit Alemayehu wrote: > > --- > This is an auto

Re: Review Request: Use KCoreConfigSkeleton argument type where possible inside the KConfigDialog

2012-01-18 Thread David Faure
> On Jan. 18, 2012, 3:39 p.m., Jeremy Paul Whiting wrote: > > Looks good to me as long as we aren't trying to keep BIC in frameworks. If > > we are, a duplicate method with KConfigSkeleton that simply calls this new > > method should be added to keep BC. We are definitely not keeping BC in fr

Re: Review Request: Append ".desktop" to generated link files to prevent them from being identified as something else

2012-01-19 Thread David Faure
ot;.desktop". #224142. - David Faure On Jan. 18, 2012, 6:26 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > h

Re: hard-dep for Qt 4.8

2012-01-19 Thread David Faure
opers should check for "since 4.8" tags when looking at Qt api docs, and people using 4.7 to compile kde must accept that they'll sometimes hit a breakage due to 4.8-only api being used (and then either fix it or report it). To be re-evaluated when 4.8 is more commonly used. -- David

Re: Review Request: Moving tabs causes wrong tab to be highlighted upon reload

2012-01-24 Thread David Faure
g/r/103740/#comment8283> Shouldn't this connect be removed then? Isn't there a risk that both signals get emitted in some cases? - David Faure On Jan. 22, 2012, 6:18 p.m., Dawit Alemayehu wrote: > > --- >

Re: Review Request: Fix a VLC crash by delaying object deletion to avoid invalid access by QtDBus

2012-02-02 Thread David Faure
el, 2) I don't know if deleteLater are processed at app quitting time, so this might lead to false positives in future memory-leak debugging. 3) in general, any of these non-running destructors could be doing things that we actually need to happen. - David Faure On Jan. 30

Re: Review Request: Fix a VLC crash by delaying object deletion to avoid invalid access by QtDBus

2012-02-06 Thread David Faure
? > > > > I cannot confirm that the fix is correct or not because I don't know why > > the crash happens. > > I can generate one, but I do not have a debug build of Qt and it takes > way too long to build that on my 6 year old home PC. Wow. We need to resurrect adopt-a-gee

Re: Review Request: Allow protocol-specialized ThumbCreators to be used for folder previews

2012-02-08 Thread David Faure
ins do the job? kio/kio/previewjob.cpp <http://git.reviewboard.kde.org/r/103882/#comment8560> Use protocol() instead of scheme() in KDE4 so that it gets lowercased if necessary. - David Faure On Feb. 7, 2012, 10:06 a.m., Sebas

Re: Review Request: Write to the correct xmlFile in KToolBar::Private::slotContextShowText()

2012-02-09 Thread David Faure
that from kxmlguibuilder instead, and keeping a list internally. Then you can iterate over that list to find the action, which will prevent finding it in completely unrelated action collections (e.g. the one used for a popup menu, like in konqueror). - David Faure On Jan. 28, 2012, 3:28 p.m.

Re: Review Request: Allow protocol-specialized ThumbCreators to be used for folder previews

2012-02-13 Thread David Faure
m_remoteProtocolPlugins then, which indeed is missing crucial information. But no reason to keep both. I understand if you don't want to do this, in that case just commit and I'll clean up ;) - David Faure On Feb. 8, 2012, 9:56 p.m., Sebastian T

Re: Review Request: Add recentdocuments:/ kio slave to kde-runtime.

2012-02-13 Thread David Faure
ent8655> Double connect, this was already done on line 24. kioslave/recentdocuments/recentdocumentsnotifier.cpp <http://git.reviewboard.kde.org/r/103849/#comment8656> Not sure what there is to clean in "recentdocuments:/filename" :-) I think this line can be remo

Re: Review Request: Add recentdocuments:/ kio slave to kde-runtime.

2012-02-13 Thread David Faure
ttp://git.reviewboard.kde.org/r/103849/#comment8663> Why use KUrl here? This is always a local path, and you turn it into a local path in order to use it. It would be much simpler to just use a QString here, concatenate directory and filename, then use KDesktopFile with that. - David Faure

Re: Review Request: New KDE Macro for to wrap the noreturn attribute

2012-02-13 Thread David Faure
this attribute necessary? It's not like the the compiler is going to warn about the lack of a return value... - David Faure On Jan. 31, 2012, 8:58 p.m., Allen Winter wrote: > > --- > This is an automatically generated e-

Re: Review Request: Fix the KApplication '--config' option

2012-02-13 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103693/#review10591 --- Ship it! Ship It! - David Faure On Jan. 14, 2012, 9:27 a.m

Re: Review Request: make Speller::spellCheckerFound() return true when the dict for the current language is found (important when there was no dict for default language)

2012-02-13 Thread David Faure
, shouldn't the bool spellCheckerFound be removed altogether? Multiple copies of the same information is always source of trouble, as you noticed. - David Faure On Jan. 18, 2012, 5:35 p.m., Nick Shaforostoff wrote: > > --- &

Re: Review Request: Make KFileWidget provide default filename even when the protocol doesn't support listing

2012-02-13 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103642/#review10594 --- Ship it! Ship It! - David Faure On Jan. 6, 2012, 9:54 p.m

Re: From kdelibs4 to KDE frameworks... how to make KDE more cross platform...

2012-02-13 Thread David Faure
ced to starting kioslaves, which will make it possible to have klauncher only started on-demand by the first KIO job (at which point the app is ok with multiple processes, obviously). -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5

Re: KPushButton and deprecated setIcon ?

2012-02-20 Thread David Faure
con( const QIcon &pix ); > > I assume this deprecation was done before Qt itself had the possibility to > load an icon from a theme ? Sounds right. > So should the KDE_DEPRECATED be simply removed ? Yep, please do (this is also in line with the direction of KDE Frameworks). -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5

<    2   3   4   5   6   7   8   9   10   11   >