summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* project: use GTask instead of GSimpleAsyncResultwip/gbsneto/code-cleanupGeorges Basile Stavracas Neto2015-06-171-20/+18
|
* project: drop deprecated Atk callsGeorges Basile Stavracas Neto2015-06-172-20/+3
|
* project: drop gtk deprecations usageGeorges Basile Stavracas Neto2015-06-1710-71/+53
|
* project: kill GtkMisc throughout the codeGeorges Basile Stavracas Neto2015-06-1710-55/+34
|
* Update French translationAlexandre Franke2015-06-151-355/+346
|
* Updated Czech translationMarek Černocký2015-06-111-9/+9
|
* application: Ignore --no-desktop if not first launchChow Loong Jin2015-06-091-4/+8
| | | | | | | | | | --no-desktop is an option to allow for running Nautilus under other desktop environments as well as GNOME without clobbering the foreign desktop environment's desktop. https://bugzilla.gnome.org/show_bug.cgi?id=750528 Signed-off-by: Chow Loong Jin <hyperair@debian.org>
* Updated Slovak translationDušan Kazik2015-06-071-331/+320
|
* Updated Czech translationMarek Černocký2015-06-011-353/+343
|
* Updated Greek translationDimitris Spingos2015-06-011-480/+540
|
* release: prepare for 3.17.23.17.2Carlos Soriano2015-05-292-1/+19
|
* search: use preferences singleton instead of creating new objectsCosimo Cecchi2015-05-282-6/+5
|
* Updated Spanish translationDaniel Mustieles2015-05-281-8998/+8982
|
* Updated Friulian translationFabio Tomat2015-05-271-37/+22
|
* search-engine: toggle recursive search with a gsettingFelipe Borges2015-05-273-6/+27
| | | | | | | | One of the features of the new search ui design is that it will have a switch allowing the search to be recursive or not. These changes make it possible to enable/disable the recursive search within a gsetting. https://bugzilla.gnome.org/show_bug.cgi?id=749588
* Updated Spanish translationDaniel Mustieles2015-05-261-406/+461
|
* libnautilus-extension: add gtk-doc documentation coverageCosimo Cecchi2015-05-2520-37/+257
| | | | | A lot of the library was poorly documented. Make sure the output of the documentation looks okay.
* docs: use SCAN_OPTIONS=--rebuild-typesCosimo Cecchi2015-05-253-12/+3
| | | | Avoids maintaining .types file in-tree.
* libnautilus-extension: remove cusetom i18n headerCosimo Cecchi2015-05-256-29/+4
| | | | Just use glib-i18n-lib.h.
* build: order libgd before libnautilus-privateCosimo Cecchi2015-05-251-1/+1
| | | | Since the latter now depends on the former.
* autogen.sh: remove obsolete PKG_NAMECosimo Cecchi2015-05-251-2/+0
|
* Updated Romanian TranslationDaniel Șerbănescu2015-05-251-4178/+4589
|
* eel: remove eel_embed_image_in_frame()Cosimo Cecchi2015-05-242-120/+0
| | | | It's unused now.
* ui-utilities: use libgd to frame imagesCosimo Cecchi2015-05-243-26/+13
| | | | | | This fixes problems with framed thumbnail size under some circumstances, since by passing a lager than expected icon to list view, we would be causing another scale of the thumbnail.
* Update libgdCosimo Cecchi2015-05-241-0/+0
|
* application: Fix a pointer array memory leakDavid King2015-05-241-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=738692
* connect-server-dialog: Fix a filename memory leakDavid King2015-05-241-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=738692
* view: add back alt<Down> as accelerator for open actionCosimo Cecchi2015-05-241-1/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747773
* application: implement command_line methodCosimo Cecchi2015-05-241-6/+2
| | | | Instead of connecting to the signal.
* application: don't call g_application_regisrer()Cosimo Cecchi2015-05-241-14/+0
| | | | | Calling it from the command-line implementation is an error, since we're guaranteed to be in the primary instance alreaady.
* search-provider: initialize volume monitor lazilyCosimo Cecchi2015-05-241-8/+6
| | | | | There is no need to initialize the volume monitor early, since it's already a singleton.
* search-provider: initialize bookmark list lazilyCosimo Cecchi2015-05-241-6/+12
| | | | | | | | | NautilusBookmarkList is already a singleton; since the shell provider object is created before the application knows whether it's the primary instance or not, loading the list in that code path makes us do ore work than needed when we're only running as a launcher. Just call the singleton getter every time.
* Remove eel-editable-label.c from translation.Theppitak Karoonboonyanan2015-05-241-1/+0
| | | | | eel/ell-editable-label.c was recently removed from source tree. So, remove it from POT generation.
* Updated Thai translationAkom Chotiphantawanon2015-05-241-233/+287
|
* README: updateCarlos Soriano2015-05-231-9/+7
| | | | | | | Just saw in the github mirror, where the README is shown at the main page, that it was not updated. Update it to follow the general GNOME guides for building Nautilus and contributing.
* eel: remove some unused APICosimo Cecchi2015-05-232-77/+1
|
* Remove more unused methodsCosimo Cecchi2015-05-2340-1227/+6
| | | | Found with cppcheck.
* window: fix coding styleCosimo Cecchi2015-05-231-2/+2
|
* notebook: cleanup an old workaroundCosimo Cecchi2015-05-231-61/+0
| | | | | There should be no need for all these roundtrips here. We can assume if we got an event on the notebook, it will be within a GtkNotebook.
* window: fold function into only callerCosimo Cecchi2015-05-231-16/+5
|
* eel: remove unused EelEditableLabelCosimo Cecchi2015-05-236-4435/+0
| | | | | This was only used for in-place renaming inside the canvas container, which does not exist any more. Remove it.
* window: expose API used by other functionsCosimo Cecchi2015-05-232-2/+2
|
* view: remove unused functionCosimo Cecchi2015-05-231-10/+0
|
* Remove unused code related to renamingCosimo Cecchi2015-05-2311-396/+4
| | | | This code is not used anymore.
* Updated Occitan translationCédric Valmary2015-05-231-6201/+4260
|
* Updated Friulian translationFabio Tomat2015-05-191-2008/+1703
|
* Updated French translationAlexandre Franke2015-05-151-221/+281
|
* Updated Czech translationMarek Černocký2015-05-141-71/+79
|
* Updated Norwegian bokmål translation.Kjartan Maraas2015-05-141-223/+271
|
* nautilus-bookmark: don't crash if file is goneCarlos Soriano2015-05-141-1/+8
| | | | | | | | | | | | | Sometimes the file can be gone without even noticing when changing the location (and therefore creating the attached bookmark to that new location). In bookmark_changed we just disconnected the file if that happened, so we where failing graciously. But that was not the case when just changing the location, where we were asserting that the file is not gone and therefore crashing in such case. Instead of that, do something similar as bookmark_changed and just clean up some of the bookmark objects and hope for the best.