summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add xfconf_array_values_from_gvalue() -- convenient array decomposergvalue-array-convBrian J. Tarricone2009-08-135-0/+74
| | | | FIXME: handles int16 as if they were int32
* add module desription fileBrian J. Tarricone2009-08-111-0/+20
|
* update xfce translationMike Massonnet2009-08-082-1/+5
| | | | (Old svn revision: 30448)
* 2009-08-07 Gabor Kelemen <kelemeng@gnome.hu>Gabor Kelemen2009-08-072-1/+5
| | | | | | * hu.po: Translation updated. (Old svn revision: 30445)
* fix a possible reentrancy issue.Brian Tarricone2009-07-291-4/+6
| | | | | | | | a client could re-enter the set function when handling the signal that reverts a property value after an error. if the old_item is still in one of the hash tables, that could confuse things. (Old svn revision: 30419)
* revert async property fetch for bindingsBrian Tarricone2009-07-292-61/+6
| | | | | | | with the new caching in place, this doesn't really speed things up anymore, and was problematic to begin with. (Old svn revision: 30418)
* add transparent property prefetching and cachingBrian Tarricone2009-07-296-123/+1085
| | | | | | | | | | | | | | | | | | | | | | | | | | XfconfCache is a transparent cache that sits behind XfconfChannel, and, so far, involves no new API. this moves most of the dbus code from XfconfChannel to XfconfCache. on creation, XfconfChannel gets an XfconfCache object for that channel (the cache objects are per-channel-name singletons, regardless of property_base or whether or not the XfconfChannel is a singleton). on creation, XfconfChannel prefetches all properties in the channel. this might turn out to be a bad idea for large channels. property setting does not block if the setting is already in the cache. i may change this in the future to not block at all ever, but that might make reporting certain kinds of errors impossible. property resets are completely non-blocking. lookups are non-blocking if the setting is already in the cache. the cache automatically updates itself if another application modifies a property. the cache has hooks to set the maximum age of entries (in seconds) and the max number of entries to store in the cache. currently these two are unimplemented, and i'm not sure if there's value to exposing these in the public API. (Old svn revision: 30417)
* Add Asturian translationsMike Massonnet2009-07-093-1/+337
| | | | (Old svn revision: 30229)
* 2009-06-24 Gabor Kelemen <kelemeng@gnome.hu>Gabor Kelemen2009-06-242-133/+152
| | | | | | * hu.po: Translation reworked. (Old svn revision: 30076)
* update translationMike Massonnet2009-06-152-13/+17
| | | | (Old svn revision: 30019)
* Drop svn:executable bit from po filesMike Massonnet2009-06-092-0/+0
| | | | (Old svn revision: 29999)
* silence warning when --enable-checks was not specifiedBrian Tarricone2009-06-071-0/+2
| | | | (Old svn revision: 29997)
* patch from nick to silence warnings (bug 5362)Brian Tarricone2009-06-0611-26/+29
| | | | (Old svn revision: 29996)
* bindings: fix async property fetch when the channel has a property baseBrian Tarricone2009-06-061-2/+15
| | | | (Old svn revision: 29995)
* Added initial xfce4-settings Romanian translationDumitru Moldovan2009-05-301-2/+2
| | | | | | | | | Changed mail addresses for myself and Romanian language team Other minor improvements and updates for libexo, thunar, terminal and xfcalendar (Old svn revision: 29989)
* update xfce translationsMike Massonnet2009-05-294-1/+658
| | | | (Old svn revision: 29988)
* actually work around stupid dbus-binding-tool bug properlyBrian Tarricone2009-05-151-3/+8
| | | | (Old svn revision: 29967)
* Revert "add svn version tag"Brian Tarricone2009-05-151-1/+1
| | | | (Old svn revision: 29964)
* add svn version tagBrian Tarricone2009-05-151-1/+1
| | | | (Old svn revision: 29963)
* hopefully speed up app start time (for apps that do a decent number ofBrian Tarricone2009-05-153-7/+50
| | | | | | property bindings) by making the initial property fetch async (Old svn revision: 29962)
* update latvian translationMike Massonnet2009-05-113-1/+330
| | | | (Old svn revision: 29940)
* xfce translation updateMike Massonnet2009-04-203-8/+16
| | | | (Old svn revision: 29856)
* galician translation updateMike Massonnet2009-04-162-94/+82
| | | | (Old svn revision: 29822)
* Bump version numberStephan Arts2009-04-071-3/+3
| | | | (Old svn revision: 29716)
* Update .po filesxfce-4.6.1Stephan Arts2009-04-0725-170/+263
| | | | (Old svn revision: 29713)
* Update ChangeLogStephan Arts2009-04-071-0/+50
| | | | (Old svn revision: 29712)
* ==== Released Xfce 4.6.1 ====Stephan Arts2009-04-072-2/+3
| | | | (Old svn revision: 29711)
* Updated Polish translationsPiotr Sokól2009-03-302-3/+7
| | | | (Old svn revision: 29690)
* Translations updates - es it kuMaximilian Schleiss2009-03-294-52/+355
| | | | (Old svn revision: 29689)
* update german translationsMike Massonnet2009-03-281-10/+13
| | | | (Old svn revision: 29687)
* Translations updates - gl pt ruMaximilian Schleiss2009-03-273-1/+347
| | | | (Old svn revision: 29686)
* Updated Polish translationsPiotr Sokól2009-03-233-1/+330
| | | | (Old svn revision: 29682)
* be a bit safer when writing out channel filesBrian Tarricone2009-03-113-3/+23
| | | | (Old svn revision: 29651)
* Renamed pt_PT to pt and nb_NO to nb (bug #4574)Mike Massonnet2009-03-053-1/+5
| | | | (Old svn revision: 29645)
* Translations updates - pt_PTMaximilian Schleiss2009-03-023-1/+361
| | | | (Old svn revision: 29641)
* Translations updates - es pl ukMaximilian Schleiss2009-03-013-39/+29
| | | | (Old svn revision: 29639)
* Update ChangeLogxfce-4.6.0Stephan Arts2009-02-241-0/+9
| | | | (Old svn revision: 29556)
* ==== Xfce 4.6.0 Released ====Stephan Arts2009-02-2424-1057/+1255
| | | | (Old svn revision: 29553)
* Remove unimplemented import and export functionsStephan Arts2009-02-231-0/+2
| | | | (Old svn revision: 29541)
* update japanese translationMike Massonnet2009-02-222-85/+86
| | | | (Old svn revision: 29530)
* update translationsMike Massonnet2009-02-224-1/+684
| | | | (Old svn revision: 29528)
* Translations Updates - ca es gl id it pt_PT zh_CNMaximilian Schleiss2009-02-202-14/+17
| | | | (Old svn revision: 29526)
* Fix Bug #4622, applied patch by Mike Massonnet Stephan Arts2009-02-202-8/+12
| | | | | | | <mike.massonnet@gmail.com> (with changes) (Old svn revision: 29522)
* * da.po: Danish translation update (Per Kongstad) Per Kongstad2009-02-162-45/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * da.po: Danish translation update (Per Kongstad) * da.po: Updated Danish traanslation (Per Kongstad) (Old svn revision: 29494)
* Revert previous change to xfconf-query, but still clean up the Stephan Arts2009-02-121-35/+5
| | | | | | | | g_critical assertion (Old svn revision: 29483)
* update french translationMike Massonnet2009-02-112-17/+17
| | | | (Old svn revision: 29481)
* [intl:hu] little updates for 4.6SZERVÁC Attila2009-02-111-26/+22
| | | | (Old svn revision: 29477)
* Translations udaptes - de id ja nb pl zh_CNMaximilian Schleiss2009-02-084-109/+85
| | | | (Old svn revision: 29472)
* Fix my previous commitStephan Arts2009-02-071-4/+3
| | | | (Old svn revision: 29471)
* xfwm4/trunk/po:Alexander Toresson2009-02-072-115/+103
| | | | | | | | * sv.po: Swedish translation update (Daniel Nylander) xfconf/trunk/po: * sv.po: Swedish translation update (Daniel Nylander) (Old svn revision: 29466)