Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-07 | only remove management socket when shutting down | kali | |
Closes #1090 | |||
2012-12-07 | pep8 | kali | |
2012-12-07 | to improve code coverage, began writing tests for leap.base.auth. | antialias | |
2012-12-07 | in leap.base.checks.check_internet_connection modified the order | antialias | |
in which errors are checked and improved test coverage. | |||
2012-11-28 | call shutdown signal from sigint_handler | kali | |
2012-11-28 | successfully catching ctrl-c but for not quitting in the correct order. | antialias | |
2012-11-28 | move delay function to gui/utils | kali | |
2012-11-28 | modified hash of resources | kali | |
2012-11-27 | login validation inline | kali | |
2012-11-27 | inline validation at register page. | kali | |
inline widget and focus and red marks and whistles. | |||
2012-11-23 | refactor validation mixin; progress until register page | kali | |
2012-11-22 | fix widgets focus on providerselect page | kali | |
it works with enter, enter, enter :) dedicated to DJ Focus... | |||
2012-11-22 | info page refactor. | kali | |
2012-11-22 | fixed ui freeze using queue for passing status between worker and parent | kali | |
2012-11-21 | add red border to failed field | kali | |
2012-11-21 | update 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-21 | tango icons for checking/checked/failed check status | kali | |
2012-11-20 | added inline panel within zero-margin frame | kali | |
2012-11-20 | TableWidget refactor | kali | |
so we can use it also in the inline validation widgets. | |||
2012-11-19 | add domain name to providerinfo page | kali | |
2012-11-19 | set commit page (no back button after validation) | kali | |
2012-11-19 | disable "next" button during validation | kali | |
and wait for user to click it. Closes #973 | |||
2012-11-19 | fix delete temporal files | kali | |
2012-11-14 | delete temp folder for management socket after client shutdown | kali | |
Close #742 | |||
2012-11-14 | hide the systray icon until the firstrun wizard is complete | kali | |
Closes #762 | |||
2012-11-14 | make the check for valid client cert the trigger for first-run-wizard | kali | |
Closes #803 And with this we've completed all features blocking the release goal: generic client. | |||
2012-11-14 | make tests pass + pep8 | kali | |
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-13 | fix missing provider parameter in leapconfig objects chain | kali | |
2012-11-13 | remove sample service | kali | |
Ip for example.org | |||
2012-11-13 | check credentials on login branch | kali | |
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-12 | connect wizard cancel button with shutdown | kali | |
2012-11-12 | uncomment download_ca_cert call | kali | |
2012-11-12 | fix import path | kali | |
2012-11-12 | catch error when management interface is missing during shutdown | kali | |
2012-11-12 | moved thread code to gui/threads | kali | |
2012-11-12 | fix prevalidation error showing in register page. | kali | |
2012-11-12 | cleanup errors on page init and on field change | kali | |
2012-11-12 | fix uri for sessions PUT | kali | |
2012-11-12 | fix layout on providerinfo page | kali | |
2012-11-12 | add signal to start eip conductor after last checks | kali | |
2012-11-12 | fix cert fetching over https | kali | |
2012-11-09 | working version of the fake provider. | kali | |
wizard can now be completely tested against this. | |||
2012-11-09 | connect page merged into regvalidation. | kali | |
Flow nearly working with fake provider, except for authentication. | |||
2012-11-08 | more careful error catching during registration. | kali | |
added a twisted server that fakes some of the provider interaction. | |||
2012-11-08 | more specific errors catched during srpauth | kali | |
2012-11-08 | selectprovider rename + fix onComplete function for provider entry | kali | |
2012-11-08 | catch conn error while fetching provider info | kali | |
2012-11-08 | allow user to specify host:port for provider selection | kali | |
2012-11-07 | fix issue with refresh timing | kali | |
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-07 | changes to update_signal | kali | |
+ Fix update + Rename + Changed signature (we update progress bar from slot now) |