Review Request 118313: [Konqlib] KUrl - QUrl

2014-05-25 Thread Emmanuel Pescosta
setup problem maybe?!) QFATAL : KonqPopupMenuTest::testFile() ASSERT failure in KServiceTypeFactory::KServiceTypeFactory() favicontest: (local setup problem maybe?!) QFATAL : FavIconTest::testSetIconForURL() ASSERT failure in KServiceTypeFactory::KServiceTypeFactory() Thanks, Emmanuel Pescosta

Re: Review Request 118313: [Konqlib] KUrl - QUrl

2014-05-25 Thread Emmanuel Pescosta
); correct? lib/konq/konqmimedata.cpp https://git.reviewboard.kde.org/r/118313/#comment40627 Is mimeData-setUrls(mostLocalURLs); correct? - Emmanuel Pescosta On May 25, 2014, 3:27 p.m., Emmanuel Pescosta wrote

Re: Review Request 118775: Make KFileItem a Q_MOVABLE type

2014-06-16 Thread Emmanuel Pescosta
/r/118775/#comment41931 using KFileItem::KFileItem; maybe? src/core/kcoredirlister_p.h https://git.reviewboard.kde.org/r/118775/#comment41932 {} - Emmanuel Pescosta On June 16, 2014, 9:58 a.m., Frank Reininghaus wrote

Re: Review Request 119809: KIO: New job RestoreJob, public API KIO::restoreFromTrash().

2014-08-17 Thread Emmanuel Pescosta
/119809/#comment45245 constBegin() because m_urlsIterator is a const iterator - Emmanuel Pescosta On Aug. 17, 2014, 11:01 a.m., David Faure wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Split kde-baseapps?

2014-09-29 Thread Emmanuel Pescosta
- dolphin: could be split out, I added emmanuel as a CC to know his opinion Thanks for adding me and sorry for the late response. +1 for splitting up kde-baseapps We can split off Dolphin as soon as Dolphin is konq-lib free (David has already done a huge amount of work in this field :) Cheers,

Re: Review Request 120605: cleanup overlay icon usage

2014-10-16 Thread Emmanuel Pescosta
you commit this patch, because it only fixes one mentioned problem) - Emmanuel Pescosta On Oct. 16, 2014, 5:32 p.m., Stefan Brüns wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r

Re: Review Request 120605: cleanup overlay icon usage

2014-10-19 Thread Emmanuel Pescosta
On Oct. 16, 2014, 8:09 p.m., Emmanuel Pescosta wrote: Looks good! +1 from my side (Please use the CCBUG hook when you commit this patch, because it only fixes one mentioned problem) Stefan Brüns wrote: Any more comments? Is this a SHIP IT? BTW: The same applies

Re: Review Request 120666: Get user's permission before executing scripts or desktop files

2014-10-23 Thread Emmanuel Pescosta
and the need of a member variable. - Emmanuel Pescosta On Oct. 22, 2014, 6:10 p.m., Arjun AK wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120666

Re: Review Request 120666: Get user's permission before executing scripts or desktop files

2014-10-23 Thread Emmanuel Pescosta
/120666/#comment48256 Any reason why using show instead of exec? Exec would avoid the rather complex and error-prone code path. IMHO we should prefer a blocking dialog in this case, because it asks the user for permission. - Emmanuel Pescosta On Oct. 22, 2014, 6:10 p.m., Arjun AK wrote

Re: Review Request 120666: Get user's permission before executing scripts or desktop files

2014-10-23 Thread Emmanuel Pescosta
On Oct. 23, 2014, 1:14 p.m., Emmanuel Pescosta wrote: src/widgets/krun.cpp, line 1013 https://git.reviewboard.kde.org/r/120666/diff/2/?file=321616#file321616line1013 Any reason why using show instead of exec? Exec would avoid the rather complex and error-prone code path

Re: Review Request 120666: Get user's permission before executing scripts or desktop files

2014-10-24 Thread Emmanuel Pescosta
On Oct. 23, 2014, 1:14 p.m., Emmanuel Pescosta wrote: src/widgets/krun.cpp, line 1013 https://git.reviewboard.kde.org/r/120666/diff/2/?file=321616#file321616line1013 Any reason why using show instead of exec? Exec would avoid the rather complex and error-prone code path

Re: Review Request 120666: Get user's permission before executing scripts or desktop files

2014-10-24 Thread Emmanuel Pescosta
On Oct. 23, 2014, 11:43 a.m., David Faure wrote: Thanks for the patch. Calling init() again surprised me a bit, since this method was never called twice before, but OK, anything else would be much more invasive. I would suggest to at least add a comment e.g. in the call to

Re: Review Request 120886: Show script execution prompt only if asked to

2014-10-29 Thread Emmanuel Pescosta
/#comment48510 since 5.4 src/widgets/krun.h https://git.reviewboard.kde.org/r/120886/#comment48509 Better name instead of b? showPrompt maybe? - Emmanuel Pescosta On Oct. 29, 2014, 12:01 p.m., Arjun AK wrote

Re: Review Request 120605: cleanup overlay icon usage

2014-11-01 Thread Emmanuel Pescosta
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120605/#review69638 --- Ping? No git account? - Emmanuel Pescosta On Oct. 16, 2014

Re: Review Request 121447: Return inode/directory when isDir returns true (kfileitem)

2014-12-11 Thread Emmanuel Pescosta
On Dec. 11, 2014, 3:27 p.m., Mark Gaiser wrote: src/core/kfileitem.cpp, line 255 https://git.reviewboard.kde.org/r/121447/diff/1/?file=332652#file332652line255 -- add here } else { // Fix for IO slaves that don't set UDS_MIME_TYPE for a folder. if

Re: Review Request 121461: Fix for bug 341773 and minor changes

2014-12-12 Thread Emmanuel Pescosta
/#comment50069 std::all_of() maybe? std::all_of(basename.cbegin(), basename.cend(), [](QChar c) { return c == QLatin1Char('.'); }); - Emmanuel Pescosta On Dec. 12, 2014, 11:56 a.m., Arjun AK wrote

Review Request 122614: Fix a porting bug in the http ioslave

2015-02-18 Thread Emmanuel Pescosta
Diff: https://git.reviewboard.kde.org/r/122614/diff/ Testing --- Works (see screenshots) File Attachments Webdav (Bug) https://git.reviewboard.kde.org/media/uploaded/files/2015/02/18/d0ae2572-3770-4781-88e3-4d40e626fd85__webdav_bug.png Thanks, Emmanuel Pescosta

Review Request 122616: Use KIO::FileSystemFreeSpaceJob in KPropertiesDialog

2015-02-18 Thread Emmanuel Pescosta
) Diffs - src/widgets/kpropertiesdialog.cpp 0dc4881 src/widgets/kpropertiesdialog_p.h 5858eed Diff: https://git.reviewboard.kde.org/r/122616/diff/ Testing --- Works for local and smb file systems Thanks, Emmanuel Pescosta ___ Kde

Re: Review Request 122614: Fix a porting bug in the http ioslave

2015-02-18 Thread Emmanuel Pescosta
/2015/02/18/d0ae2572-3770-4781-88e3-4d40e626fd85__webdav_bug.png Webdav (Fixed) https://git.reviewboard.kde.org/media/uploaded/files/2015/02/18/de96eb2e-45d8-4388-83b6-77199f677c75__webdav_fixed.png Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel

Review Request 122620: Implement quota-used-bytes and quota-available-bytes in http ioslave

2015-02-18 Thread Emmanuel Pescosta
with Owncloud (share.kde.org) File Attachments webdav_freespace.png https://git.reviewboard.kde.org/media/uploaded/files/2015/02/18/c90a8f70-e12b-44b3-a0b8-651f1ee7d602__webdav_freespace.png Thanks, Emmanuel Pescosta ___ Kde-frameworks

Review Request 122621: Implemented SlaveBase::GetFileSystemFreeSpace in sftp ioslave

2015-02-18 Thread Emmanuel Pescosta
-extras Description --- Implemented SlaveBase::GetFileSystemFreeSpace to enable free space information in sftp ioslave. Diffs - sftp/kio_sftp.h e088472 sftp/kio_sftp.cpp 057fcd4 Diff: https://git.reviewboard.kde.org/r/122621/diff/ Testing --- Works Thanks, Emmanuel

Re: Review Request 122616: Use KIO::FileSystemFreeSpaceJob in KPropertiesDialog

2015-02-18 Thread Emmanuel Pescosta
://git.reviewboard.kde.org/r/122616/#comment52568 memo: set Unknown size as text - Emmanuel Pescosta On Feb. 18, 2015, 9:17 a.m., Emmanuel Pescosta wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org

Re: Review Request 122978: Add unit test for crash of bug 343976

2015-03-16 Thread Emmanuel Pescosta
://git.reviewboard.kde.org/r/122978/#comment53287 unchecked m_menu - Emmanuel Pescosta On March 16, 2015, 1:04 p.m., Martin Gräßlin wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r

Re: Review Request 122616: Use KIO::FileSystemFreeSpaceJob in KPropertiesDialog

2015-03-20 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit 9793f3ae8d1739bec2a4a167f249c4f270aabdad by Emmanuel Pescosta to branch master. Repository: kio Description --- Use KIO::FileSystemFreeSpaceJob to retrieve free space information

Re: Review Request 123081: sftp ioslave: Check for stat...@openssh.com extension in sftpProtocol::fileSystemFreeSpace

2015-03-20 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks and Andreas Schneider. Changes --- Submitted with commit e8d5a84156c6fc94d12894fb8ef9070b1b5cce99 by Emmanuel Pescosta to branch master. Repository: kio-extras Description --- Check if the ssh server supports the stat

Review Request 123081: sftp ioslave: Check for stat...@openssh.com extension in sftpProtocol::fileSystemFreeSpace

2015-03-20 Thread Emmanuel Pescosta
://git.reviewboard.kde.org/r/123081/diff/ Testing --- Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 122614: Fix a porting bug in the http ioslave

2015-03-07 Thread Emmanuel Pescosta
/2015/02/18/d0ae2572-3770-4781-88e3-4d40e626fd85__webdav_bug.png Webdav (Fixed) https://git.reviewboard.kde.org/media/uploaded/files/2015/02/18/de96eb2e-45d8-4388-83b6-77199f677c75__webdav_fixed.png Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel

Re: Review Request 122620: Implement quota-used-bytes and quota-available-bytes in http ioslave

2015-03-07 Thread Emmanuel Pescosta
Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 122621: Implemented SlaveBase::GetFileSystemFreeSpace in sftp ioslave

2015-03-07 Thread Emmanuel Pescosta
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122621/#review77149 --- Ping - Emmanuel Pescosta On Feb. 18, 2015, 12:14 p.m

Re: Review Request 122620: Implement quota-used-bytes and quota-available-bytes in http ioslave

2015-03-07 Thread Emmanuel Pescosta
://git.reviewboard.kde.org/r/122620/#comment53015 use a better comment - Emmanuel Pescosta On Feb. 18, 2015, 11:05 a.m., Emmanuel Pescosta wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122620

Re: Review Request 122755: Add testcases for KIO::del()

2015-03-07 Thread Emmanuel Pescosta
(const QObject * object, const char * signal) instead This applies for all other QSignalSpy usages in this test - Emmanuel Pescosta On March 6, 2015, 10:57 p.m., Martin Blumenstingl wrote: --- This is an automatically generated

Re: Review Request 122614: Fix a porting bug in the http ioslave

2015-03-07 Thread Emmanuel Pescosta
/#review77150 --- On March 7, 2015, 10:29 a.m., Emmanuel Pescosta wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122614

Re: Review Request 122621: Implemented SlaveBase::GetFileSystemFreeSpace in sftp ioslave

2015-03-07 Thread Emmanuel Pescosta
--- On Feb. 18, 2015, 12:14 p.m., Emmanuel Pescosta wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122621/ --- (Updated Feb. 18

Re: Review Request 122614: Fix a porting bug in the http ioslave

2015-03-07 Thread Emmanuel Pescosta
/media/uploaded/files/2015/02/18/d0ae2572-3770-4781-88e3-4d40e626fd85__webdav_bug.png Webdav (Fixed) https://git.reviewboard.kde.org/media/uploaded/files/2015/02/18/de96eb2e-45d8-4388-83b6-77199f677c75__webdav_fixed.png Thanks, Emmanuel Pescosta

Re: Review Request 122621: Implemented SlaveBase::GetFileSystemFreeSpace in sftp ioslave

2015-03-07 Thread Emmanuel Pescosta
Diff: https://git.reviewboard.kde.org/r/122621/diff/ Testing --- Works Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 122616: Use KIO::FileSystemFreeSpaceJob in KPropertiesDialog

2015-03-07 Thread Emmanuel Pescosta
: https://git.reviewboard.kde.org/r/122616/#review77154 --- On Feb. 18, 2015, 9:17 a.m., Emmanuel Pescosta wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request 122755: Add testcases for KIO::del()

2015-02-28 Thread Emmanuel Pescosta
. autotests/deldirtest.cpp https://git.reviewboard.kde.org/r/122755/#comment52845 KJob::NoError instead of 0? - Emmanuel Pescosta On Feb. 28, 2015, 4:28 p.m., Martin Blumenstingl wrote: --- This is an automatically generated e

Re: Split kde-baseapps?

2015-02-24 Thread Emmanuel Pescosta
. Cheers, Emmanuel 2015-02-24 19:51 GMT+01:00 Albert Astals Cid aa...@kde.org: El Dimarts, 24 de febrer de 2015, a les 10:55:20, Emmanuel Pescosta va escriure: Hi everyone, We can split off Dolphin as soon as Dolphin is konq-lib free Dolphin is almost ready for splitting (pending

Re: Split kde-baseapps?

2015-02-24 Thread Emmanuel Pescosta
Hi everyone, We can split off Dolphin as soon as Dolphin is konq-lib free Dolphin is almost ready for splitting (pending Review Request: https://git.reviewboard.kde.org/r/122687/) or merging (frameworks - master) How should we proceed? Cheers, Emmanuel 2014-09-29 15:45 GMT+02:00 Emmanuel

Re: Split kde-baseapps?

2015-02-25 Thread Emmanuel Pescosta
: El Dimecres, 25 de febrer de 2015, a les 11:13:37, Emmanuel Pescosta va escriure: We can make a release of it. Thanks! But I think it's already too late to move Dolphin into a new repo, given that the freeze is only a few hours away. Bad timing from my side ... Let's make sure we can

Re: Review Request 122621: Implemented SlaveBase::GetFileSystemFreeSpace in sftp ioslave

2015-02-25 Thread Emmanuel Pescosta
:14 p.m., Emmanuel Pescosta wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122621/ --- (Updated Feb. 18, 2015, 12:14 p.m

Places bookmark bug - Help needed

2015-04-23 Thread Emmanuel Pescosta
Hi everyone, I want to ask you, if you can help me to fix the Places bookmarks disappear bug [1], which was introduced by commit 2b5c6e42fc8114c6854ce490b9cdd4356be683d9 in kdelibs [2]. The adoption for Dolphin [3] has no effect on this bug. I have done some research and I'm a little bit

Re: Review Request 123443: Make it possible to call a put job from an IODevice

2015-04-22 Thread Emmanuel Pescosta
On April 22, 2015, 9 a.m., Emmanuel Pescosta wrote: src/widgets/accessmanager.cpp, line 255 https://git.reviewboard.kde.org/r/123443/diff/1/?file=362233#file362233line255 IMO you should always verify if the data is readable, because not all lib users are trustworthy (assert isn't

Re: Review Request 123443: Make it possible to call a put job from an IODevice

2015-04-22 Thread Emmanuel Pescosta
://git.reviewboard.kde.org/r/123443/#comment54156 IMO you should always verify if the data is readable, because not all lib users are trustworthy (assert isn't meant for input validation of untrustworthy callers - public api) - Emmanuel Pescosta On April 22, 2015, 1:46 a.m., Aleix Pol Gonzalez wrote

Review Request 123523: KPropertiesDialog::KPropertiesDialog(urls) and KPropertiesDialog::showDialog(urls)

2015-04-27 Thread Emmanuel Pescosta
/kpropertiesdialog.cpp 37fa88f Diff: https://git.reviewboard.kde.org/r/123523/diff/ Testing --- Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 123525: Remove bookmarks syncing from KFilePlacesModel and use user-places.xbel only.

2015-04-27 Thread Emmanuel Pescosta
/kfileplacesmodel.cpp 6c92012 src/filewidgets/kfileplacessharedbookmarks.cpp 3e7ffb9 src/filewidgets/kfileplacessharedbookmarks_p.h 2f9f4b8 Diff: https://git.reviewboard.kde.org/r/123525/diff/ Testing --- Thanks, Emmanuel Pescosta ___ Kde

Review Request 123525: Remove bookmarks syncing from KFilePlacesModel and use user-places.xbel only.

2015-04-27 Thread Emmanuel Pescosta
/kfileplacessharedbookmarks_p.h 2f9f4b8 Diff: https://git.reviewboard.kde.org/r/123525/diff/ Testing --- Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde

Re: Review Request 123523: KPropertiesDialog::KPropertiesDialog(urls) and KPropertiesDialog::showDialog(urls)

2015-04-27 Thread Emmanuel Pescosta
--- On April 27, 2015, 1:49 p.m., Emmanuel Pescosta wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123523/ --- (Updated

Re: Review Request 123525: Remove bookmarks syncing from KFilePlacesModel and use user-places.xbel only.

2015-04-29 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit e919daeb5b144b146dbf459fadb116729b866d21 by Emmanuel Pescosta to branch master. Bugs: 345174 https://bugs.kde.org/show_bug.cgi?id=345174 Repository: kio Description --- Remove bookmarks

Re: Review Request 123523: KPropertiesDialog::KPropertiesDialog(urls) and KPropertiesDialog::showDialog(urls)

2015-04-29 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit e41e0c922a641cea68a1f2d360bb2bb0fa8896f6 by Emmanuel Pescosta to branch master. Repository: kio Description --- Added KPropertiesDialog::KPropertiesDialog(urls) and KPropertiesDialog

Re: Review Request 123940: Use KPluginLoader::factory() when loading KIO::DndPopupMenuPlugin

2015-05-30 Thread Emmanuel Pescosta
(line 297) https://git.reviewboard.kde.org/r/123940/#comment55465 The result of create can be null (on error). - Emmanuel Pescosta On May 30, 2015, 12:09 a.m., Ragnar Thomsen wrote: --- This is an automatically generated e-mail

Re: Review Request 124690: Show custom folder icons again

2015-08-11 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks, Àlex Fiestas and David Faure. Changes --- Submitted with commit d8aafbc37daab3cd62ee77430a55b3d72ccc12e0 by Emmanuel Pescosta to branch master. Bugs: 350612 https://bugs.kde.org/show_bug.cgi?id=350612 Repository: kio

Review Request 124690: Show custom folder icons again

2015-08-10 Thread Emmanuel Pescosta
properly again in Dolphin. Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 125788: [kio thumbnailer] Recognize image/webp

2015-10-25 Thread Emmanuel Pescosta
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125788/#review87359 --- Ship it! Ship It! - Emmanuel Pescosta On Oct. 25, 2015

Review Request 126009: [KUrlNavigator] Fix url encoding problems in KUrlNavigator

2015-11-09 Thread Emmanuel Pescosta
://git.reviewboard.kde.org/r/126009/diff/ Testing --- All tests pass Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 126009: [KUrlNavigator] Fix url encoding problems in KUrlNavigator

2015-11-09 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks and David Faure. Changes --- Submitted with commit 9dbe36f734b5b839b2a6a934fad29d639e954498 by Emmanuel Pescosta to branch master. Bugs: 354678 https://bugs.kde.org/show_bug.cgi?id=354678 Repository: kio Description

Re: Review Request 125928: Ship the "new file templates" in the kiofilewidgets library using a .qrc

2015-11-03 Thread Emmanuel Pescosta
- 582) <https://git.reviewboard.kde.org/r/125928/#comment60305> You can hand over the srcFile directly to storedPut, storedPut has an overload which takes a QIODevice - Emmanuel Pescosta On Nov. 3, 2015, 9:24 a.m., David Faure

Review Request 125988: [KUrlCompletion] Add autocompletion for '.' input which offers all hidden files/folders

2015-11-07 Thread Emmanuel Pescosta
is test covered. Diffs - autotests/kurlcompletiontest.cpp ca8563c src/widgets/kurlcompletion.cpp c6764e4 Diff: https://git.reviewboard.kde.org/r/125988/diff/ Testing --- All test cases for KUrlCompletion pass Thanks, Emmanuel Pescosta

Review Request 125538: [kio-trash] Add file system freespace retrieval to trash kioslave

2015-10-06 Thread Emmanuel Pescosta
://git.reviewboard.kde.org/r/125538/diff/ Testing --- Works fine (with and without maximum size limit) Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 125538: [kio-trash] Add file system freespace retrieval to trash kioslave

2015-10-06 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks and David Faure. Changes --- Submitted with commit 6128e94f689d416abb60255bb3792f127e52783c by Emmanuel Pescosta to branch master. Repository: kio Description --- Gives the user info about the trash occupancy when opening

Re: Review Request 125538: [kio-trash] Add file system freespace retrieval to trash kioslave

2015-10-06 Thread Emmanuel Pescosta
ard.kde.org/r/125538/#review86411 --- On Oct. 6, 2015, 9:40 a.m., Emmanuel Pescosta wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

Review Request 125044: Fix crash when hovering the 'Activities' context menu entry and constantly moving the mouse cursor around

2015-09-04 Thread Emmanuel Pescosta
/fileitemplugin/FileItemLinkingPlugin_p.h 05a39b4 Diff: https://git.reviewboard.kde.org/r/125044/diff/ Testing --- Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo

Re: Review Request 125044: Fix crash when hovering the 'Activities' context menu entry and constantly moving the mouse cursor around

2015-09-04 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks and Ivan Čukić. Changes --- Submitted with commit 821abd02047f15aceb106cd390df2cea502c72bf by Emmanuel Pescosta to branch master. Bugs: 351585 and 352207 http://bugs.kde.org/show_bug.cgi?id=351585 http://bugs.kde.org

Re: Review Request 125044: Fix crash when hovering the 'Activities' context menu entry and constantly moving the mouse cursor around

2015-09-04 Thread Emmanuel Pescosta
sting! > +1 for Phab Next time ;) - Emmanuel --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125044/#review84820 --- O

Re: Review Request 125044: Fix crash when hovering the 'Activities' context menu entry and constantly moving the mouse cursor around

2015-09-04 Thread Emmanuel Pescosta
--- Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 125400: Allow trash: in addition to trash:/ as url for listDir

2015-09-26 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks and David Faure. Changes --- Submitted with commit c89897d0aa6bbc926ed860a3a050d6aaae007a9c by Emmanuel Pescosta to branch master. Bugs: 353181 https://bugs.kde.org/show_bug.cgi?id=353181 Repository: kio Description

Re: Review Request 125988: [KUrlCompletion] Add autocompletion for '.' input which offers all hidden files/folders

2015-12-12 Thread Emmanuel Pescosta
- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125988/#review89168 --- On Nov. 28, 2015, 10:36 p.m., Emmanuel Pescosta wrote: > >

Re: Review Request 126392: Fix some Clazy warnings in kcoreaddons

2015-12-18 Thread Emmanuel Pescosta
organ's_laws src/lib/io/kdirwatch_p.h (line 109) <https://git.reviewboard.kde.org/r/126392/#comment61449> Same here - Emmanuel Pescosta On Dec. 18, 2015, 4:33 a.m., Andrey Cygankov wrote: > > --- > This is an aut

Re: Review Request 125988: [KUrlCompletion] Add autocompletion for '.' input which offers all hidden files/folders

2015-11-28 Thread Emmanuel Pescosta
ould find all hidden folders * KUrlCompletionTest::testLocalRelativePath: Completion with '.', should find all hidden folders - Emmanuel --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/

Re: Review Request 125988: [KUrlCompletion] Add autocompletion for '.' input which offers all hidden files/folders

2015-11-28 Thread Emmanuel Pescosta
8563c src/widgets/kurlcompletion.cpp c6764e4 Diff: https://git.reviewboard.kde.org/r/125988/diff/ Testing --- All test cases for KUrlCompletion pass Thanks, Emmanuel Pescosta ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org

Re: Purpose as a KDE Framework

2015-12-01 Thread Emmanuel Pescosta
On Dienstag, 1. Dezember 2015 15:01:10 CET Aleix Pol wrote: Hi, looks really interesting! > I'd like to see it used in other cases than sharing as well as in other applications Would you accept a plugin which can be used to compare selected files? - e.g. by starting kompare This would

Re: Review Request 128088: Load KFileItemAction plugins with json metadata

2016-06-07 Thread Emmanuel Pescosta
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128088/#review96284 --- Ship it! Ship It! - Emmanuel Pescosta On June 5, 2016

Re: Review Request 127004: WIP: OpenFileManagerWindowJob

2016-02-08 Thread Emmanuel Pescosta
they think is best. KRun invocation can then also be implemented as a strategy, which is directly used when no dbus is available, or within the dbus strategy as fallback when the dbus call failed. - Emmanuel Pescosta On Feb. 7, 2016, 7:20 p.m., Kai

Review Request 127410: Fix crash in rename dialog (KF 5.20)

2016-03-19 Thread Emmanuel Pescosta
/renamedialog.cpp 2d456c7 Diff: https://git.reviewboard.kde.org/r/127410/diff/ Testing --- Yes, I tried it by overwriting a file with the same file and with a different file -> no crash :) Thanks, Emmanuel Pescosta ___ Kde-frameworks-de

Re: Review Request 127410: Fix crash in rename dialog (KF 5.20)

2016-03-19 Thread Emmanuel Pescosta
marked as submitted. Review request for KDE Frameworks, Andreas Sturmlechner and David Faure. Changes --- Submitted with commit bf37e9aa27a2321f4a6ce7188a0901fabd47c962 by Emmanuel Pescosta to branch master. Bugs: 360488 https://bugs.kde.org/show_bug.cgi?id=360488 Repository: kio

Re: Review Request 127410: Fix crash in rename dialog (KF 5.20)

2016-03-19 Thread Emmanuel Pescosta
> On March 17, 2016, 1:29 p.m., Aleix Pol Gonzalez wrote: > > Change looks good. > > > > Would it be possible to get a test? > > Emmanuel Pescosta wrote: > > Would it be possible to get a test? > > autotest (is it allowed to show

Re: Review Request 127587: [Kate view] Correct override cursor

2016-04-08 Thread Emmanuel Pescosta
> On April 8, 2016, 9:29 a.m., Kåre Särs wrote: > > What is it that needs fixing? > > > > I don't have a problem in either case listed. > 3. Context menu is closed I can reproduce this problem - Emmanuel --- This is an automatically

Re: Review Request 127410: Fix crash in rename dialog (KF 5.20)

2016-03-20 Thread Emmanuel Pescosta
dialogtest? - Emmanuel --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127410/#review93651 --- On March 17, 2016, 10:37 a.m.,

Re: Review Request 127779: use system colors for monochrome icons

2016-04-28 Thread Emmanuel Pescosta
e remaining code path as the "QImageReader from path" to avoid breakages. - Emmanuel Pescosta On April 28, 2016, 1:53 p.m., Marco Martin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-16 Thread Emmanuel Pescosta
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128466/#review97482 --- Ship it! Good idea! - Emmanuel Pescosta On July 16

Re: Review Request 129394: [filenamesearch] Fix huge ram usage in kded module

2016-11-21 Thread Emmanuel Pescosta
On Nov. 14, 2016, 12:44 p.m., Anthony Fieroni wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/129394/ > --- > > R

Re: Review Request 129083: [KIconLoader] Take into account devicePixelRatio for overlays

2016-10-28 Thread Emmanuel Pescosta
tps://git.reviewboard.kde.org/r/129083/#comment67358> int -> qreal src/kiconloader.cpp (line 516) <https://git.reviewboard.kde.org/r/129083/#comment67357> QPointF - Emmanuel Pescosta On Oct. 6, 2016, 10 p.m., Kai Uw

D5138: Fill UDS_CREATION_TIME with the value of st_birthtime on FreeBSD

2017-03-23 Thread Emmanuel Pescosta
emmanuelp added a comment. In https://phabricator.kde.org/D5138#97024, @adridg wrote: > So, Linux, sort out your *stat(2) interfaces first and we'll get back to you. xstat patches have been merged into 4.11 REPOSITORY R241 KIO BRANCH master REVISION DETAIL

D17595: Upstream Dolphin's file rename dialog

2019-06-11 Thread Emmanuel Pescosta
emmanuelp added a comment. In D17595#473825 , @meven wrote: > I guess we need now to reach to schwarz...@gmail.com romaninflianskas mfuchs chinmoyr mitchell emateli emmanuelp freininghaus to have lgplv2+ approval. Added myself to the