summaryrefslogtreecommitdiff
path: root/src/leap/gui/progress.py
AgeCommit message (Collapse)Author
2012-11-20TableWidget refactorkali
so we can use it also in the inline validation widgets.
2012-11-19disable "next" button during validationkali
and wait for user to click it. Closes #973
2012-11-12moved thread code to gui/threadskali
2012-11-12cleanup errors on page init and on field changekali
2012-11-09connect page merged into regvalidation.kali
Flow nearly working with fake provider, except for authentication.
2012-11-07fix issue with refresh timingkali
using end_sentinel as a workaround for the lack of refresh. doing a pause so user gets some feedback about what's going on. error messages on select provider page should be all covered now.
2012-11-07changes to update_signalkali
+ Fix update + Rename + Changed signature (we update progress bar from slot now)
2012-11-06new validation pages in a reusable MVC stylekali
using progress indicators inside QTableWidget