summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2020-10-26cleanup: fix deprecated QVector constructorGravatar Dirk Hohndel
2020-10-26cleanup: remove reference to deprecated enum valueGravatar Dirk Hohndel
2020-10-26cleanup: don't initialize flags with just an integerGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated signalGravatar Dirk Hohndel
2020-10-26cleanup: SkipEmptyParts syntax has changedGravatar Dirk Hohndel
2020-10-26cleanup: model isn't used in the lambdaGravatar Dirk Hohndel
2020-10-26cleanup: remove obsolete connectionsGravatar Dirk Hohndel
2020-10-26cleanup: fix deprecated roleGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated use of child memberGravatar Dirk Hohndel
2020-10-26cleanup: fix deprecated form of QProcess::startGravatar Dirk Hohndel
2020-10-26cleanup: fix deprecated QFlags useGravatar Dirk Hohndel
2020-10-25filter: use 64-bit integer literal for generating bit fieldsGravatar Berthold Stoeger
2020-10-25cleanup: remove get_times() functionsGravatar Berthold Stoeger
2020-10-25cleanup: remove MainWindow::setFileClean()Gravatar Berthold Stoeger
2020-10-25cleanup: remove MainWindow::unsavedChanges() functionGravatar Berthold Stoeger
2020-10-25desktop: remove DiveComputerManagementDialogGravatar Berthold Stoeger
2020-10-25devices: connect DiveComputerModel to undo-commandGravatar Berthold Stoeger
2020-10-25desktop: add tab-widget for dive computer namesGravatar Berthold Stoeger
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-24parser: add device_table to parser stateGravatar Berthold Stoeger
2020-10-24cleanup: remove TagWidget::fixPopupPosition()Gravatar Berthold Stoeger
2020-10-24desktop: overwrite drag & drop in TagWidgetGravatar Berthold Stoeger
2020-10-24desktop: avoid crashes on drag&drop in GroupedLineEditGravatar Berthold Stoeger
2020-10-23parser: replace params[] code by new xml_params structGravatar Berthold Stoeger
2020-10-17filter: don't add to filter presets when importing dive sitesGravatar Berthold Stoeger
2020-10-17filter: remove filter_preset_table_tGravatar Berthold Stoeger
2020-10-11desktop: make divecomputer table sortableGravatar Berthold Stoeger
2020-10-08build-system: remove building Grantlee cmakeGravatar Dirk Hohndel
2020-10-08Remove code references to GrantleeGravatar Robert C. Helling
2020-10-08Interpret divelist printing templatesGravatar Robert C. Helling
2020-10-06cleanup: use safe connect() in ConfigureDiveComputerDialogGravatar Berthold Stoeger
2020-10-05Remove empty vertical space from filter QListWidgetGravatar willemferguson
2020-10-05clenup: remove bogus connect statement.Gravatar Berthold Stoeger
2020-10-03planner: limit depth and time of segments to sane valuesGravatar Berthold Stoeger
2020-10-03cleanup: use getDiveSelection() to loop over selected divesGravatar Berthold Stoeger
2020-10-03desktop: allow moving dives to arbitrary tripsGravatar Berthold Stoeger
2020-10-03desktop: add trip selection dialogGravatar Berthold Stoeger
2020-10-02desktop: fix paging through dive list with page-up key, etcGravatar Berthold Stoeger
2020-09-29cleanup: rename FilterWidget2 to FilterWidgetGravatar Berthold Stoeger
2020-09-29filter: avoid unnecessary filter recalculations when loading setGravatar Berthold Stoeger
2020-09-29filter: add modified flagGravatar Berthold Stoeger
2020-09-29filter: show currently selected preset in a text fieldGravatar Berthold Stoeger
2020-09-29filter: when clearing the filter unselect the current filter presetGravatar Berthold Stoeger
2020-09-29filter: when a filter preset is selected, suggest its name on saveGravatar Berthold Stoeger
2020-09-29filter: implement importing of filter presetsGravatar Berthold Stoeger
2020-09-29cleanup: forward declare QHideEvent and QShowEventGravatar Berthold Stoeger
2020-09-29cleanup: move shown-text calculation from filter widget to coreGravatar Berthold Stoeger
2020-09-29filter: add completer for save-filter-preset dialogGravatar Berthold Stoeger
2020-09-29filter: load filter presets from XML filesGravatar Berthold Stoeger
2020-09-29filter: add filter preset tableGravatar Berthold Stoeger