On Tue, Feb 10, 2015 at 4:24 PM, Tomaz Canabrava <[email protected]> wrote:

> Better explanation for #21
>
> On Tue, Feb 10, 2015 at 4:03 PM, Tomaz Canabrava <[email protected]>
> wrote:
>
>> this fixes a broken connection
>>
>> On Tue, Feb 10, 2015 at 3:56 PM, Tomaz Canabrava <[email protected]>
>> wrote:
>>
>>> Those extra patches fixes the resize and the flickering issues.
>>>
>>> On Tue, Feb 10, 2015 at 1:40 PM, Tomaz Canabrava <[email protected]>
>>> wrote:
>>>
>>>>
>>>>
>>>> On Tue, Feb 10, 2015 at 1:21 PM, Dirk Hohndel <[email protected]> wrote:
>>>>
>>>>> On Tue, Feb 10, 2015 at 12:36:34PM -0200, Tomaz Canabrava wrote:
>>>>> > There are obvious bugs that i'm working on.
>>>>> > most notably, it forgets the size of the widgets.
>>>>>
>>>>> So do these get us back to a "mostly working" state? I don't want
>>>>> master
>>>>> to be completely unusable...
>>>>>
>>>>
>>>> not completely.
>>>>
>>>>
>>>>>
>>>>> /D
>>>>>
>>>>>
>>>>
>>>
>>
>
From 54cd10d0a7ef08171b1b00001f495b7e4413de9d Mon Sep 17 00:00:00 2001
From: Tomaz Canabrava <[email protected]>
Date: Tue, 10 Feb 2015 16:15:51 -0200
Subject: [PATCH 23/23] Removed unused enums

Thuis is garbage from the old code.

Signed-off-by: Tomaz Canabrava <[email protected]>
---
 qt-ui/mainwindow.h | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index f3d07fd..c095392 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -47,10 +47,7 @@ public:
 		COLLAPSED,
 		EXPANDED
 	};
-	enum InfoWidgetIndexes {
-		MAINTAB,
-		PLANNERWIDGET
-	};
+
 	enum CurrentState {
 		VIEWALL,
 		GLOBE_MAXIMIZED,
@@ -59,13 +56,6 @@ public:
 		LIST_MAXIMIZED
 	};
 
-	enum WidgetLocation {
-		TOPLEFT,
-		BOTTOMLEFT,
-		TOPRIGHT,
-		BOTTOMRIGHT
-	};
-
 	MainWindow();
 	virtual ~MainWindow();
 	static MainWindow *instance();
-- 
2.3.0

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to