Age | Commit message (Expand) | Author |
2019-06-24 | Desktop: update flags on the map when dive sites change | Dirk Hohndel |
2019-06-24 | Cleanup: simple consistency | Dirk Hohndel |
2019-06-24 | Desktop: fix time editing | Dirk Hohndel |
2019-06-23 | Cleanup: unify selection signals | Berthold Stoeger |
2019-06-23 | Cleanup: remove selectionChanged logic from dive-list commands | Berthold Stoeger |
2019-06-23 | Undo: unify selection behavior in dive-list commands | Berthold Stoeger |
2019-06-23 | Undo: don't send signals batched by trip | Berthold Stoeger |
2019-06-23 | Dive list: cache shown flag in model (quick-fix for undo-crash) | Berthold Stoeger |
2019-06-23 | Desktop: use local variable instead of displayed_dive | Dirk Hohndel |
2019-06-23 | Desktop: don't use planner to manually add dive | Dirk Hohndel |
2019-06-22 | Update user-manual_es.txt to commit 30f2d16da | Salvador Cuñat |
2019-06-19 | Undo: sort dives by dive_less_than() in signals | Berthold Stoeger |
2019-06-19 | Cleanup: return directly from data() methods | Berthold Stoeger |
2019-06-19 | Cleanup: remove unnecessary get_gas_used() call | Berthold Stoeger |
2019-06-19 | Cleanup: use quotation marks for non-system includes | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused macros WEIGHT_IDX_PRIMARY and _SECONDARY | Berthold Stoeger |
2019-06-19 | Cleanup: use total_weight() in DiveObjectHelper::sumWeight() | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused parameter used from find_best_gasmix_match() | Berthold Stoeger |
2019-06-19 | Cleanup: constify two equipment helper functions | Berthold Stoeger |
2019-06-19 | Cleanup: use add_to_dive_table() in record_dive_to_table() | Berthold Stoeger |
2019-06-19 | Cleanup: generate clear_*_table() functions by macro | Berthold Stoeger |
2019-06-19 | Cleanup: localize enum and table in divelist.c | Berthold Stoeger |
2019-06-19 | Cleanup: make local variables and functions in deco.c static | Berthold Stoeger |
2019-06-19 | Cleanup: move function declaration into header file | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused global variables plangflow and plangfhigh | Berthold Stoeger |
2019-06-19 | Cleanup: make lookup table in planner.c of static linkage | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused function find_dive_including | Berthold Stoeger |
2019-06-19 | Cleanup: Make gaspressures.h a regular include file | Berthold Stoeger |
2019-06-19 | Cleanup: move gas-functions to own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused macro FOR_EACH_PICTURE_NON_PTR | Berthold Stoeger |
2019-06-19 | Cleanup: remove bogus inline modifier | Berthold Stoeger |
2019-06-19 | Cleanup: move unit-related functions to own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: move TRIP_THRESHOLD into divelist.c | Berthold Stoeger |
2019-06-19 | Cleanup: create equipment.h header | Berthold Stoeger |
2019-06-19 | Cleanup: fix comment to STRUCTURED_LIST_FREE | Berthold Stoeger |
2019-06-19 | Cleanup: move tag functions into own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: fix includes in membuffer.h | Berthold Stoeger |
2019-06-19 | Cleanup: use taglist_copy() instead of STRUCTURED_LIST_COPY | Berthold Stoeger |
2019-06-19 | Coding style: remove Java-style function definitions in dive.c | Berthold Stoeger |
2019-06-19 | Cleanup: remove unused function dump_taglist() | Berthold Stoeger |
2019-06-18 | Pull and push latest translations and strings | Dirk Hohndel |
2019-06-15 | Android: add Cressi Cartesio and Goa as potentially supported | Dirk Hohndel |
2019-06-15 | Undo: add undo button to multi-dive-edited warning message | Berthold Stoeger |
2019-06-15 | Undo: hide multi-dive-edit warning message on subsequent edit | Berthold Stoeger |
2019-06-15 | Undo: only show warning message if dives were actually edited | Berthold Stoeger |
2019-06-15 | Undo: show warning message if more than one dive edited | Berthold Stoeger |
2019-06-15 | Cleanup: remove MainTab::addMessageAction() function | Berthold Stoeger |
2019-06-15 | Cleanup: unify comments in desktop-widgets/command.h | Berthold Stoeger |
2019-06-15 | Undo: return number of changed dives from undo commands | Berthold Stoeger |