summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | Patch taken from the Fedora package Author: Jindrich Novy <jnovy@redhat.com> http://pkgs.fedoraproject.org/cgit/gvfs.git/commit/?id=cd0c6218df85bf3de101402c1aa9d79aae7c3019
* 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
| | | | | | | | | | CD-Text doesn't specify encoding, but in practice some discs have strings with extended characters. Using those directly will make D-Bus choke with invalid data. Fixed by assuming latin-1. This also fixes a memory leak in the cdtext_get() usage. https://bugzilla.gnome.org/show_bug.cgi?id=671259
* 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
| | | | | | To make the appearance of the man pages more consistent, add a refmiscinfo element for the title of the section. This text appears in the middle header of the generated man pages.
* Add more man pagesMatthias Clasen2012-08-045-5/+488
| | | | | This patch adds man pages for gvfsd, gvfsd-fuse, gvfsd-metadata, as well as a gvfs overview page in section 7.
* 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
| | | | | | | | | | | | The mount may be already gone or monitoring cleanup is done too late; in that case handle this case gracefully since the monitoring doesn't exist anymore.
| * gdbus: Silence the G_IO_ERROR_NOT_MOUNTED errorTomas Bzatek2012-07-311-1/+1
| | | | | | | | | | This is a valid error used to indicate that we should (auto)mount first and should not be presented to the user.
| * gdbus: Don't use NULL values on error with fd passingTomas Bzatek2012-07-312-22/+16
| | | | | | | | | | Found out that if the remote call fails, some variables are left uninitialized and causes assertion failures while we don't need them.
| * 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
| | | | | | | | | | | | This hopefully covers all public methods. Seems like this fixes several memleaks as well.
| * 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
| | | | | | | | ...so that they are recognizable on a first sight.
| * gdbus: Reword GVariant argumentsTomas Bzatek2012-07-318-42/+42
| | | | | | | | and kill the iters.
| * gdbus: gmountoperationdbus.c: Move referenced objects aroundTomas Bzatek2012-07-311-24/+26
| | | | | | | | | | Reorganize saved references for used objects, getting rid of some FIXMEs.
| * gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-317-8/+8
| | | | | | | | | | Use G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS and G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES flags where applicable.
| * 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
| | | | | | | | Forgotten from the 722ebaf0ab949ca5b844a387dc684b4e3185db75 commit
| * gdbus: Remove unused extra_fd stuffTomas Bzatek2012-07-312-197/+15
| |
| * gdbus: Use private GMainContext for sync enumeratorTomas Bzatek2012-07-313-22/+40
| | | | | | | | | | | | It's little messy due to shared code across sync calls with private main context and async calls that don't have it's mainloop and can't use private context.
| * gdbus: Make copy progress workTomas Bzatek2012-07-3111-441/+226
| | | | | | | | | | | | | | ...by turning sync copy calls async and running mainloop for progress interface skeleton be able to process incoming calls. Also, new class GVfsJobProgress has been introduced mostly for code sharing.
| * gdbus: Fix mount tracker signals emittingTomas Bzatek2012-07-311-41/+5
| | | | | | | | This allows clients to react on GVfs mounts appearing and disappearing.
| * gdbus: Fix mountable mounting with URITomas Bzatek2012-07-311-1/+1
| |
| * gdbus: More signal handler disconnectionTomas Bzatek2012-07-311-0/+1
| | | | | | | | Not really a problem in this case, but let's be on a safe side.
| * gdbus: Properly disconnect signal handlersTomas Bzatek2012-07-311-0/+1
| | | | | | | | ...not doing that leads to accessing freed memory
| * gdbus: Make cancellation workTomas Bzatek2012-07-318-30/+330
| | | | | | | | | | | | This mimics the old behaviour and works for sync and async. Requires new glib for g_dbus_connection_get_last_serial().