Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-02 | Fix the inconsistent behaviour of QCompleter | Maximilian Güntner | |
The TagWidget behaves now similiar to a QLineEdit. Pressing Enter/Return will now close the completion widget. 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> |