Re: Notification Patches.

2015-02-26 Thread Willem Ferguson
On 27/02/2015 08:20, Dirk Hohndel wrote: On Fri, Feb 27, 2015 at 03:53:24AM +0200, Gehad Elrobey wrote: Exporting big xslt files may need some time, so showing notifications with the exporting condition is important. Yes. I used the main error message bar for showing exporting updates (which

Re: Request For Comments - Undo/Redo framework

2015-02-26 Thread Dirk Hohndel
Hi Grace... On Tue, Feb 24, 2015 at 07:54:15PM +0300, Grace Karanja wrote: diff --git a/qt-ui/simplewidgets.cpp b/qt-ui/simplewidgets.cpp index f7944c9..7de067d 100644 --- a/qt-ui/simplewidgets.cpp +++ b/qt-ui/simplewidgets.cpp @@ -142,8 +142,19 @@ void

partial pressures variables code cleanup

2015-02-26 Thread Willem Ferguson
Robert, I would appreciate some advice from you. 1) The pressures structure contains a member for the partial pressure of each of the three possible gases (o2,n2,he). At present these members are defined as double. If one could change their type to o2pressure_t (this is really an int16 in

Notification Patches.

2015-02-26 Thread Gehad Elrobey
Exporting big xslt files may need some time, so showing notifications with the exporting condition is important. I used the main error message bar for showing exporting updates (which can be a little bit confusing as updates are not errors) so I added the notification object to the main window