about summary refs log tree commit diff stats
path: root/tests/ui
Commit message (Expand)AuthorAgeFilesLines
* Use events for chat sessionsJames Booth2014-12-291-1/+1
* Removed old mocksJames Booth2014-12-252-523/+0
* Added server_event testsJames Booth2014-12-251-4/+26
* Added cmd_win testsJames Booth2014-12-251-0/+3
* Added cmd_roster testsJames Booth2014-12-241-1/+6
* Added cmd_otr testsJames Booth2014-12-242-4/+38
* Added cmd_connect testsJames Booth2014-12-242-2/+18
* Added cmd_bookmark testsJames Booth2014-12-241-2/+8
* Added cmd_alias testsJames Booth2014-12-241-1/+6
* Refactoring cmd_account testsJames Booth2014-12-241-2/+7
* Use will_return instead of mock valuesJames Booth2014-12-232-31/+6
* cmd_account_shows_account_when_connected_and_no_argsJames Booth2014-12-232-1/+20
* Added stubbed implementationsJames Booth2014-12-232-0/+391
* Fixed testsJames Booth2014-12-202-0/+15
* Refactored all window recipients and typesJames Booth2014-12-201-18/+0
* Moved roster functionsJames Booth2014-12-162-4/+4
* Fixed broken testJames Booth2014-11-132-0/+12
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-11/+0
* Fixed tests to work with cmocka 0.4.1James Booth2014-05-261-2/+2
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+1
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-132-3/+5
* Revert "Added ui_already_connected"James Booth2014-04-122-14/+1
* Added ui_already_connectedJames Booth2014-04-092-1/+14
* Added missing files, refactored ui_switch_win to check win existsJames Booth2014-04-012-26/+5
* Added test for valid window switchJames Booth2014-04-012-1/+15
* Added cmd_win testJames Booth2014-04-012-0/+23
* Renamed refresh functions to update_virtualJames Booth2014-04-012-4/+4
* Use expect_value == NULL for NULL parameters in testsJames Booth2014-03-161-1/+1
* Added cmd_roster testJames Booth2014-03-162-0/+21
* Updated copyrightJames Booth2014-03-091-22/+0
* Added test for /join with nick optionJames Booth2014-03-082-0/+15
* Test for /otr theirfp in non OTR windowJames Booth2014-02-172-0/+15
* Added test for /otr theirfp when in consoleJames Booth2014-02-172-0/+25
* Added /otr myfp testJames Booth2014-02-172-0/+29
* Added tests for /otr warnJames Booth2014-02-162-0/+13
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-2/+2
* Added cmd_bookmark testsJames Booth2014-02-012-0/+38
* Changed name of expected values in testsJames Booth2014-02-011-4/+4
* Added test for /bookmark listJames Booth2014-02-012-0/+45
* Added presence_error tests, added muc_close()James Booth2014-01-302-0/+13
* Added message stanza error testsJames Booth2014-01-282-4/+49
* Moved error handling logic to server_eventsJames Booth2014-01-282-0/+21
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-232-0/+22
* WIP - /statuses command optionsJames Booth2014-01-202-0/+41
* Dynamically load UI functions, fixed testsJames Booth2013-12-222-264/+73
* Added mocks and stubs for cons_showJames Booth2013-12-192-10/+55
* Test "/account list"James Booth2013-12-151-1/+6
* Added cmd_account testJames Booth2013-12-151-1/+6
* Added mock log moduleJames Booth2013-12-151-1/+10
* Moved _ask_password to UI moduleJames Booth2013-12-151-1/+12