[chronojump] Minor changes
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor changes
- Date: Mon, 15 May 2017 10:10:13 +0000 (UTC)
commit d2bd3e8bc9e0ac6cbfb53be66953645fabcbcf3b
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon May 15 12:08:49 2017 +0200
Minor changes
howto_compile.txt | 5 ++++-
src/gui/chronojump.cs | 5 +++--
2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/howto_compile.txt b/howto_compile.txt
index 865a924..28a2d9a 100644
--- a/howto_compile.txt
+++ b/howto_compile.txt
@@ -51,7 +51,10 @@ hdiutil create -size 200m ...
#if on packaging says: "diskimages-helper: DI_kextDriveDisconnect returned 268435459 ((ipc/send) invalid
destination port).", free space:
#free space:
-empty trash folder (should be enough)
+empty trash folder (should be enough) ~/.Trash
+rm *.pkg
+rm *.dmg
+
Find and delete big files:
du -h -d 1
delete the pkg, dmg and the "user"/Library/Caches
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 5ac448d..00fce23 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -634,14 +634,15 @@ public partial class ChronoJumpWindow
label_version_hidden.Text = buildVersion;
LogB.Information("Build version:" + buildVersion);
+ /*
LeastSquares ls = new LeastSquares();
ls.Test();
LogB.Information(string.Format("coef = {0} {1} {2}", ls.Coef[0], ls.Coef[1], ls.Coef[2]));
+ */
restTime = new RestTime();
updatingRestTimes = true;
- //GLib.Timeout.Add(5000, new GLib.TimeoutHandler(updateRestTimes)); //each 5s
- GLib.Timeout.Add(1000, new GLib.TimeoutHandler(updateRestTimes)); //each s, better for don't
have problems sorting data on treeview
+ GLib.Timeout.Add(1000, new GLib.TimeoutHandler(updateRestTimes)); //each s, better than 5s
for don't have problems sorting data on treeview
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]