Nick Schermer
3686bf27ff
* Change the name of the Pager to Workspace Switcher.
* Some other small string changes.
* Update po files.
(Old svn revision: 29084)
14 years ago
Nick Schermer
f687e8f6c5
* Change a lot of strings to mnemonic labels.
* Add some new xfce4-panel icons.
* Lot of small fixes in the properties dialogs.
* String fixes.
* Use a location selector for the launcher dialog.
* String review, case fixes.
* Other stuff...
(Old svn revision: 29082)
14 years ago
Nick Schermer
9a6012da4b
* Fix a whole bunch of compiler warnings.
(Old svn revision: 29078)
14 years ago
Nick Schermer
008c4236e7
* Fix bug 4589.
* Remove some tabs in the code.
(Old svn revision: 28652)
14 years ago
Nick Schermer
d7ce856be5
* Fix the large dnd icons in the pager. Quote of
the day:
"Windows are huge, so make the icons huge too"
-- Wnck
(Old svn revision: 26209)
15 years ago
Nick Schermer
19e04e895d
* Switch to libwnck.
(Old svn revision: 26151)
15 years ago
Nick Schermer
3fbe83b700
* Improve the icons with some tango ones or the standard icon names. Also remove
the icons that are not needed anymore.
(Old svn revision: 25184)
16 years ago
Nick Schermer
78f66fe712
* Import my 4_5_nick branch into trunk:
- Completely rewritten launcher (Bugs 2336, 2365, 1323, 2262 and 1225)
- Various improvements in libxfce4panel (memory leaks, G_GNUC_INTERNAL,
GSList, canonical strings and fixed pedantic warnings).
- Libxfce4panel does no longer depend on libxfcegui4. This might cause
some problems with plugins. Plugin developers should add libxfcegui4
to the dependencies of their package (including cflags and libadd in
the makefiles).
(Old svn revision: 25077)
16 years ago
Jasper Huijsmans
d759fc4208
Multiscreen fixes. Attempt to fix at least part of bug #2693 .
(Old svn revision: 24221)
16 years ago
Jasper Huijsmans
7051099f72
New way to specify internal plugin name with just the basename (launcher -> liblauncher.so) combined with X-XFCE-Module-Path entry to specifiy the location. The old way is still supported, so this change is 100% backward compatible.
(Old svn revision: 23492)
16 years ago
Jasper Huijsmans
ed338a3429
Patch by Olivier to fix yesterdays fix ;-)
(Old svn revision: 23474)
16 years ago
Jasper Huijsmans
eaf03aef5e
* Fix plugin installation on cygwin. Patch by Olivier.
* Set name for panel convencience buttons. Maybe useful for themes?
(Old svn revision: 23462)
16 years ago
Jasper Huijsmans
94850df05a
Handle screen size changes. Bug #2048 .
(Old svn revision: 22747)
16 years ago
Jasper Huijsmans
23599eeadd
Don't make panel the parent of property dialogs, this prevents the dialogs from being always on top.
(Old svn revision: 22739)
16 years ago
Jasper Huijsmans
c7b0fb6dda
Patch by Nick:
* Use g_slice_* functions when available at compile time.
* Add macros to be used by panel and plugins. Similar to exo.
(Old svn revision: 22697)
16 years ago
Jasper Huijsmans
3153262fcc
* Fix terminal icon in default config (bug #2098 ).
* Hack configure.ac.in to fixup intltool-update to support *.rc.in files (reported on xfce-i18n).
* Make mousewheel scrolling on pager optional. Patch by Nick (bug #1951 ).
* Update po files. Final string update, hopefully.
(Old svn revision: 22612)
16 years ago
Jasper Huijsmans
cba236e83a
Use new titled dialog for plugin dialogs. Patch by Nick Schermer (bug #1829 ).
(Old svn revision: 21756)
16 years ago
Jasper Huijsmans
a1ef463fcc
Just use the value from the rc file for number of rows, without a check.
(Old svn revision: 20483)
17 years ago
Jasper Huijsmans
a703eaf36d
* Update plugins to not wait for realize signal, because plugin construction is now delayed until after this signal
* Add API to allow extra check before plugin creation and update systray to use it (bug #1482 ). Not sure if it will work properly for external plugins.
(Old svn revision: 20349)
17 years ago
Jasper Huijsmans
b5357127ea
Prevent possible crash when item is deleted while dialog is open.
(Old svn revision: 19174)
17 years ago
Jasper Huijsmans
7925e277ee
Small tweaks
(Old svn revision: 19139)
17 years ago
Jean-François Wauthy
8bb3a28e1e
add support for multiscreen
(Old svn revision: 19080)
17 years ago
Jasper Huijsmans
042116827b
Center dialogs to prevent them from overlapping the panel. I don't particularly like this solution either...
(Old svn revision: 19008)
17 years ago
Jasper Huijsmans
400e8491b8
Update some strings in the plugins
(Old svn revision: 18162)
17 years ago
Jasper Huijsmans
8f6f6465ad
Pager doesn't have to be unique.
(Old svn revision: 17955)
17 years ago
Jasper Huijsmans
de5036c5c7
Slight API change. Make xfce_panel_plugin_save_location() take an extra 'create' argument, to match xfce_resource_save_location().
(Old svn revision: 17876)
17 years ago
Jasper Huijsmans
d0701a1e35
Move new panel to trunk
(Old svn revision: 17863)
17 years ago
Jasper Huijsmans
650aa1554e
Move old trunk
(Old svn revision: 17862)
17 years ago
Jasper Huijsmans
379de97b2d
More cleanup:
* Move PanelPopup code into item-control.[ch]
* remove popup.[ch]
(Old svn revision: 4332)
18 years ago
Jasper Huijsmans
7974d47fbb
Big reorganization for 4.3:
* move taskbar and iconbox to panel
* panel config files in separate directory
* add panel library
* remove generated files. autogen.sh is now required to build from CVS.
* add time to taskbar
* use XfcePanelWindow widget for panel and taskbar (fixes bug #367 ;-)
* iconbox not functional yet (needs rewrite).
(Old svn revision: 4283)
18 years ago
Jasper Huijsmans
25dbbeb9e2
Fix bug #516 , go Olivier ;-)
(Old svn revision: 4224)
18 years ago
Jasper Huijsmans
0b860ad2c4
Fix bug found by Olivier ( #514 )
(Old svn revision: 4223)
18 years ago
Olivier Fourdan
230eae95f6
Update automake/autoconf/libtool/gettext versions to generate the configure scripts and Makefiles,
Update versions of all packages to 4.1.99.1 (ie 4.2 RC1),
Update ChangeLogs.
(Old svn revision: 4200)
18 years ago
Benedikt Meurer
524f10441c
Added --enable-final (-O1 for GNU ld) as per Jaspers request. Added missing
m4 files.
(Old svn revision: 4171)
18 years ago
Jasper Huijsmans
dfe9483115
Throw xfce_textdomain() in lots of places to fix translations. Hopefully.
(Old svn revision: 4139)
18 years ago
Jasper Huijsmans
d871344c38
CYGWIN changes. Patch by Marrten boekhold.
(Old svn revision: 4135)
18 years ago
Jasper Huijsmans
9be796d695
Cygwin changes. Patch by Maarten Boekhold.
(Old svn revision: 4133)
18 years ago
Jasper Huijsmans
61be86b17d
* Use XfceIconTheme (warning: still crashes)
* Add $ and clean up copyright statements
* Reindent using only spaces (more like Olivier's style)
(Old svn revision: 4117)
18 years ago
Jasper Huijsmans
925a6437c3
Rip out thread support. threads + gtk == trouble ;-)
(Old svn revision: 4104)
18 years ago
Benedikt Meurer
11ac1dcb33
Fix get_panel_icon() borkage and try to fix the 'Add new item' positioning.
(Old svn revision: 4093)
18 years ago
Brian Tarricone
da44f160bc
well that's an annoying typo... depending on libxfcegui4 twice but
libxfce4util not at all
(Old svn revision: 4090)
18 years ago
Benedikt Meurer
5aab58c63f
Added support for KIOSK mode.
(Old svn revision: 4089)
18 years ago
Jasper Huijsmans
128ac7d14b
Allow multiple rows for pager
(Old svn revision: 4086)
18 years ago
Jasper Huijsmans
af3275a83c
Patch by brian to add threading to the panel.
(Old svn revision: 4083)
18 years ago
Olivier Fourdan
17055b27b7
Update zh_TW translations from umm <umm@pchome.com.tw>
(Old svn revision: 4023)
18 years ago
Jasper Huijsmans
e4827251a8
Fix some compiler warnings
(Old svn revision: 4000)
19 years ago
Jasper Huijsmans
637c241165
- Reduce handle width to show only one line of dots
- disable completion combo, because it doesn't work on new installs
- put 'Properties...' and 'Remove' in a submenu of panel item right-click
menus. May prevent some accidental removals.
(Old svn revision: 3997)
19 years ago
Olivier Fourdan
857a3fadbd
Update libtool and other automake, autoconf and gettext packages
(Old svn revision: 3962)
19 years ago
Jasper Huijsmans
4482ce7b4e
Completion combo support. I'll probably be changing this a bit later.
(Old svn revision: 3952)
19 years ago
Jasper Huijsmans
f2f6c33a36
Huge commit to bring new repository in sync with SF. We are losing some
19 years ago