[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