about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* Added scroll support to occupant listJames Booth2014-10-071-6/+34
* Added room occupants panelJames Booth2014-10-071-0/+67
* Include self in room rosterJames Booth2014-10-071-3/+0
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-0/+52
* Implemented setting and listing rolesJames Booth2014-10-061-0/+61
* Implemented /room kick commandJames Booth2014-10-051-17/+100
* Added /room kick commandJames Booth2014-10-051-1/+24
* Added /room subject commandJames Booth2014-10-051-5/+18
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-0/+54
* Formatted /room info outputJames Booth2014-10-021-6/+7
* Added service discovery to /room info commandJames Booth2014-10-021-0/+52
* Store real jid with occupantsJames Booth2014-10-011-2/+10
* Show fixed form fieldsJames Booth2014-10-011-1/+6
* Added /room <affiliation> commandJames Booth2014-10-011-3/+56
* Added /room <role> commandJames Booth2014-10-011-0/+52
* Moved room info output to ui module, added TODO for rolesJames Booth2014-09-301-0/+14
* Merge branch 'master' into muc_rolesJames Booth2014-09-301-2/+2
|\
| * Fixed help for jid-multi form fieldsJames Booth2014-09-301-2/+2
* | Merge branch 'master' into muc_rolesJames Booth2014-09-301-1/+1
|\|
| * Dont check for var attribute on form fields of type fixedJames Booth2014-09-301-1/+1
* | Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-24/+17
* | Tidied muc moduleJames Booth2014-09-281-10/+10
|/
* Handle errors for /disco info requestsJames Booth2014-09-241-1/+1
* Fixed messages for new roomsJames Booth2014-09-181-1/+9
* Handle result of room configuration submitJames Booth2014-09-171-2/+69
* Show errors in room when can't retrieve room configJames Booth2014-09-171-0/+25
* Merge branch 'master' into roomconfigJames Booth2014-09-171-1/+2
|\
| * Fixed window switching when pagedJames Booth2014-09-171-1/+2
* | Added form field helpJames Booth2014-09-161-9/+76
* | Implemented /form helpJames Booth2014-09-161-5/+31
* | Show form fields after updatingJames Booth2014-09-151-0/+9
* | Added /form showJames Booth2014-09-151-11/+18
* | Dont allow unsaved form windows to be closedJames Booth2014-09-151-2/+17
* | Allow removing data from text-multi form fieldsJames Booth2014-09-141-1/+4
* | Tidied form UI codeJames Booth2014-09-141-10/+10
* | Added /room remove command, reformetted form outputJames Booth2014-09-141-9/+11
* | Added /room add for *-multiJames Booth2014-09-141-1/+1
* | Added form type check on setJames Booth2014-09-131-0/+2
* | Added tags to form fieldsJames Booth2014-09-111-4/+2
* | Implemented /room config submit for saving room configurationJames Booth2014-09-101-1/+8
* | Extracted form field display codeJames Booth2014-09-101-114/+121
* | Added form field type enumJames Booth2014-09-101-23/+31
* | Coloured room config form var tagsJames Booth2014-09-101-2/+6
* | Implemented text-multi, jid-single and fixed display for room config formsJames Booth2014-09-101-0/+26
* | Implemented jid-multi display for room config formsJames Booth2014-09-101-0/+6
* | Implemented list-multi display for room config formsJames Booth2014-09-101-0/+14
* | Formatting of room config formJames Booth2014-09-091-52/+80
* | Create new window for room configurationJames Booth2014-09-071-16/+23
* | Moved room config UI code to ui/core.cJames Booth2014-09-071-0/+76
* | Added /room config edit and /room config cancelJames Booth2014-09-041-1/+2
|/