[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

3.0 Beta releases, compatibility

2016-08-31 Thread Jaroslaw Staniek
Hello, KDE Akademy[1] is starting so I thought it might be a good point to push the Beta release button for Kexi and related frameworks: KDb KProperty KReport (depends on KProperty) tl;dr: - we need source distribution of Kexi and the 3 frameworks to get more users and contributors - we need to f

[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