summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-11-28call shutdown signal from sigint_handlerkali
2012-11-28successfully catching ctrl-c but for not quitting in the correct order.antialias
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-19fix delete temporal fileskali
2012-11-14delete temp folder for management socket after client shutdownkali
Close #742
2012-11-14hide the systray icon until the firstrun wizard is completekali
Closes #762
2012-11-14make the check for valid client cert the trigger for first-run-wizardkali
Closes #803 And with this we've completed all features blocking the release goal: generic client.
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-13remove sample servicekali
Ip for example.org
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 import pathkali
2012-11-12catch error when management interface is missing during shutdownkali
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 uri for sessions PUTkali
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-08more specific errors catched during srpauthkali
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-26stop eip connection when first run wizard startedkali
Closes #716