Skip to content
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

Use file settings in application dir before system specific settings places #106

Closed
wants to merge 1 commit into from

Conversation

variar
Copy link
Contributor

@variar variar commented Mar 14, 2016

Addressing issues #19, #50 and #101 make glogg check for settings file near application executable and if none is found use usual system specific configuration file location

@variar variar changed the title Use file settings in programm dir before system specific settings places Use file settings in application dir before system specific settings places Mar 14, 2016
@nickbnf
Copy link
Owner

nickbnf commented Oct 25, 2016

Hi Anton. Are you using this on Windows or on Linux? I guess for a portable exe on Windows (which is a common request), we also need to NOT create a new config file in the system location even if there is no config file next to the executable.

@variar
Copy link
Contributor Author

variar commented Dec 1, 2016

Hi! I assumed that whoever would like to make a portable version will put default config near executable and distribute in that way so no files in system folders will be needed. I don't like the idea of having separate binary for portable version.

@variar variar closed this Dec 30, 2019
@variar variar deleted the portable branch December 30, 2019 10:52
xhargh referenced this pull request in xhargh/klogg-io Jun 30, 2020
* Always use filteredItemsCache

* Unify AbstractLogView::LineType and LogFilteredView::FilteredLineType

Further, introduce a maroon arrow for marked and matched lines.

* Fix FilteredLogData items not displaying correct line types

The line types did not take inactive visibility modes into account, but
we need correct / complete flags since display behavior relies on their
differentiation now.

* Fix tests
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.

2 participants