commit 0df085d59b5416ade489ea9c00f7f9e78854fd8c Author: Stefano Facchini Date: 2014-07-23 Release 3.13.2 M NEWS M configure.ac commit 3deedd8f8ab81061c1964d33d709543b6845474e Author: Stefano Facchini Date: 2014-07-23 Bump vala requirements M configure.ac commit 039bafe5fd152bd5f2ff1f7623dd96fe98ca2d11 Author: Kjartan Maraas Date: 2014-07-21 Updated Norwegian bokmål translation from Åka Sikrom. M po/nb.po commit 88d4f538e7e24ccf648da341063468c21af8ac8a Author: Kjartan Maraas Date: 2014-07-21 Updated Norwegian bokmål translation from Åka Sikrom. M po/nb.po commit 8f337eddffd696ea9bbdc98253d515464d19428a Author: Enrico Nicoletto Date: 2014-07-14 Updated Brazilian Portuguese translation M po/pt_BR.po commit 500cc2c091b7615654eaf7481d2d8ceb421ea827 Author: Stefano Facchini Date: 2014-07-09 Move custom icons in resources M data/Makefile.am M src/baobab.gresource.xml R100 data/view-ringschart-symbolic.svg src/icons/view-ringschart-symbolic.svg R100 data/view-treemap-symbolic.svg src/icons/view-treemap-symbolic.svg commit 3928dcb056e20c2954b0c6c34012d0b5ed5f0ef5 Author: Stefano Facchini Date: 2014-07-13 ringschart: tooltip improvements 1. Tooltips are now painted starting from the biggest element. 2. Text is ellipsized if too long, instead of just hiding the tooltip. M src/baobab-ringschart.vala commit 233fc9f9e754b97fc4c291d0585150a187ab32d3 Author: Stefano Facchini Date: 2014-07-13 chart: use Gtk.Application.get_menu_by_id() for context menu M src/baobab-chart.vala commit 5092eb57fa220e83664d7fd576b23bd985fa0006 Author: Stefano Facchini Date: 2014-07-12 Simplify "active-chart" property handling We can use g_settings_create_action() to automatically manage the GSettings and the GtkStack property. But to do so we need to use an intermediate stack for the spinner, so to keep the bijective correspondence gsettings state <-> chart stack state. M src/baobab-main-window.ui M src/baobab-window.vala commit f1914e7d237b12ccce3f659ec262fabc7e1e3e6a Author: Stefano Facchini Date: 2014-07-12 application: Do not use a static global object M src/baobab-application.vala M src/baobab-scanner.vala M src/baobab-window.vala commit 6a699352022f71505a497330a43ef4da6c627672 Author: Stefano Facchini Date: 2014-07-11 Chart: put the switcher inside a GtkActionBar M src/baobab-main-window.ui commit bc562619eea257a1574e9937110c566eb7a7c04b Author: Stefano Facchini Date: 2014-07-11 Fix context menu in treeview https://bugzilla.gnome.org/show_bug.cgi?id=731688 M src/baobab-window.vala commit 7a704dbfa6821dbc56b76f1b4f2927e096f4bceb Author: Piotr Drąg Date: 2014-07-10 Updated POTFILES.in M po/POTFILES.in commit 1cbbeef16bec450e2546ef9047e035f29f58fd90 Author: MarMav Date: 2014-07-09 Updated Greek translation M po/el.po commit f17e43f98e0a12d389df81fa09af49087aff4a76 Author: Stefano Facchini Date: 2014-07-08 Fix srcdir != builddir This partially reverts commit 28b322ce4d583304d8ded89029440915a8176f08. https://bugzilla.gnome.org/show_bug.cgi?id=732919 M src/Makefile.am R100 src/resources/ui/baobab-location-row.ui src/baobab-location-row.ui R100 src/resources/ui/baobab-main-window.ui src/baobab-main-window.ui R100 src/resources/baobab.css src/baobab.css A src/baobab.gresource.xml R100 src/resources/gtk/menus.ui src/menus.ui D src/resources/baobab.gresource.xml commit 99298b2d032abc18bf6ccf45b59102bb8aa25264 Author: Stefano Facchini Date: 2014-07-08 Use new view-context-menu-symbolic icon for "gear" menu The icon is automatically set by GTK+ when "direction" is none. M src/resources/ui/baobab-main-window.ui commit 28b322ce4d583304d8ded89029440915a8176f08 Author: Stefano Facchini Date: 2014-07-07 Use a separate directory for resources Notably, menus are now at resource path /org/gnome/baobab/gtk/menus.ui, which allows for automatic picking of app-menu by GTK+. M po/POTFILES.in M src/Makefile.am M src/baobab-application.vala M src/baobab-chart.vala D src/baobab.gresource.xml R100 src/baobab.css src/resources/baobab.css A src/resources/baobab.gresource.xml R098 src/baobab-menu.ui src/resources/gtk/menus.ui R100 src/baobab-location-row.ui src/resources/ui/baobab-location-row.ui R100 src/baobab-main-window.ui src/resources/ui/baobab-main-window.ui commit 9d06479268f867f69dc44600bc3984d2ecf6f6ef Author: hannie Date: 2014-07-07 Updated Dutch translation master 3-14 M po/nl.po commit 9ff1e0e09f668653eba290ba32aa0a409a26780d Author: Stefano Facchini Date: 2014-07-06 Chart: derive from GtkDrawingArea M src/baobab-chart.vala commit 15475b2920e88d4da90f39e55c1da0e5b88d7b29 Author: Stefano Facchini Date: 2014-07-06 Use an offscreen surface for chart drawing Previously the border between angular sectors in Ringschart was obtained by a cairo_stroke() with the background color. The problem with this is that we needed to fetch the color from the theme somehow and this was not always possible (for instance the HighContrast theme does not define @theme_bg_color). Now we just draw to an offscreen surface and obtain the borders by clearing the relevant pixels. The surface is finally painted on the window. M src/baobab-chart.vala M src/baobab-ringschart.vala M src/baobab.css commit d8ec52311d897662c90f64eed2014434be61a95c Author: Yuri Myasoedov Date: 2014-07-05 Updated Russian translation M po/ru.po commit c3fd95381b6fb6eb64f0cee6695a8bb137de74b4 Author: Yuri Myasoedov Date: 2014-07-05 Updated Russian translation M po/ru.po commit 05b71aab541793d48d26e2344a045f0cfa0fb3ab Author: Benjamin Steinwender Date: 2014-07-05 Updated German translation M po/de.po commit f2c8cd06a8971f48002cb4eb5dc24a14bd9e5990 Author: Stefano Facchini Date: 2014-07-05 Do not strip blanks from resource files They look better in the inspector M src/baobab.gresource.xml commit fb20019f693c143d8f227412e7550b9fb112a185 Author: Stefano Facchini Date: 2014-07-05 CSS fixes M src/baobab-cellrenderers.vala M src/baobab-ringschart.vala M src/baobab.css commit b32bd34132871d5389307ba14f26ed54308a146c Author: Stefano Facchini Date: 2014-07-05 Add custom CSS Import custom CSS from gnome-themes-standard repository. M src/Makefile.am M src/baobab-application.vala A src/baobab.css M src/baobab.gresource.xml commit a08758b2f5933ce8d8bf07b055e7430593cbf163 Author: Richard Hughes Date: 2014-07-02 Rename the .appdata.xml file after the DBus-activatable switch M data/Makefile.am R092 data/baobab.appdata.xml.in data/org.gnome.baobab.appdata.xml.in M po/POTFILES.in commit 8604ac7e606f9bff6ebf5648b46707b968cd5c51 Author: Stefano Facchini Date: 2014-07-02 Replace deprecated margin-right with margin-end M src/baobab-main-window.ui commit ca75079dc42c13c941e18b902f747d58de04199f Author: Stefano Facchini Date: 2014-07-02 Avoid deprecated GtkMisc xalign property M src/baobab-location-list.vala M src/baobab-location-row.ui commit afe7ec134cc374a2a8cd96e3a011c54d8052d8c9 Author: Fran Diéguez Date: 2014-07-01 Updated Galician translations M po/gl.po commit ae46510f3df8cb439c60a588f8fb3c509c988dc7 Author: Andika Triwidada Date: 2014-06-29 Updated Indonesian translation M po/id.po commit 8c79ddae28db7979132b1bdcd02dcc33eb49cc84 Author: Muhammet Kara Date: 2014-06-22 Updated Turkish translation M po/tr.po commit 54ad50954ae5756a9ba2b0c7c6674e5dd3bd0a32 Author: Aurimas Černius Date: 2014-06-22 Updated Lithuanian translation M po/lt.po commit 147686fdd53399fc0e934f9a368e7058f4d45d29 Author: Balázs Úr Date: 2014-06-22 Updated Hungarian translation M po/hu.po commit 7f645b5ea51d031ca6bb31bb6a3537f871d1f28b Author: Yosef Or Boczko Date: 2014-06-18 Updated Hebrew translation M po/he.po commit eece2932c7e57a51cf9edb7c1d31e5d92e762d4e Author: Daniel Mustieles Date: 2014-06-17 Updated Spanish translation M po/es.po commit c976fadefaa799fedd619b320f0096606be8319f Author: Jean-François Fortin Tam Date: 2014-06-15 Rename "Move to parent folder" to "Go to parent folder" Fixes bug #726936 M src/baobab-menu.ui commit 35181d92ea4671893744cddebd7fcda589e66178 Author: Matej Urbančič Date: 2014-06-16 Updated Slovenian translation M po/sl.po commit bdbfdf16fde587e4237f560127173f83dd29f349 Author: Kjartan Maraas Date: 2014-06-08 Updated Norwegian bokmål translation. M po/nb.po commit 7167c12b88fe6319c241e855c586252693ee492d Author: Muhammet Kara Date: 2014-05-29 Updated Turkish translation M po/tr.po commit 1124eefaf9266efe807409df65454e21763e3e19 Author: Stefano Facchini Date: 2014-05-27