summaryrefslogtreecommitdiff
path: root/src/leap/gui/progress.py
AgeCommit message (Collapse)Author
2013-01-11all calls except the first one are made to api urikali
we also parse the port number
2013-01-10renamed connection pagekali
2012-12-12register testskali
2012-12-12completed tests for gui/progresskali
2012-12-12progress initial testskali
2012-11-28move delay function to gui/utilskali
2012-11-27inline validation at register page.kali
inline widget and focus and red marks and whistles.
2012-11-23refactor validation mixin; progress until register pagekali
2012-11-22fix widgets focus on providerselect pagekali
it works with enter, enter, enter :) dedicated to DJ Focus...
2012-11-22fixed ui freeze using queue for passing status between worker and parentkali
2012-11-21add red border to failed fieldkali
2012-11-21tango icons for checking/checked/failed check statuskali
2012-11-20added inline panel within zero-margin framekali
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