 |
Parent directory |
- |
2022-01-01 10:16:27 |
|
|
 |
choqok/ |
- |
2022-01-30 11:39:58 |
|
Choqok
KDE Micro-Blogging client,
Currently supports Pump.io, GNU Social, Friendica, Mastodon and Twitter.
Authors:
Mehrdad Momeny <mehrdad.momeny[AT]gmail.com>
Andrey Esin <gmlastik[AT]gmail.com>
Andrea Scarpino <scarpino[AT]kde.org>
SEE ALSO: README
|
 |
falkon/ |
- |
2022-04-03 11:38:31 |
|
|
 |
kaccounts-integration/ |
- |
2022-04-26 10:06:18 |
|
# Setting up accounts-sso
Accounts-SSO is the framework we are using to store secrets (tokens, passwords)
and for storing Accounts (small pieces of information containing a name,
a provider, etc).
https://accounts-sso.gitlab.io/
## Accounts
SEE ALSO: README
|
 |
kaccounts-providers/ |
- |
2022-03-13 10:27:11 |
|
|
 |
kaidan/ |
- |
2022-05-04 15:05:03 |
|
|
 |
kdeconnect-android/ |
- |
2022-03-06 11:52:09 |
|
|
 |
kdeconnect-ios/ |
- |
2022-03-06 11:52:34 |
|
|
 |
kdeconnect-kde/ |
- |
2022-05-03 10:31:17 |
|
|
 |
kget/ |
- |
2022-05-18 13:24:48 |
|
KGET README
KGet is included in the kdenetwork module.
If you just want to install KGet alone, please read
the instructions below.
* Install kdelibs from trunk.
* svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork
* cd kdenetwork
* svn up cmake kget
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=/path/to/kde4 ..
* make
* make install
kget @ kde.org
|
 |
kio-extras/ |
- |
2022-05-15 10:31:10 |
|
|
 |
kio-gopher/ |
- |
2021-10-08 10:12:32 |
|
Gopher kioslave Readme
This adds support for the gopher protocol to konqueror and all programs
which supports kioslaves.
It is still in development.
Currently it supports most (if not all) of the gopher protocol.
SEE ALSO: README
|
 |
kio-s3/ |
- |
2021-11-11 10:18:00 |
|
|
 |
kio-upnp-ms/ |
- |
2021-05-03 10:38:40 |
|
kio-upnp-ms: KIO slave to access UPnP MediaServers
This KIO slave enables KDE applications to access
files over the UPnP MediaServer protocol. It currently
supports both Browse and Search operations depending on
what the server supports.
The protocol is "upnp-ms://<uuid>"
SEE ALSO: README
|
 |
konqueror/ |
- |
2022-05-15 10:58:30 |
|
|
 |
konversation/ |
- |
2022-04-15 11:21:12 |
|
Konversation website: https://konversation.kde.org/
Konversation wiki: https://userbase.kde.org/Konversation
Bug tracker: https://bugs.kde.org/
IRC channel: #konversation on irc.libera.chat
|
 |
krdc/ |
- |
2022-05-07 10:30:01 |
|
|
 |
krfb/ |
- |
2022-04-24 10:53:12 |
|
KDE Desktop Sharing (krfb)
KDE Desktop Sharing (krfb) is a small server for the RFB protocol, better
known as VNC. Unlike most other Unix/Linux RFB servers, KRfb allows you to
share your X11 session instead of creating a new X11 session.
It was originally based on x0rfbserver
(ttp://www.hexonet.de/software/x0rfbserver/), but there is not much code of
x0rfbserver left. Since version 0.6 it uses libvncserver
(libvncserver.sf.net">http://libvncserver.sf.net) as backend.
Guide to documentation:
TODO - things to be done
INSTALL - Very short installation instructions
NOTES - reasons for various decisions
DCOP-INTERFACE - short documentation of the DCOP interface
|
 |
kte-collaborative/ |
- |
2021-05-03 10:40:37 |
|
kte-collaborative: Collaborative Text Editor for KDE
Terminology
Infinote Server: Server hosting collaborative editing sessions
Session: A collaborative editing instance of a note
Note: An editable document on an infinote server
Description of the source tree
SEE ALSO: README
|
 |
ktp-accounts-kcm/ |
- |
2022-03-13 10:27:15 |
|
This is a KControl Module which handles adding/editing/removing Telepathy
Accounts. It interacts with any Telepathy Spec compliant AccountManager,
such as telepathy-accountmanager-kwallet to manipulate the accounts. It is
modular in design, with each ConnectionManager-Protocol combination having a
plugin that provides customised forms for adding or editing their accounts,
and also with a generic plugin which can be used as a fallback for
ConnectionManager-Protocol combinations where no plugin exists.
Installation instructions (including dependency information) can be found
in the file 'INSTALL' in this directory.
Please report all bugs to bugs.kde.org">http://bugs.kde.org choosing product "telepathy" and
component "accounts-kcm".
Any other questions, or if you want to help out, ping grundleborg in #telepathy
on Libera Chat.
|
 |
ktp-auth-handler/ |
- |
2022-03-13 10:27:19 |
|
|
 |
ktp-common-internals/ |
- |
2022-03-13 10:13:05 |
|
|
 |
ktp-contact-list/ |
- |
2022-03-13 10:27:22 |
|
|
 |
ktp-desktop-applets/ |
- |
2022-03-13 10:27:26 |
|
|
 |
ktp-filetransfer-handler/ |
- |
2022-03-13 10:27:29 |
|
This is the Telepathy-KDE file transfer handler
It basically does 2 thigs
* Send files to your contact
* Receive files from your contact
It doesn't set any filter on the mime type, therefore, it should catch all the
file transfer channels that aren't received by any other handler filtering
on mimetype.
To compile it you will need at least Telepathy-Qt4 >= 0.7.3 or the latest
git version.
You can modify the default download directory from telepathy-kded-module or by
adding in your .kde/share/config/ktelepathyrc file in the section
[File Transfers] the variable downloadDirectory
[File Transfers]
downloadDirectory=<download path>
|
 |
ktp-kded-module/ |
- |
2022-04-15 11:19:11 |
|
|
 |
ktp-send-file/ |
- |
2022-03-13 10:27:36 |
|
|
 |
ktp-text-ui/ |
- |
2022-03-13 10:27:44 |
|
|
 |
kwooty/ |
- |
2021-05-03 10:41:17 |
|
Kwooty, a friendly newsgroup binary downloader for KDE 4.
Version 1.1.0:
- Nzb row and corresponding data folder renaming with "F2" shortcut
- Nzb row and corresponding data folder deletion by hitting "SHIFT+DEL" keyboard shortcut
- "Show/hide" menu bar action added and available from "CTRL+M" shortcut
SEE ALSO: README.txt
|
 |
neochat/ |
- |
2022-05-15 11:48:57 |
|
|
 |
ruqola/ |
- |
2022-05-11 12:56:29 |
|
|
 |
signon-kwallet-extension/ |
- |
2022-04-05 10:24:04 |
|
|
 |
smb4k/ |
- |
2021-09-30 10:17:56 |
|
Smb4K README
Smb4K is an advanced network neighborhood browser and Samba share mounting
utility. It is based on the KDE Frameworks 5, Samba's client library
(libsmbclient) and, optionally, the KDSoap WS-Discovery client. It scans
your network neighborhood for all available workgroups, servers and shares
and can mount all desired shares to your local file system. It is released
under the terms of the GNU General Public License, version 2 (GPL v2+).
Linux, FreeBSD and its derivatives (e. g. GhostBSD and TrueOS), NetBSD and
DragonFly BSD are officially supported.
SEE ALSO: README
|
 |
telepathy-logger-qt/ |
- |
2021-05-03 10:46:59 |
|
|
 |
tok/ |
- |
2022-01-01 10:08:21 |
|
|
 |
tokodon/ |
- |
2022-05-17 10:33:58 |
|
|