index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
Age
Commit message (
Expand
)
Author
2013-12-20
Don't use an array where none are necessary
Thiago Macieira
2013-12-20
Move the variable initialisations closer to use and add blanks
Thiago Macieira
2013-12-20
Get more descriptive error messages when uploading to divelogs.de
Thiago Macieira
2013-12-20
Move the divelogs.de preparation function into the C++ class
Thiago Macieira
2013-12-20
Generate the file name for the dive log upload in the caller
Thiago Macieira
2013-12-20
Use QFile::{encode,decode}Name for file names
Thiago Macieira
2013-12-20
Fix compilation with libzip < 0.10
Thiago Macieira
2013-12-20
Planner: don't abort when saving a dive
Anton Lundin
2013-12-20
When saving / canceling edition, focus back to the Dive List
Tomaz Canabrava
2013-12-20
Fix the cursor problem on the TagWidget
Tomaz Canabrava
2013-12-20
Simplify the code by removing a few options from the if.
Tomaz Canabrava
2013-12-20
Do not New / Delete the item, use the Stack.
Tomaz Canabrava
2013-12-20
Removed obsolete code.
Tomaz Canabrava
2013-12-20
Make it possible to use the Tag System in dark themes
Tomaz Canabrava
2013-12-20
Code cleanup: QPair<int, int> -> qMakePair
Tomaz Canabrava
2013-12-19
Fix an unused variable warning
Lubomir I. Ivanov
2013-12-19
Files: prefer toUtf8() over toLocal8Bit()
Lubomir I. Ivanov
2013-12-19
Fix a missing parentheses warning
Lubomir I. Ivanov
2013-12-18
Adds unhide to profile menu context menu
Tim Wootton
2013-12-18
Make default font setting actually work
Tomaz Canabrava
2013-12-18
Whitespace fix
Tomaz Canabrava
2013-12-17
Don't enter edit profile mode when already editing the dive
Dirk Hohndel
2013-12-16
Don't quit while dive is edited
Dirk Hohndel
2013-12-16
Use UTF-8 for text strings.
Michael Andreen
2013-12-15
Disable https on Windows for 4.0
Dirk Hohndel
2013-12-14
When editing multiple dives, only copy the cylinder type
Dirk Hohndel
2013-12-13
Improve MainTab behavior when using the scroll wheel
Dirk Hohndel
2013-12-13
prepare_dives_for_divelogs(): remove unused variable 'doc'
Lubomir I. Ivanov
2013-12-12
Fix incorrect handling of autogrouped trips
Dirk Hohndel
2013-12-12
Fix the logic when to display the "language changed" warning
Dirk Hohndel
2013-12-12
Don't check if a file exists right before trying to open it
Thiago Macieira
2013-12-12
Make the streamsize variable actually int
Thiago Macieira
2013-12-12
Don't call strlen() on something we already know the size of
Thiago Macieira
2013-12-12
Don't leak the zip structure in case of error
Thiago Macieira
2013-12-12
Don't leak the buffer or temporary file used to save the dive
Thiago Macieira
2013-12-12
Hoist the getting of the XSLT style-sheet out of the loop
Thiago Macieira
2013-12-12
Make the errPrefix a static variable
Thiago Macieira
2013-12-12
Don't leak the zip structure if no dives are selected
Thiago Macieira
2013-12-12
Fix compilation with older libzip
Thiago Macieira
2013-12-12
Save and reestore scrollbar position on editing the items.
Tomaz Canabrava
2013-12-12
Keep track of the minimum Depth / time on the planner.
Tomaz Canabrava
2013-12-12
Copyed the code from Dirk that solved the mac issue on cylinders.
Tomaz Canabrava
2013-12-12
Fix TableWidget ( equipment ones ) on dark scheme.
Tomaz Canabrava
2013-12-12
Kill the use of CSS - Fixes a Lot of issues on dark color schemes.
Tomaz Canabrava
2013-12-11
downloadfromdivecomputer.h: remove a forward declaration
Lubomir I. Ivanov
2013-12-11
profilepgrahics.cpp: fix preceding limit check
Lubomir I. Ivanov
2013-12-11
Guard against dereferencing undef
Anton Lundin
2013-12-11
Fix potential null pointer dereference
Anton Lundin
2013-12-11
Use delete instead of free() in c++
Anton Lundin
2013-12-10
Divelogs.de: prevent undefined behaviour
Lubomir I. Ivanov
[next]