summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Update AppDataStefano Facchini2016-08-121-1/+6
| | | | As suggested by "appstream-util upgrade".
* Improve AppData fileStefano Facchini2016-08-101-5/+11
|
* Fix extraction of appdata translationsStefano Facchini2016-08-092-9/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=769646
* Add translator comments to .desktopPiotr Drąg2016-08-081-0/+2
|
* Stop using intltoolStefano Facchini2016-08-084-20/+21
|
* AppData: Mark as unremovable in GNOME SoftwareRichard Hughes2016-03-281-0/+1
|
* Add a missing tag to the AppData fileRichard Hughes2016-01-251-0/+1
|
* Add a missing tag to the AppData fileRichard Hughes2016-01-251-0/+1
|
* Update appdata with kudosStefano Facchini2015-11-281-0/+6
|
* fix url link from man pagealthaser2014-10-131-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=738372
* Add X-GNOME-Utilities desktop file categoryElad Alfassa2014-09-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735289
* Move custom icons in resourcesStefano Facchini2014-07-133-202/+0
|
* Rename the .appdata.xml file after the DBus-activatable switchRichard Hughes2014-07-022-2/+2
|
* Update MakefileStefano Facchini2014-04-141-0/+1
|
* baobab: Make DBus-activatableMatthias Clasen2014-04-122-2/+12
| | | | | | | | | This commit installs a service file, renames the desktop file to follow the bus name, and adds the DBusActivatable key to the desktop file, following https://wiki.gnome.org/HowDoI/DBusApplicationLaunching https://bugzilla.gnome.org/show_bug.cgi?id=727918
* Cleanup MakefileStefano Facchini2013-10-141-2/+3
|
* Use a better screenshot for AppdataStefano Facchini2013-09-052-1/+1
| | | | In English and without showing proprietary software names :)
* Ship Appdata fileStefano Facchini2013-09-023-3/+30
|
* Fix gettext domain substitution in schema fileStefano Facchini2013-08-261-4/+4
|
* Specify possible values for 'active-chart' gsettings keyStefano Facchini2013-07-191-0/+4
|
* Add keywords to the desktop fileMatthias Clasen2012-10-271-0/+1
| | | | This makes gnome-shell search more pleasant and useful.
* window: remember size and maximized stateStefano Facchini2012-10-221-0/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=611843
* Update manual pageStefano Facchini2012-10-171-7/+6
|
* Remove unused monitor-home key from schemaPiotr Drąg2012-08-201-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=617554#c5
* Replace home directory to home folderLeandro Toledo de Souza2012-08-201-1/+1
| | | | | | | Replaces string in baobab.schemas.in, home directory to home folder. I found only one string with this text. https://bugzilla.gnome.org/show_bug.cgi?id=617554
* Add mime type to desktop file.Paolo Borelli2012-07-311-0/+1
| | | | This way we are listed as an app able to open directories
* Remove settings that are not used anymorePaolo Borelli2012-07-271-10/+0
|
* Distribute chart iconsStefano Facchini2012-05-141-1/+2
|
* Use symbolic icons for the chart selectionPaolo Borelli2012-04-053-2/+203
|
* Use GResourceIgnacio Casal Quinteiro2012-04-054-777/+0
|
* Use a GtkInfoBar to display errors.Paolo Borelli2012-04-051-2/+62
|
* Use Radio buttons for the chart selectionPaolo Borelli2012-04-051-2/+3
| | | | This makes sure one is always selected.
* Start to implement "Scan remote dir"Paolo Borelli2012-04-051-2/+10
| | | | | Instead of reimplementing it, spawn nautilus-connect-server and grab the output uri. The actual scanning does not work yet.
* Show a spinner while scanning.Paolo Borelli2012-04-051-0/+12
| | | | | | | Instead of showing it in the toolbar and show a frozen chart like we did in the old baobab, let's try to just put the spinner in the main chart area... seems to look nice enough with the scalable spinner icon used these days.
* First cut at treeview context menuPaolo Borelli2012-04-051-0/+22
|
* Use radio buttons for chart selectionPaolo Borelli2012-04-051-53/+89
| | | | | Use two radio buttons at the bottom for the chart selection instead of the combobox. I would like to use symbolic icons though...
* menus: Update to new menu XML formatRyan Lortie2012-04-051-24/+99
| | | | The GtkBuilder format for menus changed. Adjust accordingly.
* Kill the statusbarPaolo Borelli2012-04-052-15/+4
| | | | It serves no purpose.
* Let's give up and special case menus.Paolo Borelli2012-04-051-0/+16
| | | | | On new shells just use the new app menu, on other systems use a plain menubar.
* More work on the App menuPaolo Borelli2012-04-051-9/+9
|
* First cut at action sensitivity.Paolo Borelli2012-04-051-3/+3
|
* First cut at menusPaolo Borelli2012-04-052-0/+38
|
* Start to implement set_busy.Paolo Borelli2012-04-051-1/+1
| | | | | Note that since the scanner is async we will actually need to wire this up to a a "running" state of the scanner itself.
* wire up the toolbar buttonsRyan Lortie2012-04-051-8/+12
| | | | | | | This requires the latest git version of vala to build. In order to actually work, it also requires a patched gtk+ (with the patch in bug #667394).
* main window ui: use default toolbar styleRyan Lortie2012-04-051-1/+0
|
* main window ui: reorder children in fileRyan Lortie2012-04-051-28/+28
| | | | | This commit should have no effect -- it just puts the children in the order of appearance.
* main window ui: tweak some margins and sizesRyan Lortie2012-04-051-1/+10
|
* reimplement the progress bar cell rendererRyan Lortie2012-04-051-2/+5
| | | | | If we base this on GtkCellRendererProgress then we can drop a lot of lines (really, we only need to implement the draw function).
* Begin rewrite in ValaRyan Lortie2012-04-051-393/+253
| | | | | | | | | | | | | | | | | The current baobab code is in a bad way, so after some discussion on IRC, we've decided that a rewrite is in order. - the core application logic will be switched to Vala - more effective use will be made of GtkBuilder - the charts (ringchart, treemap) and progress cell renderer are well-written, so we will keep the C versions of them around - the port will make use of GtkApplication, including GMenu This commit represents the very start of a rather large work-in-progress.
* Improve UI stringsEkaterina Gerasimova2012-02-202-8/+8
| | | | Including replacing "..." with "…", "filesystem" with "file system".