Age | Commit message (Expand) | Author |
2015-01-27 | divelogimportdialog.cpp: remove extra line at EOF | Lubomir I. Ivanov |
2015-01-27 | divelogimportdialog.cpp: more capitalization of acronyms | Lubomir I. Ivanov |
2015-01-26 | Typos, punctuation and capitalisation. | Tim Wootton |
2015-01-25 | Typos: capitalize TTS, CNS, NDL in diveloginportdialog.cpp | Lubomir I. Ivanov |
2015-01-25 | Typos: use subscript for pO2 in divelogimportdialog.cpp | Lubomir I. Ivanov |
2015-01-24 | Match ₂ to 2 and cylinder to cyl. on CSV import | Miika Turkia |
2015-01-24 | Switch Subsurface CSV import to use tab separator | Miika Turkia |
2015-01-24 | Block the signals properly | Miika Turkia |
2015-01-24 | Limit the row count properly when displaying CSV file | Miika Turkia |
2015-01-24 | Enable importing of dive profile from CSV files | Miika Turkia |
2015-01-24 | Fix the support of APD Log Viewer CSV import | Miika Turkia |
2015-01-24 | CSV import, fix known import handling with tab separator | Miika Turkia |
2015-01-24 | Known import fix for XP5 | Miika Turkia |
2015-01-24 | Fix segm fault on known CSV imports | Miika Turkia |
2015-01-23 | Set the known import selection for Seabear import | Miika Turkia |
2015-01-23 | Use proper sample headings for Seabear CSV import | Miika Turkia |
2015-01-22 | Use correct case for string matching on CSV import | Miika Turkia |
2015-01-22 | Fix string that is used as XML tag name | Miika Turkia |
2015-01-22 | Fix order of CSV field separators | Miika Turkia |
2015-01-22 | Special handling of Seaber CSV files | Miika Turkia |
2015-01-17 | Clean up the header files | Dirk Hohndel |
2015-01-08 | No need for a new variable | Dirk Hohndel |
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 | 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 | 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 | 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 |