Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | Simplify the code by removing a few options from the if. | Tomaz Canabrava | |
There was some options on the 'if' that didn't really belonged there, so I create a if before those to quit earlier if the condition is true. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2013-11-02 | Corrected indentation, added license/copyright | Maximilian Güntner | |
Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com> | |||
2013-11-02 | Added a custom widget for tagging dives | Maximilian Güntner | |
A custom tag widget has been added to MainTab. Tags are seperated by a comma ",". The implementation supports escaping a comma by using "\,". While typing, the widget supports the user by suggesting tags using a QCompleter. Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com> |