1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
James Booth
672906dd1d Title bar tidy up 2012-02-17 02:11:14 +00:00
James Booth
4543a3b2c6 Updated tasks 2012-02-17 01:20:38 +00:00
James Booth
03b90cf5ab Handles failed logins correctly 2012-02-17 00:42:41 +00:00
James Booth
3be10300f4 Roster request on successful login 2012-02-16 23:35:40 +00:00
James Booth
66ae3d2bf8 Handling logins and outputting to console 2012-02-16 23:28:11 +00:00
James Booth
b79e61fd80 Added gui_refresh
Refreshing all windows now done in main loop
2012-02-13 01:25:47 +00:00
James Booth
6f90464619 Tidied up message window handling 2012-02-13 01:05:11 +00:00
James Booth
181c423636 Tidy up refreshing current chat 2012-02-13 00:59:04 +00:00
James Booth
0e473e34aa Tidy up printing to message windows 2012-02-13 00:53:10 +00:00
James Booth
da0fd22761 Fixed bug with console when closing chat window 2012-02-13 00:28:26 +00:00
James Booth
c5d68a6434 Better output of action window notifications 2012-02-12 23:48:00 +00:00
James Booth
fc99e686fd Process special keys out of loop 2012-02-12 22:53:53 +00:00
James Booth
632528a9e3 Added title bar refresh to main loop 2012-02-12 22:44:00 +00:00
James Booth
02f5df5b20 Renamed title bar functions 2012-02-12 22:38:27 +00:00
James Booth
e112ef5aac Added status bar refresh to main loop 2012-02-12 22:34:31 +00:00
James Booth
bff2210b7f Renamed console window functions 2012-02-12 22:23:51 +00:00
James Booth
9e63c4a0f6 Renamed input_bar -> status_bar 2012-02-12 22:20:21 +00:00
James Booth
af46792871 Moved XMPP logging to jabber.c 2012-02-12 22:10:30 +00:00
James Booth
7aa1d931a0 Naming of statics 2012-02-12 22:09:07 +00:00
James Booth
b71f61d400 Tweak to commands 2012-02-12 21:47:19 +00:00
James Booth
cdbd0d2f0a Only switch to active chats 2012-02-12 21:36:01 +00:00
James Booth
ae84c92d23 Tidy up jabber.c 2012-02-10 23:58:57 +00:00
James Booth
9db56f4fc1 Moved start commands to command.module 2012-02-10 23:53:13 +00:00
James Booth
0e30c795a5 Starting window output in x position 1 2012-02-10 01:28:15 +00:00
James Booth
4a2ff76059 Small formatting changes 2012-02-10 00:28:39 +00:00
James Booth
2137ffa25a Fixed wrong message in title bar for cons window 2012-02-10 00:03:49 +00:00
James Booth
a7df149ee9 Pulled out command module 2012-02-09 23:15:53 +00:00
James Booth
dbfb1551d6 Pulled out main event loop 2012-02-09 22:50:19 +00:00
James Booth
5d9c7ffd9c Renamed some source files 2012-02-09 22:24:03 +00:00
James Booth
e989198923 Pull out command loop before connect 2012-02-09 22:16:27 +00:00
James Booth
4148f05307 Added msg command 2012-02-09 21:45:31 +00:00
James Booth
d77c397b18 Removed subscription from roster 2012-02-09 20:52:56 +00:00
James Booth
f5013914ef Added roster command 2012-02-09 02:47:25 +00:00
James Booth
bdf5e483c6 Update README 2012-02-09 00:51:41 +00:00
James Booth
f020ec9c82 Time output 2012-02-09 00:48:17 +00:00
James Booth
f48d22150d Don't show message when inactive chat 2012-02-09 00:02:03 +00:00
James Booth
c8bf654e2c Added seperate window modules 2012-02-08 23:55:11 +00:00
James Booth
a7190ed7e4 Split window functions 2012-02-08 23:49:46 +00:00
James Booth
c92b268809 Closing chat windows 2012-02-08 23:12:34 +00:00
James Booth
8c24a7c475 Basic multiwindow chat 2012-02-08 22:46:35 +00:00
James Booth
17a284b24b Window per chat and incoming notifications 2012-02-08 22:26:43 +00:00
James Booth
ab50d324c4 Only send messages in chat mode 2012-02-07 23:40:20 +00:00
James Booth
94e7e5a446 Fixed printing function keys 2012-02-07 23:11:59 +00:00
James Booth
e2665944cb SImple window switching for message and console 2012-02-07 22:59:47 +00:00
James Booth
bb3878bc76 Hiding XMPP and Ncurses from app code 2012-02-07 00:37:42 +00:00
James Booth
4d190a9c43 Added app module 2012-02-07 00:08:59 +00:00
James Booth
bbb0fbed4f Moved incoming display message 2012-02-06 22:29:05 +00:00
James Booth
14f4478bea Fixed delete on no input 2012-02-06 22:07:50 +00:00
James Booth
b2173522cd Handle delete char in command win 2012-02-06 22:04:30 +00:00
James Booth
1729059307 Fixed makefile 2012-02-06 01:29:53 +00:00