summaryrefslogtreecommitdiff
path: root/tests/testplacesview.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove testplacesview testBenjamin Otte2015-07-161-0/+2
| | | | | The GtkPlacesView widget was made private, so we can't create it in a testcase.
* placesview: add view for fixed drives and networksGeorges Basile Stavracas Neto2015-07-151-0/+24
Places sidebar shows XDG directories, mounted and unmounted devices, connected networks, bookmarks and actions like 'Connect to server' and 'Insert location', which causes the sidebar to grow very quickly and look cluttered. Because of that, new mockups for the sidebar try to simplify it. To make the sidebar simpler, the new mockups propose that it should only handle connected networks and removable devices such as flash drives and USB devices, and delegates other devices for external widgets through the 'Other Locations' item. To handle fixed devices and manage network connections, add a new widget named GtkPlacesView, based on Nautilus mockups to keep consistency between GNOME file management tools - in this case, between Nautilus and the bundled Gtk's file chooser. https://bugzilla.gnome.org/show_bug.cgi?id=752034