Re: Review Request: In Konqueror's session restore dialog, allow user to chose which sessions to restore

2012-10-02 Thread David Faure
line. konqueror/src/konqsessionmanager.cpp <http://git.reviewboard.kde.org/r/106503/#comment15702> in the... ? :-) (unfinished sentence) It's easier to just move the connect to the block that creates the widget, anyway. No if() needed, then. - David F

Re: Review Request: Make KFileDialog remember settings

2012-10-02 Thread David Faure
> On Sept. 30, 2012, 8:26 a.m., David Faure wrote: > > Looks good to me (feel free to commit if nobody else has comments). > > > > But then, what if someone is annoyed by icon views, and wants a details > > view everywhere? [switch this sentence around if the d

Re: Review Request: Fix whitespace related bugs when listing directories in kio_ftp

2012-10-02 Thread David Faure
> On Oct. 1, 2012, 8:30 a.m., David Faure wrote: > > kioslave/ftp/ftp.cpp, line 2639 > > <http://git.reviewboard.kde.org/r/106636/diff/2/?file=87785#file87785line2639> > > > > Does this really work? This method is being called in the middle of the > &g

Re: Review Request: Add yet another code generation option for having invokable methods

2012-10-02 Thread David Faure
kconfig_compiler test framework is quite extensive, you can provide a "foo.cpp.ref" baseline which will contain the expected generated code. - David Faure On Jan. 28, 2012, 8:39 p.m., Laszlo Papp wrote: > > --- > This

Re: Review Request: Make KFileDialog remember settings

2012-10-02 Thread David Faure
Useful when embedding this widget somewhere else than the kfiledialog. OK then. But maybe Apaku should review this too :) - David Faure On Oct. 2, 2012, 10:12 a.m., Aurélien Gâteau wrote: > > --- > This is an auto

Re: Review Request: Make KFileDialog remember settings

2012-10-02 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106581/ --- (Updated Oct. 2, 2012, 10:55 a.m.) Review request for kdelibs and Andreas

Re: Review Request: Add Activity Awareness to KFilePlaces* Widget (OnlyInActivity)

2012-10-02 Thread David Faure
--- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/101348/ > ------- > > (Updated June 1, 2011, 6:07 a.m.) > > > Review request for kdelibs, Ivan Čukić, Kevin Ottens, and David Faure. >

Porting KActivities to KF5 (Re: Review Request: Add Activity Awareness to KFilePlaces* Widget (OnlyInActivity))

2012-10-02 Thread David Faure
ore deps, and if a user installs the app, he would need the runtime deps anyway (= the service and its deps). In short, the whole "libs / runtime" split idea from KDE4, is gone in KF5, replaced with the more modular "here is all you need for technology xyz". -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Review Request: In Konqueror's session restore dialog, allow user to chose which sessions to restore

2012-10-08 Thread David Faure
wo lines at most, it will never be bigger than a third of the desktop height. Remove usingScrollArea and the associated code. The tree widget can be tall, yes, but not the label on top. - David Faure On Oct. 4, 2012, 3:50 a.m., Dawit Alemayehu wrote: > > --

Re: Review Request: In Konqueror's session restore dialog, allow user to chose which sessions to restore

2012-10-09 Thread David Faure
ttp://git.reviewboard.kde.org/r/106503/#comment15943> Ah yes I misread, there's a call to icon.pixmap() in there. Sorry. - David Faure On Oct. 8, 2012, 5:43 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-m

Re: Review Request: Fix Konqueror's MMB click to close tab option

2012-10-09 Thread David Faure
> On Sept. 29, 2012, 6:48 a.m., David Faure wrote: > > Doesn't this break "moving a tab with MMB" then? The KTabBar > > mousePress/mouseRelease code won't be called anymore. > > > > If this is the case, then what we really have is two incompatib

Re: Review Request: In Konqueror's session restore dialog, allow user to chose which sessions to restore

2012-10-09 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106503/#review20112 --- Ship it! Ship It! - David Faure On Oct. 8, 2012, 5:43 p.m

Re: Review Request: Make sure KPropertiesDialog inherits the 'Categories' property when creating a new desktop file from an existing one

2012-10-09 Thread David Faure
can disappear at the next upgrade, and the local one will keep working. But this means it should be a full copy. Not just categories should be added, but everything, using KConfig::copyTo(). - David Faure On Oct. 8, 2012, 5:53 p.m., Dawit Alemayehu wrote

Re: Review Request: Do not copy or move keys that don't actually exist

2012-10-15 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106906/#review20435 --- Ship it! Ship It! - David Faure On Oct. 15, 2012, 9:35 p.m

Re: Review Request: Check KFileItem d pointer for validity in KFileItem methods

2012-10-16 Thread David Faure
d==0, and in >>, read into a temp url, and if empty, skip the other fields. - David Faure On Oct. 15, 2012, 10:15 p.m., Ignat Semenov wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Review Request: Fix whitespace related bugs when listing directories in kio_ftp

2012-10-16 Thread David Faure
lt;http://git.reviewboard.kde.org/r/106636/#comment16142> same - David Faure On Oct. 10, 2012, 3:55 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-mail. To r

Re: Review Request: Check KFileItem d pointer for validity in KFileItem methods

2012-10-16 Thread David Faure
stream out } ), and 2) well, make "a" null, so delete a.d; a.d = 0; kio/kio/kfileitem.cpp <http://git.reviewboard.kde.org/r/106902/#comment16153> setter, should warn kio/kio/kfileitem.cpp <http://git.reviewboard.kde.org/r/106902/#comment16154

Re: Review Request: Activities support for Konqueror

2012-10-17 Thread David Faure
ntfilter), or a Qt bug could make it fail to deliver the FocusOut before the view gets deleted. I'm not completely sure there's a bug here, but it just sounds risky to rely on an event to be received in order to avoid a crash. - David Faure On Oct. 17, 2

Re: Review Request: Fix whitespace related bugs when listing directories in kio_ftp

2012-10-18 Thread David Faure
foreach would have done the job just the same, but yes, this works too. Please rename emitStatEntry to maybeEmitStatEntry (or emitStatEntryIfMatches) (since it doesn't always emit, it checks whether to emit), and commit. - David Faure On Oct. 17, 2012, 8:48 p.m., Dawit Alemayehu

Re: Review Request: Activities support for Konqueror

2012-10-18 Thread David Faure
this stuff though, it only says "this view has focus", but how does it get information about the current url etc? - David Faure On Oct. 17, 2012, 4:06 p.m., Ivan Čukić wrote: > > --- > This is an automatically ge

Re: Review Request: Activities support for Konqueror

2012-10-18 Thread David Faure
r the hint about setUri, I had missed that) - David Faure On Oct. 18, 2012, 10:13 a.m., Ivan Čukić wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Review Request: Check KFileItem d pointer for validity in KFileItem methods

2012-10-21 Thread David Faure
case is missing: item.d being NULL. This should say if (!d || !item.d) return false; kio/kio/kfileitem.cpp <http://git.reviewboard.kde.org/r/106902/#comment16259> brace on the same line, here and in similar if()s before and after. - David Faure On Oct. 16, 2012,

Re: Dependency Freeze for 4.10 in two weeks

2012-10-21 Thread David Faure
s on Qt 4.7 Is anyone still testing kdelibs -- or the rest of KDE SC master -- with Qt-4.7? Qt-4.8 was released quite a long time ago, I would think we could raise the dependency. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Comparing KFileItems

2012-10-21 Thread David Faure
ose we use KFileItem and not QUrl as the key in KFileItemModelRolesUpdater simply in order to have this extra info available? But the QUrl is really the key, the rest is associated data. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Comparing KFileItems

2012-10-23 Thread David Faure
Y(fileItem == fileItem2); // created independently, > but still 'equal' +QVERIFY(!(fileItem != fileItem2)); > QVERIFY(fileItem.cmp(fileItem2)); Thank you kmail for messing up the lines in the reply... The change looks good though. Could you add a bit of docu while at it, about the difference between == and cmp as discussed here? Thanks. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Comparing KFileItems

2012-10-24 Thread David Faure
. In contrast, operator== only compares URLs. * @param item the item to compare * @return true if all values are equal */ bool cmp( const KFileItem & item ) const; Thanks for the fix, please commit to 4.10. (This changes behavior, so it could create bugs

Re: Review Request: Keep KService::createInstance error message in KServiceTypeTrader::createInstanceFromQuery

2012-10-25 Thread David Faure
will return the error from the loading of the last one, but I guess that's OK (no room for all, and the problem is probably the same on all of them anyway, e.g. undef symbol in Qt or another shared lib). - David Faure On Oct. 25, 2012, 12:12 a.m., Milian Wolff

Re: Comparing KFileItems

2012-10-30 Thread David Faure
nline the code if possible (unless you > mark it as no_inline, which takes extra effort on your part). > > Or in other words, the compiler might do the right thing for you regardless. Might --- or might not :-) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: KStringHandler: stateless/reentrant/thread-safe?

2012-10-30 Thread David Faure
of the staticQString, IMHO. This is an artefact from before the QLatin1String times -- and we got rid of it in KF5 already. Heh this one is even about an empty string, for a corner case (empty char* as input), not worth the trouble IMHO. And then the documentation will be correct. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 signature.asc Description: This is a digitally signed message part.

Re: What is the git workflow for kdelibs ?

2012-10-30 Thread David Faure
s internal, it doesn't affect KDE app devels outside of git.kde.org), but all I can see about git is http://community.kde.org/Sysadmin/GitKdeOrgManual which is more about the technical setup. Maybe start a new webpage at the toplevel of community.kde.org? GitWorkflowForEachModule? :-) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: What is the git workflow for kdelibs ?

2012-11-01 Thread David Faure
On Wednesday 31 October 2012 10:14:20 Aurélien Gâteau wrote: > Le mardi 30 octobre 2012 12:16:40 David Faure a écrit : > > > Ok, thanks. > > > Is this documented somewhere ? > > > > No (I described it in an email some time ago, but it's not on any wiki) >

Re: What is the git workflow for kdelibs ?

2012-11-02 Thread David Faure
On Thursday 01 November 2012 20:44:14 Christoph Feck wrote: > On Thursday 01 November 2012 12:05:51 David Faure wrote: > > as soon as we branch out other modules for 4.10, we'll reopen > > master, it will be less confusing to everyone. > > Good grief :P I just mean

Re: kdelibs git mess

2012-11-10 Thread David Faure
should be for dfaure to reset the 4.9 branch to the v4.9.3 tag, > cherry-pick the commits made after that and force push the result. He's > going to do that now I think. Yep, fixed now, everything is back to normal. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: What is the git workflow for kdelibs ?

2012-11-10 Thread David Faure
On Wednesday 07 November 2012 17:45:19 Alexander Neundorf wrote: > > On Thursday, November 1, 2012 12:05:51 David Faure wrote: > > > (seems I'm still confused about techbase vs community) > > > The git workflow docs should go to techbase, probably in the git s

Re: Review Request: Don't append "0-" when dragging and dropping from trash

2012-11-10 Thread David Faure
further into this? From a quick look I guess that extracting the file name from "relativePath" instead of from "filePath" might do the job here. - David Faure On June 18, 2012, 5:39 p.m., Michael Reeves wrote: > > ---

Re: Review Request: Don't append "0-" when dragging and dropping from trash

2012-11-10 Thread David Faure
> On June 19, 2012, 5:55 a.m., David Faure wrote: > > Good idea, but it seems to break the case where nested dirs exist in the > > directory being restored. Everything gets flattened out. Probably a bug in > > CopyJob though, in the handling of fileNameUsedForCopying=Dis

Re: KIO::ListJob::entries emits twice for folders with 100+ entries. Why?

2012-11-15 Thread David Faure
n the last revision of the api documentation :( result() -> to trigger application logic that should run when the job is done finished() -> to hide progress dialogs, or to delete the job by hand The difference: result() is not emitted by kill(Silently). -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: KIO::ListJob::entries emits twice for folders with 100+ entries. Why?

2012-11-15 Thread David Faure
issues with that sentence. 1) Models must be able to react to dynamic changes (e.g. the user creates a file), so once they do that, they can also react similarly to "here are 10 entries" followed by "here are 10 more entries" (= inserting rows). 2) Why not just use KDirModel? It

Re: Avoid QDBusConnection Qt warning message for each KUniqueApplication

2012-11-17 Thread David Faure
oInitDBusConnection() -- which introduces a bit of noise in the patch -- is only due to the very last hunk: so that we can make the call from parent to child using the private connection rather than sessionBus(). -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Avoid QDBusConnection Qt warning message for each KUniqueApplication

2012-11-17 Thread David Faure
On Saturday 17 November 2012 07:22:34 Thiago Macieira wrote: > On sábado, 17 de novembro de 2012 10.55.01, David Faure wrote: > > My current broken patch is > > http://www.davidfaure.fr/2012/kuniqueapp_broken_fix.diff > > > > The change from QDBusConnectionInterface

Re: Prepping KDirModel and KFileItem for QML

2012-11-19 Thread David Faure
g changed for a given file (permissions, size...), KDirLister calls refresh() on the corresponding item, to update its information directly from the disk. In general, there is little reason for the apps themselves to call refresh on a KFileItem, *if* that fileitem is being used in KDirLister/KDirModel. On a standalone KFileItem it makes sense, of course. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Avoid QDBusConnection Qt warning message for each KUniqueApplication

2012-11-19 Thread David Faure
r/2012/kuniqueapp_dbus.diff Is this what you had in mind? It leaves one issue though: in the case where the app is already running, KApp calls ::_exit(0) but it should write to the pipe first, see TODO in the diff. Shall I really export the pipe in kuniqueapplication.cpp and write to it there in k

Re: Review Request: QtWebKit is needed but not required bei CMakeList.txt

2012-11-19 Thread David Faure
that should be next to kdewebkit, or even inside kdewebkit. This would be more modular (and I'm all for modularity, see kde frameworks 5 ;-) Also, shouldn't this use macro_log_feature, like for all other mandatory dependencies? - David Faure On Nov. 19, 2012, 2:54 p.m., Guy Ma

Re: Review Request: QtWebKit is needed but not required bei CMakeList.txt

2012-11-19 Thread David Faure
let's not nitpick. - David Faure On Nov. 19, 2012, 4:12 p.m., Guy Maurel wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard

Re: Prepping KDirModel and KFileItem for QML

2012-11-19 Thread David Faure
On Monday 19 November 2012 18:11:06 Mark wrote: > On Mon, Nov 19, 2012 at 12:05 PM, David Faure wrote: > > On Saturday 17 November 2012 18:02:59 Mark wrote: > >> On Sat, Nov 17, 2012 at 5:04 PM, Aaron J. Seigo wrote: > >> > On Saturday, November 17, 2012 16:22:07 Ma

Re: Review Request: favicon local cache

2012-11-19 Thread David Faure
for the case of konqueror or konsole). So no issue here, OK for the cache. - David Faure On Nov. 17, 2012, 10:56 a.m., Jaime Torres Amate wrote: > > --- > This is an automatically

Re: Prepping KDirModel and KFileItem for QML

2012-11-19 Thread David Faure
nto frameworks, then create the lib, and put your code there. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by BlueSystems and KDAB to work on KDE Frameworks

Re: Review Request: Fix in documentation (comment in header): QPrinter::PaperSize instead of QPrinter::PageSize

2012-11-20 Thread David Faure
n kdelibs4, actually, it doesn't use QPrinter because that's in QtGui, and klocale is in kdecore. 3) Your patch is OK though. I just checked, and PageSize is just a typedef for PaperSize, so the actual int values are the same, so no porting problem. Phew. - David Faure On Nov. 17, 201

Re: Review Request: favicon local cache

2012-11-20 Thread David Faure
<http://git.reviewboard.kde.org/r/107358/#comment17133> Wow... kdecore/services/kmimetype.cpp <http://git.reviewboard.kde.org/r/107358/#comment17134> Spaces around the '=' and '<' signs are missing, in all the newly added code. - David Faure

Re: Review Request: Don't append "0-" when dragging and dropping from trash

2012-11-21 Thread David Faure
x27;s used for? This will make it more consistent with listDir. Even better: move this to a common helper file-static function in the .cpp file. Input: relativePath, fileId Output: fileDisplayName => static QString makeDisplayName(const QString& relativePath, const Q

Re: Review Request: Jar archives also uses the zip protocol.

2012-11-21 Thread David Faure
hould look at parent mimetypes too, for this to work more generally. Can you test this patch instead? http://www.davidfaure.fr/2012/188989.diff Please check that everything works ok with zip-based documents, like openoffice files etc. - David Faure On May 27, 2011, 11:06 p.m., Matthias F

Re: Review Request: port sonnet away from i18nc

2012-11-21 Thread David Faure
all other i18nc calls ported to translate... - David Faure On Nov. 21, 2012, 7:47 p.m., Martin Tobias Holmedahl Sandsmark wrote: > > --- > This is an automatically generated e-mail. To reply

Re: KIO::ListJob::entries emits twice for folders with 100+ entries. Why?

2012-11-22 Thread David Faure
On Thursday 15 November 2012 19:37:49 Mark wrote: > On Thu, Nov 15, 2012 at 6:26 PM, David Faure wrote: > > On Thursday 15 November 2012 13:12:27 Mark wrote: > >> My bad, the second signal is only emitting the remainder of whatever > >> comes after the first signal. >

Re: Review Request: Prevent activation of tabs opened in the background

2012-11-22 Thread David Faure
, so an explicit call to setActivePart should be added. Looking at the other setFocus calls: * KonqView::setLoading calls setFocus, but it's ok if this doesn't change the active part (fixes a race condition with the user changing parts quickly after starting to load a typed url, so th

Re: Review Request: Remove usage of KIO::SlaveConfig from Dolphin

2012-11-22 Thread David Faure
, then, since apparently kde-baseapps master only requires kdelibs-4.8... It says find_package(KDE4 4.8.0 REQUIRED). Not sure why not 4.9 at least, but that wouldn't help anyway. - David Faure On Nov. 22, 2012, 5:26 p.m., Dawit Alemayehu

Re: Review Request: Remove usage of KIO::SlaveConfig from Dolphin

2012-11-22 Thread David Faure
> On Nov. 22, 2012, 7:45 p.m., David Faure wrote: > > This probably needs a #ifdef on the kdelibs version number, then, since > > apparently kde-baseapps master only requires kdelibs-4.8... > > > > It says find_package(KDE4 4.8.0 REQUIRED). Not sure why not 4.9 at le

Re: KIO::ListJob::entries emits twice for folders with 100+ entries. Why?

2012-11-23 Thread David Faure
kDebug over gdb for this, especially for a method that is called 500 times. > What i can do is grab the logic out ant test it in a separate C++ project. Well yeah you already posted a test program iirc. Otherwise here's mine: http://www.davidfaure.fr/2012/kio-listdir.zip -- David Faure,

Re: KIO::ListJob::entries emits twice for folders with 100+ entries. Why?

2012-11-23 Thread David Faure
o chunks, it's perfectly valid. > What's your opinion here? > Note: These issues that i find never stay on the surface do they.. > This one is diving very deep in KIO, the shortcuts one was diving very > deep in KDE internals and even Qt.. Well, this is 2012. The easy bugs were fixed long ago, only the interesting ones remain :-) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

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

2012-11-28 Thread David Faure
would welcome your help in fixing this better indeed. I don't see a KConfigData class, not a revertToDefault outside of KConfigGroup, so I wonder what you saw and where... - David --- This is an automatically generat

Re: KIO::ListJob::entries emits twice for folders with 100+ entries. Why?

2012-11-29 Thread David Faure
ewboard or can i just push it > to 4.10? My patches are never perfect the first time so i guess you > guys will have some comments first :p Yep, please put on reviewboard after fixing the above, it will be easier to review the new code than to have it intermixed with the old lines in that dif

Re: KIO::ListJob::entries emits twice for folders with 100+ entries. Why?

2012-11-29 Thread David Faure
On Thursday 29 November 2012 16:04:21 Mark wrote: > On Thu, Nov 29, 2012 at 2:23 PM, David Faure wrote: > > On Friday 23 November 2012 22:23:24 Mark wrote: > >> Here it is: http://paste.kde.org/613670/ > > > > This calls gettimeofday for every entry, even wh

Re: Review Request: Fix KIO listDir entries batching

2012-12-04 Thread David Faure
to succeed and chdir() to fail... kioslave/file/file_unix.cpp <http://git.reviewboard.kde.org/r/107520/#comment17552> Remove this comment, it is wrong here. kioslave/file/file_unix.cpp <http://git.reviewboard.kde.org/r/107520/#comment17553> Move this comment down to th

Re: Review Request: Show removable media in Dolphin's "Copy To" and "Move To" context menus

2012-12-05 Thread David Faure
t. Is that "before" or "after"? Why does it say "without devices"? It shows Home and Root twice, could that be fixed? lib/konq/konq_copytomenu.cpp <http://git.reviewboard.kde.org/r/102657/#comment17596> Create it on the stack, if its lifetime is limited to th

Re: making kioslave/trash size cache more robust

2012-12-05 Thread David Faure
s a lot of small > files to read to get the total size, so it may not be that fast in all > cases (1000 items on an old HD? NFS/SMB?). This sounds slower than simply stat()ing every trashed filed to determine its size. stat() is a single syscall, while open+read+parsing+close is a lot more...

Re: Review Request: Fix KIO listDir entries batching

2012-12-06 Thread David Faure
pretty good :-) Thanks. - David Faure On Dec. 5, 2012, 6:54 p.m., Mark Gaiser wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: Fix KIO listDir entries batching

2012-12-06 Thread David Faure
utomatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/107520/ > ------- > > (Updated Dec. 5, 2012, 6:54 p.m.) > > > Review request for kdelibs and David Faure. > > > Description > --- > > listDir is batching onl

Re: Review Request: Prevent crash when showing Konqueror config dialog on systems with corrupt system config cache

2012-12-09 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107642/#review23210 --- Ship it! Ship It! - David Faure On Dec. 9, 2012, 4:44 p.m

Re: Moving Trojitá to extragear

2012-12-10 Thread David Faure
t? My current solution is QCoreApplication::translate("", "foo") so that an empty context is used, but it's a bit ugly. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Review Request: Don't append "0-" when dragging and dropping from trash

2012-12-11 Thread David Faure
return fileDisplayName;" is missing here, so basically makeDisplayName was returning an invalid QString? kioslave/trash/kio_trash.cpp <http://git.reviewboard.kde.org/r/105078/#comment17935> This comment should move up to the implementation of makeDisplayName() - David Faure On

Re: Review Request: Don't append "0-" when dragging and dropping from trash

2012-12-12 Thread David Faure
org/r/105078/#comment17966> This doesn't work, it makes every file under a subdir "0-Documents" appear as "Documents"... I'll rework this... - David Faure On Dec. 11, 2012, 9:51 p.m., Michael Reeves wrote: > > --

Re: Moving Trojitá to extragear

2012-12-13 Thread David Faure
untime), this is good news then, it sounds like we can drop the weird QCoreApp::translate("", "text") in KF5. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 signature.asc Description: This is a digitally signed message part.

kdelibs branches

2012-12-17 Thread David Faure
"cleanups" and new features in frameworks, however. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: rekonq 2 merged in rekonq main repository

2012-12-17 Thread David Faure
ou need something, make it happen, don't just hope for others to do so :) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

cmake.git (Re: [Kde-pim] Boost vs cmake 2.8.8 vs kdepimlibs master)

2012-12-17 Thread David Faure
igh entry barrier? Pff. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: kdelibs branches

2012-12-18 Thread David Faure
On Monday 17 December 2012 14:47:11 David Faure wrote: > Now that all modules have a KDE/4.10 branch, kdelibs can use again the same > workflow as the other modules: 4.10 for the 4.10.x series, and master for > the 4.11.x series. This will create less confusion than a frozen maste

Re: Review Request: Fix generating kconfig skeletons with UrlList fields that have a default value

2012-12-18 Thread David Faure
ee if it breaks anything). An addition to the kconfig_compiler unittests is missing, though, could you add that? - David Faure On Dec. 14, 2012, 1:17 p.m., Aleix Pol Gonzalez wrote: > > --- > This is an automatically generated e-

Re: making kioslave/trash size cache more robust

2012-12-18 Thread David Faure
f it's a ton of single files, this will be a lot slower than stat'ing, for sure. > So, I'll wait for a bit more input before really starting. I'm a bit busy > at the moment anyway. Don't wait, get the discussion started on xdg :-) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Review Request: port sonnet away from i18nc

2012-12-18 Thread David Faure
don't need the QCoreApplication::translate("", "foo") ugliness, a simple tr("foo") can do the job just fine. We'll need to adjust the existing code and the wiki, obviously. - David Faure On Dec. 17, 2012, 8:05 p.m.,

Re: Moving Trojitá to extragear

2012-12-18 Thread David Faure
On Thursday 13 December 2012 21:50:29 Chusslove Illich wrote: > >> [: David Faure :] > >> If it handles this correctly (so that tr() works at runtime), this is > >> good news then, it sounds like we can drop the weird > >> QCoreApp::translate("", "

Re: Review Request: port sonnet away from i18nc

2012-12-24 Thread David Faure
viewboard.kde.org/r/107412/#comment18252> lots of trailing whitespaces around here - David Faure On Dec. 23, 2012, 5:32 p.m., Martin Tobias Holmedahl Sandsmark wrote: > > --- > This is an automatically generated

Re: Review Request: port sonnet away from i18nc

2012-12-24 Thread David Faure
difference between r2 and r3. - David Faure On Dec. 23, 2012, 5:32 p.m., Martin Tobias Holmedahl Sandsmark wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: Prevent activation of tabs opened in the background

2012-12-24 Thread David Faure
> On Nov. 22, 2012, 11:04 a.m., David Faure wrote: > > Well, if setFocus() shouldn't trigger the PartManager, then the fix would > > be in PartManager itself. Otherwise the part manager and konqueror will > > have a different vision of the currently active part.

Re: Review Request: port sonnet away from i18nc

2012-12-25 Thread David Faure
it though: QCoreApplication::translate("SonnetDictionaryLoader", variantEnglish, "dictionary variant") - David Faure On Dec. 24, 2012, 10:03 p.m., Martin Tobias Holmedahl Sandsmark wrote: > > --- > This

Re: Finalized proposal for changes to i18n in KF5

2012-12-26 Thread David Faure
ed by value everywhere, as per http://www.macieira.org/blog/2012/02/the-value-of-passing-by-value/ -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 signature.asc Description: This is a digitally signed message part.

Re: Review Request: port sonnet away from i18nc

2012-12-27 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107412/#review24021 --- Ship it! Ship It! - David Faure On Dec. 26, 2012, 11:02

Re: Review Request: port Sonnet to QSettings

2012-12-27 Thread David Faure
aging/sonnet/src/core/backgroundchecker.cpp <http://git.reviewboard.kde.org/r/107791/#comment18308> Why do other files (below) pass parameters to the QSettings constructor and not this one (nor ConfigWidget)? - David Faure On Dec. 27, 2012, 12:52 a.m., Martin Tobias Holmeda

Re: Review Request: port Sonnet to QSettings

2012-12-27 Thread David Faure
-- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/107791/ > --- > > (Updated Dec. 27, 2012, 12:52 a.m.) > > > Review reques

Re: Kdelibs Coding Style vs. preparations for Qt5

2012-12-29 Thread David Faure
27;t apply to "projects which refer to the kdelibs coding style". There's no good reason for apps to do this, only porting trouble comes from that. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Review Request: Prevent activation of tabs opened in the background

2013-01-02 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107048/#review24415 --- Ship it! Ship It! - David Faure On Dec. 30, 2012, 1:37 a.m

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

2013-01-02 Thread David Faure
anges. Also, this changes misses a corresponding unittest in kdirlistertest.cpp. - David Faure On Dec. 29, 2012, 8:31 p.m., Dawit Alemayehu wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

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

2013-01-02 Thread David Faure
> On Dec. 28, 2011, 7:37 a.m., David Faure wrote: > > kio/kio/kdirlister.cpp, line 1078 > > <http://git.reviewboard.kde.org/r/103555/diff/1/?file=44960#file44960line1078> > > > > Yes, but changing permissions is only one case for ending up here. The >

Re: Review Request: Fix KSelectionWatcher / KWindowSystem::compositingChanged signal

2013-01-04 Thread David Faure
. Could you look into KSelectionWatcher in the kdelibs-frameworks branch (with Qt5 installed), and port the kselectionwatcher unittest to the new kselectionwatcher API (fredrikh made it async, due to XCB being async, but didn't port the unittest)? - David Faure On Dec. 30, 2012, 4:4

Re: Plans for SVN infrastructure shutdown

2013-01-04 Thread David Faure
f we could just keep a readonly svn around (surely this shouldn't require much maintainance), it would be useful for archeology purposes. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: Review Request: Correctly trigger executed signal of KListWidget for both single click and double click.

2013-01-04 Thread David Faure
team: shall I commit it to KDE/4.10, or wait until 4.10.0 is out (but that would mean Feb 6), given that it's not a release showstopper and we're in RC2 already. - David Faure On Dec. 22, 2012, 7:46 p.m., Yichao Yu wrote: > > --

Review Request: Rework fix for bug 279675 so that the new mimetype is used by KRun too.

2013-01-08 Thread David Faure
e (which sends application/octet-stream as mimetype). It offered "open with kwrite" but choosing that would lead to an open-with dialog, because the mimetype was still application/octet-stream in KRun. With this fix, kwrite runs. Thanks, David Faure

Re: Review Request 108380: Fix race condition in KTcpSocketTest

2013-01-13 Thread David Faure
; I'm not sure why the test was making the HTTP Request twice (Andreas?), but this is changing what's actually being tested, a little bit, I think? - David Faure On Jan. 13, 2013, 9:28 a.m., Jon Severinsson wrote: > > ---

Re: Review Request 108380: Fix race condition in KTcpSocketTest

2013-01-13 Thread David Faure
e right fix... - David Faure On Jan. 13, 2013, 11:54 a.m., Jon Severinsson wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.revie

Re: Review Request 106475: Check if the startDir has an schema before discarting it

2013-01-16 Thread David Faure
More from me later... - David --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106475/#review19914 --- On Sept. 17, 2012, 10:39 a.m., Àlex Fiestas wrote: > >

Review Request 108440: More readable fix for the KFileWidget startDir issue.

2013-01-16 Thread David Faure
--- * "save image as" in konqueror * additional kurl unittests Thanks, David Faure

Re: Review Request 108471: return icon for helper type protocol

2013-01-19 Thread David Faure
, for future maintainance. Let's extract it. Can you test if this works for you? http://www.davidfaure.fr/2013/kprotocolinfo.diff - David Faure On Jan. 18, 2013, 1:29 p.m., Reza Shah wrote: > > --- > This is an automatically g

<    5   6   7   8   9   10   11   12   >