Aegisub/aegisub/libaegisub/common
Thomas Goyne d2d28401bd Change how local config mode works
Rather than loading both the local and user config files and saving to
the local directory if an option is set, simply try to load the local
config file, and if it exists switch to local mode and never even touch
the user file.

Originally committed to SVN as r6244.
2012-01-08 01:35:56 +00:00
..
cajun Fix a bunch of -pedantic stuff 2011-12-28 21:27:06 +00:00
charset.cpp Replace some const strings with const references to strings 2011-11-04 19:42:21 +00:00
charset_conv.cpp Only include character encodings actually supported by the iconv implementation used in the list returned from GetEncodingsList 2011-12-22 21:13:39 +00:00
charset_ucd.cpp Add a cast to make x64 build on windows happy. 2011-01-09 02:49:49 +00:00
charset_ucd.h Remove universalchardet headers from the precompiled header. For some reason this was causing issues with compliation on FreeBSD, rather than investigate why I removed it since it's used by exactly 1 file (charset_ucd.cpp). If it's going to cause one problem now it may cause another later that we may not notice. 2010-12-08 14:32:30 +00:00
hotkey.cpp Actually use the value from the "Always" context in Hotkey::GetHotkey 2011-12-22 21:27:17 +00:00
json.cpp Add a bunch of missing config.h includes 2011-12-22 21:20:44 +00:00
keyframe.cpp Don't load the FPS from Aegisub keyframes. The format breaks vfr and setting the fps should be done with timecode files. 2011-11-20 17:35:00 +00:00
log.cpp Add a bunch of missing config.h includes 2011-12-22 21:20:44 +00:00
mru.cpp Add a bunch of missing config.h includes 2011-12-22 21:20:44 +00:00
option.cpp Change how local config mode works 2012-01-08 01:35:56 +00:00
option_visit.cpp Add a bunch of missing config.h includes 2011-12-22 21:20:44 +00:00
option_visit.h Split json::Number into json::Double and json::Integer 2011-12-22 21:12:25 +00:00
path.cpp Return const references from OptionValue::GetList* rather than taking an output parameter. Eliminates some copies of lists and makes the calling code less awkward. 2011-11-04 19:42:31 +00:00
util.cpp Clean up libaegisub includes 2011-07-26 22:25:21 +00:00
validator.cpp Clean up libaegisub includes 2011-07-26 22:25:21 +00:00
vfr.cpp Fix a bunch of -pedantic stuff 2011-12-28 21:27:06 +00:00