Age | Commit message (Expand) | Author |
2013-04-15 | Remove second dive_trip_list definition and douplicate helper function | Dirk Hohndel |
2013-04-14 | Separate Gtk related code from core logic: statistics | Dirk Hohndel |
2013-04-14 | Separate Gtk related code from core logic: info | Dirk Hohndel |
2013-04-14 | Merge branch 'fixCppStyleToC' of https://github.com/tcanabrava/subsurface int... | Dirk Hohndel |
2013-04-14 | Undoing the last Qtr_ hack | Dirk Hohndel |
2013-04-14 | Fixed the C++ code Style to conform the C style that was previously agreed upon. | Tomaz Canabrava |
2013-04-14 | Add common.h file | Dirk Hohndel |
2013-04-13 | Add Qtr_ macros that uses gettext in a tr() compatible manner | Dirk Hohndel |
2013-04-13 | Remove the mandatory -fPIC from CXXFLAGS | Thiago Macieira |
2013-04-13 | Started the real code on the Qt Interface. | Tomaz Canabrava |
2013-04-12 | Add dive list view to main window | Amit Chaudhuri |
2013-04-10 | Update .gitignore | Alberto Mardegan |
2013-04-10 | MainWindow: remove useless include | Alberto Mardegan |
2013-04-10 | Add logic to switch views | Amit Chaudhuri |
2013-04-10 | Avoid C++ style streams | Henrik Brautaset Aronsen |
2013-04-09 | Add stub slots for all menu items | Amit Chaudhuri |
2013-04-09 | Makefile: detect which files need moc and uic | Alberto Mardegan |
2013-04-09 | Make Qt branch cross-build for Windows | Dirk Hohndel |
2013-04-09 | Add a slot to mainwindow but amend to use Q_SLOTS | Amit Chaudhuri |
2013-04-08 | Change tab widget names. | Amit Chaudhuri |
2013-04-08 | Remove the toplevel ui directory | Dirk Hohndel |
2013-04-07 | Forgot to add planner-gtk.c | Dirk Hohndel |
2013-04-07 | Fix some of the gcc-4.8 warnings | Dirk Hohndel |
2013-04-07 | Separate Gtk related code from core logic: planner | Dirk Hohndel |
2013-04-07 | Start creating the Qt UI | Tomaz Canabrava |
2013-04-06 | Continue to separate Gtk related code from core logic: divelist | Dirk Hohndel |
2013-04-06 | Separate Gtk related code from core logic: divelist | Dirk Hohndel |
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 | Define QT_NO_KEYWORDS | Alberto Mardegan |
2013-04-01 | Match subsurface_get_conf* in windows/macos.c with linux.c | Henrik Brautaset Aronsen |
2013-04-01 | Introduce QApplication | Alberto Mardegan |
2013-04-01 | Have some C++ file in the project | Alberto Mardegan |
2013-04-01 | Setup Makefile for Qt/C++ builds | Alberto Mardegan |
2013-03-28 | Fix cylinder pressure interpolation | Linus Torvalds |
2013-03-28 | Use the new get_o2()/get_he() helper functions more widely | Linus Torvalds |
2013-03-28 | Fix get_cylinder_index() gasmix comparisons | Linus Torvalds |
2013-03-28 | When merging dives, match up the cylinders to each other using gasmix | Linus Torvalds |
2013-03-26 | Make relative times default in planner 2 | Robert C. Helling |
2013-03-26 | gtk-gui.c: Some small whitespace indentation fixes | Lubomir I. Ivanov |
2013-03-26 | Store the main window maximized state in the configuration | Lubomir I. Ivanov |
2013-03-26 | Check if DLD contains non-ascii characters | Miika Turkia |
2013-03-26 | B/W Print: Make sure that all colors are monochrome | Lubomir I. Ivanov |
2013-03-26 | Fix end pressure on DLD export | Miika Turkia |
2013-03-26 | Fix pressures on UDDF export | Miika Turkia |
2013-03-26 | Gases and events support for UDDF export | Miika Turkia |
2013-03-26 | Print dialog: Fix inaccessible controls on Windows | Lubomir I. Ivanov |
2013-03-26 | Color print: Show SAC lines in a color different from white | Lubomir I. Ivanov |
2013-03-25 | Add macros for text sizes | Dirk Hohndel |