summaryrefslogtreecommitdiff
path: root/src/core/core.py
AgeCommit message (Expand)Author
2014-04-30Add a 'tab_change' eventmathieui
2014-04-29Fix most UI issues with introduced in 0caf941mathieui
2014-04-28Make the size modular, remove small-size lock (also seems to fix #2155)mathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
2014-04-26Fix #2514 (add a /toggle command)mathieui
2014-04-26Fix #2444 (implement room destroy)mathieui
2014-04-20Log exit from signals to the error logmathieui
2014-04-18Mostly line-wrap at 80 chars and add docstringsmathieui
2014-04-18Fix #2297 (crash after resize)mathieui
2014-04-15Fix #2440 (highlight composing tabs)mathieui
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
2014-04-12Fix #2503/4 (use “.” as an alias for the current tab in /move_tab)mathieui
2014-04-11Fix #2421 (load and unload several plugins)mathieui
2014-04-09Fix #2497/#2498 (/theme should return an error when loading fails)mathieui
2014-04-08Fix a forgotten "self." that caused alt+k to tracebackFlorent Le Coz
2014-04-06fix a wrong naming in the previous commitmathieui
2014-04-06Code cleanupmathieui
2014-04-05Do not instantiate Keyboard at module-levelmathieui
2014-04-05Remove the pubsub-related stuff from the main branchmathieui
2014-04-05Split the Core classmathieui