diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-08-24 15:30:24 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-08-24 15:30:24 (GMT) |
commit | b8987fc6238a747285b3aeac6f3b206a74e0d36a (patch) | |
tree | f8826582a15deec69942310e4405aac3b412b4c0 /ChangeLog | |
parent | 874eb67297cd63999730d1e779ff00581dcbb89d (diff) | |
download | fluxbox_pavel-b8987fc6238a747285b3aeac6f3b206a74e0d36a.zip fluxbox_pavel-b8987fc6238a747285b3aeac6f3b206a74e0d36a.tar.bz2 |
code simplification / deduplication
* parse the string only once for a bunch of chars to check instead of
starting over again and again from the beginning, created a helper
function to do this (FbTk::StringUtil::findCharFromAlphabetAfterTrigger)
* put same code into a function (setClockModeLabel())
* use much simpler code to switch between 12h and 24h mode and replace
the fmt-switches
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | 3 | ||
4 | *10/08/24: | ||
5 | * Code deduplication and simplification (Mathias) | ||
6 | Clocktool.cc FbTk/StringUtil.hh | ||
4 | *10/08/20: | 7 | *10/08/20: |
5 | * Added new action 'ActivateTab' (Mathias) | 8 | * Added new action 'ActivateTab' (Mathias) |
6 | Window.{cc,hh} Keys.cc fluxbox.cc CurrentWindowCmd.cc | 9 | Window.{cc,hh} Keys.cc fluxbox.cc CurrentWindowCmd.cc |