Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-15first version of Triggers pluginYann Leboulanger
2011-05-28[milouse] Fix identation errorYann Leboulanger
2011-05-21banner_tweaks plugin. Fixed againDenis Fomin
2011-05-21banner_tweaks plugin. prevent Tb in the gc if 'show_banner_image' is disabledDenis Fomin
2011-05-02new way to handle incominf messages, new notification event.Yann Leboulanger
2011-01-06prevent traceback. Fixes #5978Yann Leboulanger
2010-12-14split long linesDenis Fomin
2010-12-13[Éric Araujo] fix typo un plugins windowYann Leboulanger
2010-12-06coding styleDenis Fomin
2010-11-06include all example plugins in tarballs, but install only someYann Leboulanger
2010-11-05plugins_window.ui - removed unused hboxDenis Fomin
2010-11-05ftp manager plugin added to the main repositoryDenis Fomin
2010-11-05whiteboard plugin: print disconnection reason in chat controlYann Leboulanger
2010-11-04prevent traceback when a whiteboard closesDenis Fomin
2010-11-04whiteboard plugin: minor tooltip improvmentsYann Leboulanger
2010-11-03whiteboard plugin. added border to the main containerDenis Fomin
2010-11-03whiteboard plugin. small optimizationDenis Fomin
2010-11-03whiteboard plugin. remove the lebels with the buttons and add tooltipsDenis Fomin
2010-11-02rename some varYann Leboulanger
2010-11-02whiteboard plugin. Ability to save imagesDenis Fomin
2010-11-01[whiteboard plugin] raise error when python-pygoocanvas is not installedYann Leboulanger
2010-11-01plugin to add whiteboard feature. Fixes #2970Yann Leboulanger
2010-10-25rename variables in plugins. Fixes #5994Yann Leboulanger
2010-10-19use NEC to handle messages / gc_messagesYann Leboulanger
2010-09-20[Dicson] install manifest.ini files. Fixes #5927Yann Leboulanger
2010-09-19[Dicson] use manifest.ini files in plugins to have a separate file for plugin...Yann Leboulanger
2010-09-17[Dicson] Fix building Gajim. Fixes #5916Yann Leboulanger
2010-09-17move acronyms expander plugin. see #5906Yann Leboulanger
2010-09-12[Dicson] Handle non-Latin text and errors in google translate plugin. Fixes #...Yann Leboulanger
2010-07-29add missing plugins/Makefile.amYann Leboulanger
2010-04-08convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
2010-02-12fix acronyms expander pluginYann Leboulanger
2010-02-12add adjustment to spinbutton in length notifier pluginYann Leboulanger
2010-02-09merge from default branchYann Leboulanger
2009-06-22Fixed bug related to account name in NewEventsExample name. Modified way to a...Mateusz Biliński
2009-06-15Fixed log_calls decorator arguments in a few plugins. Fixed Acronyms Expander...Mateusz Biliński
2009-06-07Merged default branch with plugin-system branch. Not all elements are fullyMateusz Biliński
2009-06-02Moved DBUS interface related variables.Mateusz Biliński
2009-04-16Moved DBus type related instructions to scope which is executed only when the...Mateusz Biliński
2008-08-25Google Translation plugin added (proof-of-concept) that translates incoming c...Mateusz Biliński
2008-08-18Three core (raw) events (iq, message, presence) go also through Network Event...Mateusz Biliński
2008-08-17Removed exit() from PySnarl so it doesn't terminate Gajim on non-Windows plat...Mateusz Biliński
2008-08-17Snarl Notifications plugin initial version added. New events (from current co...Mateusz Biliński
2008-08-11Changed log_calls parameter to EventsDumpPlugin in that class.Mateusz Biliński
2008-08-11Added Events Dump plugin, that prints out to console info about selected even...Mateusz Biliński
2008-08-10Initial version of Global Events Dispatcher.Mateusz Biliński
2008-08-03Improvements to GUI extension points handling - added method to remove these ...Mateusz Biliński
2008-08-02Banner Tweaks plugin has all (four) options implemented.Mateusz Biliński
2008-07-31Added files with Banner Tweaks plugin (initial version).Mateusz Biliński
2008-07-29Plugin's configuration is now saved to disk (currently: using UserDict and sh...Mateusz Biliński