Age | Commit message (Expand) | Author |
2015-01-08 | Dive d/l selection UI: Display the downloaded dives in a table | Tomaz Canabrava |
2015-01-08 | Dive d/l selection UI: setImportedDivesIndexes implementation | Tomaz Canabrava |
2015-01-08 | Dive d/l selection UI:: Constructor, rowCount and ColumnCount | Tomaz Canabrava |
2015-01-08 | Dive d/l selection UI:: Add skeleton for the dialog | Tomaz Canabrava |
2015-01-07 | CSV import: make predefined imports work again | Dirk Hohndel |
2015-01-07 | CSV import: first steps to enable the preset types again | Dirk Hohndel |
2015-01-07 | CSV input UI: if we detect columns, set type to "manual" for now | Dirk Hohndel |
2015-01-07 | CSV import UI: Minor update to strings | Dirk Hohndel |
2015-01-07 | CVS import UI: mark the column names in blue as well | Dirk Hohndel |
2015-01-07 | CVS import UI: mark the drop row in blue | Dirk Hohndel |
2015-01-07 | CVS import UI: better message if some columns were matched | Dirk Hohndel |
2015-01-07 | Better resizing in the divelog import dialog | Joseph W. Joshua |
2015-01-07 | CSV Import UI: Prettifications, hide headers, code cleanup. | Tomaz Canabrava |
2015-01-07 | Fix moving columns around when one of the columns is empty | Tomaz Canabrava |
2015-01-07 | Draw a nice rounded rect around the avaliable column names | Tomaz Canabrava |
2015-01-07 | Give the items a bit more spacing / enable the delegate | Tomaz Canabrava |
2015-01-07 | Add delegate skeleton for the drag columns | Tomaz Canabrava |
2015-01-07 | profile: don't show instantMeanDepth for printMode | Lubomir I. Ivanov |
2015-01-07 | CVS import UI: use my own match function | Dirk Hohndel |
2015-01-07 | CSV import UI: First step towards recognizing column headers | Dirk Hohndel |
2015-01-07 | CSV import dialog: try to guess the separator based on the file | Dirk Hohndel |
2015-01-06 | Fix potential crash | Dirk Hohndel |
2015-01-06 | Adjust capitalization to our style | Dirk Hohndel |
2015-01-06 | Add missing divemaster field to the manual import | Dirk Hohndel |
2015-01-06 | Fix crash when importing CSV that requires change of separator | Dirk Hohndel |
2015-01-06 | Do not allow the drop target to erase an old column | Tomaz Canabrava |
2015-01-06 | Fix moving columns | Tomaz Canabrava |
2015-01-06 | Remove data if it was correctly moved to the upper model | Tomaz Canabrava |
2015-01-06 | Make it possible to move from top to bottom | Tomaz Canabrava |
2015-01-06 | Add the code to actually make it possible to move columns | Tomaz Canabrava |
2015-01-06 | Start to make it possible to move columns around | Tomaz Canabrava |
2015-01-06 | Add missing returns | Tomaz Canabrava |
2015-01-06 | Remove drag operations from the 'From' widget | Tomaz Canabrava |
2015-01-06 | Remove pesky QDebug that snook in | Tomaz Canabrava |
2015-01-06 | Port the code that actually parses the CSV to the new system | Tomaz Canabrava |
2015-01-06 | Better sizings for the CSV dialog | Tomaz Canabrava |
2015-01-06 | Do not accept drops from outside of subsurface | Tomaz Canabrava |
2015-01-06 | Re-add the string to the avaliable models if drag cancelled | Tomaz Canabrava |
2015-01-06 | Set data done, drag & drop works | Tomaz Canabrava |
2015-01-06 | Implement most of the drag operation | Tomaz Canabrava |
2015-01-06 | Fix constructor | Tomaz Canabrava |
2015-01-06 | Add setData() to the ColumnResult model | Tomaz Canabrava |
2015-01-06 | Add the data() method | Tomaz Canabrava |
2015-01-06 | Add the setColumnValues() method | Tomaz Canabrava |
2015-01-06 | Implement LoadFileContents | Tomaz Canabrava |
2015-01-06 | Another skeleton: LoadFileContents | Tomaz Canabrava |
2015-01-06 | Set the model on the table view, one more skeleton | Tomaz Canabrava |
2015-01-06 | Add skeleton code for the model that will have the result of columns | Tomaz Canabrava |
2015-01-06 | Add skeleton code for the table view that will accepts drops | Tomaz Canabrava |
2015-01-06 | Show the pixmap being dragged | Tomaz Canabrava |