Skip to content

Commit

Permalink
Move UI settings out of core
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyukaidesu committed Aug 19, 2014
1 parent b932d59 commit f064b79
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,32 +65,6 @@ void gt::Settings::setDefaults()
settings["SavePath"] = gt::Platform::getDefaultSavePath();
settings["FileAssociation"] = "-1";

settings["PausedForeGroundColor"] = "#F08080";
settings["PausedBackGroundColor"] = "#800000";
settings["QueuedForeGroundColor"] = "#00BFFF";
settings["QueuedBackGroundColor"] = "#FFFFFF";
settings["SeedingForeGroundColor"] = "#1E90FF";
settings["SeedingBackGroundColor"] = "#ADD8E6";
settings["MetadataForeGroundColor"] = "#228B22";
settings["MetadataBackGroundColor"] = "#7FFFD4";
settings["FinishedForeGroundColor"] = "#ADD8E6";
settings["FinishedBackGroundColor"] = "#483D8B";
settings["ResumingForeGroundColor"] = "#6495ED";
settings["ResumingBackGroundColor"] = "#FAF0E6";
settings["CheckingForeGroundColor"] = "#DAA520";
settings["CheckingBackGroundColor"] = "#FFFACD";
settings["AllocatingForeGroundColor"] = "#FF7F50";
settings["AllocatingBackGroundColor"] = "#FAFAD2";
settings["DownloadingForeGroundColor"] = "#228B43";
settings["DownloadingBackGroundColor"] = "#FFFFFF";
settings["CheckingQueueForeGroundColor"] = "#DAA520";
settings["CheckingQueueBackGroundColor"] = "#FFFACD";

settings["GraphUploadCurveColor"] = "red";
settings["GraphDownloadCurveColor"] = "green";
settings["GraphGridColor"] = "grey";
settings["ShowLegend"] = "Yes";

settings["CacheSize"] = "0"; // Multiple of 16KB blocks // defaults a 1/8 of total RAM !!!
settings["CachedChunks"] = ""; // Number of blocks allocated at a time
settings["CacheExpiry"] = ""; // Number of second elapsed before flushing to disk
Expand Down

0 comments on commit f064b79

Please sign in to comment.