socializer/src/presenters
2019-03-25 16:35:56 -06:00
..
__init__.py Moved basic post displaying logic to MVP. Comments and audio still are not moved 2019-01-08 10:40:58 -06:00
attach.py Attaching documents is now supported 2019-01-28 05:36:51 -06:00
audioRecorder.py Refactored attachment code so it will match to the MVP pattern 2019-01-06 22:51:20 -06:00
base.py Modified presenters to use basePresenter as parent 2019-01-06 17:22:23 -06:00
configuration.py Added proxy setting to preferences dialog 2019-01-29 16:23:02 -06:00
longpollthread.py Added handling of 'user is typing' event 2019-01-13 12:37:19 -06:00
main.py started poll implementation 2019-03-01 17:41:46 -06:00
player.py Modify audio player volume by 2% instead of 5% 2019-03-25 16:35:56 -06:00
postCreation.py Moved basic post displaying logic to MVP. Comments and audio still are not moved 2019-01-08 10:40:58 -06:00
postDisplayer.py display results of polls closed when reaching end_date, and polls where the current user cannot vote 2019-03-07 15:23:37 -06:00
profiles.py Fixed error when displaying certain user profile info. Closes #29 2019-01-21 05:13:05 -06:00