summaryrefslogtreecommitdiff
path: root/src/leap/gui/firstrun
AgeCommit message (Collapse)Author
2013-02-14Fix broken login page.kali
Close #1760
2013-02-13add watermark image to wizardkali
2013-02-13fix exception message attributekali
2013-01-31pep8kali
2013-01-25disable finish button until connectedkali
2013-01-24check cert time_boundaries uses pyOpenSSLkali
I had missed this one while deprecating gnutls
2013-01-24wizard rephrasing & punctuationkali
2013-01-24catch missing messages on last page of wizardkali
2013-01-11fix for missing cacert bundlekali
frozen app cannot find requests cacert bundle. added to Resources to get us going.
2013-01-11all calls except the first one are made to api urikali
we also parse the port number
2013-01-10renamed connection pagekali
2013-01-09this should be the complete list of userfacing strings.antialias
see #665.
2013-01-09fix from_loginkali
2013-01-09fix provider label translationkali
2013-01-09wrap provider infokali
2013-01-09fix provider domain regexkali
2013-01-09rename username varkali
2012-12-20initial translation example.kali
2012-12-18added current_pagekali
2012-12-17network checker launched by signalkali
fixes problem with provider domain not being defined during first run.
2012-12-12progress to connection only if no errorskali
2012-12-12login testskali
2012-12-12register testskali
2012-12-12tests for firstrun/wizardkali
2012-11-28move delay function to gui/utilskali
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-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.