e191a637 | 13-Aug-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #235 from Seeraeuber/encoding
Additional encodings |
84a8a910 | 13-Aug-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Force a reopening of the file when the user presses 'reload'.
Allow to get out of some situation where the file has changed but glogg didn't register it. |
048334c9 | 09-Aug-2018 |
Seerauber <andreas.haamann@web.de> |
Added additional encodings as requested in #217 |
c6a71870 | 05-Aug-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Adjust README name in various support files. |
4b904fec | 05-Aug-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #232 from gin-ahirsch/select-previous-filter
When removing filters at the end, select the previous filter |
5a3039f1 | 05-Aug-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #231 from gin-ahirsch/disable-filters-buttons
Disable useless FiltersDialog buttons if no filter is selected. |
9f850936 | 05-Aug-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Ensure the file is re-opened when it is deleted and recreated.
Fix #151 |
afd246c8 | 13-Jul-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
When removing filters at the end, select the previous filter
Previously it would attempt to select the current index, which is empty then. |
3d913e04 | 13-Jul-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
Reset disabled FiltersDialog buttons |
e15651d2 | 06-Jul-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
Disable useless FiltersDialog buttons if no filter is selected. |
5abdd94b | 18-Jun-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a FCFS in the version checker introduced in 4fb0346. |
24bff4d4 | 18-Jun-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Use right header files on Windows. |
5fb101c8 | 18-Jun-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Adapt to new versions of Boost (for CI). |
39967f5a | 18-Jun-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #226 from variar/glogg_multidrag
allow multiple files drop |
4cdb845f | 18-Jun-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #218 from gin-ahirsch/observedfilelist-race
Fix race-condition with ObservedFileList::cleanRefsToExpiredDirs. |
b8ba3124 | 18-Jun-2018 |
Nicolas Bonnefon <nickbnf@users.noreply.github.com> |
Merge pull request #219 from gin-ahirsch/pro-fixes
Project file fixes |
fa36e4dd | 16-Jun-2018 |
Anton Filimonov <anton.filimonov@gmail.com> |
[skip ci] allow multiple files drop (nickbnf/glogg#209) |
b9a25f81 | 14-Jun-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
Use proper qmake OR-operator |
5751f354 | 14-Jun-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
Improve ObservedFileList::heartBeat_
Instead of just being a shared_ptr with a dummy value, we store the this-pointer in it, which makes the closure in addWatchedDirectory smaller since we can use t
Improve ObservedFileList::heartBeat_
Instead of just being a shared_ptr with a dummy value, we store the this-pointer in it, which makes the closure in addWatchedDirectory smaller since we can use the weak_ptr in favor of additionally passing in the ObservedFileList-pointer. As a bonus, this may make the intent of the heartBeat_ more clear.
show more ...
|
9fc0a80e | 08-Jun-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
Fix check for QtDBus |
9f1607b1 | 08-Jun-2018 |
Alexander Hirsch <alexander.hirsch@gin.de> |
Remove manual setting of c++0x/c++11 flag
CONFIG += c++11 does this already and it has been supported since at least Qt 5.4.0 / qmake 3.0, ref https://wiki.qt.io/index.php?title=How_to_use_C%2B%2B11
Remove manual setting of c++0x/c++11 flag
CONFIG += c++11 does this already and it has been supported since at least Qt 5.4.0 / qmake 3.0, ref https://wiki.qt.io/index.php?title=How_to_use_C%2B%2B11_in_your_Qt_Projects&oldid=18324.
show more ...
|
c95b334d | 26-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update CI configuration for Windows. |
c1f737e4 | 26-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Optimise reload of files when it is not changed but signalled (for kqueue) |
933a5744 | 26-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make the kqueue monitor to monitor changes in directories too.
Fixes #174 |
f869e41d | 16-May-2018 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement file monitoring with kqueue FreeBSD / macOS.
This implementation is incomplete and does not deal well with deletion / renaming. |