aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2019-09-10Planner: remove planner disclaimer from old notesGravatar Berthold Stoeger
2019-09-06Cleanup: remove redundant Roles:: qualifier in maplocationmodel.cppGravatar Berthold Stoeger
2019-09-06Cleanup: remove includes from maplocationmodel.cppGravatar Berthold Stoeger
2019-09-06Cleanup: remove default constructor from MapLocationGravatar Berthold Stoeger
2019-09-06Map: don't derive MapLocation from QObjectGravatar Berthold Stoeger
2019-09-06Cleanup: remove accessor functions from MapLocationGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocation::coordinateChanged signalGravatar Berthold Stoeger
2019-09-06Cleanup: remove Q_PROPERTIEs from MapLocationGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::count() and the attribute countGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::get() functionGravatar Berthold Stoeger
2019-09-06Cleanup: remove Q_INVOKABLE from MapLocationModel::setSelected()Gravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::isSelected() functionGravatar Berthold Stoeger
2019-09-06Map: export isSelected as attribute from MapLocationModelGravatar Berthold Stoeger
2019-09-06Cleanup: simplify role handling in MapLocationModelGravatar Berthold Stoeger
2019-09-06Dive site: don't emit divesChanged signals when editing dive siteGravatar Berthold Stoeger
2019-09-06Map: highlight correct dive sites in dive site modeGravatar Berthold Stoeger
2019-09-06Filter: reload map on myInvalidateGravatar Berthold Stoeger
2019-09-06Map: calculate the z value in the modelGravatar Berthold Stoeger
2019-09-06Desktop: show all selected dive sites on clickGravatar Berthold Stoeger
2019-09-06Map: don't fully reset model on selection changeGravatar Berthold Stoeger
2019-09-06Map: generate pixmap name in modelGravatar Berthold Stoeger
2019-09-06Map: explicitly reload selected map on clickGravatar Berthold Stoeger
2019-08-28Map: catch null divesites in map widget selection codeGravatar Berthold Stoeger
2019-08-28Profile: properly initialize plot_info structuresGravatar Berthold Stoeger
2019-08-13Mobile: fix bound check in DiveListModel::data()Gravatar Berthold Stoeger
2019-08-10Location model: treat invalid indexes gracefullyGravatar Berthold Stoeger
2019-08-08Core: pass dive, cylinder-id to fill_default_cylinderGravatar Berthold Stoeger
2019-08-08Cleanup: move planner/deco related declarations planner/deco.hGravatar Berthold Stoeger
2019-07-27Crash fix: prevent crash in MapLocationModel::reloadGravatar Berthold Stoeger
2019-07-19Undo: make editing of dive number undoableGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-07-18Cleanup: remove includes from qthelper.hGravatar Berthold Stoeger
2019-07-18Cleanup: move deco function declarations to deco.hGravatar Berthold Stoeger
2019-07-18Cleanup: remove includes from qt-models/models.hGravatar Berthold Stoeger
2019-06-23Cleanup: unify selection signalsGravatar Berthold Stoeger
2019-06-23Undo: unify selection behavior in dive-list commandsGravatar Berthold Stoeger
2019-06-23Undo: don't send signals batched by tripGravatar Berthold Stoeger
2019-06-23Dive list: cache shown flag in model (quick-fix for undo-crash)Gravatar Berthold Stoeger
2019-06-19Cleanup: return directly from data() methodsGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-05-20Cleanup: fix a few comments and debug messagesGravatar Berthold Stoeger
2019-05-15Cleanup: small coding style fixesGravatar Dirk Hohndel
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-05-11Map: automatically update names on the mapGravatar Berthold Stoeger
2019-05-11Map: in edit mode place no-gps dive sites at center of mapGravatar Berthold Stoeger
2019-05-11Map: construct list of dive sites from dive site tableGravatar Berthold Stoeger
2019-05-11Filter: prevent selection-change notifications in filter invalidationGravatar Berthold Stoeger
2019-05-11Filter: don't reload when dive sites are set to the same valueGravatar Berthold Stoeger
2019-05-11Filter: add reference counting for dive-site modeGravatar Berthold Stoeger