commit 8c94763df84ed1b2251ac38db40544091e38c03e Author: Ask Hjorth Larsen Date: Sun Feb 7 16:35:17 2016 +0100 Updated Danish translation po/da.po | 55 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) commit 4d053a0c436c55801b3a94fa913bfb8ad3f64afb Author: Cosimo Cecchi Date: Thu Feb 4 11:24:01 2016 -0800 appdata: fix to match rename of desktop file data/org.gnome.bijiben.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2544124aadb75be3b16c79e15b0fb9b51a19251c Author: Cosimo Cecchi Date: Mon Feb 1 15:03:51 2016 -0800 bjb-app-menu: use logo-icon-name to add an icon to about dialog This was previously displayed because we were calling gtk_window_set_icon_list(), but that was wrong as it will hardcode a specific resolution to the icon. The correct way to do this is to just use the "logo-icon-name" property of GtkAboutDialog. https://bugzilla.gnome.org/show_bug.cgi?id=761436 src/bjb-app-menu.c | 28 ++++++++++++++-------------- src/bjb-app-menu.h | 3 --- 2 files changed, 14 insertions(+), 17 deletions(-) commit ac78022b211665e939cf730c4d719add1d439b0b Author: Cosimo Cecchi Date: Mon Jul 6 23:36:04 2015 -0700 bijiben: simplify code We don't need to pass an error around here. https://bugzilla.gnome.org/show_bug.cgi?id=761436 src/bjb-bijiben.c | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) commit 121f0a3593a023378bd5f0b55995f306b7029080 Author: Cosimo Cecchi Date: Mon Jul 6 23:29:39 2015 -0700 window-base: don't call gtk_window_set_icon_list() This is not needed; the desktop shell will automatically read the icon at the appropriate size from the desktop file. https://bugzilla.gnome.org/show_bug.cgi?id=761436 src/bjb-window-base.c | 30 ------------------------------ 1 file changed, 30 deletions(-) commit ff211a9898813aa4c1785ff6ce79d181d0f1d193 Author: Cosimo Cecchi Date: Mon Jul 6 23:26:49 2015 -0700 window-base: remove unused code https://bugzilla.gnome.org/show_bug.cgi?id=761436 src/bjb-window-base.c | 14 -------------- 1 file changed, 14 deletions(-) commit e9da15e2351375ca784b43a463ce1f6e6dfe3433 Author: Piotr Drąg Date: Tue Feb 2 00:15:30 2016 +0100 Updated POTFILES.in and POTFILES.skip po/POTFILES.in | 6 +++--- po/POTFILES.skip | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) commit a4c68742cea527dd4d2ef325dd91bf2ba1bb2cff Author: Cosimo Cecchi Date: Sun Jan 31 15:29:54 2016 -0600 Rename icons to match app ID In preparation for xdg-app. https://bugzilla.gnome.org/show_bug.cgi?id=761377 data/icons/HighContrast_apps_scalable_bijiben.svg | 0 ...ighContrast_apps_scalable_org.gnome.bijiben.svg | 0 data/icons/Makefile.am | 16 +- data/icons/bijiben-src.svg | 2300 -------------------- data/icons/hicolor_apps_16x16_bijiben.png | Bin 666 -> 0 bytes .../icons/hicolor_apps_16x16_org.gnome.bijiben.png | Bin 0 -> 666 bytes data/icons/hicolor_apps_22x22_bijiben.png | Bin 784 -> 0 bytes .../icons/hicolor_apps_22x22_org.gnome.bijiben.png | Bin 0 -> 784 bytes data/icons/hicolor_apps_24x24_bijiben.png | Bin 770 -> 0 bytes .../icons/hicolor_apps_24x24_org.gnome.bijiben.png | Bin 0 -> 770 bytes data/icons/hicolor_apps_256x256_bijiben.png | Bin 22451 -> 0 bytes .../hicolor_apps_256x256_org.gnome.bijiben.png | Bin 0 -> 22451 bytes data/icons/hicolor_apps_32x32_bijiben.png | Bin 1484 -> 0 bytes .../icons/hicolor_apps_32x32_org.gnome.bijiben.png | Bin 0 -> 1484 bytes data/icons/hicolor_apps_48x48_bijiben.png | Bin 2561 -> 0 bytes .../icons/hicolor_apps_48x48_org.gnome.bijiben.png | Bin 0 -> 2561 bytes .../hicolor_apps_scalable_bijiben-symbolic.svg | 26 - ...or_apps_scalable_org.gnome.bijiben-symbolic.svg | 26 + data/icons/org.gnome.bijiben-src.svg | 2300 ++++++++++++++++++++ data/org.gnome.bijiben.desktop.in.in | 2 +- src/bjb-window-base.c | 2 +- 21 files changed, 2336 insertions(+), 2336 deletions(-) commit 562c7c3b5736f38b9afba86a2d815864a4f59f59 Author: Cosimo Cecchi Date: Sun Jan 31 15:26:41 2016 -0600 Rename appdata and XML mime file For consistency. https://bugzilla.gnome.org/show_bug.cgi?id=761377 data/Makefile.am | 4 ++-- data/bijiben.appdata.xml.in | 35 ----------------------------------- data/bijiben.xml.in | 7 ------- data/org.gnome.bijiben.appdata.xml.in | 35 +++++++++++++++++++++++++++++++++++ data/org.gnome.bijiben.xml.in | 7 +++++++ 5 files changed, 44 insertions(+), 44 deletions(-) commit c4bdc6aebd955b230e3cd0f123f978d257b7f827 Author: Cosimo Cecchi Date: Sun Jan 31 15:24:24 2016 -0600 Rename desktop file to be consistent with app ID Instead of bijiben.desktop, we should follow the convention of desktop ID matching app ID. https://bugzilla.gnome.org/show_bug.cgi?id=761377 configure.ac | 2 +- data/Makefile.am | 6 +++--- data/bijiben.desktop.in.in | 17 ----------------- data/org.gnome.bijiben.desktop.in.in | 17 +++++++++++++++++ 4 files changed, 21 insertions(+), 21 deletions(-) commit 3164a7c465b36dc212fc939ea7f9e0e0b54c9539 Author: Cosimo Cecchi Date: Sun Jan 31 15:22:35 2016 -0600 Rename search provider to use consistent app ID Use org.gnome.bijiben like the main application instead of org.gnome.Bijiben. https://bugzilla.gnome.org/show_bug.cgi?id=761377 data/Makefile.am | 6 +++--- data/bijiben-search-provider.ini | 5 ----- data/org.gnome.Bijiben.SearchProvider.service.in | 4 ---- data/org.gnome.bijiben-search-provider.ini | 5 +++++ data/org.gnome.bijiben.SearchProvider.service.in | 4 ++++ src/bijiben-shell-search-provider.c | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-)