Age | Commit message (Expand) | Author |
2014-01-16 | Whitespace and coding style updates | Dirk Hohndel |
2014-01-16 | Show old profile when starting Subsurface | Dirk Hohndel |
2014-01-16 | Reworked the calculate_max_limits and plotted the dive. | Tomaz Canabrava |
2014-01-16 | Added debug code to help understand the Profile | Tomaz Canabrava |
2014-01-16 | Importantly, I had forgotten to start the state machine | Tomaz Canabrava |
2014-01-16 | Added names to the states, so it's easier to debug. | Tomaz Canabrava |
2014-01-16 | Added a Context menu so we can test the state switching. | Tomaz Canabrava |
2014-01-16 | Added the Animations for the transitions of the States. | Tomaz Canabrava |
2014-01-16 | Aparrently there's no need for a showEvent here. | Tomaz Canabrava |
2014-01-16 | Fix the size of the scene on screen and Background improvements. | Tomaz Canabrava |
2014-01-16 | Added all the state transitions for each state. | Tomaz Canabrava |
2014-01-16 | Added Constants to the code, to ease the setup of the transitions. | Tomaz Canabrava |
2014-01-16 | Started the work on the States for the Profile. | Tomaz Canabrava |
2014-01-16 | Added the flag to ignore item transformations on the background. | Tomaz Canabrava |
2014-01-16 | Setup the default icon sizes and locations. | Tomaz Canabrava |
2014-01-16 | Initializing the new Profile Class. | Tomaz Canabrava |
2014-01-16 | Create a Time Axis that knows how to plot the minutes. | Tomaz Canabrava |
2014-01-16 | Added a 'Depth' Axis that knows how to add its strings on screen. | Tomaz Canabrava |
2014-01-16 | Pass the current selected dive to the new Profile Widget. | Tomaz Canabrava |
2014-01-16 | Added the DiveProfileItem that uses the DiveProfileModel to diplay data. | Tomaz Canabrava |
2014-01-16 | Added a Model that should handle the Dive Profile | Tomaz Canabrava |
2014-01-16 | Added the remaining of the ticks to their correct position. | Tomaz Canabrava |
2014-01-16 | Moves the remaining ticks of the Axis to their correct position on update. | Tomaz Canabrava |
2014-01-16 | Remove only the Uneeded Ticks / Labels when a update is requested. | Tomaz Canabrava |
2014-01-16 | Cartesian Axis, based on the Ruler class on the Dive Planner. | Tomaz Canabrava |
2014-01-16 | Added a new Namespace to deal with Animations and related functions. | Tomaz Canabrava |
2014-01-16 | Add a class based on QGraphicsSimpleTextItem that handles animations. | Tomaz Canabrava |
2014-01-16 | Added a class based on QGraphicsLineItem that can be animated. | Tomaz Canabrava |
2014-01-16 | Added a QGraphicsPixmapItem subclass that handles Animations. | Tomaz Canabrava |
2014-01-16 | Added a new class based on QGraphicsRectItem that can be animated. | Tomaz Canabrava |
2014-01-16 | Add the skeleton for the New Profile System. | Tomaz Canabrava |
2014-01-16 | Remove old message directing users to use "Import CSV files" menu option | Rodrigo Severo |
2014-01-16 | Grab also the last column in CSV when requested | Miika Turkia |
2014-01-16 | Use timeField variable on CSV import | Miika Turkia |
2014-01-16 | Convert the C code to using stdbool and true/false | Anton Lundin |
2014-01-16 | Enter dive edit mode on buddy field focus | Sergey Starosek |
2014-01-16 | Emit textChanged() signal on completion selection | Sergey Starosek |
2014-01-16 | Extend tags model to Buddy field | Sergey Starosek |
2014-01-16 | Populate buddy completion model using CSV | Sergey Starosek |
2014-01-15 | Fix "hide unused cylinder" behavior | Dirk Hohndel |
2014-01-15 | In Qt5 reset() is depricated. | Anton Lundin |
2014-01-15 | Don't downgrade tags to Ascii | Anton Lundin |
2014-01-15 | Convert to TRUE/FALSE to stdbools true/false | Anton Lundin |
2014-01-15 | Resync included header with upstream | Anton Lundin |
2014-01-15 | QAbstractItemModel::reset doesn't exist in Qt5 | Anton Lundin |
2014-01-15 | Make this code Qt5 compatible | Anton Lundin |
2014-01-15 | Make the include Qt5 compatible | Anton Lundin |
2014-01-15 | Use setSectionResizeMode if we use Qt5 | Anton Lundin |
2014-01-15 | Remove unused import | Anton Lundin |
2014-01-15 | Remove unused variable | Anton Lundin |