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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
|
4.8.0
=====
- Restart tray allocation if number of rows overflows (bug #7055).
- Restart systray manager on compositing changes.
- Add additional debugging information with filtering support.
- Fix tasklist craches on window unmap (bug #7076).
- Translation updates: French, German, Arabic, Russian, Portuguese,
Romanian, Lithuanian, Swedish, Chinese (Taiwan), Greek, Polish,
Croatian, Hungarian, Catalan (Valencian), Norwegian Bokmal.
4.7.7
=====
- Bind panel translation domain for external plugins (bug #6932).
- Allow reordering plugins in preferences with dnd.
- Open plugin preferences on double-click (bug #6975).
- Change launcher dnd code for plugin moving.
- Send drag motion event to parent widgets.
- Do not make the itembar insensitive (bug #6818).
- Fix some prototype variable names.
- Fix warning when removing a panel with a 4.6 plugin.
- Fix order of menu items based on screen position (bug #6978).
- Drop too-new Gtk API.
- Various improvements in the launcher dialog.
- Don't use the session manager in action plugin.
- Add option to filter tasklist window by monitor (bug #5199).
- Remove plugin when dropping in items dialog (bug #6976).
- Bump copyright to 2010 and fix licenses.
- Also load desktop files from xfce4/panel/plugins (bug #7013).
- Install desktop files in xfce4/plugins/actions (bug #7013).
- Make vertical clock rotation optional (bug #7002).
- Fix various size allocation issues in clock (bug #5219, #3960).
- Fix plugin dnd with locked panel and outside itembar.
- Add missing function to libxfce4panel.symbols.
- Fix ABI check on ppc (bug #7009).
- Fix typo in function name.
- Add application menu in default layout.
- Fix invalid unref.
- Make sure launchers are properly removed and saved.
- Fix vertical tasklist buttons in non-vertical mode.
- Fix thinko in screen handling (bug #6830).
- Workaround un nusable plugin when moving to other window.
- Add xfce_panel_pixbuf_from_source().
- Use xfce_panel_pixbuf_from_source() in XfcePanelImage.
- Use XfcePanelImage in the launcher menu.
- Use xfce_panel_pixbuf_from_source in launcher dialogs.
- Optimize loading icons from absolute paths.
- Fix some compiler warnings.
- Move hidden name handling to plugin.
- Use foreach to add application to store.
- Move arrow button to plugin widget (bug #6694).
- Only use orientation in systray box.
- Remove unused variables in box structures.
- Drop child structure from box and only use widgets.
- Improve sort function a bit + other tiny changes.
- Move composited child function to plugin.
- Use xfce_panel_pixbuf_from_source() to load known apps.
- Add some known tray application names.
- Try WM_NAME(STRING) too for tray application name.
- Redo icon positioning (bug #5565, #9650 and more).
- Drop some unused systray code.
- Block grabs from outside the panel.
- 1x1 invisible icons doesn't seem to be true (bug #7044).
- Bump copyrights to 2011.
- Translation updates (ca, cs, da, de, en_GB, fi, gl, he, hr, hu, id,
it, ja, kk, nb, pl, pt, pt_BR ru, sk, sv, uk, zh_TW).
4.7.6
=====
- Always use applications menu for default menu.
- Fix Exec key in desktop file handler (bug #6912).
- Fix if statement in xfce_tasklist_button_visible().
- Depend on garcon 0.1.4.
4.7.5
=====
- Don't destroy the about dialog.
- Allow using enter in the launcher treeviews.
- Fix crash in always group mode (bug #6792).
- Drop the automatic grouping option from tasklist; not implemented yet.
- Fix Gdk key macro names.
- Fix confustion with panel opacity (bug #6827).
- Make miniature view the default in the pager (bug #6825).
- Fix wrong capitalization of Xfce.
- Fix issue in systray size allocation with 1 row (bug #6809).
- Fix 'add launcher' desktop file.
- Improve debugging output for display changes.
- Restore shadow of spin button in systray dialog.
- Add function to return the Xfconf panel name.
- Warning why # pager rows does not apply (bug #6555).
- Gracefully handle abort signal (bug #6563).
- Restart the panel if we receive SIGUSR1.
- Fix format of 12-hour clock.
- Add option to not rotate buttons in vertical panel (bug #6687).
- Propertly handle insensitive clock colors.
- Set correct session priority.
- Improve support for a menu editor (alacarte) in the applications menu.
- Don't destroy the application menu under the users' cursor on reload.
- Add window DND to the pager in tasklist.
- Make viewports work in the tasklist (bug #6898 and #6665).
- Support viewports in button pager.
- Translation updates (be, ca, da, de, eu, fi, gl, hu, id, it, ja,
kk, nl, pt, sk, ta, uk, zh_CN, zh_TW).
4.7.4
=====
- Add support for menu monitoring.
- Allow translations of the "Xfce Panel" string.
- Add submodule to xfce4-docs/xfce4-panel-master.
- Fix accelerator key conflict (bug #6765).
- Add test for docs module and depend on xdt 4.7.3.
- Fix distributing the manual in the dist tarball.
- Translation updates (ug, gl, zh_TW, de, sk, nl, da, kk, uk, pt,
de, it, ja, el, fi, sv, ca, eu, hu).
4.7.3
=====
- Add support to run plugins in valgrind.
- Add lXext to tasklist libraries (bug #6471).
- Add a pager mode with normal buttons.
- Fix menu positioning with autohide panels.
- Always wait for a grab if we popup menus from events.
- Don't handle grabs on the window from menu's.
- Register the plugin menu to block autohide.
- Make the session warning a non-aborting error for startxfce4.
- Allow to quit the panel if no session manager is running.
- Improve checking if we own the dbus name.
- Delay allocation of event table until we use it.
- Add workspace settings option to pager submenu.
- Libxfce4panel-1.0.pc is missing variable localedir (bug #6629).
- Remove deprecated encoding key from desktop files.
- Move helpers applications to $libdir.
- Move module panel plugins in $libdir/xfce4/panel/plugins.
- Add cast to fix a compile error in external 4.6 plugins.
- Fix activating the panel when a plugin asks for focus.
- Translation updates (pt_BR, da, hu, de, pt, ca, fr, kk, it,
zh_TW).
4.7.2
=====
- Fix typos in translated strings (bug #6350).
- Fix rounding issues in panel borders.
- Empty channel if 4.6 migration failed.
- Load the xfce-applications.menu as default.
- Add support for more background options (bug #1731).
- Improved debugging support using the PANEL_DEBUG environ variable.
- Add LIBXFCE4PANEL_VERSION.
- Link tasklist plugin to x11 (bug #6471).
- Fix some (possible) problems when building documentation.
- Add support for X-XFCE-Unique=SCREEN.
- Make sure there are not 2 active windows on ws-changes (bug #6474).
- Make the systray takeover selection.
- Ask to start panel when opening preferences without instance.
- Add logout to plugin menu and drop quit and restart.
- Add separator between help and logout in window menu.
- Improve and cleanup code for external plugins (bug #6358).
- Change colormap handling (bug #6358).
- Add debug mode to run plugins in gdb (export PANEL_DEBUG=gdb,
logs in /tmp directory).
- Use activate signal for launcher menu items (bug #6485).
- Fix launching from primary clipboard (bug #6488).
- Translation updates (pa, es, id, ru, tr, kk, ca, it, uk, ug, hr,
bn, fi, gl, pt_BR, de, da, eu, sk, pt, el, zh_CN, el).
4.7.1
=====
- Support for dragging menu items to create launchers (bug #2896).
- Fix segfault when directory is NULL (bug #6336).
- Restore button label binding in applications menu (bug #6277).
- Give the wrapper a widget name for theming (bug #6268).
- Add existing windows in the tasklist (bug #6273).
- Store the drop highlight position (bug #6270).
- Add option to application menu to show tooltips.
- Use exo desktop file names in default config.
- Set desktop type when migrating 4.6 launchers.
- Fix icon button allocation in tasklist (bug #6269).
- Properly handle exit status.
- Restart external plugins on compositing changes.
- Give panel windows good theming names (bug #6268).
- Only return default title in applications menu is NULL.
- Add Mallard page for theming (only reminder for now).
- Fix handling of custom menu items.
- Fail when compiling with --enable-gen-doc, but checks failed.
- Make the always group functionality work.
- Properly rebuild tasklist if a windows' workspace changed.
- Support remote event replies from the wrapper.
- Improve manual Makefile.
- Restore old workspace scroll behaviour (bug #6271).
- Handle pager orientation.
- Improve debugging in external plugins.
- Add some more checks in the 4.6 macro.
- Fix expand overflow (bug #6312).
- Add drag activate for window buttons in the tasklist.
- Add scroll support to switch between windows in tasklist.
- Handle window autohide blocking in application.
- Change order of plugin signals on startup.
- Add option to fix the length of the panel.
- Set icon geometries for the tasklist buttons.
- Use gtk_widget_get_ancestor() instead of custom function.
- Translation updates (ru, kk, it, uk, el, bn, fi, si, da, eu, sk, pt).
4.7.0
=====
General
-------
- Almost a complete rewite of the code. Everything is now written
in GObjects. This makes each individual part easier to understand.
- All plugins are ported to GObject-based plugins and use Xfconf for
storing their information (apart from desktop-files of launcher).
- Interfaces are all created by GtkBuilder.
- Ported to new Libxfce4ui (4.7.1) and Garcon (0.1.1) libraries.
Other dependencies include Gtk+ 2.14, Glib 2.18, Xfconf 4.7.2,
Exo 0.5.1, DBus-Glib 0.73 and Libwnck 2.22.
- Documentation (will be) written in Mallard.
- On first startup a dialog will appear to migrate old panel config,
start with the default setup or one empty panel.
Panel
-----
- Panels can be dragged around the screen and snapped to every panel
edge. Each panel also has a setting to control the window length (%).
- Possibility to lock panels. This will fix the position and hides the
handles of the window.
- Alpha backgrounds.
- Item (plugin) editor in the preferences dialog, so you can easily
add, move, delete and edit plugins that are sometimes hard to reach.
- Using Xfconf for storing the panel settings. Panels also watches the
Xfconf channel for changes, except for adding and removing panels.
- New code for monitor/screen positioning. This should work a lot
better with randr.
- DND of desktop-files on the panel to create new launchers.
- Possibility to add new plugins from the command line, including
startup arguments.
- External plugins are automatically restarted if they have not
crashed in the last 60 seconds. If they crash more then once in
this time window, the user is asked what to do (restart or remove).
- Gtk style properties for popup/popdown delay (bug #5707).
- Hidden option to disable struts for windows on a screen edge, so
the space is used by the window manager for other windows.
Plugin Framework
----------------
- Plugin API should still be the same, however the ABI changed so
you need to recompile plugins against this version of the panel.
- New way to run plugins compiled as modules externally. Whether a
plugin runs internal or external is controlled by a boolean in the
desktop-file of the plugin. This does not affect the 'old' external
plugins that are compiled as binaries, it is however recommended to
port plugins to this new framework (only Makefile and macro change)
since it is more flexible.
- Communication between the panel and wrapper (that embeds plugins to
run external) is handled through D-Bus.
- XfcePanelPlugin is now a single object (not an interface for 2 other
objects). This drops a lot of code.
- Some new API and a couple of deprecations. Some of the new
functionality is only available in the new plugin framework.
- New way to build plugins as GObjects with XfcePanelPlugin as parent
type. This gives all advantages of GObject like type checking.
Actions Plugin
--------------
- New settings dialog that allows one or two actions in the plugin
in each order you want.
Applications Menu Plugin (new)
------------------------------
- Plugin similar what Xfdesktop provided, but using Garcon.
- Gtk icons size property to control the menu icon size.
- Script to popup the menu, optionally under the cursor.
Clock Plugin
------------
- New fuzzy clock mode.
- Improved vertical orientation.
Directory Menu Plugin (new)
---------------------------
- Menu that provides a directory tree in a menu. It allows to quickly
open a Terminal or File Manager for some directory.
- Possible to set a file filter for files that should also be
visible in the menu. Files are opened by the default application
that provides the mime-type reported by GIO.
- Gtk icons size property to control the menu icon size.
- Script to popup the menu, optionally under the cursor.
Launcher Plugin
---------------
- Support to create a launcher from the command line with a number of
desktop files as argument.
- New dialogs, with an application finder like interface to add new
applications and using the Exo item editor for modifying launchers.
- The desktop files are stored in the .config/xfce4/panel/launcher-$id
folder and monitored for changes.
- Possibility to use desktop-id in the default configuration which are
read from a GarconItemsPool on first startup. This is a very useful
feature for distributions providing a custom default config.
- Gtk icons size property to control the menu icon size.
- Option to show labels instead of icons.
Pager Plugin
------------
- Button to quickly access the Xfwm4 workspace settings.
Separator Plugin
----------------
- Same drawing modes as previous panel, but a check button for expand
instead of a mode.
Notification Area Plugin
------------------------
- Support for transparent tray icons (required at least Gtk 2.16).
Window Buttons (tasklist) Plugin
--------------------------------
- Option to only show icons. This drops the icon box plugin.
- Complete rewrite, not entirely finished yet (group buttons are not
working yet + some other less noticeable features).
- If the list becomes too crowded windows will show up in an overflow
menu, similar to what a menu bar does.
- Option to set the sort mode of the tasklist.
- Draw wireframe of the window on mouse hover, similar to the Alt+Tab
wireframe in Xfwm4.
- A lot of style properties to tune the behavior of the plugin.
- Vertically orientated buttons for vertical panels.
Window Menu Plugin
------------------
- Gtk icons size property to control the menu icons size and minimized
icon translucency.
|