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
Age
Commit message (
Expand
)
Author
2013-12-24
use qMakePair helper instead of QPair<int,int> and such.
Tomaz Canabrava
2013-12-24
Don't use QList if sizeof(item) > void*.
Tomaz Canabrava
2013-12-24
removed unused files.
Tomaz Canabrava
2013-12-24
Don't check if pointer is valid before deleting it.
Tomaz Canabrava
2013-12-24
Code cleanup. Don't use if ( true ) set (false).
Tomaz Canabrava
2013-12-24
Fix subsurface on dark themes.
Tomaz Canabrava
2013-12-24
silly whitespace fix.
Tomaz Canabrava
2013-12-24
Rework foreach for a faster iteration.
Tomaz Canabrava
2013-12-24
Allow selecting all files on CSV import
Miika Turkia
2013-12-23
Improve GPS string handling
Dirk Hohndel
2013-12-20
Remove pointless code
Dirk Hohndel
2013-12-20
Silence a few warnings
Dirk Hohndel
2013-12-20
Use M_OR_FT macro instead of switch statement
Dirk Hohndel
2013-12-20
Added Keyboard Navigation for the Star Widget
Tomaz Canabrava
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
[next]