summaryrefslogtreecommitdiff
path: root/gtk/gtkplacesview.c
Commit message (Expand)AuthorAgeFilesLines
* Don't confuse gtk-docMatthias Clasen2016-11-191-11/+11
* placeview: Don't leak the file enumeratorMatthias Clasen2016-11-171-0/+1
* Revert "GtkFileChooser: Make local-only default to FALSE"Matthias Clasen2016-11-171-1/+0
* GtkFileChooser: Make local-only default to FALSEMatthias Clasen2016-11-171-0/+1
* gtk: Update path references from gtk-3.0 to gtk-4.0Rico Tzschichholz2016-10-231-2/+2
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* placesview: keep reference during network fetchingChristian Kellner2016-09-091-2/+7
* placesview: override destory to cancel ongoing opsChristian Kellner2016-09-091-14/+50
* placesview: properly recover from cancellationChristian Kellner2016-09-091-12/+5
* placesview: hold onto ref during (un)mount opsChristian Kellner2016-09-091-0/+12
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-191-25/+1
* placesview: fix open action for locations without a mount or volumeRazvan Chitu2016-07-121-3/+12
* Improve external drives detectionOndrej Holy2016-05-201-3/+1
* Use default VFS, not a local one (it has no network)Руслан Ижбулатов2016-05-021-1/+1
* GtkPlacesView: check for network:// URI support before using itРуслан Ижбулатов2016-05-011-0/+12
* placesview: update a leftover function nameGeorges Basile Stavracas Neto2016-04-271-1/+1
* placesview: follow up fixesGeorges Basile Stavracas Neto2016-04-271-4/+4
* placesview: provide guidance on server addressesGeorges Basile Stavracas Neto2016-04-261-10/+14
* placesview: SimplifyBenjamin Otte2016-03-201-2/+1
* gtkplacesview: clean up mount server callbackCarlos Soriano2016-02-251-18/+1
* gtkplacesview: use location instead of the enclosing oneCarlos Soriano2016-02-231-6/+1
* placesview: implement available spaceGeorges Basile Stavracas Neto2015-12-091-0/+4
* places view: Use names for cursorsMatthias Clasen2015-12-051-5/+1
* places view: Fix up docsMatthias Clasen2015-11-231-4/+0
* Do not use the GPL v3 blurb for LGPL v2.1 filesEmmanuele Bassi2015-11-191-4/+4
* places view: Add an element nameMatthias Clasen2015-11-051-0/+2
* placesview: vertically align path labelsGeorges Basile Stavracas Neto2015-10-301-0/+6
* gtkplacesview: align spinner with header labelCarlos Soriano2015-10-151-1/+1
* gtkplacesview: plug leakCarlos Soriano2015-10-151-2/+3
* gtkplacesview: add a clear button to address entryCarlos Soriano2015-10-151-2/+20
* gtkplacesview: tweak ui to allow more server rowsCarlos Soriano2015-10-151-1/+1
* gtkplacesview: improve heuristics for external drivesCarlos Soriano2015-10-151-13/+9
* gtkplacesview: remove dead codeCarlos Soriano2015-10-151-4/+0
* gtkplacesview: remove dead codeCarlos Soriano2015-10-151-15/+0
* places view: fix a crash in finalizeMatthias Clasen2015-09-211-5/+6
* places view: Avoid a crash in finalizeMatthias Clasen2015-09-021-3/+1
* places view: Spew less warningsMatthias Clasen2015-09-021-1/+2
* gtkplacesview: don't warn for cancelled operationsCarlos Soriano2015-08-301-1/+1
* gtkplacesview: make consistent loading stateCarlos Soriano2015-08-301-13/+59
* gtkplacesview: don't fetch networks if local onlyCarlos Soriano2015-08-301-2/+3
* gtkplacesview: dont invalidate headers if not necessaryCarlos Soriano2015-08-301-3/+0
* gtkplacesview: don't rely on widgets on headersCarlos Soriano2015-08-301-13/+59
* gtkplacesview: create placeholder before fetching networksCarlos Soriano2015-08-301-0/+1
* gtkplacesview: only filter out placeholder if searchingCarlos Soriano2015-08-301-2/+4
* places view: Don't spew needlesslyMatthias Clasen2015-08-281-1/+1
* places view: Use proper gettext macrosMatthias Clasen2015-08-251-2/+2
* Fix grammar in "No networks locations found"Piotr Drąg2015-08-251-1/+1
* gtkplacesview: bail out if operation cancelledCarlos Soriano2015-08-211-15/+27
* gtkplacesview: use g_utf8_collate for sortingCarlos Soriano2015-08-211-7/+7
* gtkplacesview: add a loading propertyCarlos Soriano2015-08-211-0/+39