This commit is contained in:
Tony George 2016-10-15 16:03:07 +05:30
parent 4a4a4d1a3c
commit b3efe47ac4
4 changed files with 20 additions and 4 deletions

16
debian/changelog vendored
View File

@ -1,3 +1,19 @@
timeshift (16.10.4) trusty; urgency=medium
* Fixed build errors on trusty; Removed references to
Gtk.ButtonBoxStyle.EXPAND;
* Added support for BTRFS systems with @ and @home on separate
devices
* Added workaround for older versions of lsblk; Fixed support for
Ubuntu 14.04 and Mint 17.x;
* Updated list of donors in Credits section
-- Tony George <tony.george.kol@gmail.com> Sat, 15 Oct 2016 10:00:00 +0530
timeshift (16.10.3) trusty; urgency=medium
* Statusbar: Display dates in 24-hr format;

View File

@ -35,7 +35,7 @@ using TeeJee.Misc;
class RestoreWindow : Gtk.Window{
private Gtk.Box vbox_main;
private Gtk.Notebook notebook;
private Gtk.Box bbox_action;
private Gtk.ButtonBox bbox_action;
// tabs
private RestoreDeviceBox restore_device_box;
@ -141,7 +141,7 @@ class RestoreWindow : Gtk.Window{
}
private void create_actions(){
var hbox = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 6);
var hbox = new Gtk.ButtonBox (Gtk.Orientation.HORIZONTAL);
hbox.margin = 0;
hbox.margin_left = 24;
hbox.margin_right = 24;

View File

@ -37,7 +37,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift RSYNC";
public const string AppShortName = "timeshift";
public const string AppVersion = "16.10.3";
public const string AppVersion = "16.10.4";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";

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-10-15 15:53+0530\n"
"POT-Creation-Date: 2016-10-15 16: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"