0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove .svn files that got accidently copied from adium source. Whoops! Gotta pay more attention to my commits... More... about 15 years ago
Display when users are kicked/banned. Disable the UI and clear the user list when you are kicked/banned. Always set ChatHandler JID as bare. More... about 15 years ago
Merge branch 'master' of [email protected]:FireRabbit/synapse More... about 15 years ago
Add support for default values in SettingsService. More... about 15 years ago
UI tweaks. More... about 15 years ago
Add simple "Invite to Conference" UI. More... about 15 years ago
Dont call Dispose() on TrayIcon, fixes crash on Quit. Set parent to QApplication to ensure it does get properly disposed. More... about 15 years ago
Have Util.EscapeHtml() use System.Security.SecurityElement.Escape(). Fixes crash when sending "&" and other chars in messages. More... about 15 years ago
Merge branch 'master' of [email protected]:FireRabbit/synapse More... about 15 years ago
Nothing special More... about 15 years ago
Add minimal_mod theme. More... about 15 years ago
Improve theme compatibility. - No variants - No header - Incorrectly capitalized custom Template.html More... about 15 years ago
Remove some themes... More... about 15 years ago
Enable plugins in webkit (will only work with qt 4.5 though). Ignore # URLs. More... about 15 years ago
Don't create PreferencesWindow/DebugWindow at start. More... about 15 years ago
Fix problems with the order things were happening in PreferencesWindow. More... about 15 years ago
Be absolutely sure the page has loaded before adding content. More... about 15 years ago
Added ability to change chat theme! More... about 15 years ago
ConversationWidget: Set default date format string, and add public property for prefs. More... about 15 years ago
Fix threading-related crash in TabbedChatsWindow. More... about 15 years ago
Added missing stuff. More... about 15 years ago
Fix various warnings. More... about 15 years ago
ConversationWidget: Fix %timeOpened%, add support for %incomingIconPath% and %outgoingIconPath%. More... about 15 years ago
More adium theme compatibility improvements and fixed chat-resizing bug. More... about 15 years ago
Whoops, missing file! More... about 15 years ago
Make Control+C (copy) work in conversation widget. More... about 15 years ago
Add more janky code to HtmlSanitizer so that tag attribute order wont matter. In the very near future, this will need to be replaced with a non-regex parser. More... about 15 years ago
Allow embeded images. This is still not good enough though, because attribute order is enforced... More... about 15 years ago
Fixed code snippets to use monospaced font. More... about 15 years ago
Implement "Insert Link" action, HTML security improvements. More... about 15 years ago