summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.13.61.13.6Cosimo Cecchi2012-08-081-0/+4
* build: fix distcheckCosimo Cecchi2012-08-081-1/+1
* gphoto: build with libgphoto 2.5 APICosimo Cecchi2012-08-082-1/+14
* Bump versionMatthias Clasen2012-08-071-1/+1
* 1.13.51.13.5Matthias Clasen2012-08-071-0/+6
* Updated Spanish translationDaniel Mustieles2012-08-071-284/+269
* cdda: Remove old TODO itemBastien Nocera2012-08-071-3/+0
* cdda: Fix abort() with CD-Text outside ASCIIPekka Vuorela2012-08-071-7/+16
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-08-072-530/+492
* Updated Slovenian translationMatej Urbančič2012-08-071-542/+715
* Updated Greek translationTom Tryfonidis2012-08-061-362/+327
* Updated gujarati fileSweta Kothari2012-08-061-561/+752
* man: Improve consistency of man pagesMatthias Clasen2012-08-0420-0/+20
* Add more man pagesMatthias Clasen2012-08-045-5/+488
* Assamese translation updatedNilamdyuti Goswami2012-08-031-285/+269
* Fix translator comments so they are actually picked up by gettextAndre Klapper2012-08-011-2/+2
* Post release version bumpTomas Bzatek2012-07-311-1/+1
* Update NEWS for 1.13.4 release1.13.4Tomas Bzatek2012-07-311-0/+16
* Merge branch 'gdbus-core'Tomas Bzatek2012-07-3196-7825/+7395
|\
| * gdbus: Use default timeout for keyring callsgdbus-coreTomas Bzatek2012-07-311-1/+1
| * gdbus: Remove debug printsTomas Bzatek2012-07-3140-391/+3
| * gdbus: Use g_variant_is_of_type() instead of strcmp()Tomas Bzatek2012-07-311-1/+1
| * gdbus: Gracefully handle monitoring unsubscribe on unmounted backendTomas Bzatek2012-07-311-4/+26
| * gdbus: Silence the G_IO_ERROR_NOT_MOUNTED errorTomas Bzatek2012-07-311-1/+1
| * gdbus: Don't use NULL values on error with fd passingTomas Bzatek2012-07-312-22/+16
| * gdbus: Fix leaks of GSimpleAsyncResultTomas Bzatek2012-07-311-0/+2
| * gdbus: More errors to stripTomas Bzatek2012-07-312-0/+5
| * gdbus: Strip unknown GError quark stringsTomas Bzatek2012-07-315-51/+83
| * gdbus: Rename common d-bus interface xml fileTomas Bzatek2012-07-312-3/+3
| * gdbus: Code style fixesTomas Bzatek2012-07-311-32/+16
| * gdbus: Fix case of GDbusAttributeValue structTomas Bzatek2012-07-314-10/+10
| * gdbus: Use casting macros where possibleTomas Bzatek2012-07-317-22/+22
| * gdbus: Use g_clear_error() where appropriateTomas Bzatek2012-07-315-13/+7
| * gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-3115-126/+62
| * gdbus: Properly suffix functions doing sync proxy creationTomas Bzatek2012-07-312-10/+11
| * gdbus: Reword GVariant argumentsTomas Bzatek2012-07-318-42/+42
| * gdbus: gmountoperationdbus.c: Move referenced objects aroundTomas Bzatek2012-07-311-24/+26
| * gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-317-8/+8
| * gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id argumentsTomas Bzatek2012-07-315-12/+43
| * gdbus: Move annotations to the interface XML fileTomas Bzatek2012-07-312-6/+3
| * gdbus: Fix srcdir != builddir and make the build more quietTomas Bzatek2012-07-314-4/+7
| * gdbus: Push new GVfsJobProgress classTomas Bzatek2012-07-312-0/+172
| * gdbus: Remove unused extra_fd stuffTomas Bzatek2012-07-312-197/+15
| * gdbus: Use private GMainContext for sync enumeratorTomas Bzatek2012-07-313-22/+40
| * gdbus: Make copy progress workTomas Bzatek2012-07-3111-441/+226
| * gdbus: Fix mount tracker signals emittingTomas Bzatek2012-07-311-41/+5
| * gdbus: Fix mountable mounting with URITomas Bzatek2012-07-311-1/+1
| * gdbus: More signal handler disconnectionTomas Bzatek2012-07-311-0/+1
| * gdbus: Properly disconnect signal handlersTomas Bzatek2012-07-311-0/+1
| * gdbus: Make cancellation workTomas Bzatek2012-07-318-30/+330