D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2020-03-12 Thread Dag Andersen
danders abandoned this revision. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D2577 To: danders, #calligra:_3.0, staniek, Calligra-Devel-list Cc: anthonyfieroni, staniek, davidllewellynjones, dcaliste, ognarb, barman, cochise, vandenoever

D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2017-11-20 Thread Dag Andersen
danders added a comment. The background was it failed for one case in Plan, and I found a possible failure in KoMainWindow (I think it was), but that was a "if all else fails" case and I doubt the code will ever be executed. Also, I have seen that not all places uses KoResourcePaths so a ca

D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2017-11-17 Thread Anthony Fieroni
anthonyfieroni added a comment. This revision now requires changes to proceed. This review is more than an years old, is it still related? REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D2577 To: danders, #calligra:_3.0, staniek, Calligra-Devel-list Cc: anthonyfieroni

[Differential] [Commented On] D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2016-09-27 Thread Jarosław Staniek
staniek added inline comments. INLINE COMMENTS > danders wrote in KoResourcePaths.cpp:43 > I did it to be able to filter out all other debug statements, and I can see > where it originates so I find it much easier to use. I did it to be able to filter out all other debug statements, and I can s

[Differential] [Updated, 1,021 lines] D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2016-08-31 Thread danders (Dag Andersen)
danders updated this revision to Diff 6382. danders marked an inline comment as done. danders added a comment. KoResourcePaths: Fix review comments - Use COMPILING_TESTS instead of NDEBUG - Variable l -> location - Improve api docs, fix typos - Fix debug according to norm

[Differential] [Updated] D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2016-08-31 Thread danders (Dag Andersen)
danders marked 4 inline comments as done. danders added inline comments. INLINE COMMENTS > staniek wrote in KoResourcePaths.cpp:47 > Isn't the modern like this? > > // in a header > Q_DECLARE_LOGGING_CATEGORY(driverUsb) > > // in one source file > Q_LOGGING_CATEGORY(driverUsb, "driver.usb") Re

[Differential] [Updated] D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2016-08-29 Thread danders (Dag Andersen)
danders marked 4 inline comments as done. danders added a comment. Fixed some of your comments, I'll wait for more before updating. INLINE COMMENTS > staniek wrote in KoResourcePaths.cpp:43 > Can we drop the "ko" legacy here? > > Or even: do we really need a category per class/namespace or p

[Differential] [Requested Changes To] D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2016-08-29 Thread Jarosław Staniek
staniek requested changes to this revision. staniek added a reviewer: staniek. This revision now requires changes to proceed. REPOSITORY rCALLIGRA Calligra REVISION DETAIL https://phabricator.kde.org/D2577 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To:

[Differential] [Commented On] D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2016-08-29 Thread Jarosław Staniek
staniek added a comment. Nice, some early notes. INLINE COMMENTS > KoResourcePaths.cpp:43 > +{ > +static const QLoggingCategory > category("calligra.lib.widgets.koresourcepaths"); > +return category; Can we drop the "ko" legacy here? Or even: do we really need a category per class/

[Differential] [Updated] D2577: KoResourcePaths: Fix handling of wildcards in directories and files

2016-08-29 Thread Jarosław Staniek
staniek added a reviewer: Calligra-Devel-list. REPOSITORY rCALLIGRA Calligra REVISION DETAIL https://phabricator.kde.org/D2577 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: danders, #calligra:_3.0, Calligra-Devel-list Cc: staniek