8000 Refresh from nickbnf/glogg by guiutio · Pull Request #1 · guiutio/glogg · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Refresh from nickbnf/glogg #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Refresh from nickbnf/glogg #1

wants to merge 25 commits into from

Conversation

guiutio
Copy link
Owner
@guiutio guiutio commented Mar 22, 2020

No description provided.

nickbnf and others added 25 commits May 16, 2018 16:14
This implementation is incomplete and does not deal well with deletion
/ renaming.
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.
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.
Fix race-condition with ObservedFileList::cleanRefsToExpiredDirs.
Previously it would attempt to select the current index, which is empty
then.
Disable useless FiltersDialog buttons if no filter is selected.
When removing filters at the end, select the previous filter
Allow to get out of some situation where the file has changed but glogg
didn't register it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0