-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright (C) 2021-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2021-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# about.py - about dialog box | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# buffer.py - management of WeeChat buffers/nicklist | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# chat.py - chat area | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# config.py - configuration for QWeeChat | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# connection.py - connection window | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Copyright and license for images | |
|
||
Files: weechat.png, bullet_green_8x8.png, bullet_yellow_8x8.png | ||
|
||
Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
Released under GPLv3. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# debug.py - debug window | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# input.py - input line for chat and debug window | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# network.py - I/O with WeeChat/relay | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# preferences.py - preferences dialog box | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# qweechat.py - WeeChat remote GUI using Qt toolkit | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# version.py - version of QWeeChat | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# color.py - remove/replace colors in WeeChat strings | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# protocol.py - decode binary messages received from WeeChat/relay | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# testproto.py - command-line program for testing WeeChat/relay protocol | ||
# | ||
# Copyright (C) 2013-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2013-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
# | ||
# Copyright (C) 2011-2022 Sébastien Helleu <[email protected]> | ||
# Copyright (C) 2011-2024 Sébastien Helleu <[email protected]> | ||
# | ||
# This file is part of QWeeChat, a Qt remote GUI for WeeChat. | ||
# | ||
|