Added new app icon; MainWindow: Toolbar: Hide icons in dropdown menu;

This commit is contained in:
Tony George 2016-09-24 23:02:41 +05:30
parent 59c49b347b
commit 16ea3c44d5
13 changed files with 8 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

BIN
icons/timeshift.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
icons/timeshift_2_black.xcf Normal file

Binary file not shown.

BIN
icons/timeshift_2_white.xcf Normal file

Binary file not shown.

BIN
icons/timeshift_black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
icons/timeshift_white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -62,12 +62,14 @@ class MainWindow : Gtk.Window{
//timers
private uint tmr_init;
private int def_width = 650;
private int def_height = 500;
public MainWindow () {
this.title = AppName + " v" + AppVersion;
this.window_position = WindowPosition.CENTER;
this.modal = true;
this.set_default_size (700, 500);
this.set_default_size (def_width, def_height);
this.delete_event.connect(on_delete_event);
this.icon = get_app_icon(16);
@ -352,9 +354,9 @@ class MainWindow : Gtk.Window{
var box = new Gtk.Box (Orientation.HORIZONTAL, 3);
menu_item.add(box);
var icon = get_shared_icon(icon_name_stock, icon_name_custom, icon_size);
icon.set_tooltip_text(tooltip_text);
box.add(icon);
//var icon = get_shared_icon(icon_name_stock, icon_name_custom, icon_size);
//icon.set_tooltip_text(tooltip_text);
//box.add(icon);
var label = new Gtk.Label(label_text);
label.xalign = (float) 0.0;

View File

@ -188,7 +188,7 @@ public class RsyncTask : AsyncTask{
log_debug("log_file = %s".printf(log_file_path));
prg_count = 0;
prg_count_total = file_line_count(log_file_path);;
prg_count_total = file_line_count(log_file_path);
try {
string line;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: timeshift 1.6\n"
"Report-Msgid-Bugs-To: teejee2008@gmail.com\n"
"POT-Creation-Date: 2016-09-24 22:23+0530\n"
"POT-Creation-Date: 2016-09-24 23:02+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"