History log of /glogg/ (Results 1 – 25 of 561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e191a63713-Aug-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #235 from Seeraeuber/encoding

Additional encodings

84a8a91013-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.

048334c909-Aug-2018 Seerauber <andreas.haamann@web.de>

Added additional encodings as requested in #217

c6a7187005-Aug-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Adjust README name in various support files.

4b904fec05-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

5a3039f105-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.

9f85093605-Aug-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Ensure the file is re-opened when it is deleted and recreated.

Fix #151

afd246c813-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.

3d913e0413-Jul-2018 Alexander Hirsch <alexander.hirsch@gin.de>

Reset disabled FiltersDialog buttons

e15651d206-Jul-2018 Alexander Hirsch <alexander.hirsch@gin.de>

Disable useless FiltersDialog buttons if no filter is selected.

5abdd94b18-Jun-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Fix a FCFS in the version checker introduced in 4fb0346.

24bff4d418-Jun-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Use right header files on Windows.

5fb101c818-Jun-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Adapt to new versions of Boost (for CI).

39967f5a18-Jun-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #226 from variar/glogg_multidrag

allow multiple files drop

4cdb845f18-Jun-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #218 from gin-ahirsch/observedfilelist-race

Fix race-condition with ObservedFileList::cleanRefsToExpiredDirs.

b8ba312418-Jun-2018 Nicolas Bonnefon <nickbnf@users.noreply.github.com>

Merge pull request #219 from gin-ahirsch/pro-fixes

Project file fixes

fa36e4dd16-Jun-2018 Anton Filimonov <anton.filimonov@gmail.com>

[skip ci] allow multiple files drop (nickbnf/glogg#209)

b9a25f8114-Jun-2018 Alexander Hirsch <alexander.hirsch@gin.de>

Use proper qmake OR-operator

5751f35414-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 ...

9fc0a80e08-Jun-2018 Alexander Hirsch <alexander.hirsch@gin.de>

Fix check for QtDBus

9f1607b108-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 ...

c95b334d26-May-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Update CI configuration for Windows.

c1f737e426-May-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Optimise reload of files when it is not changed but signalled (for kqueue)

933a574426-May-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Make the kqueue monitor to monitor changes in directories too.

Fixes #174

f869e41d16-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.

12345678910>>...23