1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
|
2009-10-17 Diego Ongaro <ongardie@gmail.com>
I won't be maintaining this file anymore because it's annoying.
You can always get this information from git's history instead.
If this makes your job harder, let me know.
2009-07-31 Diego Ongaro <ongardie@gmail.com>
* xfce46-compat.c: Remove inconsistent static declaration
* datetime.h: Enable tooltips for GTK >= 2.15.4 (Bug #4141)
2008-11-23 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime.c, panel-plugin/xfce46-compat.{c,h}: Adds
xfce46-compat files for calendar positioning
2008-11-19 Diego Ongaro <ongardie@gmail.com>
* *: 0.6.1 release
* panel-plugin/datetime.c: Made default font sizes equal for date and
time
* panel-plugin/datetime.c: Fix memory access after free
2008-07-02 Diego Ongaro <ongardie@gmail.com>
* *: 0.6.0 release
* panel-plugin/datetime.h: Disable tooltips for now (Bug #4141)
2008-06-27 Diego Ongaro <ongardie@gmail.com>
* configure.in.in: Drop unused dependency on dbus, update maintainer
email address.
2008-06-26 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime.c: Really fix Bug #4157 - update interval
depends on both layout and formats.
2008-06-21 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime.c: Pulling code from Steve Tyler's
Attachment #1697 in Bug #4145.
- Update tooltip at the top of the second (fixes Bug #4145).
- Only gsource_remove valid timeouts (Bug #4151), add pre-processor
if to the tooltips timeout.
- Fix Bug #4157 - updates occur once a second when datetime plugin
shows date only.
* panel-plugin/datetime-dialog.c, panel-plugin/datetime.h: Change
order of layout dropdown (Bug #4158)
2008-06-08 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime-dialog.c, panel-plugin/datetime.c: Changed
default format to ISO 8601, added a new format, and added separators
to the dropdowns.
* panel-plugin/datetime-dialog.c: Attachment #1659 by Steve Tyler from
Bug #4115, changing the way the date/time format dropdowns work.
* panel-plugin/datetime-dialog.c: Moved message about the calendar's
week starting on a day defined by the locale to the wiki (Bug #4123)
* panel-plugin/datetime.{c,h}: Fix Bug #4110: time is not updated in
tooltip while it is displayed.
* panel-plugin/datetime.{c,h}, panel-plugin/datetime-dialog.c: New
tooltips implementation (only enabled on GTK >= 2.12).
2008-06-03 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime-dialog.c: Add help button that opens web site
(Bug #4099). Thanks to Nick Schermer's r2263 of the
xfce4-battery-plugin.
2008-05-31 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime.c: Steve Tyler's updated comments, etc (Bug #4117)
2008-05-29 Diego Ongaro <ongardie@gmail.com>
* panl-plugin/datetime.{c,h}: Update on the top of every second or
minute and no more (Bug #4119, based on patch by Steve Tyler)
* panel-plugin/datetime.c: Always update every second when seconds are
shown (Bug #4117)
2008-05-27 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime.c: "Fix tooltip hiding" uses gtk2.12 function,
put preprocessor #if around it
* {,po/}ChangeLog, panel-plugin/*.{c,h}: formatting
2008-05-21 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime.c:
- Remove date input (Bug #4023)
- Fix tooltip hiding
2008-05-18 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime-dialog.c: Missing static keywords
2008-05-17 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime-dialog.c:
- translate strings in combo boxes
* panel-plugin/datetime.c:
- Use GtkToggleButton in panel (Bug #3456)
- handle delete event on popup calendar (patch from Mike Massonet)
- show popup calendar on all workspaces (patch from Mike Massonet)
- allow ctrl-click on plugin (patch from Mike Massonet)
2008-05-02 Diego Ongaro <ongardie@gmail.com>
* panel-plugin/datetime.c:
- fix memory leak with double-g_strdup of setting strings
- handle NULL from xfce_rc_simple_open,
* panel-plugin/datetime.h: Use GtkTooltips type (fixes build)
2007-04-07 Remco den Breeje <remco@sx.mine.nu>
* panel-plugin/datetime.{c,h},
* panel-plugin/datetime-dialog.c: Enable tooltips. Based
on a patch by Laurent Meunier <meunier.laurent@laposte.net> (#3073)
2007-04-02 Remco den Breeje <remco@sx.mine.nu>
* THANKS: added contributors
* panel-plugin/datetime.c: Fix incorrect display when panel starts (#3062)
2007-03-02 Remco den Breeje <remco@sx.mine.nu>
* THANKS: added contributors
* LINGUAS,uk.po: Add Ukrainian translations by LuckAs <luckas_fb@mail.ru>
2007-01-13 Remco den Breeje <remco@sx.mine.nu>
* release 0.5.0
User can choose a layout, added built-in formats of date
and time. Based on the patch for the clock-plugin by Nick Schermer and
Brian Tarricone.
See http://foo-projects.org/~nick/patches/xfce4-panel-clock.patch
* Show actual date and times instead of the format codes in the
config-dialog.
* Created general strftime function for the datetime plugin
* Fixed some warnings that show when -Wall enabled
* Grouped the labels in the config-dialog
2006-12-19 Nick Schermer <nick@xfce.org>
* configure.in.in: Bump version to 0.4.1 for release
2006-12-17 Nick Schermer <nick@xfce.org>
* Move the file into trunk.
* Fix compiler warnings.
* Add LINGUAS support.
* Cygwin Fix.
* Fix compiler warnings and header includes.
* Use new module detection for the panel.
* Fix multiple memory leaks.
* Fix crash when the plugin was removed from the panel.
* Use panel slice macros for creating structures.
2006-10-06 Remco den Breeje <remco@sx.mine.nu>
* release 0.4.0
compatible with xfce 4.4
2004-09-11 Choe Hwanjin <krisna@kldp.org>
* release 0.3.1
2004-09-09 Choe Hwanjin <krisna@kldp.org>
* Add French translation.
Thanks to Stephane Roy <sroy@j2n.net>
2004-05-31 Choe Hwanjin <krisna@kldp.org>
* Add Catalan translation.
Thanks to Carles Muñoz Gorriz <carlesmu@internautas.org>
2004-01-18 Choe Hwanjin <krisna@kldp.org>
* release 0.3.0
2004-01-04 Choe Hwanjin <krisna@kldp.org>
* datetime/datetime.c: automatically change layout when the panel size is
small
2004-01-01 Choe Hwanjin <krisna@kldp.org>
* datetime/datetime.c: append entry to select date. format change is
applied on closing option window
2003-12-29 Choe Hwanjin <krisna@kldp.org>
* internationalization
2003-12-29 Choe Hwanjin <krisna@kldp.org>
* datetime/datetime.c: split main label into two, date label and time label
add Week starts monday option for calendar (#1181)
Thanks to Jeroen Peters (xfce-goodies@jpeters.coldmail.nl)
2003-12-13 Choe Hwanjin <krisna@kldp.org>
* add autogen.sh
* update libtool to 1.5.0a
2003-11-02 Choe Hwanjin <krisna@kldp.org>
* datetime/datetime.c:
change timeout interval with format string(aware of second field)
2003-10-13 Choe Hwanjin <krisna@kldp.org>
* src/datetime.c: Calendar window is toggled by clicking datetime widget
2003-10-05 Choe Hwanjin <krisna@kldp.org>
* src/datetime.c: i18n update (#981)
|