diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,6 +1,19 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.7: | 2 | Changes for 0.9.7: |
3 | *03/12/19: | 3 | *03/12/19: |
4 | * Added Edit Clock Format menu item (Henrik) | ||
5 | This allow the user to edit the clock format without open | ||
6 | and edit the init file manualy | ||
7 | ClockTool.cc | ||
8 | * Added new commands: (Henrik) | ||
9 | SetResourceValueCmd <resourcename> <resource value> | ||
10 | SetResourceValueDialog | ||
11 | These will help the user to set some resources that doesn't have | ||
12 | a configure menu item or that's painfull to change in small steps | ||
13 | (like Menu Alpha) | ||
14 | FbCommands.hh/cc, FbCommandFactory.cc | ||
15 | * Added setResourceValue, resourceValue and findResource to ResourceManager (Henrik) | ||
16 | Resource.hh/cc | ||
4 | * Removed flicker in iconbar while changing active client (Henrik) | 17 | * Removed flicker in iconbar while changing active client (Henrik) |
5 | in Window. | 18 | in Window. |
6 | IconbarTool.hh/cc | 19 | IconbarTool.hh/cc |