summaryrefslogtreecommitdiff
path: root/src/baobab-location-list.vala
Commit message (Expand)AuthorAgeFilesLines
* Port to GTK4+libadwaitaChristopher Davis2021-10-081-5/+10
* Reference of [GtkChild] field is handled by GtkBuilder, type must be unownedRico Tzschichholz2021-03-171-9/+9
* location-list: Use libhandy styles instead of GtkFrame and headersChristopher Davis2020-12-261-10/+0
* Start styling the FolderDisplay widgetStefano Facchini2020-06-301-2/+2
* Minor refactoringStefano Facchini2020-06-301-10/+3
* Add the possibility to clear the list of recent locationsStefano Facchini2020-06-101-2/+15
* Improve detection of duplicated locationsStefano Facchini2020-05-311-7/+30
* Move the fs usage timeout back to LocationListStefano Facchini2020-05-311-0/+12
* location-list: Sort most recent items on topStefano Facchini2020-05-301-2/+0
* Query filesystem usage asynchronouslyStefano Facchini2020-05-271-17/+8
* location-list: vertically center labels for unmounted volumesStefano Facchini2017-10-291-2/+7
* location-list: Show an "Unmounted" label for unmounted volumesStefano Facchini2017-10-291-0/+2
* Add a timeout to regularly update disk usage informationStefano Facchini2017-10-291-0/+14
* location-list: Reload recent locations instead of adding newOndrej Holy2017-02-231-8/+19
* Rework contributed codeStefano Facchini2016-08-121-88/+40
* Rejig 'devices and locations' UIGeorge Barrett2016-08-121-55/+123
* LocationList: remove old workaroundStefano Facchini2016-04-111-9/+0
* Avoid deprecated GtkMisc xalign propertyStefano Facchini2014-07-021-16/+0
* Consistently use property assignment instead of getters/settersStefano Facchini2013-06-221-4/+3
* Adapt to vala bindings updateStefano Facchini2013-06-171-1/+1
* Remove custom GtkListBox bindingsStefano Facchini2013-06-171-5/+5
* Port to GtkListBoxStefano Facchini2013-06-131-9/+9
* Rename LocationWidget to LocationRowPaolo Borelli2013-06-081-2/+59
* location-list: make sure to add home location only onceStefano Facchini2012-10-131-2/+8
* Be robust if the recent list is shorter than MAXPaolo Borelli2012-10-061-1/+5
* Check for duplicates before adding a volumeStefano Facchini2012-10-031-0/+9
* location-list: Nothing do to in add_location if location doesn't have a fileStefano Facchini2012-10-031-0/+4
* Append new volumes before the "Home folder" locationStefano Facchini2012-10-031-3/+6
* Sort recent info by MRUStefano Facchini2012-10-021-10/+17
* Add 'tab-width: 4' to modeline in each .vala fileStefano Facchini2012-10-011-1/+1
* When monting a volume check for duplicates.Paolo Borelli2012-09-151-10/+12
* Fix warning reported by new vala versionPaolo Borelli2012-08-061-1/+1
* First cut at actovate on clickPaolo Borelli2012-08-011-3/+12
* Move scanner object into the locationPaolo Borelli2012-07-301-9/+9
* Factor out method to check if the location is already therePaolo Borelli2012-07-301-8/+10
* It turns out that clearing a list is this simple...Paolo Borelli2012-07-291-7/+1
* Store GFile in the Location classPaolo Borelli2012-07-281-4/+2
* Fold location-monitor into location-listPaolo Borelli2012-07-281-6/+137
* Add recent files supportPaolo Borelli2012-07-271-0/+4
* Factor out the location list widgetPaolo Borelli2012-07-241-0/+56