summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
AgeCommit message (Expand)Author
2013-01-01Make sure remember_dc has its own copy of the model stringGravatar Dirk Hohndel
2013-01-01Add ability to remove a divecomputer from our data structuresGravatar Dirk Hohndel
2013-01-01Use the Left and Right keys to switch between divecomputersGravatar Dirk Hohndel
2013-01-01First step towards grabbing keys and handling them ourselvesGravatar Dirk Hohndel
2012-12-30Fix nickname saving in XML file to deal with utf8 charactersGravatar Dirk Hohndel
2012-12-28Make add_dc_to_string() skip redundant entriesGravatar Linus Torvalds
2012-12-28Divecomputer entries with deviceid 0 should be ignored for nicknamesGravatar Dirk Hohndel
2012-12-27Fix incorrect memory access in nickname handlingGravatar Dirk Hohndel
2012-12-26Add settings section to XML file format and store dive computer IDsGravatar Dirk Hohndel
2012-12-23Different is different from the same (fix silly bug in nickname handling)Gravatar Dirk Hohndel
2012-12-22Next improvement of the nickname codeGravatar Dirk Hohndel
2012-12-22Make it possible to translate strings containing subscript "2"Gravatar Lubomir I. Ivanov
2012-12-22Free some nickname related memory in gtk-gui.cGravatar Lubomir I. Ivanov
2012-12-22Imrpove the nickname handlingGravatar Dirk Hohndel
2012-12-21Remove nickname from divecomputer data structureGravatar Dirk Hohndel
2012-12-17Add a "View next dive computer" menu itemGravatar Linus Torvalds
2012-12-16Clear associated tooltip texts when calling expose_event()Gravatar Lubomir I. Ivanov
2012-12-16Fixed some memory leaks related to subsurface_get_conf()Gravatar Lubomir I. Ivanov
2012-12-16Fixed a couple of memory leaks related to the download dialogGravatar Lubomir I. Ivanov
2012-12-16Make sure that the user entered nickname is never truncatedGravatar Lubomir I. Ivanov
2012-12-15Reserve enough memory when storing a DC's nicknameGravatar Lubomir I. Ivanov
2012-12-14Fix possible crash in nickname codeGravatar Dirk Hohndel
2012-12-13Add the ability to set a nickname for a dive computerGravatar Dirk Hohndel
2012-12-12Change the empty product model to be index 0Gravatar Dirk Hohndel
2012-12-12Ensure default dive computer strings can be freedGravatar Dirk Hohndel
2012-12-11Merge branch 'cns' into cns-mergeGravatar Dirk Hohndel
2012-12-10Display maximum CNS in the divelistGravatar Dirk Hohndel
2012-12-10Fix incorrect index for dive computer listGravatar Dirk Hohndel
2012-12-10Don't draw tooltips if no profile is displayedGravatar Dirk Hohndel
2012-12-10Apply preference changes right awayGravatar Dirk Hohndel
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-12-09Consistent Quit behavior on the MacGravatar Dirk Hohndel
2012-12-08Make changes to some of the preference immediately visibleGravatar Dirk Hohndel
2012-12-07Fix off by one errorGravatar Dirk Hohndel
2012-12-07Fix embarrassing cut and paste bugsGravatar Dirk Hohndel
2012-12-07Add option to make ceiling visually stand out more in the profileGravatar Dirk Hohndel
2012-12-07Sort the divecomputers alphabetically and have fixed width dropdownGravatar Dirk Hohndel
2012-12-05Prevent crash when no default device is setGravatar Dirk Hohndel
2012-12-05Split dive computer selection into seperate vendor and product combo boxesGravatar Dirk Hohndel
2012-12-04Improve deco handling and add NDL supportGravatar Dirk Hohndel
2012-11-30Remove the ability to import Uemis SDA filesGravatar Dirk Hohndel
2012-11-30Convert Uemis downloader to directly create divesGravatar Dirk Hohndel
2012-11-28Track Uemis last dive downloaded on a per data-file basisGravatar Dirk Hohndel
2012-11-26Clarify (and fix) dive trip auto-generationGravatar Linus Torvalds
2012-11-21Fix "prefer download" behaviorGravatar Dirk Hohndel
2012-11-21Make sure there are no invisible selected dives after import / downloadGravatar Dirk Hohndel
2012-11-20Allow the user to cancel a dive computer downloadGravatar Dirk Hohndel
2012-11-19Clear 'force' flag when retrying downloadGravatar Dirk Hohndel
2012-11-19Tweaks to the Uemis debugging codeGravatar Dirk Hohndel
2012-11-19Mark divelist changed when downloading from Uemis SDAGravatar Dirk Hohndel