Nick Schermer
8fa5becc8f
* *.po, *.pot, POTFILES.in: Regenerate the po files
to work with my branch import.
(Old svn revision: 25078)
17 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)
17 years ago
Nick Schermer
ed8f3ea765
Check if this works v2
(Old svn revision: 25076)
17 years ago
Nick Schermer
441bc72126
Check if this works
(Old svn revision: 25075)
17 years ago
Maxim Dziumanenko
331b0f6420
2007-03-03 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
(Old svn revision: 25060)
17 years ago
Jasper Huijsmans
a4c533b27b
Remove INSTALL, because it is a generated file.
(Old svn revision: 25026)
17 years ago
Jasper Huijsmans
d8c5244844
Check for NULL pointers in DBG messages to prevent crashes on Solaris, based on patch from William Bonnet (bug #2922 ).
(Old svn revision: 24991)
17 years ago
Jasper Huijsmans
fff160e1e6
Unhide when dragging over the panel (bug #2914 ).
(Old svn revision: 24989)
17 years ago
Maximilian Schleiss
4042b3035a
Verified all LINGUAS files and added Albanian language to it.
(Old svn revision: 24942)
17 years ago
Mohamed Magdy
cd3263cd7b
160 strings, 24 fuzzy, 26 not translated. initial commit.
(Old svn revision: 24915)
17 years ago
Mohamed Magdy
fef17d7831
Adding information to the ChangeLog
(Old svn revision: 24914)
17 years ago
Maximilian Schleiss
8c18fbece9
Same as before but in trunk now.
(Old svn revision: 24872)
17 years ago
Maximilian Schleiss
c57de401ae
Added the Albanian translations by Besnik Bleta for the core packages. Updated some French translations
(Old svn revision: 24753)
17 years ago
Maximilian Schleiss
d7bb3e98e9
* fr.po: Minor changes to the French translations
in xfce-utils, libxfce4util and mousepad
* pl.po: Updated the Polish translation by Szymon Kałasz <szymon_maestro@gazeta.pl>
in thunar and mousepad.
* ro.po: Updated the Romanian translation by Mişu Moldovan <dumol@gnome.ro>
in most core packages.
(Old svn revision: 24685)
17 years ago
Benedikt Meurer
9133fec4fd
Bump version. Update NEWS. Update Project-Id-Version.
(Old svn revision: 24650)
17 years ago
Maximilian Schleiss
fff6bf45be
Updated the Polish translations by Szymon Kałasz for the mcs-plugins, libxfce4util, thunar, panel and xfdesktop packages. Also added the new Polish translation for the Thunar documentation to the po-doc folder.
(Old svn revision: 24597)
17 years ago
Olivier Fourdan
2f5110a68a
Update ChangeLog
(Old svn revision: 24591)
17 years ago
Olivier Fourdan
2429dc5d1c
Update version
(Old svn revision: 24570)
17 years ago
Nick Schermer
dae2196e68
Update NEWS
(Old svn revision: 24562)
17 years ago
Nick Schermer
8f8d3487b4
Fix crash when moving the plugin. Bug #2775 .
Fix compiler warning.
(Old svn revision: 24548)
17 years ago
Alexander Toresson
ed2db69c74
Updated Swedish translations for:
* libexo
* libxfcegui4
* mousepad
* thunar
* xfcalendar
* xfce4-appfinder
* xfce4-panel
* xfce-mcs-plugins
* xfce-utils
* xfdesktop
* xfprint
* xfwm4
Also thus updated appropriate ChangeLog files.
(Old svn revision: 24536)
17 years ago
Alexander Nyakhaychyk
b0db9a725b
2007-01-18 Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
* be.po: Updated Belarusian Translation
(Old svn revision: 24530)
17 years ago
Maximilian Schleiss
4d1aed2e80
Updated the Catalan translation of the xfce4-panel package by Ivà Burgos
(Old svn revision: 24331)
17 years ago
Maximilian Schleiss
d87f97a7d1
Updated the German translations by Fabian Nowak for a few packages and updated the French translation of libexo.
(Old svn revision: 24270)
17 years ago
Nick Schermer
bdfc77ddfc
Cleanup some privates we don't use.
(Old svn revision: 24267)
17 years ago
Nick Schermer
92c19b51dd
* The _item_screen_changed is also triggered when we close/remove and external plugin, which results in a couple of warnings. This should fix the problem.
(Old svn revision: 24266)
17 years ago
Nick Schermer
ab9fe2643d
* Revert previous patch
(Old svn revision: 24260)
17 years ago
Nick Schermer
9f250fd791
We need to init ghtread for the slice allocator. I've also added this for external plugins (because some of them use the slice macros). This seems to work for external plugins without any problems, so cross you fingers.
(Old svn revision: 24258)
17 years ago
Nick Schermer
87858effad
This might be a bit more secure.
(Old svn revision: 24245)
17 years ago
Jasper Huijsmans
61e31afd6b
Use GNOME HIG compliant buttons again: [cancel] [action].
(Old svn revision: 24237)
17 years ago
Nick Schermer
9d6fd5c6e0
* Add gtk dialog that popups up on the right screen.
* Fix memory leaks in libxfce4panel. g_object_get returns new
data, not a pointer.
(Old svn revision: 24236)
17 years ago
Jasper Huijsmans
56df9abdda
Make iconbox check for demands attention on new windows.
(Old svn revision: 24235)
17 years ago
Jasper Huijsmans
1afc3700a7
Restart external panel items when the GtkPlug disappears during a screen change. Hopefully a real solution can still be found.
(Old svn revision: 24234)
17 years ago
Nick Schermer
f7b77ff2f8
* Add this debug warning to notify us if the _set_struts function passed.
(Old svn revision: 24233)
17 years ago
Nick Schermer
3c8f3170de
* Fix clock crash, by simple redrawing the entire widget.
(Old svn revision: 24228)
17 years ago
Nick Schermer
ae68e6660d
Fix crash in panel when switching monitors. I've simply removed the code for moving the dialog to the other window, because I couldn't find a way to make this work propery.
The panel doesn't crash anymore, but there are still some drawing issues when switching monitors.
(Old svn revision: 24226)
17 years ago
Jasper Huijsmans
d759fc4208
Multiscreen fixes. Attempt to fix at least part of bug #2693 .
(Old svn revision: 24221)
17 years ago
Jasper Huijsmans
e7fe16405a
Update documentation and add screenshots.
(Old svn revision: 24212)
17 years ago
Jasper Huijsmans
60dbbb4554
* Fix iconbox to also notice changes to NETK_WINDOW_STATE_SKIP_TASKLIST.
* Update HACKING file with new coding style rules and explanation about generating a ChangeLog.
(Old svn revision: 24197)
17 years ago
Jasper Huijsmans
05c0b10d7d
Update ChangeLog and NEWS.
(Old svn revision: 24195)
17 years ago
Jasper Huijsmans
f1c4031ff9
Implement blinking for urgent windows in the iconbox.
(Old svn revision: 24194)
17 years ago
Maximilian Schleiss
86b85c85f4
Added the new translations from the Macedonian team for plenty of packages, Merry Christmas
(Old svn revision: 24186)
17 years ago
Jasper Huijsmans
2d8ce51c6a
Check for demands attention hint as well as urgency hint.
(Old svn revision: 24181)
17 years ago
Pau Rullan Ferragut
b86b5d36ad
[i18n] catalan update
(Old svn revision: 24176)
17 years ago
Jasper Huijsmans
89478dec03
Some updates to iconbox and tasklist:
* Use XfceHVBox from the panel library.
* Use a general gtk handle instead of home-made ones and use only one handle because that looks better (I think).
(Old svn revision: 24171)
17 years ago
Maximilian Schleiss
0c3bbc376d
Updated the French translation for the xarchiver package and fixed a mistake I introduced in Changelog's lately
(Old svn revision: 24168)
17 years ago
Amanpreet Alam
d8cf7c1f26
update for string
(Old svn revision: 24166)
17 years ago
Maximilian Schleiss
4a17138c9d
Updated the Russian translations by Andrey Fedoseev for a lot of packages
(Old svn revision: 24150)
17 years ago
Amanpreet Alam
ea8b3bcbe2
update for latest translation by alam
(Old svn revision: 24145)
17 years ago
Jasper Huijsmans
a7b1314f9f
Set keywords property on a bunch of files. (In case any SVN devs are reading this: I think the default should be on ;-)
(Old svn revision: 24140)
17 years ago