subsurface/qt-ui
Tomaz Canabrava 1f80788286 Added a DiveEventItem that knows how to handle itself.
Simply pass a event to the item and it will know what
to do. The sad part is that this isn't true yet - there's
quite a bit of boilerplate that a lot of the items are needing,
but the good part is that the boolerplate is the same in
all of the items, which means that I can create a tiny bit
of abstraction to encapsulate it and the code will be
way smaller to setup the items on the canvas.

Right now the items are being correctly placed on the
right places. It doesn't supports hidding / showing yet.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-01-17 06:17:09 +07:00
..
css Fix TableWidget ( equipment ones ) on dark scheme. 2013-12-12 03:26:39 +01:00
marble Resync included header with upstream 2014-01-15 15:49:50 +07:00
profile Added a DiveEventItem that knows how to handle itself. 2014-01-17 06:17:09 +07:00
about.cpp Fix all leak-at-exit from singletons in Subsurface 2013-11-30 09:28:42 -08:00
about.h
about.ui Removed another unused text 2013-11-29 12:11:12 -08:00
completionmodels.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
completionmodels.h Added a custom widget for tagging dives 2013-11-02 03:37:31 +01:00
csvimportdialog.h Refactoring import to DiveLogImportDialog 2014-01-03 10:30:08 -08:00
divecomputermanagementdialog.cpp Don't check if pointer is valid before deleting it. 2013-12-24 07:24:11 -08:00
divecomputermanagementdialog.h
divecomputermanagementdialog.ui Add application icon to dialogs 2013-11-30 12:01:32 -08:00
divelistview.cpp Fix some memory leaks. 2014-01-16 12:15:47 +07:00
divelistview.h Divelogs.de: add a divelist context menu item for upload 2013-12-09 15:51:17 +02:00
divelogimportdialog.cpp Treat Sensus CSV import specially on GUI 2014-01-17 05:57:45 +07:00
divelogimportdialog.h Treat Sensus CSV import specially on GUI 2014-01-17 05:57:45 +07:00
divelogimportdialog.ui Defining a logical tab order for Import CSV Dive Log Files widgets 2014-01-15 06:29:34 +07:00
diveplanner.cpp Fix some memory leaks. 2014-01-16 12:15:47 +07:00
diveplanner.h Don't use QList if sizeof(item) > void*. 2013-12-24 07:24:11 -08:00
diveplanner.ui Add some limits to the GF's 2013-12-04 15:49:55 -08:00
downloadfromdivecomputer.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
downloadfromdivecomputer.h Disable DC device node if it is not needed 2013-12-27 11:04:35 -08:00
downloadfromdivecomputer.ui Enable libdivecomputer log or dump from the UI 2013-12-24 16:26:00 -08:00
globe.cpp Fix some memory leaks. 2014-01-16 12:15:47 +07:00
globe.h Fixes Setting the dive-location via the map. 2013-12-02 09:44:55 -08:00
graphicsview-common.cpp
graphicsview-common.h Added a Model that should handle the Dive Profile 2014-01-16 10:12:30 +07:00
groupedlineedit.cpp Removed obsolete code. 2013-12-20 09:53:04 -08:00
groupedlineedit.h Make the include Qt5 compatible 2014-01-15 15:49:48 +07:00
kmessagewidget.cpp
kmessagewidget.h
maintab.cpp Remove duplicate method call 2014-01-17 05:56:45 +07:00
maintab.h Extend tags model to Buddy field 2014-01-16 09:12:56 +07:00
maintab.ui Extend tags model to Buddy field 2014-01-16 09:12:56 +07:00
mainwindow.cpp The plot-profile method was being called too many times. 2014-01-17 06:16:35 +07:00
mainwindow.h Added debug code to help understand the Profile 2014-01-16 10:12:31 +07:00
mainwindow.ui Show old profile when starting Subsurface 2014-01-16 10:21:50 +07:00
modeldelegates.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
modeldelegates.h Fix some memory leaks. 2014-01-16 12:15:47 +07:00
models.cpp Fix some memory leaks. 2014-01-16 12:15:47 +07:00
models.h Fix some memory leaks. 2014-01-16 12:15:47 +07:00
preferences.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
preferences.h Added a filter option to the Language Chooser 2013-12-06 11:56:00 -08:00
preferences.ui Don't show tanks that aren't used during a dive 2014-01-11 22:02:35 +07:00
printdialog.cpp PrintDialog: reset the progress bar each time the dialog opens 2013-12-04 15:52:21 +02:00
printdialog.h PrintDialog: reset the progress bar each time the dialog opens 2013-12-04 15:52:21 +02:00
printlayout.cpp Fix some memory leaks. 2014-01-16 12:15:47 +07:00
printlayout.h Don't use QList if sizeof(item) > void*. 2013-12-24 07:24:11 -08:00
printoptions.cpp Print: adjustments to PrintDialog 2013-11-30 18:56:25 +02:00
printoptions.h
printoptions.ui Remove more unused windowTitle properties 2013-11-29 11:02:15 -08:00
profilegraphics.cpp Fix some memory leaks. 2014-01-16 12:15:47 +07:00
profilegraphics.h Convert to TRUE/FALSE to stdbools true/false 2014-01-15 15:52:31 +07:00
renumber.ui Renumber dialog should default to start at 1 2013-12-07 06:49:52 -08:00
shifttimes.ui Add application icon to dialogs 2013-11-30 12:01:32 -08:00
simplewidgets.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
simplewidgets.h Fix all leak-at-exit from singletons in Subsurface 2013-11-30 09:28:42 -08:00
starwidget.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
starwidget.h Added Keyboard Navigation for the Star Widget 2013-12-20 09:53:05 -08:00
subsurfacewebservices.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
subsurfacewebservices.h Get more descriptive error messages when uploading to divelogs.de 2013-12-20 09:53:05 -08:00
tableview.cpp Fix some memory leaks. 2014-01-16 12:15:47 +07:00
tableview.h Partially revert d72c69db7a and fix its errors 2013-11-13 11:58:47 +09:00
tableview.ui Remove more unused windowTitle properties 2013-11-29 11:02:15 -08:00
tagwidget.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
tagwidget.h Fix the inconsistent behaviour of QCompleter 2013-11-02 17:10:34 +01:00
usermanual.cpp User manual: overlay search panel 2014-01-10 16:12:44 +07:00
usermanual.h User manual: overlay search panel 2014-01-10 16:12:44 +07:00
usermanual.ui User manual: overlay search panel 2014-01-10 16:12:44 +07:00
webservices.ui Improve the download from Subsurface webservice dialog 2014-01-15 15:33:04 +07:00