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
2014-11-14prevent some GTK3 warningYann Leboulanger
2014-03-27py2 -> py3Yann Leboulanger
2014-03-09catch errors that could appear when running plugins gui extention pointsYann Leboulanger
2014-02-16some gtk3 fixes in plugins windowYann Leboulanger
2013-12-06Fix crash when try configure plugin second time. See https://trac-plugins.gaj...Denis Fomin
2013-09-24Set transient_for for 'Plugin already exists'Denis Fomin
2013-08-19easy way to clear plugin_description_textviewDenis Fomin
2013-08-16translate plugins descriptionsDenis Fomin
2013-08-16ability to show HTML in plugin descriptionsYann Leboulanger
2013-07-30GObject -> GLibDenis Fomin
2013-07-29render_icon -> render_icon_pixbufYann Leboulanger
2013-05-19Make plugin config dialog not modalDenis Fomin
2013-05-04PluginSystem. xhtml in available tabDenis Fomin
2013-01-29fix ellipsize in plugin_homepage_linkbuttonDenis Fomin
2013-01-28plugins_window.do not shrink vbox,expand plugin name coloumnDenis Fomin
2013-01-27fix command systemYann Leboulanger
2013-01-27support min_gajim_version and max_gajim_version in pluginsYann Leboulanger
2013-01-11fix plugin managerDenis Fomin
2013-01-05Use log.warning instead of the deprecated log.warn.Emmanuel Gil Peyrot
2013-01-05fix traceback handlingYann Leboulanger
2013-01-02xrange() -> list(range())Yann Leboulanger
2013-01-02fix imports and many py3 changementsYann Leboulanger
2013-01-02fix exception handlingYann Leboulanger
2013-01-02remove call to unicode()Yann Leboulanger
2013-01-01python uses unicode internallyYann Leboulanger
2012-12-31fix plugin windowDenis Fomin
2012-12-23start porting Gajim to gobject introspection and GTK3Yann Leboulanger
2012-08-22plugin system. checking the type of stored data. Fix #7220Denis Fomin
2012-08-16plugin system. add plugin icon supportDenis Fomin
2012-08-16coding styleDenis Fomin
2012-08-09typoDenis Fomin
2012-08-09first load the plugins of the user directory. does not load the module twice.Denis Fomin
2012-07-16set plugin error dialog transient for Plugins Window. Fixes #7184Yann Leboulanger
2012-06-28Select root iter in the PluginsWindow treeview. set focus on close button whe...Denis Fomin
2012-04-30don't load unactivatable pluginsYann Leboulanger
2012-04-30ability for plugins to be activatable. True by default, but plugin can be non...Yann Leboulanger
2012-01-07Prevent tracebackDenis Fomin
2011-11-26Use set_rules_hint(True) in the installed plugins treeviewDenis Fomin
2011-10-16catch the error in the plugins manifest fileDenis Fomin
2011-10-14tryin to unpickle a GNU dbm file doesn't produce the same exception as bsddb....Yann Leboulanger
2011-10-11fix upgrading from old plugin config filesYann Leboulanger
2011-10-11prevent tracebackDenis Fomin
2011-10-10fix previos commitDenis Fomin
2011-10-10stop using shelve, it cannot work when upgrading python version. Fixes #6988Yann Leboulanger
2011-09-26New gui_extension_point added. Do not use all args in remove_gui_extension_po...Denis Fomin
2011-09-23add missing function. Fixes #6985Yann Leboulanger
2011-09-07pluginmanager.better exception handling when importing modulesDenis Fomin
2011-09-05translate all modules in the plugin dir(whiteboard plugin for example. transl...Denis Fomin
2011-09-02make plugins translation work under windows.Yann Leboulanger
2011-08-31fix uninstalling pluginsYann Leboulanger