summaryrefslogtreecommitdiff
path: root/src/leap/gui
AgeCommit message (Collapse)Author
2012-12-12register testskali
2012-12-12providerselect testskali
2012-12-12tests for firstrun/wizardkali
2012-12-12completed tests for gui/progresskali
2012-12-12progress initial testskali
2012-11-28move delay function to gui/utilskali
2012-11-28modified hash of resourceskali
2012-11-27login validation inlinekali
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-22info page refactor.kali
2012-11-22fixed ui freeze using queue for passing status between worker and parentkali
2012-11-21add red border to failed fieldkali
2012-11-21update check status when provider entry changes.kali
disable next button and remove any error message (but remember which was the latest bad string if you are changing providers withouth going to the next page).
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-19add domain name to providerinfo pagekali
2012-11-19set commit page (no back button after validation)kali
2012-11-19disable "next" button during validationkali
and wait for user to click it. Closes #973
2012-11-14make tests pass + pep8kali
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests!
2012-11-13fix missing provider parameter in leapconfig objects chainkali
2012-11-13check credentials on login branchkali
plus fix repaint on populateErrors on login page, should refactor to ToBeValidated class or something similar, with the other paintEvent functions that implement the painting of errors coming from the "next" validating page.
2012-11-12connect wizard cancel button with shutdownkali
2012-11-12uncomment download_ca_cert callkali
2012-11-12moved thread code to gui/threadskali
2012-11-12fix prevalidation error showing in register page.kali
2012-11-12cleanup errors on page init and on field changekali
2012-11-12fix layout on providerinfo pagekali
2012-11-12add signal to start eip conductor after last checkskali
2012-11-12fix cert fetching over httpskali
2012-11-09working version of the fake provider.kali
wizard can now be completely tested against this.
2012-11-09connect page merged into regvalidation.kali
Flow nearly working with fake provider, except for authentication.
2012-11-08more careful error catching during registration.kali
added a twisted server that fakes some of the provider interaction.
2012-11-08selectprovider rename + fix onComplete function for provider entrykali
2012-11-08catch conn error while fetching provider infokali
2012-11-08allow user to specify host:port for provider selectionkali
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-06add 404 catch to registerkali
2012-11-06split wizard into separate fileskali
so we don't go nuts yet.
2012-11-06new validation pages in a reusable MVC stylekali
using progress indicators inside QTableWidget
2012-10-26fix systray context menu.kali
Closes #761
2012-10-26save user/pass only if save_user checked in wizardkali
2012-10-26user credentials saved on login/signup branches.kali
cert request is using magick decorator that retrieves the certificates using srp.
2012-10-25login branch in wizardkali
2012-10-24last page of wizard displays the connection stepskali
2012-10-24sign up branch ends by triggering eip connectionkali
still need to bind signals properly, and block on the validation process until we receive the "connected" signal. but the basic flow is working again, i.e, user should be able to remove the .config/leap folder and get all the needed info from the provider.
2012-10-20password confirmationkali