| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release contains changes from the last 5 years of development, including:
- Support for the latest version of upstream libraries: Qt5.15/6.6, KDE5/6,
OpenSSL 1.x/3.x
- Wayland support
- Fix for some nasty crash bugs
- an improved font rendering engine able to represent complex characters like
emojis with ligatures
- a reworked tray icon that now follows your OS style
- better support for solanum ircd (Libera net)
News:
https://www.kvirc.net/?id=news&story=2024.01.14.19.25.1.story&dir=latest
https://www.kvirc.net/?id=news&story=2024.03.09.12.18.1.story&dir=latest
https://www.kvirc.net/?id=news&story=2024.05.11.13.48.1.story&dir=latest
Changelog:
https://github.com/kvirc/KVIrc/releases/tag/5.2.0
https://github.com/kvirc/KVIrc/releases/tag/5.2.2
https://github.com/kvirc/KVIrc/releases/tag/5.2.4
PR: 278718
Reviewed by: arrowd, makc
Approved by: makc (kde), tcberner (kde)
Differential Revision: D45025
|
|
|
|
|
|
|
|
|
|
|
|
| |
There's a handful of bugfixes and compatibility improvements
in the not-otherwise-released 5.0 (main) branch of kvirc.
Update anyway, since at least one is a crash fix.
Chris proposed an update to -85, but I looked at the rest
of the newer commits and concluded they would be useful too.
So some of this is Chris's work, some is my own.
PR: 267956
|
|
|
|
|
|
|
|
|
|
|
| |
- when building outside of poudriere kvirc can fail linking
- it is not quite clear yet why this is required
PR: 242305
Reported by: VVD <vvd@unislabs.com>
Notes:
svn path=/head/; revision=544236
|
|
|
|
| |
Notes:
svn path=/head/; revision=535743
|
|
|
|
|
|
|
|
|
| |
- KDE4 will be removed by the end of the year
- Give maintainership to kde@
- Remove irc/kvirc-qt4
Notes:
svn path=/head/; revision=488136
|
|
|
|
| |
Notes:
svn path=/head/; revision=461948
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/modules/rijndael/libkvirijndael.cpp:331:11: error: ordered comparison between pointer and zero ('int *' and 'int')
if(len > 0)
~~~ ^ ~
src/modules/rijndael/libkvirijndael.cpp:357:11: error: ordered comparison between pointer and zero ('int *' and 'int')
if(len > 0)
~~~ ^ ~
Reported by: antoine (via exp-run)
Notes:
svn path=/head/; revision=432985
|
|
|
|
|
|
|
| |
Submitted by: cognet
Notes:
svn path=/head/; revision=334507
|
|
|
|
| |
Notes:
svn path=/head/; revision=261236
|
|
|
|
|
|
|
|
|
|
| |
https://svn.kvirc.de/kvirc/ticket/858
PR: ports/149094
Reported by: Axel Gonzalez <loox at e-shell.net>
Notes:
svn path=/head/; revision=258600
|
|
|
|
|
|
|
| |
Build with KDE4 support
Notes:
svn path=/head/; revision=257896
|
|
|
|
|
|
|
| |
Approved by: chris <chris@officialunix.com> (maintainer)
Notes:
svn path=/head/; revision=236935
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak on 7.x
PR: ports/125110
Suggested by: Chris Pet <chrispetso@gmail.com>
Approved by: Maintainer timeout (two weeks)
Notes:
svn path=/head/; revision=216855
|
|
|
|
|
|
|
|
|
| |
PR: ports/93402
Submitted by: "chris@i13i.com" <kse@admin.i13i.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=160922
|
|
|
|
|
|
|
|
| |
PR: ports/79144
Submitted by: maintainer
Notes:
svn path=/head/; revision=133492
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove duplicate and inactive mirror from MASTER_SITES
- Add new official mirrors to MASTER_SITES
- Fix arts support, add OPTIONS for audio settings and use correct entries for LIB_DEPENDS
- Use DATADIR in pkg-plist
PR: ports/75082
Submitted by: Michael Ranner <mranner@inode.at>
Notes:
svn path=/head/; revision=124471
|
|
|
|
|
|
|
|
| |
PR: 70089
Submitted by: Michael Ranner <mranner@inode.at>
Notes:
svn path=/head/; revision=115839
|
|
|
|
|
|
|
|
| |
PR: ports/63461
Submitted by: maintainer
Notes:
svn path=/head/; revision=102305
|
|
|
|
|
|
|
| |
Submitted by: mranner@inode.at
Notes:
svn path=/head/; revision=98123
|
|
|
|
|
|
|
|
| |
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Notes:
svn path=/head/; revision=80201
|
|
|
|
|
|
|
| |
- make it respecting CFLAGS while I'm here.
Notes:
svn path=/head/; revision=67120
|
|
|
|
| |
Notes:
svn path=/head/; revision=37905
|
|
|
|
|
|
|
|
| |
PR: 21530
Submitted by: Trevor Johnson <trevor@jpj.net>
Notes:
svn path=/head/; revision=33155
|
|
|
|
|
|
|
|
|
|
| |
which works flawlessly, much to my amazement. He is now MAINTAINER.
PR: 21530
Submitted by: Trevor Johnson <trevor@jpj.net>
Notes:
svn path=/head/; revision=33154
|
|
|
|
|
|
|
|
|
|
|
| |
1) Move kvirc to use Qt 2.1. Patch added assists with this.
2) Add support for multi-byte people, through SS_X_EXTRA_LIBS=-lxpg4.
Submitted by: imura (#2)
Reported by: Vladimir B. Grebenschikov <vova@express.ru>
Notes:
svn path=/head/; revision=27559
|
|
|
|
|
|
|
|
| |
PR: 16485
Submitted by: maintainer
Notes:
svn path=/head/; revision=25483
|
|
A powerful Internet Relay Chat client designed for UNIX
PR: ports/10097
Submitted by: Anders Nordby <anders@fix.no>
Notes:
svn path=/head/; revision=17759
|