Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-06 | Add UI merging all the code | Tomás Touceda | |
Also add resources | |||
2013-03-06 | Remove everything to start from scratch | Tomás Touceda | |
2013-01-31 | fix tests (resources hash + argparse) | kali | |
2013-01-30 | add new assets for connection status | kali | |
2013-01-25 | update translations (de) | kali | |
2013-01-25 | disable finish button until connected | kali | |
2013-01-24 | check cert time_boundaries uses pyOpenSSL | kali | |
I had missed this one while deprecating gnutls | |||
2013-01-24 | all tests green again | kali | |
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup | |||
2013-01-24 | wizard rephrasing & punctuation | kali | |
2013-01-24 | catch missing messages on last page of wizard | kali | |
2013-01-11 | fix for missing cacert bundle | kali | |
frozen app cannot find requests cacert bundle. added to Resources to get us going. | |||
2013-01-11 | all calls except the first one are made to api uri | kali | |
we also parse the port number | |||
2013-01-10 | renamed connection page | kali | |
2013-01-09 | this should be the complete list of userfacing strings. | antialias | |
see #665. | |||
2013-01-09 | fix from_login | kali | |
2013-01-09 | fix provider label translation | kali | |
2013-01-09 | wrap provider info | kali | |
2013-01-09 | fix provider domain regex | kali | |
2013-01-09 | rename username var | kali | |
2012-12-20 | initial translation example. | kali | |
2012-12-18 | added current_page | kali | |
2012-12-17 | network checker launched by signal | kali | |
fixes problem with provider domain not being defined during first run. | |||
2012-12-12 | progress to connection only if no errors | kali | |
2012-12-12 | login tests | kali | |
2012-12-12 | register tests | kali | |
2012-12-12 | providerselect tests | kali | |
2012-12-12 | tests for firstrun/wizard | kali | |
2012-12-12 | completed tests for gui/progress | kali | |
2012-12-12 | progress initial tests | kali | |
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-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 | 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 | |