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-gui.cpp
Age
Commit message (
Expand
)
Author
2013-06-18
Converting the device_info list into a Qt data structure
Dirk Hohndel
2013-06-17
Process dive computers as they are read in
Dirk Hohndel
2013-06-07
Removed the buttons on the Edit Dive computers.
Tomaz Canabrava
2013-05-31
Much better solution to avoid the gtk+ style on Linux
Dirk Hohndel
2013-05-31
Hack to force plastique style on Linux
Dirk Hohndel
2013-05-31
Display the Subsurface manual in the help widget
Dirk Hohndel
2013-05-29
Connect preferences to the rest of the code
Dirk Hohndel
2013-05-24
Fix usage of temporary QByteArrays
Alberto Mardegan
2013-05-23
Remove a compile warning
Dirk Hohndel
2013-05-22
Implement default dive computer and device
Dirk Hohndel
2013-05-21
Replace GError handling with a kMessageWidget based approach
Dirk Hohndel
2013-05-21
Remove Gtk crud
Dirk Hohndel
2013-05-21
Initialize QSettings earlier & change the Organization to "Subsurface"
Dirk Hohndel
2013-05-21
Removing an kinky settings that I forgot to.
Tomaz Canabrava
2013-05-21
Fixed the hide / show columns using the settings.
Tomaz Canabrava
2013-05-20
Populate the Vendor && Dive computer information.
Tomaz Canabrava
2013-05-10
Tweaks to maintab
Amit Chaudhuri
2013-05-10
Implement the get_screen_dpi function
Dirk Hohndel
2013-05-09
Enable defautl_filename in settings
Dirk Hohndel
2013-05-06
Start populating the maintab Dive Info widget
Dirk Hohndel
2013-05-05
Add most settings to the QSettings code
Dirk Hohndel
2013-05-03
Remove the majority of the Gtk related code
Dirk Hohndel
2013-04-25
Remove the explicit UTF-8 conversions
Dirk Hohndel
2013-04-25
Ask Qt 4 to use the UTF-8 codec as the "codec for C strings"
Thiago Macieira
2013-04-23
Fix compilation: in C++, enums don't have operator++
Thiago Macieira
2013-04-22
Fix crash with some setups
Dirk Hohndel
2013-04-18
Delay Qt ui construction
Amit Chaudhuri
2013-04-14
Undoing the last Qtr_ hack
Dirk Hohndel
2013-04-13
Add Qtr_ macros that uses gettext in a tr() compatible manner
Dirk Hohndel
2013-04-13
Started the real code on the Qt Interface.
Tomaz Canabrava
2013-04-07
Fix some of the gcc-4.8 warnings
Dirk Hohndel
2013-04-07
Start creating the Qt UI
Tomaz Canabrava
2013-04-02
Add a Qt main window
Alberto Mardegan
2013-04-02
Move set_filename() calls outside of parse_file()
Alberto Mardegan
2013-04-01
Improve Makefile rules for running moc
Alberto Mardegan
2013-04-01
Introduce QApplication
Alberto Mardegan
2013-04-01
Have some C++ file in the project
Alberto Mardegan