[Xfce4-commits] <xfce4-cpugraph-plugin|xfce4-cpugraph-plugin-1.0.0> Creating annotated tag xfce4-cpugraph-plugin-1.0.0
Florian Rivoal
noreply at xfce.org
Sat Oct 2 17:16:03 CEST 2010
Updating annotated tag refs/tags/xfce4-cpugraph-plugin-1.0.0
as new annotated tag
to 4294b8d168a8c989a083f0780bd5a0152d9cffb9 (tag)
tagged by Florian Rivoal <frivoal at gmail.com>
on 2010-10-01 03:00 +0000
A S Alam (1):
l10n: Punjabi Translation added
Abel Martín (2):
l10n: Updated Spanish (Castilian) (es) translation to 100%
l10n: Updated Spanish (Castilian) (es) translation to 100%
Agustin Ferrin (1):
xfce4-cpugraph-plugin: Adding 'cpugraph' color mode and 'non-linear time scale'.
Aleksandr Ponomarenko (1):
l10n: Updated Russian (ru) translation to 100%
Alexander Nordfelth (20):
Initial revision
UpdateCPU (CPUGraph *base) has to return true for the timeout to keep on going.
UpdateCPU (CPUGraph *base) now returns true. Added gtk_widget_queue_draw instead of directly drawing the graph from UpdateCPU (Thanks benny).
Removed g_warning since glib.h ins't included. (Thanks benny)
Removing C++ code structure, using plain C instead.
C instead of C++ (it's just safer, not that I like it :).
.c instead of .cc now that the plugin is in C instead of C++
Removed C++ stuff, replaced with C stuff.
Change version nr., removed C++ stuff and added C stuff.
*** empty log message ***
Updated ChangeLog.
*** empty log message ***
Some nice changes and bugfixes. Read ChangeLog for info.
Read ChangeLog for changes.
Added autogen.sh
Updated with description of the colors.
Even MORE changes to the settings dialog.
Updated settings dialog.
Read ChangeLog for changes.
Trying to remove some sticky Tag i accidently added :(
Alexander Nyakhaychyk (3):
2007-04-03 Alexander Nyakhaychyk <nyakhaychyk at gmail.com>
2007-04-03 Alexander Nyakhaychyk <nyakhaychyk at gmail.com>
* Belarusian translation update
Alexander Toresson (1):
xfce4-xmms-plugin/trunk/po:
Andhika Padmawan (1):
l10n: Updated Indonesian (id) translation to 100%
Andres Kovtunos (4):
l10n: Initial translation.
l10n: Updated Russian (ru) translation to 90%
l10n: Updated Russian (ru) translation to 96%
l10n: Updated Russian (ru) translation to 96%
Bauzhan Muftakhidinov (1):
l10n: New translation to Kazakh.
Benedikt Meurer (6):
New panel plugin check
Make this work with threaded panel.
Correct min. required panel version.
Panel version was wrong for the threaded test.
Fix BM_DEPEND_CHECK().
Apply Oliver Lehmanns patch to fix compilation with GCC 2.95. Bug #1757.
Brian Tarricone (1):
remove () from AC_INIT line to work around intltool bug
Cheng-Chia Tseng (2):
l10n: Updates to Traditional Chinese translation
l10n: Updated Chinese (Taiwan) (zh_TW) translation to 94%
Cristian Marchi (3):
l10n: Updated Italian (it) translation to 100%
l10n: Updated Italian (it) translation to 100%
l10n: Updated Italian (it) translation to 100%
Daichi Kawahata (1):
Updated.
Dmitrij Smirnov (4):
l10n: Updated Russian (ru) translation to 96%
l10n: Updated Russian (ru) translation to 96%
l10n: Updated Russian (ru) translation to 96%
l10n: Updated Russian (ru) translation to 100%
Dmitry Nikitin (1):
l10n: Updated Ukrainian (uk) translation to 100%
Dumitru Moldovan (1):
Romanian translation for xfce4-cpugraph-plugin added
Eren Turkay (1):
Add/update Turkish translation files thanks to the Turkish translation team! (Gökmen Görgen, Samed Beyribey, Özgür Kuru, Utku Aydın)
Fabian Nowak (2):
l10n: Updated German (de) translation to 100%
l10n: Updated German (de) translation to 100%
Florian (36):
Fix bug 3775
Bring back the grid display mode
Clean the startup code
Fix bug 876
Access settings through dedicated functions
Use standard widgets for picking colors
Overhaul the internal handling of colors
Fix the No History mode rendering
Cleanup the Normal rendering mode
Get rid of non working code
Clean up the grid rendring code
Fix the resizing logic
Change the way drawing code is called
Fix the Led mode drawing code
Reorganize code
Clean up the OS dependent code
Fix cpu reading when only reading the total usage
Fix the border
Make the cpu bars optional
Clean up some cruft
Work on the click command
Turn on the frame by default
Rename some variables
Clean up the code
Properly load the size
Fix the tooltip
Use the ngettext on "Show bar(s)"
Udate POTFILES.in to match the source
Remove redundant headers
Remove the POT file
Replace deprecated GTK widget
Work on the auto* system
Check gtk's version
Remove extra alignment instruction
Work on the english text
Add support for GNU/kFreeBSD
Florian Rivoal (43):
Delete autogenerated files
Remove dead code
Remove cruft
Reformat the source code
Plug a small memory leak
Fix memory allocation and freeing
Launch the proper type of terminal
Merge identical code
Move a function
Extract a repeated patern
Remove obsolete comment
Remove dead code
Split the code into more files
Split a large function
Reduce code duplication
Fix bug 4791
Fix OpenBSD support (Bug 4228)
Fix bug 2845
Add missing return value
Update translation files
Minor adjustements to the japanese translation
Create module.xml
Repalce xfce4-taskmanager by top
Fix support for OpenBSD
Fix support for NetBSD
Fix 64bit linux support
Autodetect the default command.
Improve the migration from the previous release
Set a better default to the size
Fix bug 6479
Improve header usage
Implement 4819: support for tracking only one cpu
Add missing headers
Fix compilation on FreeBSD
Fix intermitent crash bug
Fix reading cpu data on FreeBSD
Remove dead code
Fix Danish translation
Update the list of languages
Update the documentation
Explicitly license as GPLv2+
Add a POTFILES.skip
Make the 1.0.0 release
Gabor Kelemen (2):
2009-07-23 Gabor Kelemen <kelemeng at gnome.hu>
l10n: Updated Hungarian (hu) translation to 100%
Gheyret Kenji (2):
l10n: Uyghur translation
l10n: Updated Uyghur (ug) translation to 100%
Harald Servat (3):
l10n: Updated Catalan (Valencian) (ca) translation to 100%
l10n: Updated Catalan (Valencian) (ca) translation to 100%
l10n: Updated Catalan (Valencian) (ca) translation to 100%
Jari Rahkonen (2):
Add Finnish translations (some of them modified) from Launchpad. Thanks
l10n: Updated Finnish (fi) translation to 100%
Jasper Huijsmans (1):
Free some more gc resources. Bug #2106.
Jean-François Wauthy (3):
Add/Update Czech translations
Add/update Polish translations
various translations updates
Jeff Bailes (2):
l10n: Updates to English (United Kingdom) (en_GB) translation
l10n: Updated English (United Kingdom) (en_GB) translation to 100%
Lars Nielsen (1):
* da.po: Danish translation updated
Leandro Regueiro (3):
l10n: Updates to Galician (gl) translation
l10n: Updated Galician (gl) translation to 100%
l10n: Updated Galician (gl) translation to 100%
Masato Hashimoto (2):
l10n: Updated Japanese (ja) translation to 100%
l10n: Updated Japanese (ja) translation to 100%
Masse Nicolas (1):
update with version from Jasper - now compatible with Xfce-4.4
Maxim Dziumanenko (2):
2007-03-13 Maxim Dziumanenko <dziumanenko at gmail.com>
Update Ukrainian translation
Maximilian Schleiss (21):
Updated the French translation of the xfce4-cpugraph-plugin package
Updated the French, German and Polish translations. Added the Polish translation to the thunar-volman package.
Added the Albanian translations by Besnik Bleta for all the goodies.
* fr.po: Updated some French translations.
Last bunch of pt_PT and nb_NO files to be added.
Latvian translations added to most goodies.
New and updated German translations for a bunch of goodies.
Translations added and updated for most goodies (gl)
Translations added and updated for most goodies (gl;pt_PT;zh_CN)
Translations po files updated and regenerated pot files for the cellmodem and cpugraph packages.
Translations updated and added in Indonesian and Polish.
Translation updates and additions for the Japanese and Spanish locales:
Translations updates and additions - de ku nl
Translations updates for a lot of languages in a lot of packages
Translations updates and additions - ca, nb_NO, uk, zh_CN
Translations updates - fr ja es pt_PT uk
Translations updates - ja uk zh_CN
Translations updates - es gl id ja uk
Translations updates - fr id it ja nb pl
Translations udpates - ca gl id
Translations updates - es fr gl it tr
Michal Varady (2):
Updated Czech translations for cpugraph and taskmanager plugins
Czech translation updated
Mike Massonnet (15):
Add new translation by محمد علي المكي <makki.ma at gmail.com>
Rename pk.po to ur.po
Fix changelogs for updated ur.po files, and add thunar-archive-plugin
Update Portuguese translation
update-po
Update translations -- Remove executable property on all po files (only da.po actuall)
Renamed pt_PT to pt and nb_NO to nb (bug #4574)
Fix the renaming of the pt nb files -- thanks to jerome who noticed this problem
goodies translation update
update goodies translations
Drop svn:executable bit from po files
update translations
update simplified chinese translations
update goodies translation
l10n: Updated French (fr) translation to 100%
Mohamed Magdy (2):
Update Arabic translations
Update Arabic translations
Nick Schermer (5):
Big cleanup of the goodies svn. The following files are removed:
* Created new pot files for all goodies
* Regenerated all *.po files
Fix typo, bug 2676
* LDFLAGS -> LDADD
Nuno Miguel (1):
l10n: Updated Portuguese (pt) translation to 100%
Og Maciel (5):
Added translations for Brazilian Portuguese by Fábio Nogueira.
Added missing LINGUAS file.
Updated Brazilian Portuguese translation.
Updated European Portuguese translation.
Minor typo
Pau Rullan Ferragut (2):
i18n update
i18n british translation
Paul Seyfert (2):
l10n: Updated German (de) translation to 100%
l10n: Updated German (de) translation to 100%
Per Kongstad (2):
l10n: Updated Danish (da) translation to 100%
l10n: Updated Danish (da) translation to 100%
Piarres Beobide (5):
Some godies basque translation update
I forgot add these files in commmit 2551
Some goodies Basque translation update
Some goodies Basque translation update
l10n: Updated Basque (eu) translation to 100%
Piotr Sokól (1):
Updated Polish translations
Rihards Prieditis (1):
l10n: Updates to Latvian (lv) translation
SZERVÁC Attila (3):
hu trunk: updates
hu trunk: cpu-g & datitime updates
[intl:hu] little updates
Sergio Marques (2):
l10n: Updated Portuguese (pt) translation to 100%
l10n: Updated Portuguese (pt) translation to 100%
Unknown Author (1):
New repository initialized by cvs2svn.
Xu Meihong (1):
l10n: Updated Chinese (China) (zh_CN) translation to 100%
Yarema aka Knedlyk (2):
l10n: Updated Ukrainian (uk) translation to 97%
l10n: Updated Ukrainian (uk) translation to 100%
ludovic mercier (11):
Add a new advanced propertie : assoiated command
clean up code : split graphic mode.
Prepare new release.
change pot file
prepare release 0.4.0
add configure file
remove configure script from the repository
prepare new version for replace last release (0.4.0)
prepare new version for replace last release (0.4.0)
prepare new version for replace last release (0.4.0)
correct led mode
More information about the Xfce4-commits
mailing list