Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-04 | Make TaskManager and ConnectionHandler objects global. | Bent Bisballe Nyeng | |
2012-05-03 | Merge branch 'master' of https://git.oftal.dk/munia | Bent Bisballe Nyeng | |
2012-05-03 | Add test client. | Bent Bisballe Nyeng | |
2012-05-03 | Update to correct license (GPLv3) | Bent Bisballe Nyeng | |
2012-05-03 | Added breadth first search tour | Jonas Suhr Christensen | |
2012-04-12 | Added observer id as prefix to server->client commands. | Jonas Suhr Christensen | |
2012-04-12 | Added a bit of debugging messages. | Jonas Suhr Christensen | |
Merged task_proto and observe_proto into one protocol in munia_proto. | |||
2012-03-30 | Added a bit of debug and implemented messagehandler. | Jonas Suhr Christensen | |
2012-03-30 | Print tree in each iteration. | Bent Bisballe Nyeng | |
2012-03-30 | Print tree in each iteration. | Bent Bisballe Nyeng | |
2012-03-30 | Enable debug output from all modules. | Bent Bisballe Nyeng | |
2012-03-30 | Move message datastructure to its own file. | Bent Bisballe Nyeng | |
2012-03-30 | Added correct id to backlog node. | Jonas Suhr Christensen | |
Modified output function. | |||
2012-03-30 | Added output of tree to stdout. | Jonas Suhr Christensen | |
2012-03-30 | Make task_proto use new design. | Bent Bisballe Nyeng | |
2012-03-30 | Updated interface. | Jonas Suhr Christensen | |
2012-03-30 | deleted | Jonas Suhr Christensen | |
2012-03-30 | Added new files. | Jonas Suhr Christensen | |
2012-03-30 | Fixed compile error. | Jonas Suhr Christensen | |
2012-03-30 | Updated interfaces. | Jonas Suhr Christensen | |
2012-03-30 | New message handler. | Jonas Suhr Christensen | |
2012-03-30 | Add TaskIdList to massege for use when message is an OutputMessage. | Bent Bisballe Nyeng | |
2012-03-30 | Fix message parser compilation. | Bent Bisballe Nyeng | |
2012-03-30 | Fix include | Bent Bisballe Nyeng | |
2012-03-30 | Add observe protocol and connection handler. | Bent Bisballe Nyeng | |
2012-03-30 | Add observe protocol in MessageParser. | Bent Bisballe Nyeng | |
2012-03-30 | Fix messageparser include. | Bent Bisballe Nyeng | |
2012-03-30 | Assembled the oberve protocol. | Bent Bisballe Nyeng | |
2012-03-30 | Rename message parser to correct file name. | Bent Bisballe Nyeng | |
2012-03-30 | Merge branch 'master' of https://git.oftal.dk/munia | Bent Bisballe Nyeng | |
2012-03-30 | Updated. | Jonas Suhr Christensen | |
2012-03-30 | Remove init code. | Bent Bisballe Nyeng | |
2012-03-30 | Added ConnectionHandler accroding to spec. | Bent Bisballe Nyeng | |
2012-03-30 | included <list> | Jonas Suhr Christensen | |
2012-03-30 | ;lkas | Jonas Suhr Christensen | |
2012-03-23 | Split up protocol into task/observe. For now observe sends initial state and ↵ | Bent Bisballe Nyeng | |
task handles events. | |||
2012-03-23 | Don't assert if user tries to insert task into itself. | Bent Bisballe Nyeng | |
2012-03-23 | Added files. | Jonas Suhr Christensen | |
2012-03-23 | Added files. | Jonas Suhr Christensen | |
2012-03-22 | Fixed order of task in init. Now are tasks only (hopefully) added after its | Jonas Suhr Christensen | |
parent. Added write and read. | |||
2012-03-11 | Fixed drag and drop problem by stopping propagation of the event. | Jonas Suhr Christensen | |
+ some non-finished updatign code. | |||
2012-03-10 | Added new task hierarchy based protocol. | Jonas Suhr Christensen | |
Drag and drop works somehow - maybe some weirdness in html5 drag and drop. | |||
2012-03-08 | move javascript code out of html file. | Bent Bisballe Nyeng | |
2012-03-08 | Added quotes arond all strings in outgoing messages. | Jonas Suhr Christensen | |
2012-03-08 | Fixed appending in initializing string. | Jonas Suhr Christensen | |
2012-03-08 | Using asprintf instead of snprintf. | Jonas Suhr Christensen | |
2012-03-03 | Merge branch 'master' of https://git.oftal.dk/munia | Jonas Suhr Christensen | |
Conflicts: src/task_proto.cc Fixed conflict. | |||
2012-03-03 | Removed sprintfs from task_proto and moved the code to msgparser. | Jonas Suhr Christensen | |
Removed heavy printf debugging from msgparser. | |||
2012-03-02 | Fix signed/unsigned comparison mismatch. | Bent Bisballe Nyeng | |
2012-03-01 | Update Tasks directly in the tasklist, not just local copies. | Bent Bisballe Nyeng | |