Blurs UI while processing

Before the processing of a query starts, it will blur the UI.

This gives feedback to the user that something is happening, and is
simple to implement because I am too lazy to move the processing in
a separate thread.
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-12-21 00:54:05 +01:00
parent c8c894bb7b
commit 239e0e58dd
2 changed files with 33 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
2.2
- Added again make install target
- Ctrl+C in the terminal will terminate the GUI
- Blurs UI while processing
2.1
- Introduced sessions; GUI loads the same relations of the previous time