index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
simplewidgets.cpp
Age
Commit message (
Expand
)
Author
2014-03-21
Add current time and adjusted time to gui when adjusting dive's timestamp
Gehad
2014-02-27
Massive automated whitespace cleanup
Dirk Hohndel
2014-02-19
Convert more TRUE/FALSE to stdbools true/false
Anton Lundin
2014-02-18
Make lastUsedImageDir static to prevent a crash
Robert C. Helling
2014-02-18
Use DateTimeOriginal on image import
Miika Turkia
2014-02-18
Fix compile error
Miika Turkia
2014-02-17
Compute dive computer/camera time offset from sample picture
Robert C. Helling
2014-02-17
Store camera time offset in preferences
Robert C. Helling
2014-02-12
Replace mainWindow() with MainWindow::instance()
Boris Barbulovski
2014-02-09
ShiftImageTimesDialog class cleanup.
Boris Barbulovski
2014-02-06
Include images in profile
Robert C. Helling
2014-01-16
Whitespace and coding style updates
Dirk Hohndel
2014-01-15
Convert to TRUE/FALSE to stdbools true/false
Anton Lundin
2013-11-30
Fix all leak-at-exit from singletons in Subsurface
Thiago Macieira
2013-11-30
Fix memory leak of the MinMaxAvgWidgetPrivate
Thiago Macieira
2013-11-18
Improve shift time functionality
Dirk Hohndel
2013-11-18
Shift times of selected dives
Robert Helling
2013-10-11
Good deal of whitespace fixes and code cleanup.
Tomaz Canabrava
2013-10-03
Make the classes generated by uic be real members of our classes
Thiago Macieira
2013-10-03
Include the ui_*.h headers in the main headers.
Thiago Macieira
2013-09-27
Hack to make the subsurface work on Gnome3 shell
Tomaz Canabrava
2013-06-17
Addes a simple 'Renumber Dialog', very similar to the GTK one.
Tomaz Canabrava
2013-06-04
Added a new widget 'MinMaxAvgWidget'
Tomaz Canabrava