Skip to content
New issue

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

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

Already on GitHub? # to your account

Added sort and search recursive options to preferences and config file. #47

Merged
merged 5 commits into from
Mar 14, 2015

Conversation

easysid
Copy link
Contributor

@easysid easysid commented Feb 26, 2014

Fixes issue #23. Defines alphabetic sorting as default.

@@ -75,6 +76,9 @@ class Config {
void get_size(guint &w, guint &h);
void set_size(guint w, guint h);

void set_sort_mode(Thumbview::SortMode s) { Config::m_sort_mode = s; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this have the Config:: prefix?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. It shouldn't. Both recurse and sort options are loaded from the cfg. I had copied over the set_recurse()prototype and the Config:: got left as it is.

@daf daf merged commit 6d322a3 into l3ib:master Mar 14, 2015
@easysid
Copy link
Contributor Author

easysid commented Mar 14, 2015

Thanks for the merge. :)

I see that quite a lot of work was still needed. Sorry if the code was a mess.

@daf
Copy link
Member

daf commented Mar 14, 2015

No, it was fine! Thanks for getting it started!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants