~ubuntu-branches/ubuntu/lucid/xfce4-fsguard-plugin/lucid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-10-23 20:47:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071023204752-k6m9xkmw664l2ywj
Tags: 0.3.99.2-0ubuntu1
* New upstream release (second release candidate):
  - Set default plugin icon to xfce4-fsguard-plugin-warning
  - Rename the "progress bar" to "meter"
  - Fix size of plugin and border around the GtkProgressBar
  - Reworked option dialog
  - A fixed intltool-merge script.
* debian/patches/01_fix-ftbfs-kfreebsd.patch: dropped, included upstream.
* LP: #64429 fixed since the first release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2004-10-10 17:35:00 papermoon:
2
 
        * panel-plugin/fsguard.c
3
 
        fixed some i18n issues
 
1
2007-10-21  Mike Massonnet <mmassonnet@xfce.org>
 
2
 
 
3
        * === Release 0.4RC2 (0.3.99.2) ===
 
4
 
 
5
2007-10-20  Mike Massonnet <mmassonnet@xfce.org>
 
6
 
 
7
        * panel-plugin/fsguard.c(fsguard_create_options): Fix signal callbacks.
 
8
        * panel-plugin/fsguard.c(fsguard_create_options): Remove callback
 
9
          fsguard_dialog_response() and call gtk_dialog_run() instead.
 
10
 
 
11
2007-10-20  Mike Massonnet <mmassonnet@xfce.org>
 
12
 
 
13
        * panel-plugin/fsguard.c(fsguard_new): Revert border around GtkProgressBar
 
14
          to BORDER / 2 to fit the style of Xfce 4.4.
 
15
        * panel-plugin/fsguard.c(fsguard_set_size): Fix plugin size.
 
16
        * panel-plugin/fsguard.c(fsguard_create_options): New option dialog.
 
17
        * panel-plugin/fsguard.desktop.in.in: Use xfce4-fsguard-plugin-warning as
 
18
          default icon.
 
19
 
 
20
2007-10-16  Mike Massonnet <mmassonnet@xfce.org>
 
21
 
 
22
        * === Release 0.4 RC1 (0.3.99.1) ===
 
23
 
 
24
2007-10-05  Mike Massonnet <mmassonnet@xfce.org>
 
25
 
 
26
        * panel-plugin/fsguard.c: Remove deprecated #define, add 4 new
 
27
          #define for the icon style.  Add icon_id and an icon widget in
 
28
          the structure.  Include xfce-panel-convenience.h for the
 
29
          button panel.
 
30
        * panel-plugin/fsguard.c(fsguard_set_icon): New function.  Sets
 
31
          the image inside the panel button.
 
32
        * panel-plugin/fsguard.c(fsguard_refresh_icon): New function.
 
33
          Refresh the current icon the panel button.
 
34
        * panel-plugin/fsguard.c(fsguard_refresh_monitor): New function.
 
35
          Set the color of the progress bar according the free disk space
 
36
          limit.
 
37
        * panel-plugin/fsguard.c(fsguard_check_fs): Replace code for the
 
38
          new image inside the button panel.
 
39
        * panel-plugin/fsguard.c(fsguard_read_config): Set default
 
40
          values for the warning and urgent limit.
 
41
        * panel-plugin/fsguard.c(fsguard_new): Replace
 
42
          xfce_iconbutton_new with xfce_create_panel_button and put a
 
43
          GtkImage in that one.
 
44
        * panel-plugin/fsguard.c(fsguard_spin1_changed),
 
45
          panel-plugin/fsguard.c(fsguard_spin2_changed),
 
46
          panel-plugin/fsguard.c(fsguard_create_options): Fixed a mix
 
47
          between limit_urgent and limit_warning.
 
48
        * configure.in.in, icons/*/**,
 
49
          panel-plugin/fsguard.desktop.in.in,
 
50
          panel-plugin/Makefile.am: Removed old icons against 3 new
 
51
          icons.
 
52
 
 
53
2007-10-04  Mike Massonnet <mmassonnet@xfce.org>
 
54
 
 
55
        * panel-plugin/fsguard.c: Add defined(__FreeBSD_kernel__) to
 
56
          build the plugin on GNU/kFreeBSD.  Fix bug #3033.
 
57
        * fsguard.c: Code cleaning in general.
 
58
        * fsguard.c(typedef struct FsGuard): Dropped size and
 
59
          orientation, and renamed some properties.  Added 3 new
 
60
          widgets: a progress bar, a box for the progress bar, and a
 
61
          label for the free space.
 
62
        * fsguard.c(fsguard_check_fs): Add total size in the tooltip.
 
63
        * fsguard.c(setup_fsguard): Renamed to fsguard_new.  Read the
 
64
          config there to create a new plugin with better default
 
65
          values.  Create the widget for the name and avoid to destroy
 
66
          it in fsguard_recreate_gui.
 
67
        * fsguard.c(fsguard_recreate_gui): Renamed to
 
68
          fsguard_refresh_name.
 
69
        * fsguard.c(setup_fsguard), fsguard.c(fsguard_set_orientation):
 
70
          Replace orientation code with an XfceHVBox widget.
 
71
        * fsguard.c(fsguard_create_options): String modifications.  Two
 
72
          new checkboxes to display the size and progress bar.
 
73
        * po/: Run make update-po and update fuzzy strings.
 
74
 
 
75
 
 
76
2006-01-01 15:04  p0llux
 
77
 
 
78
        * configure.ac, po/fr.po: add fr translations from Stephane Roy
 
79
 
 
80
2005-11-02 17:19  byunghyunchoi
 
81
 
 
82
        * po/ko.po, xfce4-modemlights-plugin/trunk/po/ko.po,
 
83
          xfce4-sensors-plugin/trunk/po/ko.po,
 
84
          xfce4-wavelan-plugin/trunk/po/ko.po: 11/03/2005: ByungHyun Choi
 
85
          added Korean translations for modemlights and wavelan plugin
 
86
          modified Korean translations for fsguard and sendsors plugin
 
87
 
 
88
2005-10-11 20:28  stefan_ott
 
89
 
 
90
        * configure, configure.ac, po/Makefile, po/Makefile.in,
 
91
          po/Makefile.in.in: Regenerated once again
 
92
 
 
93
2005-10-11 20:15  stefan_ott
 
94
 
 
95
        * NEWS, panel-plugin/fsguard.c: Added patch to fix icon position
 
96
          when label is missing
 
97
 
 
98
2005-10-11 20:14  stefan_ott
 
99
 
 
100
        * AUTHORS: Added myself to AUTHORS
 
101
 
 
102
2005-10-11 20:09  stefan_ott
 
103
 
 
104
        * Makefile.in, aclocal.m4, compile, config.guess, config.h.in,
 
105
          config.sub, configure, depcomp, install-sh, ltmain.sh, missing,
 
106
          mkinstalldirs, panel-plugin/Makefile.in, po/Makefile,
 
107
          po/Makefile.in: Regenerated autoconf files
 
108
 
 
109
2005-02-13 12:55  p0llux
 
110
 
 
111
        * Makefile.in, aclocal.m4, compile, config.guess, config.h.in,
 
112
          config.sub, configure, configure.ac, depcomp, install-sh,
 
113
          ltmain.sh, missing, mkinstalldirs, panel-plugin/Makefile.in,
 
114
          po/Makefile, po/Makefile.in, po/lt.po: add LT translations
 
115
 
 
116
2005-01-25 10:04  p0llux
 
117
 
 
118
        * po/Makefile, po/Makefile.in, po/ko.gmo, po/ko.po: update KO
 
119
          translations
 
120
 
 
121
2004-10-10 15:36  papermoon
 
122
 
 
123
        * ChangeLog, panel-plugin/fsguard.c, panel-plugin/icons.h,
 
124
          po/Makefile, po/Makefile.in, po/de.gmo, po/de.po, po/ko.gmo,
 
125
          po/ko.po, po/pl.gmo, po/pl.po, po/xfce4-fsguard.pot: fixed some
 
126
          i18n issues
 
127
 
 
128
2004-07-28 21:49  benny
 
129
 
 
130
        * m4/depends.m4: Fix BM_DEPEND_CHECK().
 
131
 
 
132
2004-07-24 17:29  benny
 
133
 
 
134
        * m4/depends.m4: Correct min. required panel version.
 
135
 
 
136
2004-07-24 17:26  benny
 
137
 
 
138
        * m4/depends.m4: Extended XFCE_PANEL_PLUGIN macro to honor the new
 
139
          threaded panel.
 
140
 
 
141
2004-07-21 09:00  benny
 
142
 
 
143
        * m4/depends.m4: New panel plugin check
 
144
 
 
145
2004-02-04 20:03  papermoon
 
146
 
 
147
        * NEWS, panel-plugin/fsguard.c, po/de.gmo, po/de.po, po/ko.gmo,
 
148
          po/ko.po, po/pl.gmo, po/pl.po, po/xfce4-fsguard.pot: enlarged
 
149
          entry to define mountpint, as requested by Stefan
 
150
 
 
151
2004-01-09 18:42  papermoon
 
152
 
 
153
        * NEWS, configure, configure.ac, po/pl.gmo, po/pl.po: added Polish
 
154
          translation, thanks to Daniel Mroz
 
155
 
 
156
2004-01-08 20:02  papermoon
 
157
 
 
158
        * panel-plugin/fsguard.c: fixed typo, thanks to Adriano
 
159
 
 
160
2003-11-24 18:16  papermoon
 
161
 
 
162
        * NEWS, configure, configure.ac, po/ko.gmo, po/ko.po: added Korean
 
163
          translation by David Choi
 
164
 
 
165
2003-11-22 16:11  papermoon
 
166
 
 
167
        * configure.ac: fixed memory leak
 
168
 
 
169
2003-11-22 16:04  papermoon
 
170
 
 
171
        * NEWS, panel-plugin/fsguard.c, po/de.gmo, po/de.po,
 
172
          po/xfce4-fsguard.pot: fixed memory leak
 
173
 
 
174
2003-11-12 21:08  papermoon
 
175
 
 
176
        * NEWS, panel-plugin/fsguard.c, po/de.gmo, po/de.po,
 
177
          po/xfce4-fsguard.pot: added option to choose filemanager for
 
178
          button1 click
 
179
 
 
180
2003-11-11 17:58  papermoon
 
181
 
 
182
        * NEWS: Label is now located below icon in vertical mode; display
 
183
          the size in GB if MB > 1024
 
184
 
 
185
2003-11-11 17:53  papermoon
 
186
 
 
187
        * panel-plugin/fsguard.c: minor bugfixes, display label below icon
 
188
          in vertical mode, display size in GB if MB > 1024
 
189
 
 
190
2003-11-11 17:49  papermoon
 
191
 
 
192
        * po/de.po, po/xfce4-fsguard.pot: minor changes including
 
193
          translations for new strings
 
194
 
 
195
2003-11-11 09:56  benny
 
196
 
 
197
        * NEWS, panel-plugin/fsguard.c: Make this compile on
 
198
          Free/Net/OpenBSD as well. Seems to work fine with NetBSD,
 
199
          Free/OpenBSD aren't tested yet. Thanks to martti for the patch.
 
200
 
 
201
2003-11-09 12:01  papermoon
 
202
 
 
203
        * panel-plugin/fsguard.c: minor fixes
 
204
 
 
205
2003-11-09 10:48  papermoon
 
206
 
 
207
        * Makefile.am, Makefile.in, README, panel-plugin/fsguard.c,
 
208
          po/de.po: some minor changes
 
209
        * configure.ac: changed version before first release
 
210
 
 
211
2003-11-08 22:10  papermoon
 
212
 
 
213
        * po/xfce4-fsguard.pot: missing file from initial import
 
214
 
 
215
2003-11-08 22:09  papermoon
 
216
 
 
217
        * panel-plugin/.xvpics, po/xfce4-fsguard.pot_: does not belong here
 
218
 
 
219
2003-11-08 22:00  papermoon
 
220
 
 
221
        * AUTHORS, COPYING, INSTALL, Makefile.am, Makefile.in, NEWS,
 
222
          README, aclocal.m4, autogen.sh, compile, config.guess,
 
223
          config.h.in, config.sub, configure, configure.ac, depcomp,
 
224
          install-sh, ltmain.sh, m4, m4/debug.m4, m4/depends.m4,
 
225
          m4/i18n.m4, missing, mkinstalldirs, panel-plugin,
 
226
          panel-plugin/.xvpics, panel-plugin/.xvpics/gnome-question.xpm,
 
227
          panel-plugin/.xvpics/green.png, panel-plugin/.xvpics/green.xpm,
 
228
          panel-plugin/.xvpics/red.png, panel-plugin/.xvpics/red.xpm,
 
229
          panel-plugin/.xvpics/unknown.xpm,
 
230
          panel-plugin/.xvpics/yellow.png,
 
231
          panel-plugin/.xvpics/yellow.xpm, panel-plugin/Makefile.am,
 
232
          panel-plugin/Makefile.in, panel-plugin/fsguard.c,
 
233
          panel-plugin/green.xpm, panel-plugin/icons.h,
 
234
          panel-plugin/red.xpm, panel-plugin/unknown.xpm,
 
235
          panel-plugin/yellow.xpm, po, po/Makefile, po/Makefile.in,
 
236
          po/Makefile.in.in, po/POTFILES, po/POTFILES.in, po/de.gmo,
 
237
          po/de.po, po/xfce4-fsguard.pot_: Initial revision
 
238
 
 
239
2003-11-08 22:00  
 
240
 
 
241
        * xfce4-fsguard-plugin/branches, xfce4-fsguard-plugin/tags, .: New
 
242
          repository initialized by cvs2svn.
4
243