summaryrefslogtreecommitdiff
path: root/src/theming.py
AgeCommit message (Collapse)Author
2013-03-12Implement user gaming (xep-0196)mathieui
- configuration options - theming options - /gaming
2013-03-11Fix #1839 (User mood/activity)mathieui
- Added as always new theming variables: CHAR_ROSTER_MOOD, CHAR_ROSTER_ACTIVITY (a SNOWMAN!) COLOR_ROSTER_MOOD, COLOR_ROSTER_ACTIVITY - Added two new notification types in Theme.INFO_COLORS (mood/activity) - Added new configuration options: display_mood/activity/tune_notifications (those can be set for a specific JID) enable_user_tune/nick/activity/mood - Added /activity and /mood commands, with completions - Moved the old /activity to /last_activity - Details are show in the ContactInfoWin if there is room, or with "i" on a contact in the roster.
2013-03-11Implement XEP-0118 (Fix #1840)mathieui
- Add new theming options - Show the tune in the roster (both in contact line and infowin) - add an option to show tunes as info messages
2013-03-09Fix #2254mathieui
(add a new theming option, too)
2013-03-06Add a CHAR_NEW_TEXT_SEPARATOR theming optionmathieui
2013-03-03Fix #2182 (show s2s errors)mathieui
- Add the theming options COLOR_ROSTER_ERROR, CHAR_ROSTER_ERRROR, and CHAR_ROSTER_ASKED
2013-02-21Fix the background color of some messagesmathieui
2013-01-26Implement XEP 296 for locking resource in conversations.Florent Le Coz
With a few specific behaviours: When manually opening a conversation with a bare jid, we open a normal conversation that follows the XEP (locked and unlocked accordingly). If the user manually opens a conversation with a fulljid (by selecting a specific resource in the roster, or by specifying a fulljid to the /message command), we open a special tab that doesn’t follow the XEP (it is always locked to the same resource, and cannot be unlocked). When a message is received, unless a special tab has been manually opened by the other with that specific resource, we always send the messages to a uniq normal tab, unlocking or locking it according to the XEP. This means that only one tab can be opened with a given contact, unless the user specifically chooses to open a special tab for a specific resource. fixes #2159
2013-01-06Improve the help system (#1986)mathieui
TODO: change the plugin API to take advantage of this This change is backwards-compatible (as in “should not break anything”)
2013-01-02Add a default color for “Warning” messagesmathieui
2012-12-30Fix #2143 Fix #2056mathieui
Show headline messages in the info buffer, and show error messages (or other errors) with a special style.
2012-12-29Display the number of revisions of a corrected message.Emmanuel Gil Peyrot
2012-12-20Allow theming of the info buffer messagesmathieui
(only the left part)
2012-12-15Introduce a special "reverse" value for the COLOR_HIGHLIGHT_NICK theme option.Florent Le Coz
If COLOR_HIGHLIGHT_NICK = "reverse", the highlight nick will be in reverse mode. fix #2165
2012-12-15Do not use COLOR_HIGHLIGHT_NICK for things not related to highlighted nicks.Florent Le Coz
2012-07-03Add a new color to the theme, for the warning promptmathieui
- Currently only used by the SSL checking prompt - fg: black ; bg: red ; bold
2012-05-17Use a different theme variable for the /me messagemathieui
2012-05-04Make the visitor’s color readable (Fixes #2342)mathieui
2012-02-14Add 'joined' tab state, and rewrite the function handling the prioritiesmathieui
2012-01-27[Link Mauve] Add the ability to send and receive Attention (XEP-0224).Florent Le Coz
2012-01-26Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
Conflicts: src/theming.py src/windows.py
2012-01-26Make /theme error more descriptiveFlorent Le Coz
2012-01-26Make the color for information messages themableFlorent Le Coz
2012-01-26Fix the comments in the theming.py fileFlorent Le Coz
2012-01-26Fixe 2104manfraid
2012-01-25Add affiliation chars in the thememathieui
2012-01-24Make the color for information messages themableFlorent Le Coz
2012-01-24Fix the comments in the theming.py fileFlorent Le Coz
2011-12-09Fixe 2104manfraid
2011-11-23Use almost all available 256 colors for nick colorsFlorent Le Coz
(only colors that look too much like white or black are not used)
2011-11-16Add CHAR_CHATSTATE_* to the available theme optionsmathieui
2011-11-16Use os.path.expanduser to interpret '~' for _dir config optionsmathieui
2011-11-16Add an optional vertical tab list.Florent Le Coz
2011-11-07Add a warning in case of theme not found, and now unsetting 'theme',mathieui
setting it to 'default' or a number of spaces has the same effect
2011-10-01remove white from the nick colorsFlorent Le Coz
2011-09-25mergeFlorent Le Coz
2011-09-25Default theme is now ok, I thinkFlorent Le Coz
2011-09-25Convert 256 colors to 8 if the terminal doesn’t support themFlorent Le Coz
2011-09-21Handles 256 colors, easier theming and more flexible way to define colorsFlorent Le Coz
Doesn’t run yet if term doesn’t support 256 colors, I know (thus the branch "256")