subsurface/qt-ui
Tomaz Canabrava 9b0a44196c 'Cancel' action Cancels editing Cylinders.
Made the default 'Cancel' action correctly cancel
the cylinder edition. This is needed only because
we bypassed the default behavior on Qt that took
care of this, because we wanted to have more control
on how the view would update the items accordingly
with wich one of the cylinders were selected
on the edition pane - the pressure and size of the
cylinders needed to have it's data set, but the Qt
Model/View system *thinks* that cancel-edition is
simply 'do not commit the edition data, then.' wich
would not work with us, because we passed the strange
data already. So, I created a backup data that serves
us very well. When the user cancels, this backup data
is added back on the cylinder, making everything as
it was before.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
2013-07-18 10:24:02 -03:00
..
marble Work around broken Marble on Debian 2013-05-18 09:49:37 -07:00
about.cpp Close child windows and dialogs with main window 2013-06-28 20:23:59 +08:00
about.h Add an 'About' dialog for the Qt UI 2013-06-24 07:44:28 -07:00
about.ui About: improve dialog layout 2013-07-11 09:22:20 -03:00
divecomputermanagementdialog.cpp Close child windows and dialogs with main window 2013-06-28 20:23:59 +08:00
divecomputermanagementdialog.h Converting the device_info list into a Qt data structure 2013-06-18 00:24:28 -07:00
divecomputermanagementdialog.ui Converting the device_info list into a Qt data structure 2013-06-18 00:24:28 -07:00
divelistview.cpp Qt: Implement trip merging logic 2013-07-04 23:00:12 -07:00
divelistview.h Qt: Implement trip merging logic 2013-07-04 23:00:12 -07:00
diveplanner.cpp Added a messageBox when the planner quits with a working plan. 2013-07-04 12:58:11 -03:00
diveplanner.h Added the left / right shortcuts for moving the handlers around in time. 2013-07-04 12:30:05 -03:00
diveplanner.ui Added a new class to handle the DivePlanner dialog 2013-06-20 18:40:59 -03:00
downloadfromdivecomputer.cpp A couple of dialog modality considerations 2013-06-28 20:24:14 +08:00
downloadfromdivecomputer.h Consistently use slots / signals 2013-06-19 10:20:56 -07:00
downloadfromdivecomputer.ui Change title of dive download form 2013-06-12 07:27:58 -04:00
globe.cpp Coordinate some mark_divelist_changed() calls 2013-06-27 20:57:11 +08:00
globe.h Consistently use slots / signals 2013-06-19 10:20:56 -07:00
graphicsview-common.cpp Change the color of the DepthString based on it's deepness 2013-07-02 13:31:25 -03:00
graphicsview-common.h Added 2 new files to handle the common stuff for graphics. 2013-07-02 10:08:16 -03:00
kmessagewidget.cpp Fixed the 'click in close doesn't close' on KMessageWidget. 2013-05-22 08:10:02 -03:00
kmessagewidget.h Compile fix 2013-05-17 22:27:50 -07:00
maintab.cpp Adds Single-Click editions on the TableView 2013-07-17 12:13:04 -03:00
maintab.h Adds Single-Click editions on the TableView 2013-07-17 12:13:04 -03:00
maintab.ui Show empty labels in the Stats tab 2013-06-27 20:57:13 +08:00
mainwindow.cpp Print: add UI for a print dialog 2013-07-09 21:01:42 +03:00
mainwindow.h Profile: prevent a bug when switching views 2013-07-05 07:38:29 -07:00
mainwindow.ui Moved the DivePlanner to the MainWindow. 2013-06-27 14:48:03 -03:00
modeldelegates.cpp 'Cancel' action Cancels editing Cylinders. 2013-07-18 10:24:02 -03:00
modeldelegates.h 'Cancel' action Cancels editing Cylinders. 2013-07-18 10:24:02 -03:00
models.cpp 'Cancel' action Cancels editing Cylinders. 2013-07-18 10:24:02 -03:00
models.h 'Cancel' action Cancels editing Cylinders. 2013-07-18 10:24:02 -03:00
plotareascene.cpp Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
plotareascene.h Add Qtr_ macros that uses gettext in a tr() compatible manner 2013-04-13 20:44:02 -07:00
preferences.cpp Close child windows and dialogs with main window 2013-06-28 20:23:59 +08:00
preferences.h Tie all the pieces together and make Preferences work as intended 2013-06-03 21:08:49 +09:00
preferences.ui Correctly implement Metric / Imperial / Personalize preference 2013-06-02 19:52:18 +09:00
printdialog.cpp Print: add a print preview for testing purposes 2013-07-10 19:27:10 +03:00
printdialog.h Print: add a print preview for testing purposes 2013-07-10 19:27:10 +03:00
printlayout.cpp Clear multi-line string separator on the c++ code. 2013-07-16 12:49:31 -03:00
printlayout.h Print: mark some functions in PrintLayout as 'const' 2013-07-11 12:55:48 +03:00
printoptions.cpp Print: move some header includes to cpp files 2013-07-11 00:45:29 +03:00
printoptions.h Print: move some header includes to cpp files 2013-07-11 00:45:29 +03:00
printoptions.ui Print: correct tab order in the options widget 2013-07-10 10:50:33 +03:00
profilegraphics.cpp Profile: prevent a bug when switching views 2013-07-05 07:38:29 -07:00
profilegraphics.h Profile: improve tooltip animation 2013-07-05 07:38:27 -07:00
renumber.ui add forgotten file. 2013-06-17 13:54:50 -03:00
simplewidgets.cpp Addes a simple 'Renumber Dialog', very similar to the GTK one. 2013-06-17 13:41:00 -03:00
simplewidgets.h Addes a simple 'Renumber Dialog', very similar to the GTK one. 2013-06-17 13:41:00 -03:00
starwidget.cpp The never ending, futile fight for whitespace consistency 2013-05-22 21:31:45 -07:00
starwidget.h Consistently use slots / signals 2013-06-19 10:20:56 -07:00
subsurfacewebservices.cpp A couple of dialog modality considerations 2013-06-28 20:24:14 +08:00
subsurfacewebservices.h Hoocked up the buttons and the parsing of the XML. 2013-06-06 11:31:55 -03:00
subsurfacewebservices.ui Hoocked up the buttons and the parsing of the XML. 2013-06-06 11:31:55 -03:00