[Git][gajim/gajim][gajim_0.16] Fix KeyError when privacy list is received

2017-02-02 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: ff94fe39 by Philipp Hörist at 2017-02-02T19:56:24+01:00 Fix KeyError when privacy list is received - - - - - 1 changed file: - src/common/connection.py Changes: = src/common

[Git][gajim/gajim][master] Fix typo and remove unused import

2017-02-06 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 20c00041 by Philipp Hörist at 2017-02-06T20:52:56+01:00 Fix typo and remove unused import - - - - - 1 changed file: - src/history_manager.py Changes: = src/history_manager.py

[Git][gajim/gajim][master] 2 commits: Fix drag and drop on a group.

2017-02-04 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 89f861c8 by Tomasz Miąsko at 2017-02-04T17:24:31+01:00 Fix drag and drop on a group. - - - - - 7932cdf1 by Philipp Hörist at 2017-02-04T17:32:58+01:00 Merge branch drag-and-drop-on-group into master Fix drag and drop on a group

[Git][gajim/gajim][gajim_0.16] 2 commits: Fix translation list and add missing import.

2017-01-22 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 63439d08 by Tomasz Miąsko at 2017-01-22T23:07:31+01:00 Fix translation list and add missing import. - - - - - 6ed3651d by Philipp Hörist at 2017-01-22T23:13:43+01:00 Merge branch minor-fixes into gajim_0.16 Fix translation

[Git][gajim/gajim][master] 2 commits: Use separate application id for each profile.

2017-01-22 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 9ea208e3 by Tomasz Miąsko at 2017-01-18T20:38:28+01:00 Use separate application id for each profile. Application id is customized in do_handle_local_options just before it is registered and cant be changed any further. This makes

[Git][gajim/gajim][gajim_0.16] 2 commits: Include msg kind when merging nicknames

2017-01-23 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: afb2fb1f by Philipp Hörist at 2017-01-23T12:26:50+01:00 Include msg kind when merging nicknames When two users had the same nickname merging was not working correctly - - - - - 243ab148 by Philipp Hörist at 2017-01-23T12:40

[Git][gajim/gajim][master] Update README.md

2017-01-24 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 17977723 by Philipp Hörist at 2017-01-24T19:04:44+01:00 Update README.md - - - - - 1 changed file: - README.md Changes: = README.md = --- a/README.md

[Git][gajim/gajim][gajim_0.16] 2 commits: Merge branch 'quodlibet' into 'master'

2017-01-23 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 88058fdd by Philipp Hörist at 2017-01-24T01:46:15+01:00 Merge branch quodlibet into master Quodlibet publishes duration information as decimal with fractional part. See merge request !36 - - - - - 2761be11 by Philipp Hörist

[Git][gajim/gajim][cherry-pick-a68fccd8] Merge branch 'quodlibet' into 'master'

2017-01-23 Thread Philipp Hörist
Philipp Hörist pushed to branch cherry-pick-a68fccd8 at gajim / gajim Commits: 88058fdd by Philipp Hörist at 2017-01-24T01:46:15+01:00 Merge branch quodlibet into master Quodlibet publishes duration information as decimal with fractional part. See merge request !36 - - - - - 1 changed file

[Git][gajim/gajim] Pushed new branch cherry-pick-a68fccd8

2017-01-23 Thread Philipp Hörist
Philipp Hörist pushed new branch cherry-pick-a68fccd8 at gajim / gajim ___ Commits mailing list Commits@gajim.org https://lists.gajim.org/cgi-bin/listinfo/commits

[Git][gajim/gajim][master] 2 commits: Quodlibet publishes duration information as decimal with fractional part.

2017-01-23 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 3dfdc202 by Tomasz Miąsko at 2017-01-23T15:14:28+01:00 Quodlibet publishes duration information as decimal with fractional part. - - - - - a68fccd8 by Philipp Hörist at 2017-01-24T01:45:48+01:00 Merge branch quodlibet into master

[Git][gajim/gajim] Deleted branch cherry-pick-a68fccd8

2017-01-23 Thread Philipp Hörist
Philipp Hörist deleted branch cherry-pick-a68fccd8 at gajim / gajim ___ Commits mailing list Commits@gajim.org https://lists.gajim.org/cgi-bin/listinfo/commits

[Git][gajim/gajim][gajim_0.16] 2 commits: Add HTMLParser to windows build

2017-01-24 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: db010446 by Philipp Hörist at 2017-01-24T19:47:05+01:00 Add HTMLParser to windows build This Module is needed by the OTR Plugin - - - - - 9cb8733b by Philipp Hörist at 2017-01-24T19:58:05+01:00 Merge branch gajim_0.16

[Git][gajim/gajim][gajim_0.16] 3 commits: Highlight all paragraphs of a search result in the history window

2017-01-26 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 7d39b384 by Markus Böhme at 2017-01-25T10:46:31+01:00 Highlight all paragraphs of a search result in the history window A single message may span multiple paragraphs. Highlight all lines belonging to the paragraph containing

[Git][gajim/gajim][master] 6 commits: Fix inserting a newline on shift-enter.

2017-01-26 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 18a3258c by Tomasz Miąsko at 2017-01-25T17:05:49+01:00 Fix inserting a newline on shift-enter. Return false from key-press-event to propagate event to a default handler that will insert a newline into the entry widget

[Git][gajim/gajim][gajim_0.16] 2 commits: tests: Don't mock received_message_hashes

2017-01-27 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 46a19733 by aszlig at 2017-01-27T20:43:45+01:00 tests: Dont mock received_message_hashes This fixes the following two test cases from TestChatControlSession in test/unit/test_sessions.py: * test_receive_1nocontrol

[Git][gajim/gajim][gajim_0.16] Update ChangeLog

2017-01-30 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 272c26e7 by Philipp Hörist at 2017-01-30T22:35:27+01:00 Update ChangeLog - - - - - 1 changed file: - ChangeLog Changes: = ChangeLog = --- a/ChangeLog

[Git][gajim/gajim][master] 4 commits: Activate PluginInstaller in plugin window init

2017-02-25 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: a606d0ed by Philipp Hörist at 2017-02-19T18:13:10+01:00 Activate PluginInstaller in plugin window init - - - - - 8e860561 by Philipp Hörist at 2017-02-23T17:56:19+01:00 Add scanning single plugins - - - - - 5c11e240 by Philipp

[Git][gajim/gajim][master] Add extension point in plugins window

2017-02-25 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 8a1a326b by Philipp Hörist at 2017-02-25T19:21:21+01:00 Add extension point in plugins window - - - - - 1 changed file: - src/plugins/gui.py Changes: = src/plugins/gui.py

[Git][gajim/gajim][master] 2 commits: Fix endless loop in various CellRenderers

2017-02-19 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: dd3a2f3a by Philipp Hörist at 2017-02-19T18:07:06+01:00 Fix endless loop in various CellRenderers context.get_background_color() first calls the CellRenderer to render the cell before giving back the color. When we call

[Git][gajim/python-nbxmpp][master] 3 commits: Fix smacks delayed tag addition.

2017-02-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 279ec6b8 by Thilo Molitor at 2017-02-13T23:11:54+01:00 Fix smacks delayed tag addition. Only add delayed tag to stanzas saved into smacks queue, not to the ones send out directly. - - - - - 027b7a30 by Thilo Molitor

[Git][gajim/python-nbxmpp][master] 2 commits: Save own full jid

2017-02-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 171bac23 by Philipp Hörist at 2017-02-13T00:18:28+01:00 Save own full jid - - - - - 8f1c3b11 by Philipp Hörist at 2017-02-13T22:45:15+01:00 Merge branch master into master Save own full jid See merge request !4

[Git][gajim/python-nbxmpp][master] 2 commits: Send smacks ack directly before stream close

2017-02-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: e30565e2 by Thilo Molitor at 2017-02-14T00:17:34+01:00 Send smacks ack directly before stream close - - - - - abc42a9b by Philipp Hörist at 2017-02-14T00:20:36+01:00 Merge branch smacks_rev_1.5 into master Smacks rev

[Git][gajim/gajim][master] 3 commits: Remove old gtk2 code

2017-02-12 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: aaef09fc by Philipp Hörist at 2017-02-12T16:45:56+01:00 Remove old gtk2 code - - - - - 2a599d1e by Philipp Hörist at 2017-02-12T16:45:56+01:00 Fix constants usage in history manager - - - - - eec1a69e by Philipp Hörist at 2017-02

[Git][gajim/gajim][master] 4 commits: Dont try to select iter if there is none

2017-02-12 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: d24bed12 by Philipp Hörist at 2017-02-12T19:09:48+01:00 Dont try to select iter if there is none - - - - - 50514393 by Philipp Hörist at 2017-02-12T19:09:48+01:00 Fix key error on removing account - - - - - 09f54f97 by Philipp

[Git][gajim/gajim][master] 17 commits: Autogenerate a pylint configuration file.

2017-02-11 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: b8c928c2 by Emmanuel Gil Peyrot at 2017-02-07T21:00:31+00:00 Autogenerate a pylint configuration file. - - - - - e2901f09 by Emmanuel Gil Peyrot at 2017-02-07T21:00:43+00:00 pylint: Tweak the configuration file a bit

[Git][gajim/gajim][gajim_0.16] 5 commits: Store passwords in Windows Credential Vault

2017-01-23 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: dccbd1d1 by Philipp Hörist at 2017-01-23T13:58:10+01:00 Store passwords in Windows Credential Vault - - - - - f023426f by Philipp Hörist at 2017-01-23T13:58:10+01:00 Add keyring dependency to windows build - - - - - d691ccbe

[Git][gajim/gajim][master] 2 commits: Fix history scrolling in gtk3 #8481.

2017-01-24 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 0dce40bb by Tomasz Miąsko at 2017-01-24T15:29:15+01:00 Fix history scrolling in gtk3 #8481. * Delay scrolling using GLib.idle_add. According to the GTK documentation the scroll_to_mark should be doing this internally already

[Git][gajim/gajim][master] 4 commits: Update available features on windows

2017-01-23 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 5a2a83a3 by Philipp Hörist at 2017-01-23T18:06:07+01:00 Update available features on windows On Windows we can now save account passwords in the Windows Credential Vault - - - - - e41a751c by Philipp Hörist at 2017-01-23T19:02:21

[Git][gajim/gajim][master] 2 commits: Update python packages for windows build

2017-01-24 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 6bd3d033 by Philipp Hörist at 2017-01-24T14:17:59+01:00 Update python packages for windows build - - - - - a779066a by Philipp Hörist at 2017-01-24T14:58:54+01:00 Merge branch master into master Update python packages for windows

[Git][gajim/gajim][gajim_0.16] 2 commits: Add qrcode to windows build

2017-01-24 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 7af6a8fb by Philipp Hörist at 2017-01-24T15:04:41+01:00 Add qrcode to windows build The OMEMO Plugin needs this for showing QR Codes - - - - - 8b6a59fe by Philipp Hörist at 2017-01-24T15:24:32+01:00 Merge branch gajim_0.16

[Git][gajim/gajim][master] Lookup action in correct window Fixes #8560

2017-02-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 54502446 by Philipp Hörist at 2017-02-28T16:49:01+01:00 Lookup action in correct window Fixes #8560 - - - - - 1 changed file: - src/message_window.py Changes: = src/message_window.py

[Git][gajim/gajim][master] Fix verbose logging

2017-03-01 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 8157cb38 by Philipp Hörist at 2017-03-01T16:33:09+01:00 Fix verbose logging - - - - - 1 changed file: - src/gajim.py Changes: = src/gajim.py = --- a/src

[Git][gajim/gajim][master] Add certifi to windows dependencys

2017-02-27 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 86faba26 by Philipp Hörist at 2017-02-27T23:14:37+01:00 Add certifi to windows dependencys - - - - - 2 changed files: - requirements.txt - setup_win32.py Changes: = requirements.txt

[Git][gajim/gajim][gajim_0.16] Add .gitignore

2016-12-17 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 50c3e947 by Philipp Hörist at 2016-12-18T00:35:41+01:00 Add .gitignore - - - - - 1 changed file: - .hgignore → .gitignore Changes: = .hgignore → .gitignore

[Git][gajim/gajim][master] Add keyring dependency to windows build

2016-12-11 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 46cd1a3c by Philipp Hörist at 2016-12-11T17:22:45+01:00 Add keyring dependency to windows build - - - - - 2 changed files: - appveyor.yml - setup_win32.py Changes: = appveyor.yml

[Git][gajim/gajim][master] 2 commits: Store passwords in Windows Credential Vault

2016-12-11 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 9d136317 by Philipp Hörist at 2016-12-11T01:20:16+01:00 Store passwords in Windows Credential Vault - - - - - 82cfcbff by Philipp Hörist at 2016-12-11T15:37:51+01:00 Merge branch keyring into master Store passwords in Windows

[Git][gajim/gajim][gajim_0.16] Remove line breaks from version string

2017-01-10 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: bae08ea1 by Philipp Hörist at 2017-01-10T18:20:02+01:00 Remove line breaks from version string - - - - - 1 changed file: - src/common/defs.py Changes: = src/common/defs.py

[Git][gajim/python-nbxmpp][master] 2 commits: Add new XEP namespaces

2017-01-14 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: ee708ff3 by Philipp Hörist at 2017-01-14T15:33:09+01:00 Add new XEP namespaces - - - - - fe60632e by Philipp Hörist at 2017-01-14T16:04:00+01:00 Merge branch master into master Add new XEP namespaces See merge request !2

[Git][gajim/gajim][master] 2 commits: Fix python2-ism in configure.ac.

2017-01-01 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: aab24515 by Emmanuel Gil Peyrot at 2017-01-01T21:41:10+00:00 Fix python2-ism in configure.ac. - - - - - 4bc6f19f by Philipp Hörist at 2017-01-01T22:42:46+01:00 Merge branch python3-fix into master Fix python2-ism in configure.ac

[Git][gajim/gajim][gajim_0.16] Catch exceptions on invalid URLs

2016-12-28 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 16fbcf70 by Philipp Hörist at 2016-12-29T00:34:13+01:00 Catch exceptions on invalid URLs Closes #8494 - - - - - 2 changed files: - src/common/helpers.py - src/conversation_textview.py Changes

[Git][gajim/gajim][master] 2 commits: Make verbose logging less verbose

2017-01-04 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: a5cce0c7 by Philipp Hörist at 2017-01-04T23:28:08+01:00 Make verbose logging less verbose - - - - - 4afdba28 by Philipp Hörist at 2017-01-04T23:51:56+01:00 Merge branch dev into master Make verbose logging less verbose See merge

[Git][gajim/gajim][master] Handle Exception when there is no KEY_Insert

2017-01-04 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 277e13bd by Philipp Hörist at 2017-01-05T01:14:18+01:00 Handle Exception when there is no KEY_Insert This happens on MacOSX - - - - - 1 changed file: - src/chat_control_base.py Changes

[Git][gajim/gajim][master] 7 commits: Make some paths available before profile init

2017-01-07 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: c4e41d69 by Philipp Hörist at 2017-01-06T20:01:13+01:00 Make some paths available before profile init - - - - - 5af42e47 by Philipp Hörist at 2017-01-06T20:01:14+01:00 Remove old svn code - - - - - 52657e7f by Philipp Hörist

[Git][gajim/gajim][master] Add docutils and pygments to windows build

2017-01-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: b13338ab by Philipp Hörist at 2017-01-09T17:32:58+01:00 Add docutils and pygments to windows build - - - - - 1 changed file: - requirements.txt Changes: = requirements.txt

[Git][gajim/gajim][master] Use correct gnupg package for windows build

2017-01-09 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: affb4f4f by Philipp Hörist at 2017-01-09T17:15:30+01:00 Use correct gnupg package for windows build - - - - - 1 changed file: - requirements.txt Changes: = requirements.txt

[Git][gajim/gajim][gajim_0.16] Use correct gnupg package for windows build

2017-01-09 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: f395a934 by Philipp Hörist at 2017-01-09T17:14:27+01:00 Use correct gnupg package for windows build - - - - - 1 changed file: - requirements.txt Changes: = requirements.txt

[Git][gajim/gajim][gajim_0.16] Update requirements.txt

2016-12-29 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: cb9ec89e by Philipp Hörist at 2016-12-29T14:40:43+01:00 Update requirements.txt Added pygments for the new Source Code Highlight Plugin - - - - - 1 changed file: - requirements.txt Changes

[Git][gajim/gajim][gajim_0.16] Add 'common' to packages included in win build

2017-01-08 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: a74fcd91 by Philipp Hörist at 2017-01-08T17:49:44+01:00 Add common to packages included in win build Because demandimport is not used anymore cx_freeze doesnt add it to the build, this causes plugins that still import

[Git][gajim/gajim][master] 4 commits: Make dialogs.AboutDialog inherit directly from GtkAboutDialog.

2017-01-08 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 2439a8b8 by Emmanuel Gil Peyrot at 2017-01-08T00:41:54+00:00 Make dialogs.AboutDialog inherit directly from GtkAboutDialog. - - - - - fd167974 by Emmanuel Gil Peyrot at 2017-01-08T00:41:54+00:00 Fix website URL (missing https

[Git][gajim/gajim][gajim_0.16] Fix German translation typo in NSIS Script

2017-01-08 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 18058708 by Philipp Hörist at 2017-01-08T21:07:26+01:00 Fix German translation typo in NSIS Script - - - - - 1 changed file: - gajim.nsi Changes: = gajim.nsi

[Git][gajim/gajim][gajim_0.16] Add German translation string to NSIS Script

2017-01-08 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: b75b753e by Philipp Hörist at 2017-01-08T21:05:30+01:00 Add German translation string to NSIS Script - - - - - 1 changed file: - gajim.nsi Changes: = gajim.nsi

[Git][gajim/gajim][gajim_0.16] Fix wrong import for JingleTransportSocks5

2016-12-20 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 491d32a2 by Philipp Hörist at 2016-12-20T23:50:32+01:00 Fix wrong import for JingleTransportSocks5 - - - - - 1 changed file: - src/common/jingle_ft.py Changes: = src/common

[Git][gajim/gajim][gajim_0.16] Use correct arguments for error_cb() Fixes #8484

2016-12-21 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: f8122235 by Philipp Hörist at 2016-12-21T18:56:32+01:00 Use correct arguments for error_cb() Fixes #8484 - - - - - 1 changed file: - src/common/protocol/bytestream.py Changes: = src

[Git][gajim/gajim][gajim_0.16] Fix getting commit hash for version info

2016-12-23 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: bb7e4a43 by Philipp Hörist at 2016-12-23T20:57:38+01:00 Fix getting commit hash for version info - - - - - 1 changed file: - src/common/defs.py Changes: = src/common/defs.py

[Git][gajim/gajim][master] Fix getting commit hash for version info

2016-12-23 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: b43811df by Philipp Hörist at 2016-12-23T20:52:24+01:00 Fix getting commit hash for version info - - - - - 1 changed file: - src/common/defs.py Changes: = src/common/defs.py

[Git][gajim/gajim][gajim_0.16] Set correct working dir before creating link

2016-12-28 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 9e53ed97 by Philipp Hörist at 2016-12-28T17:43:54+01:00 Set correct working dir before creating link - - - - - 1 changed file: - gajim.nsi Changes: = gajim.nsi

[Git][gajim/gajim][master] Update appveyor build files

2016-12-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: f2743228 by Philipp Hörist at 2016-12-28T18:06:39+01:00 Update appveyor build files - - - - - 4 changed files: - appveyor.yml - download.ps1 → dependencys.ps1 - gajim.nsi - + requirements.txt Changes

[Git][gajim/gajim][master] 2 commits: Use GLib to retrieve the pictures directory.

2016-12-23 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: bd074785 by Emmanuel Gil Peyrot at 2016-12-24T04:58:30+01:00 Use GLib to retrieve the pictures directory. Also remove an unused function. - - - - - 8212bc25 by Philipp Hörist at 2016-12-24T08:50:35+01:00 Merge branch use-glib

[Git][gajim/gajim][gajim_0.16] 2 commits: Make chat_merge_consecutive_nickname work in GC

2016-12-24 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 67188cee by Philipp Hörist at 2016-12-19T19:23:33+01:00 Make chat_merge_consecutive_nickname work in GC - - - - - 6d76cfb2 by Philipp Hörist at 2016-12-24T09:03:54+01:00 Merge branch merge_nicks into gajim_0.16 Make

[Git][gajim/gajim][gajim_0.16] Drop messages from invalid JIDs silently

2017-03-27 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: a6cb7230 by Philipp Hörist at 2017-03-27T18:46:23+02:00 Drop messages from invalid JIDs silently - - - - - 1 changed file: - src/common/connection_handlers_events.py Changes: = src

[Git][gajim/gajim][master] Drop messages from invalid JIDs silently

2017-03-27 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 5cc92efc by Philipp Hörist at 2017-03-27T20:35:14+02:00 Drop messages from invalid JIDs silently - - - - - 1 changed file: - src/common/connection_handlers_events.py Changes: = src/common

[Git][gajim/gajim][master] Add extension point for hyperlink handling

2017-03-26 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 7d204b37 by Philipp Hörist at 2017-03-26T21:06:00+02:00 Add extension point for hyperlink handling - - - - - 1 changed file: - src/conversation_textview.py Changes: = src

[Git][gajim/gajim][master] Fix regression from ad9370af

2017-03-24 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: ba040885 by Philipp Hörist at 2017-03-24T23:35:08+01:00 Fix regression from ad9370af - - - - - 1 changed file: - src/common/jingle_content.py Changes: = src/common/jingle_content.py

[Git][gajim/gajim][gajim_0.16] Add extension point for hyperlink handling

2017-03-27 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 22760a9a by Philipp Hörist at 2017-03-27T10:34:18+02:00 Add extension point for hyperlink handling - - - - - 1 changed file: - src/conversation_textview.py Changes: = src

[Git][gajim/gajim][master] Update Makefile.am

2017-03-27 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: f1113587 by Philipp Hörist at 2017-03-27T09:53:16+02:00 Update Makefile.am - - - - - 1 changed file: - plugins/Makefile.am Changes: = plugins/Makefile.am

[Git][gajim/gajim][master] 2 commits: Allow IBB FT to bare JIDs again

2017-03-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: c110d8af by Stephen Paul Weber at 2017-03-28T19:11:18-05:00 Allow IBB FT to bare JIDs again Currently works on released gajim, but not on nightly. This explicit check for resource in the to-jid just returns

[Git][gajim/gajim][gajim_0.16] 3 commits: Add version check for python-gnupg

2017-03-30 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 69f487ae by Philipp Hörist at 2017-03-28T16:59:02+02:00 Add version check for python-gnupg - - - - - 6e6896de by Philipp Hörist at 2017-03-28T18:15:29+02:00 Make PGP encoding configurable python-gnupg uses latin1 as default

[Git][gajim/gajim][master] 2 commits: Do not close chat window on ESC key when roster filtering is active

2017-03-25 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: c8e990f8 by Markus Böhme at 2017-03-25T14:24:30+01:00 Do not close chat window on ESC key when roster filtering is active When the roster window active it can be filtered by starting to type. If the window behavior single window

[Git][gajim/gajim][gajim_0.16] 2 commits: Do not close chat window on ESC key when roster filtering is active

2017-03-25 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: b31e1b6a by Markus Böhme at 2017-03-25T14:31:48+01:00 Do not close chat window on ESC key when roster filtering is active When the roster window active it can be filtered by starting to type. If the window behavior single

[Git][gajim/gajim][master] 2 commits: Fix loading of additional_data column from log database

2017-03-25 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: d9ab39b0 by Markus Böhme at 2017-03-25T18:58:35+01:00 Fix loading of additional_data column from log database Currently, the additional_data column is not correctly loaded from the log database in the logger modules methods

[Git][gajim/gajim][gajim_0.16] 3 commits: Dont notify on own sent carbon copies

2017-03-14 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 88314abf by Philipp Hörist at 2017-03-14T20:12:49+01:00 Dont notify on own sent carbon copies - - - - - e1575344 by Philipp Hörist at 2017-03-14T20:27:36+01:00 Remove notifications on receiving own sent carbon copies

[Git][gajim/gajim][master] 2 commits: Dont notify on own sent carbon copies

2017-03-14 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 142f2214 by Philipp Hörist at 2017-03-14T22:17:16+01:00 Dont notify on own sent carbon copies - - - - - 4966b4bf by Philipp Hörist at 2017-03-14T22:17:48+01:00 Remove notifications on receiving own sent carbon copies

[Git][gajim/gajim][gajim_0.16] Correctly publish zeroconf txt data

2017-04-10 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: beaa82cf by Philipp Hörist at 2017-04-10T23:32:07+02:00 Correctly publish zeroconf txt data Fixes #8532 - - - - - 1 changed file: - src/common/zeroconf/zeroconf_bonjour.py Changes

[Git][gajim/gajim][gajim_0.16] 2 commits: Allow preferences window to shrink

2017-04-10 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 36b147df by Stephen Paul Weber at 2017-04-09T20:32:08-05:00 Allow preferences window to shrink Previously, it would always be the size needed to fit the largest page from the notebook. This is death on small-screen devices

[Git][gajim/gajim][gajim_0.16] 2 commits: Display OOB content, even without

2017-04-10 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: ff8e02c6 by Stephen Paul Weber at 2017-04-06T17:01:38-05:00 Display OOB content, even without body/ Also, if the OOB URL is identical to the entire contents of a body/, no reason to show both. Closes #8521 - - - - - b4bb07a0

[Git][gajim/gajim][master] 2 commits: Add version check for python-gnupg

2017-04-12 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: a2785ba3 by Philipp Hörist at 2017-04-12T22:39:55+02:00 Add version check for python-gnupg - - - - - 78b562f7 by Philipp Hörist at 2017-04-12T22:50:02+02:00 Make PGP encoding configurable python-gnupg uses latin1 as default

[Git][gajim/gajim][master] Add aesgcm to valid uri schemes

2017-04-15 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 1d2320b0 by Philipp Hörist at 2017-04-15T12:02:44+02:00 Add aesgcm to valid uri schemes - - - - - 1 changed file: - src/common/config.py Changes: = src/common/config.py

[Git][gajim/gajim][gajim_0.16] Add aesgcm to valid uri schemes

2017-04-15 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 2f390b29 by Philipp Hörist at 2017-04-15T12:03:31+02:00 Add aesgcm to valid uri schemes - - - - - 1 changed file: - src/common/config.py Changes: = src/common/config.py

[Git][gajim/gajim][gajim_0.16] Log more details on ImportError in cert check

2017-04-21 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: ab3a7ed2 by Philipp Hörist at 2017-04-21T13:41:58+02:00 Log more details on ImportError in cert check - - - - - 1 changed file: - src/common/check_X509.py Changes: = src/common

[Git][gajim/gajim][master] Start HistoryManager with config path argument

2017-04-21 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 0b0812bb by Philipp Hörist at 2017-04-21T18:44:27+02:00 Start HistoryManager with config path argument HistoryManager was not finding the Logs.db when Gajim was used with the -c config path argument - - - - - 2 changed files

[Git][gajim/gajim][gajim_0.16] Start HistoryManager with config path argument

2017-04-21 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 13d86057 by Philipp Hörist at 2017-04-21T18:34:54+02:00 Start HistoryManager with config path argument HistoryManager was not finding the Logs.db when Gajim was used with the -c config path argument - - - - - 2 changed

[Git][gajim/gajim][master] 3 commits: zeroconf: string.letters has been removed with Python 3

2017-04-19 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: c058a1e1 by André Apitzsch at 2017-04-10T23:48:52+02:00 zeroconf: string.letters has been removed with Python 3 use ascii_letters which should be sufficient - - - - - 4725858a by André Apitzsch at 2017-04-10T23:53:54+02:00

[Git][gajim/gajim][master] 3 commits: Fix wrong inclusion check

2017-04-18 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 09512065 by Philipp Hörist at 2017-04-18T18:26:06+02:00 Fix wrong inclusion check - - - - - d7a6b6ab by Philipp Hörist at 2017-04-18T18:56:57+02:00 Register new MAM Events - - - - - 86e29fb7 by Philipp Hörist at 2017-04-18T18:58

[Git][gajim/python-nbxmpp][master] Add new MAM namespaces

2017-04-18 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 23a41027 by Philipp Hörist at 2017-04-18T14:52:10+02:00 Add new MAM namespaces - - - - - 1 changed file: - nbxmpp/protocol.py Changes: = nbxmpp/protocol.py

[Git][gajim/gajim][master] 2 commits: Disable button if password changing is not supported

2017-04-19 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 4d8379f4 by Marc Schink at 2017-04-19T18:17:22+02:00 Disable button if password changing is not supported - - - - - 14091642 by Philipp Hörist at 2017-04-19T18:54:20+02:00 Merge branch change_password_fix into master Disable

[Git][gajim/gajim][master] Style GroupChatControl Banner with CSS

2017-03-03 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 9bcad9a2 by Philipp Hörist at 2017-03-04T01:24:28+01:00 Style GroupChatControl Banner with CSS - - - - - 2 changed files: - data/gui/groupchat_control.ui - src/gtkgui_helpers.py Changes

[Git][gajim/gajim][master] 2 commits: Add commandline option to show warnings

2017-03-03 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: b5c98864 by Philipp Hörist at 2017-03-04T00:19:04+01:00 Add commandline option to show warnings - - - - - 840cb365 by Philipp Hörist at 2017-03-04T00:19:35+01:00 Use unicode path for plugins non-unicode path is marked

[Git][gajim/gajim][master] Create CheckButtons with mnemonics

2017-03-03 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: fc6b50d9 by Philipp Hörist at 2017-03-04T01:06:38+01:00 Create CheckButtons with mnemonics - - - - - 1 changed file: - src/dialogs.py Changes: = src/dialogs.py

[Git][gajim/gajim][gajim_0.16] Dont treat MAM results as unread messages

2017-03-13 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: 09542bd0 by Philipp Hörist at 2017-03-13T23:28:55+01:00 Dont treat MAM results as unread messages Fixes #8544 - - - - - 1 changed file: - src/common/logger.py Changes: = src/common

[Git][gajim/gajim][gajim_0.16] Fix return value and negativ timeout values

2017-03-13 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: d603a30f by Philipp Hörist at 2017-03-14T00:03:56+01:00 Fix return value and negativ timeout values Fixes #8533 - - - - - 1 changed file: - src/common/logger.py Changes: = src/common

[Git][gajim/gajim][master] Dont treat MAM results as unread messages

2017-03-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 69022ab1 by Philipp Hörist at 2017-03-13T23:21:33+01:00 Dont treat MAM results as unread messages Fixes #8544 - - - - - 1 changed file: - src/common/logger.py Changes: = src/common

[Git][gajim/gajim][master] 2 commits: Add new Columns to Logs.db

2017-03-13 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: c75c45bc by Philipp Hörist at 2017-03-13T19:33:16+01:00 Add new Columns to Logs.db - - - - - d874676e by Philipp Hörist at 2017-03-13T21:18:28+01:00 Merge branch sql into master Add new Columns to Logs.db See merge request !66

[Git][gajim/gajim][master] 5 commits: Fix usage of logger constants in command system

2017-03-07 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 432ec7ff by Markus Böhme at 2017-03-07T16:46:05+01:00 Fix usage of logger constants in command system The definition of various constants was refactored to use enumerations in commit 2fbadc91e9dc. One reference in the command

[Git][gajim/gajim][gajim_0.16] Fix path to logs.db in history manager

2017-04-24 Thread Philipp Hörist
Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim Commits: ffc762b6 by Philipp Hörist at 2017-04-25T01:30:47+02:00 Fix path to logs.db in history manager Logs.db is always at data_root, even if we set another config directory with -c - - - - - 1 changed file: - src

[Git][gajim/gajim][master] Fix path to logs.db in history manager

2017-04-24 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / gajim Commits: 0f1d04e4 by Philipp Hörist at 2017-04-25T01:36:10+02:00 Fix path to logs.db in history manager Logs.db is always at data_root, even if we set another config directory with -c - - - - - 1 changed file: - src/app_actions.py

[Git][gajim/python-nbxmpp][master] 2 commits: Update ChangeLog

2017-07-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: ce2be452 by Philipp Hörist at 2017-07-28T14:32:00+02:00 Update ChangeLog - - - - - 958c4ff1 by Philipp Hörist at 2017-07-28T14:32:10+02:00 Add .gitignore - - - - - 2 changed files: - + .gitignore - ChangeLog Changes

[Git][gajim/python-nbxmpp][master] 2 commits: Improve setTagAttr/getTagAttr

2017-07-28 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: 7d4efe25 by Philipp Hörist at 2017-07-28T13:56:43+02:00 Improve setTagAttr/getTagAttr Make them except a namespace named argument - - - - - 21b06c5d by Philipp Hörist at 2017-07-28T13:56:53+02:00 Add setOriginID

[Git][gajim/python-nbxmpp][master] Update ChangeLog

2017-07-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: e9d06e6a by Philipp Hörist at 2017-07-29T21:33:35+02:00 Update ChangeLog - - - - - 1 changed file: - ChangeLog Changes: = ChangeLog

[Git][gajim/python-nbxmpp][master] Revert API changes

2017-07-29 Thread Philipp Hörist
Philipp Hörist pushed to branch master at gajim / python-nbxmpp Commits: c3adfe67 by Philipp Hörist at 2017-07-29T21:31:09+02:00 Revert API changes Introduce a new named argument `protocol` to return a Protocol/Message instance when calling getTag() instead of changing the default return value

  1   2   3   4   5   6   7   8   9   10   >