Skip to content

Commit

Permalink
- Fix build in Linux
Browse files Browse the repository at this point in the history
- Empty the issue selector filter field when opening the window
  • Loading branch information
Frederick Thomssen committed Apr 7, 2016
1 parent 01bea8b commit e8aff45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions IssueSelector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ IssueSelector::display()
{
DEBUG() << "Displaying issue selector window";
win_->show();
qml("search")->setProperty( "text", "" );
updateProjects();
}

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ project files `qtredmine/qtredmine.pro` and `RedTimer.pro` and start the build.

Todo
----
* Filter field in issue selector

* Issue creator
* Cache for offline operation
* Spooler for unsaved time entries
4 changes: 3 additions & 1 deletion RedTimer.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
TEMPLATE = app

QT += qml quick widgets gui
QMAKE_CXXFLAGS += -std=c++11

QT += qml quick widgets gui svg

SOURCES += main.cpp \
RedTimer.cpp \
Expand Down

0 comments on commit e8aff45

Please sign in to comment.