Philipp Hörist pushed to branch newcontrol at gajim / gajim


Commits:
30e6108b by lovetox at 2022-06-27T00:57:30+02:00
chore: Update git update hook

- - - - -
f182fecb by lovetox at 2022-06-27T20:02:40+02:00
refactor: Replace reduce_chars_newlines() with stdlib

- - - - -
17fe5225 by lovetox at 2022-06-27T22:19:35+02:00
fix: GtkStatusIcon: Always show when Gajim has not toplevel focus

- - - - -
53b2dbca by lovetox at 2022-06-27T22:39:37+02:00
fix: StatusIcon: Don’t lose new message icon on state change

Fixes #11013

- - - - -
0c7c1a87 by wurstsalat at 2022-06-28T10:29:40+02:00
imprv: ChatActionProcessor: Improve detection of emoji shortcode start

- - - - -
35ad0441 by wurstsalat at 2022-06-28T16:03:36+02:00
imprv: Roster: Display show value in tooltip

Fixes #11010

- - - - -
e94c3bc8 by wurstsalat at 2022-06-28T23:44:55+02:00
chore: Update pyrightconfig

- - - - -
d12c76e5 by André Apitzsch at 2022-07-02T16:37:54+02:00
fix: CodeWidget: Don't highlight matching brackets

Highlighting matching brackets is confusing without a visible cursor.

Fixes #11026.

- - - - -
4d113bb8 by lovetox at 2022-07-03T16:02:46+02:00
chore: Raise nbxmpp version

- - - - -
df2af1ee by Peter Shkenev at 2022-07-03T16:59:00+02:00
chore: Use proper dependency names in README

- - - - -
792a83bf by wurstsalat at 2022-07-04T12:19:18+02:00
fix: ContactInfo: Preserve groups when changing contact name

Fixes #11028

- - - - -
dbf44701 by wurstsalat at 2022-07-04T12:35:17+02:00
fix: CodeWidget: Don’t default to python for highlighting

Fixes #11012

- - - - -
cb89f598 by lovetox at 2022-07-05T21:37:01+02:00
refactor: Remove side effects of password module

Fixes: #11032

- - - - -
241f920a by lovetox at 2022-07-06T19:53:27+02:00
fix: Remote: Console scripts need a method as entry point

Fixes: #11034

- - - - -
08a2139f by lovetox at 2022-07-06T22:50:00+02:00
chore: Update Release template

- - - - -
8f032517 by André Apitzsch at 2022-07-07T18:46:32+02:00
fix: Flatpak: Fix display of tray icon using libappindicator

Appindicator cannot access custom icons in flatpak. That's why the status 
is limited to
* online state (gajim icon) and
* new message state

Fixes: #10869

- - - - -
dc773376 by Weblate at 2022-07-07T20:47:03+02:00
chore: Update translations

- - - - -
41433499 by lovetox at 2022-07-07T20:49:59+02:00
release: 1.4.6

- - - - -
318c1eaf by lovetox at 2022-07-07T21:04:11+02:00
ci: Use ssh to clone flatpak repository

- - - - -
9c252dd0 by wurstsalat at 2022-07-08T22:45:28+02:00
fix: Preview: Hide download hint if we sent the file

Fixes #11036

- - - - -
1405f22f by lovetox at 2022-07-10T17:00:19+02:00
perf: Roster: Sort more efficiently

- - - - -
0bb75cdf by lovetox at 2022-07-10T17:31:45+02:00
chore: Ignore pyright error

- - - - -
9aa42d78 by lovetox at 2022-07-10T22:21:46+02:00
perf: Roster: Don’t invalidate filter on contact update

It’s enough to just evaluate the visibility for the contact instead of the 
whole roster

- - - - -
d4eb4a35 by lovetox at 2022-07-13T20:09:26+02:00
fix: GroupchatInfo: Don’t set subject when loading from disco info

Disco provides only the subject text not the author and timestamp.
It’s better to set this info separately when we receive the subject
from the MUC. This has the drawback that we can’t show the subject
when we only show the disco (StartChatDialog). But everything else
would bring alot more complexity than it’s worth.

Fixes #11040

- - - - -
feaf6f49 by wurstsalat at 2022-07-18T21:48:28+02:00
fix: Preview: Allow manual download for all mime types

Fixes #11044

- - - - -
4f486209 by wurstsalat at 2022-07-23T21:32:48+02:00
imprv: Preview: Add setting to disable file preview

Fixes #10991

- - - - -
d00dfe2e by wurstsalat at 2022-07-23T22:44:01+02:00
fix: ConversationView: Fix linting error

- - - - -
3bc58246 by wurstsalat at 2022-07-23T22:44:01+02:00
imprv: Startup: Show hint in console if Gajim is already running

Fixes #11039

- - - - -
cc5d3ffa by wurstsalat at 2022-07-23T22:56:32+02:00
fix: Main Window: Move to stored position on startup

- - - - -
0ad41c9c by lovetox at 2022-07-24T10:41:04+02:00
refactor: Remove redundant unicode string prefix

This is only needed for python2 compat

- - - - -
2242a9d8 by lovetox at 2022-07-24T10:48:33+02:00
refactor: Make credit constants lists

- - - - -
81f3d555 by lovetox at 2022-07-24T10:59:33+02:00
refactor: Use single quotes

- - - - -
6b5db823 by lovetox at 2022-07-24T10:59:51+02:00
ci: Update flake8 config

- - - - -
f2f022aa by lovetox at 2022-07-24T11:01:40+02:00
chore: Add new commit prefix

- - - - -
059680f4 by wurstsalat at 2022-07-24T12:27:56+02:00
fix: Main Window: Use restore_main_window_position

- - - - -
1514beca by wurstsalat at 2022-07-24T12:41:46+02:00
fix: Chat Markers: Don’t send marker for outgoing messages

Fixes #11043

- - - - -
b0fbea24 by lovetox at 2022-07-24T14:49:01+02:00
refactor: Use single quotes

- - - - -
9f593b03 by lovetox at 2022-07-24T17:15:31+02:00
feat: New Message Action Box

- - - - -
30720a83 by wurstsalat at 2022-07-24T17:15:33+02:00
refactor: Move ChatBanner into separate widget

- - - - -
c796c1d4 by wurstsalat at 2022-07-24T17:15:33+02:00
refactor: ChatBanner: Adapt to moved functionality

- - - - -
cefba3ac by wurstsalat at 2022-07-24T17:15:33+02:00
imprv: ChatBanner: Move separator

- - - - -
b5f60485 by lovetox at 2022-07-24T17:15:33+02:00
Cleanup GUI files

- - - - -
7afca14c by wurstsalat at 2022-07-24T17:15:33+02:00
GUI files: Remove bottom margin

- - - - -
1a4a1e3d by wurstsalat at 2022-07-24T17:15:33+02:00
ChatBanner: Fix toggle roster button

- - - - -
a95ec47a by wurstsalat at 2022-07-24T17:15:33+02:00
ChatBanner: Improve styling

- - - - -
d20fb537 by wurstsalat at 2022-07-24T17:15:33+02:00
PrivateChatControl: Remove obsolete method

- - - - -
d1d9f011 by lovetox at 2022-07-24T17:15:33+02:00
Move send_message() to chat stack

- - - - -
f400e971 by lovetox at 2022-07-24T17:15:33+02:00
Remove obsolete code

- - - - -
50abb63d by wurstsalat at 2022-07-24T17:15:33+02:00
Controls: Remove obsolete code

- - - - -
862d4bfc by lovetox at 2022-07-24T17:15:33+02:00
Things

- - - - -
57ecc30c by wurstsalat at 2022-07-24T17:15:33+02:00
Fix GC roster revealer

- - - - -
d738614a by wurstsalat at 2022-07-24T17:15:33+02:00
Add, update, and handler equest-voice action

- - - - -
14349868 by lovetox at 2022-07-24T17:15:33+02:00
Things2

- - - - -
a2b13144 by lovetox at 2022-07-24T17:16:40+02:00
Refactor Actions

- - - - -
00a99ea4 by wurstsalat at 2022-07-24T17:16:42+02:00
Fix SecurityLabelSelector

- - - - -
6aab2e76 by wurstsalat at 2022-07-24T17:16:42+02:00
Adapt ChatActionProcessor and GroupChatNickCompletion

- - - - -
7128af5e by wurstsalat at 2022-07-24T17:16:42+02:00
MessageInputTextView: Add draft support

- - - - -
024ff7fd by wurstsalat at 2022-07-24T17:16:42+02:00
Move Separators to ChatStack

- - - - -
4ac5f8d3 by wurstsalat at 2022-07-24T17:16:42+02:00
Menus: Add 'Search…' back to single chat menu

- - - - -
770a0fe7 by wurstsalat at 2022-07-24T17:16:42+02:00
MessageActionsBox: Formatting, linting

- - - - -
2d4333d3 by wurstsalat at 2022-07-24T17:16:42+02:00
Fix quoting and mentioning

- - - - -
9510085a by wurstsalat at 2022-07-24T17:16:42+02:00
Add and update more Groupchat actions

- - - - -
d87cd4f4 by wurstsalat at 2022-07-24T17:16:42+02:00
Remove 'update_toolbar' and its GUI extension point

- - - - -
f114aad7 by wurstsalat at 2022-07-24T17:16:42+02:00
Fix updating message input state

- - - - -
20c73cb6 by wurstsalat at 2022-07-24T17:16:42+02:00
Contacts: Add is_irc property

- - - - -
a8befe7d by wurstsalat at 2022-07-24T17:16:42+02:00
GroupchatControl UI: Remove obsolete destroy page

- - - - -
d97237f8 by wurstsalat at 2022-07-24T17:16:42+02:00
Move actions from GroupchatControl to ChatStack

- - - - -
3ba1420b by wurstsalat at 2022-07-24T17:16:42+02:00
Remove update_actions method

- - - - -
b2dccb98 by wurstsalat at 2022-07-24T17:16:42+02:00
MessageActionBox: Use client's is_available

- - - - -
2c1a8f12 by wurstsalat at 2022-07-24T17:16:42+02:00
Remove obsolete methods and code

- - - - -
10ce71cd by wurstsalat at 2022-07-24T17:16:42+02:00
MessageInput: Use JID for draft dict key

- - - - -
c0f7fe15 by wurstsalat at 2022-07-24T17:16:42+02:00
Cleanup

- - - - -
b788925d by wurstsalat at 2022-07-24T17:16:42+02:00
Add general start_file_transfer method to Interface

- - - - -
5fbdca61 by wurstsalat at 2022-07-24T17:16:42+02:00
Settings: Move GroupChatSetting to correct type

- - - - -
f8baf5bb by wurstsalat at 2022-07-24T17:16:42+02:00
ChatActionProcessor: Rename process_outgoing_message

- - - - -
8eb163b8 by wurstsalat at 2022-07-24T17:16:42+02:00
Fix test, fix linter errors

- - - - -
2e96723a by wurstsalat at 2022-07-24T17:16:42+02:00
Fix GroupChatNickCompletion test

- - - - -
6a9ab848 by wurstsalat at 2022-07-24T17:16:42+02:00
Add ChatFunctionPage

- - - - -
2e920184 by lovetox at 2022-07-24T17:16:42+02:00
Add empty page to controlstack

- - - - -
1fae1045 by wurstsalat at 2022-07-24T17:16:42+02:00
GroupChatInviter: Set size request

- - - - -
509e88ca by wurstsalat at 2022-07-24T17:16:42+02:00
Add captcha and password widgets

- - - - -
d1a5c3df by wurstsalat at 2022-07-24T17:16:42+02:00
MUCData: Store error and error text

- - - - -
1fa4fe40 by wurstsalat at 2022-07-24T17:16:42+02:00
Move captcha and captcha-error pages to ChatFunctionPage

- - - - -
77855f2e by wurstsalat at 2022-07-24T17:16:42+02:00
GroupchatControl: Move password and error pages

- - - - -
70579477 by wurstsalat at 2022-07-24T17:16:42+02:00
Controls: Remove delegate_action

- - - - -
15ca6f65 by wurstsalat at 2022-07-24T17:16:42+02:00
ChatStack: Process escape press

- - - - -
1a2f18dc by wurstsalat at 2022-07-24T17:16:42+02:00
Fix linting errors

- - - - -
4e5955e5 by wurstsalat at 2022-07-24T17:16:42+02:00
GroupChatNickCompletion: Process gc messages

- - - - -
0edc1dee by lovetox at 2022-07-24T17:16:42+02:00
Make password join work

- - - - -
08b062bf by wurstsalat at 2022-07-24T17:16:42+02:00
Close chat when cancelling password prompt

- - - - -
32ebb410 by wurstsalat at 2022-07-24T17:16:42+02:00
GroupchatState: Connect to contact

- - - - -
2b342bdf by wurstsalat at 2022-07-24T17:16:42+02:00
ChatFunctionPage: Set input visibility for password

- - - - -
82edf576 by wurstsalat at 2022-07-24T17:16:42+02:00
GroupchatState: Fix indentation

- - - - -
faa27f83 by wurstsalat at 2022-07-24T17:16:42+02:00
Types: Use python’s integrated types

- - - - -
b0a9d08f by wurstsalat at 2022-07-24T17:16:42+02:00
PrivateChatControl: Remove unused code

- - - - -
1ba35540 by wurstsalat at 2022-07-24T17:16:42+02:00
Controls: Typing

- - - - -
cd1dc84b by wurstsalat at 2022-07-24T17:16:42+02:00
MessageInputTextView: Remove 'correcting' class after sending message

- - - - -
2bf2ef0e by wurstsalat at 2022-07-24T17:16:42+02:00
Fix message correction

- - - - -
607eaa7c by wurstsalat at 2022-07-24T17:16:42+02:00
Remove scroll history and save_message remnants

- - - - -
591ae1f1 by wurstsalat at 2022-07-24T17:16:42+02:00
Settings: Add type annotations for bind_signal

- - - - -
4e940345 by wurstsalat at 2022-07-24T17:16:42+02:00
Hotkeys: Cleanup

- - - - -
4f6117e5 by wurstsalat at 2022-07-24T17:16:42+02:00
MessageInputTextView: Clear undo list when clearing input

- - - - -
7aa8aa81 by wurstsalat at 2022-07-24T17:16:42+02:00
fix: Preserve primary clipboard throughout switching chats

- - - - -
c323afda by wurstsalat at 2022-07-24T17:16:42+02:00
Main Window: Unify height of topmost widgets

- - - - -


30 changed files:

- .githooks/update
- .gitlab-ci.yml
- .gitlab/issue_templates/Release.md
- CONTRIBUTING.md
- ChangeLog
- README.md
- data/org.gajim.Gajim.appdata.xml.in
- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
- gajim/command_system/implementation/middleware.py
- gajim/common/app.py
- gajim/common/application.py
- gajim/common/cert_store.py
- gajim/common/client.py
- gajim/common/const.py
- gajim/common/dbus/remote_control.py
- gajim/common/events.py
- gajim/common/exceptions.py
- gajim/common/file_props.py
- gajim/common/helpers.py
- gajim/common/i18n.py
- gajim/common/idle.py
- gajim/common/jingle_content.py
- gajim/common/jingle_ft.py
- gajim/common/jingle_ftstates.py
- gajim/common/jingle_rtp.py
- gajim/common/jingle_session.py
- gajim/common/jingle_transport.py
- gajim/common/jingle_xtls.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/d174f13ee6138de1b9f9eaaa8475ad47cdf03b28...c323afda26292d555ce5bcfff04b794b77344219

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/d174f13ee6138de1b9f9eaaa8475ad47cdf03b28...c323afda26292d555ce5bcfff04b794b77344219
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to