summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a symbolic icon to Location and use it in the pathbarreroot-viewStefano Facchini2020-06-303-5/+31
|
* Adjust FolderWidget for being visible while scanningStefano Facchini2020-06-302-1/+3
|
* Report progress also for item numberStefano Facchini2020-06-302-2/+8
|
* Drop the "scanning" page and report progress in FolderDisplayStefano Facchini2020-06-306-80/+22
| | | | We reduce a bit the amount of transitiong, and it looks better when rescanning.
* More styling of FolderDisplayStefano Facchini2020-06-303-1/+16
| | | | | Add a border below and an icon suggesting that clicking there will take you up one level.
* Use the busy mouse cursor while mountingStefano Facchini2020-06-301-0/+2
| | | | It could take a while so better show that something is going on.
* Tweak the scanning page transitionStefano Facchini2020-06-301-1/+2
|
* Improve the scanning progress labelStefano Facchini2020-06-303-3/+20
|
* Use a GtkTreeView as FolderDisplay and wire up sortingStefano Facchini2020-06-305-156/+140
|
* Use a subtler prelight effect on hoverStefano Facchini2020-06-302-3/+5
|
* Bring sorting backStefano Facchini2020-06-302-9/+25
|
* Start styling the pathbarStefano Facchini2020-06-303-3/+18
|
* Make the TreeView more reactiveStefano Facchini2020-06-301-0/+2
|
* Go up one level when FolderDisplay is clickedStefano Facchini2020-06-304-112/+143
|
* Put FolderDisplay class in its own source fileStefano Facchini2020-06-303-69/+91
|
* Throw only on errors for the location, not subdirectoriesStefano Facchini2020-06-302-17/+21
|
* Report the progress while scanningStefano Facchini2020-06-302-0/+18
|
* Add a way to retrieve the scanning progressStefano Facchini2020-06-301-0/+5
|
* Delay showing the result page until the scan is completedStefano Facchini2020-06-302-8/+30
| | | | | | | It seems that the combination GtkTreeView + GtkModelFilter chokes on directories with many entries. Show a simple "scanning page" instead.
* Reset active_location on cancelStefano Facchini2020-06-301-0/+2
|
* Start styling the FolderDisplay widgetStefano Facchini2020-06-305-9/+63
|
* Use the same formatting function everywhere in the UIStefano Facchini2020-06-303-41/+50
|
* Update the folder display after scanStefano Facchini2020-06-301-1/+3
|
* Fold two functions togetherStefano Facchini2020-06-301-17/+13
| | | | scan_active_location was now called only by scan_location.
* Split out a long anonymous functionStefano Facchini2020-06-301-34/+38
|
* Do not reroot at empty rowsStefano Facchini2020-06-302-8/+14
|
* Make sure a location has always a nameStefano Facchini2020-06-301-0/+7
|
* Re-root the treeview on row activationStefano Facchini2020-06-302-41/+48
| | | | In this way we can avoid horizontal scrolling in the treeview, at last.
* Clear pathbar and folder display when setting new locationStefano Facchini2020-06-302-2/+16
|
* Add a Pathbar widgetStefano Facchini2020-06-306-1/+118
| | | | Again, just a stub.
* Add a FolderDisplay widgetStefano Facchini2020-06-304-2/+169
| | | | Just a stub, lacks a ton of styling.
* Minor refactoringStefano Facchini2020-06-303-44/+45
|
* Fix the cancellation logicStefano Facchini2020-06-301-12/+5
| | | | | | | | | The cancellation error was actually never reported because the Results object carrying it was discarded in cancel_and_reset() when draining the async queue, so it never had a chance of being processed. Instead we synthetize a cancellation error ourselves and properly emit the completed() signal.
* Updated Spanish translationDaniel Mustieles2020-06-291-14/+37
|
* Update Kazakh translationBaurzhan Muftakhidinov2020-06-281-161/+191
|
* Tweak color paletteStefano Facchini2020-06-282-6/+5
| | | | Rearrange the colors so that we start with red again, and remove brown.
* Update chart color paletteStefano Facchini2020-06-272-10/+11
| | | | Following https://developer.gnome.org/hig/stable/icon-design.html
* Update Ukrainian translationYuri Chornoivan2020-06-261-6/+8
|
* flatpak: add ability to trash filesStefano Facchini2020-06-261-1/+2
|
* Update Romanian translationFlorentina Mușat2020-06-261-6/+6
|
* Invert default flag when scanning from command lineStefano Facchini2020-06-252-6/+6
| | | | Better to keep our old behaviour as default, it's simpler and more useful.
* Update Chinese (China) translationBoyuan Yang2020-06-231-157/+187
|
* Update Turkish translationEmin Tufan Çetin2020-06-221-12/+32
|
* Update Romanian translationFlorentina Mușat2020-06-211-3/+7
|
* Remove shadows from screenshotsStefano Facchini2020-06-203-2/+2
|
* Update Ukrainian translationYuri Chornoivan2020-06-201-5/+10
|
* Update Appdata and add new screenshotsStefano Facchini2020-06-204-4/+8
|
* Update Romanian translationFlorentina Mușat2020-06-201-5/+12
|
* Update Ukrainian translationYuri Chornoivan2020-06-201-7/+11
|
* Update man pageStefano Facchini2020-06-201-142/+30
|