├── .git-blame-ignore-revs ├── .gitignore ├── .gitlab-ci.yml ├── .kde-ci.yml ├── CMakeLists.txt ├── LICENSES ├── CC0-1.0.txt ├── GPL-2.0-only.txt ├── GPL-2.0-or-later.txt ├── GPL-3.0-only.txt ├── GPL-3.0-or-later.txt ├── LGPL-2.0-or-later.txt ├── LGPL-2.1-only.txt ├── LGPL-3.0-only.txt ├── LicenseRef-KDE-Accepted-GPL.txt └── LicenseRef-KDE-Accepted-LGPL.txt ├── README ├── doc ├── CMakeLists.txt ├── bluetooth-add.png ├── bluetooth-configure.png ├── bluetooth-kcm.png ├── bluetooth-phone.png ├── bluetooth-tray.png ├── index.docbook ├── list-remove.png ├── network-connect.png └── network-disconnect.png ├── po ├── ar │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ast │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── az │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── bg │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── bs │ └── bluedevil.po ├── ca │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ca@valencia │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── cs │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── da │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── de │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── el │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── en_GB │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── eo │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── es │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── et │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── eu │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── fi │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── fr │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── gl │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── he │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── hi │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── hsb │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── hu │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ia │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── id │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ie │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── is │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── it │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ja │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ka │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ko │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── lt │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── lv │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ml │ ├── bluedevil.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── nb │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── nl │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── nn │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── pa │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── pl │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── pt │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── pt_BR │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ro │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ru │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── sa │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── sk │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── sl │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── sr │ ├── bluedevil.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── sr@ijekavian │ ├── bluedevil.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── sr@ijekavianlatin │ ├── bluedevil.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── sr@latin │ ├── bluedevil.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── sv │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── ta │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── tg │ ├── bluedevil.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── tr │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── uk │ ├── bluedevil.po │ ├── docs │ │ └── kcontrol │ │ │ └── bluedevil │ │ │ ├── bluetooth-add.png │ │ │ ├── bluetooth-configure.png │ │ │ ├── bluetooth-kcm.png │ │ │ ├── bluetooth-phone.png │ │ │ ├── bluetooth-tray.png │ │ │ └── index.docbook │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po ├── zh_CN │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po └── zh_TW │ ├── bluedevil.po │ ├── kcm_bluetooth.po │ └── plasma_applet_org.kde.plasma.bluetooth.po └── src ├── CMakeLists.txt ├── Messages.sh ├── XmlMessages.sh ├── applet ├── CMakeLists.txt ├── Messages.sh ├── SharedDevicesStateProxyModel.qml ├── devicesproxymodel.cpp ├── devicesproxymodel.h ├── devicesstateproxymodel.cpp ├── devicesstateproxymodel.h ├── launchapp.cpp ├── launchapp.h ├── main.xml ├── metadata.json ├── qml │ ├── DeviceItem.qml │ ├── FullRepresentation.qml │ ├── MediaPlayerItem.qml │ ├── Toolbar.qml │ └── main.qml ├── utils.cpp └── utils.h ├── bluedevil-mime.xml ├── bluedevil.notifyrc ├── interfaces ├── kded_bluedevil.xml ├── kded_bluedevil_types.h └── kded_obexftp.xml ├── kcm ├── CMakeLists.txt ├── Messages.sh ├── bluetooth.cpp ├── bluetooth.h ├── bluetoothmoduledata.cpp ├── bluetoothmoduledata.h ├── kcm_bluetooth.json └── ui │ ├── Device.qml │ ├── ForgetDeviceAction.qml │ ├── ForgetDeviceDialog.qml │ ├── General.qml │ ├── main.qml │ └── script.js ├── kded ├── CMakeLists.txt ├── bluedevil.json ├── bluedevildaemon.cpp ├── bluedevildaemon.h ├── bluezagent.cpp ├── bluezagent.h ├── devicemonitor.cpp ├── devicemonitor.h ├── helpers │ ├── requestauthorization.cpp │ ├── requestauthorization.h │ ├── requestconfirmation.cpp │ ├── requestconfirmation.h │ ├── requestpin.cpp │ ├── requestpin.h │ └── requestpin.ui ├── obexagent.cpp ├── obexagent.h ├── obexftp.cpp ├── obexftp.h ├── receivefilejob.cpp └── receivefilejob.h ├── kio ├── CMakeLists.txt ├── bluetooth │ ├── CMakeLists.txt │ ├── bluetooth-network.desktop │ ├── bluetooth.json │ ├── kiobluetooth.cpp │ └── kiobluetooth.h └── obexftp │ ├── CMakeLists.txt │ ├── kioobexftp.cpp │ ├── kioobexftp.h │ ├── obexftp.json │ ├── transferfilejob.cpp │ └── transferfilejob.h ├── sendfile ├── CMakeLists.txt ├── discover.ui ├── discoverwidget.cpp ├── discoverwidget.h ├── main.cpp ├── org.kde.bluedevilsendfile.desktop ├── pages │ ├── connecting.ui │ ├── connectingpage.cpp │ ├── connectingpage.h │ ├── failpage.cpp │ ├── failpage.h │ ├── failpage.ui │ ├── selectdeviceandfilespage.cpp │ ├── selectdeviceandfilespage.h │ ├── selectdevicepage.cpp │ ├── selectdevicepage.h │ ├── selectfilediscover.ui │ ├── selectfilespage.cpp │ └── selectfilespage.h ├── sendfilesjob.cpp ├── sendfilesjob.h ├── sendfilewizard.cpp └── sendfilewizard.h ├── settings ├── bluedevilglobalsettings.kcfg ├── bluedevilglobalsettings.kcfgc ├── filereceiver.kcfg └── filereceiversettings.kcfgc └── wizard ├── CMakeLists.txt ├── bluewizard.cpp ├── bluewizard.h ├── main.cpp ├── org.kde.bluedevilwizard.desktop ├── pages ├── connect.cpp ├── connect.h ├── connect.ui ├── discover.cpp ├── discover.h ├── discover.ui ├── fail.cpp ├── fail.h ├── fail.ui ├── pairing.cpp ├── pairing.h ├── pairing.ui ├── success.cpp ├── success.h └── success.ui ├── pin-code-database.xml ├── wizardagent.cpp └── wizardagent.h /.git-blame-ignore-revs: -------------------------------------------------------------------------------- 1 | # clang-format 2 | 0c23a13a564da2eb160530c8b5c56c67a35bb6f4 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.kde-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/.kde-ci.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSES/CC0-1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/CC0-1.0.txt -------------------------------------------------------------------------------- /LICENSES/GPL-2.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/GPL-2.0-only.txt -------------------------------------------------------------------------------- /LICENSES/GPL-2.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/GPL-2.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/GPL-3.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/GPL-3.0-only.txt -------------------------------------------------------------------------------- /LICENSES/GPL-3.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/GPL-3.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/LGPL-2.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/LGPL-2.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/LGPL-2.1-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/LGPL-2.1-only.txt -------------------------------------------------------------------------------- /LICENSES/LGPL-3.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/LGPL-3.0-only.txt -------------------------------------------------------------------------------- /LICENSES/LicenseRef-KDE-Accepted-GPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/LicenseRef-KDE-Accepted-GPL.txt -------------------------------------------------------------------------------- /LICENSES/LicenseRef-KDE-Accepted-LGPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/README -------------------------------------------------------------------------------- /doc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/CMakeLists.txt -------------------------------------------------------------------------------- /doc/bluetooth-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/bluetooth-add.png -------------------------------------------------------------------------------- /doc/bluetooth-configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/bluetooth-configure.png -------------------------------------------------------------------------------- /doc/bluetooth-kcm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/bluetooth-kcm.png -------------------------------------------------------------------------------- /doc/bluetooth-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/bluetooth-phone.png -------------------------------------------------------------------------------- /doc/bluetooth-tray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/bluetooth-tray.png -------------------------------------------------------------------------------- /doc/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/index.docbook -------------------------------------------------------------------------------- /doc/list-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/list-remove.png -------------------------------------------------------------------------------- /doc/network-connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/network-connect.png -------------------------------------------------------------------------------- /doc/network-disconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/doc/network-disconnect.png -------------------------------------------------------------------------------- /po/ar/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ar/bluedevil.po -------------------------------------------------------------------------------- /po/ar/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ar/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ar/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ar/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ast/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ast/bluedevil.po -------------------------------------------------------------------------------- /po/ast/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ast/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ast/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ast/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/az/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/az/bluedevil.po -------------------------------------------------------------------------------- /po/az/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/az/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/az/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/az/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/bg/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/bg/bluedevil.po -------------------------------------------------------------------------------- /po/bg/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/bg/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/bg/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/bg/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/bs/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/bs/bluedevil.po -------------------------------------------------------------------------------- /po/ca/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ca/bluedevil.po -------------------------------------------------------------------------------- /po/ca/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ca/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/ca/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ca/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ca/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ca/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ca@valencia/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ca@valencia/bluedevil.po -------------------------------------------------------------------------------- /po/ca@valencia/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ca@valencia/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ca@valencia/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ca@valencia/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/cs/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/cs/bluedevil.po -------------------------------------------------------------------------------- /po/cs/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/cs/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/cs/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/cs/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/da/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/da/bluedevil.po -------------------------------------------------------------------------------- /po/da/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/da/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/da/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/da/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/de/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/de/bluedevil.po -------------------------------------------------------------------------------- /po/de/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/de/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/de/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/de/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/el/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/el/bluedevil.po -------------------------------------------------------------------------------- /po/el/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/el/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/el/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/el/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/en_GB/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/en_GB/bluedevil.po -------------------------------------------------------------------------------- /po/en_GB/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/en_GB/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/en_GB/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/en_GB/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/eo/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/eo/bluedevil.po -------------------------------------------------------------------------------- /po/eo/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/eo/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/eo/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/eo/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/es/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/es/bluedevil.po -------------------------------------------------------------------------------- /po/es/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/es/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/es/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/es/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/es/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/es/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/et/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/et/bluedevil.po -------------------------------------------------------------------------------- /po/et/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/et/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/et/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/et/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/eu/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/eu/bluedevil.po -------------------------------------------------------------------------------- /po/eu/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/eu/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/eu/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/eu/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/fi/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/fi/bluedevil.po -------------------------------------------------------------------------------- /po/fi/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/fi/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/fi/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/fi/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/fr/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/fr/bluedevil.po -------------------------------------------------------------------------------- /po/fr/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/fr/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/fr/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/fr/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/gl/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/gl/bluedevil.po -------------------------------------------------------------------------------- /po/gl/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/gl/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/gl/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/gl/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/he/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/he/bluedevil.po -------------------------------------------------------------------------------- /po/he/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/he/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/he/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/he/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/hi/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hi/bluedevil.po -------------------------------------------------------------------------------- /po/hi/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hi/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/hi/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hi/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/hsb/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hsb/bluedevil.po -------------------------------------------------------------------------------- /po/hsb/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hsb/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/hsb/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hsb/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/hu/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hu/bluedevil.po -------------------------------------------------------------------------------- /po/hu/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hu/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/hu/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/hu/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ia/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ia/bluedevil.po -------------------------------------------------------------------------------- /po/ia/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ia/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ia/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ia/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/id/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/id/bluedevil.po -------------------------------------------------------------------------------- /po/id/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/id/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/id/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/id/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ie/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ie/bluedevil.po -------------------------------------------------------------------------------- /po/ie/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ie/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ie/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ie/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/is/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/is/bluedevil.po -------------------------------------------------------------------------------- /po/is/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/is/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/is/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/is/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/it/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/it/bluedevil.po -------------------------------------------------------------------------------- /po/it/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/it/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/it/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/it/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/it/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/it/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ja/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ja/bluedevil.po -------------------------------------------------------------------------------- /po/ja/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ja/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ja/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ja/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ka/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ka/bluedevil.po -------------------------------------------------------------------------------- /po/ka/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ka/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ka/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ka/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ko/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ko/bluedevil.po -------------------------------------------------------------------------------- /po/ko/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ko/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ko/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ko/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/lt/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/lt/bluedevil.po -------------------------------------------------------------------------------- /po/lt/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/lt/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/lt/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/lt/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/lv/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/lv/bluedevil.po -------------------------------------------------------------------------------- /po/lv/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/lv/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/lv/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/lv/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ml/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ml/bluedevil.po -------------------------------------------------------------------------------- /po/ml/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ml/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/nb/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nb/bluedevil.po -------------------------------------------------------------------------------- /po/nb/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nb/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/nb/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nb/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/nl/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nl/bluedevil.po -------------------------------------------------------------------------------- /po/nl/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nl/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/nl/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nl/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/nl/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nl/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/nn/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nn/bluedevil.po -------------------------------------------------------------------------------- /po/nn/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nn/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/nn/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/nn/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/pa/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pa/bluedevil.po -------------------------------------------------------------------------------- /po/pa/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pa/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/pa/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pa/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/pl/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pl/bluedevil.po -------------------------------------------------------------------------------- /po/pl/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pl/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/pl/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pl/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/pt/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pt/bluedevil.po -------------------------------------------------------------------------------- /po/pt/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pt/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/pt/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pt/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/pt_BR/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pt_BR/bluedevil.po -------------------------------------------------------------------------------- /po/pt_BR/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pt_BR/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/pt_BR/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pt_BR/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/pt_BR/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/pt_BR/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ro/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ro/bluedevil.po -------------------------------------------------------------------------------- /po/ro/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ro/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ro/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ro/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ru/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ru/bluedevil.po -------------------------------------------------------------------------------- /po/ru/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ru/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/ru/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ru/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ru/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ru/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/sa/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sa/bluedevil.po -------------------------------------------------------------------------------- /po/sa/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sa/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/sa/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sa/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/sk/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sk/bluedevil.po -------------------------------------------------------------------------------- /po/sk/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sk/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/sk/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sk/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/sl/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sl/bluedevil.po -------------------------------------------------------------------------------- /po/sl/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sl/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/sl/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sl/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/sl/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sl/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/sr/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sr/bluedevil.po -------------------------------------------------------------------------------- /po/sr/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sr/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/sr@ijekavian/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sr@ijekavian/bluedevil.po -------------------------------------------------------------------------------- /po/sr@ijekavian/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sr@ijekavian/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/sr@ijekavianlatin/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sr@ijekavianlatin/bluedevil.po -------------------------------------------------------------------------------- /po/sr@ijekavianlatin/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sr@ijekavianlatin/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/sr@latin/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sr@latin/bluedevil.po -------------------------------------------------------------------------------- /po/sr@latin/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sr@latin/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/sv/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sv/bluedevil.po -------------------------------------------------------------------------------- /po/sv/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sv/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/sv/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sv/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/sv/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/sv/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/ta/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ta/bluedevil.po -------------------------------------------------------------------------------- /po/ta/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ta/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/ta/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/ta/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/tg/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/tg/bluedevil.po -------------------------------------------------------------------------------- /po/tg/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/tg/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/tr/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/tr/bluedevil.po -------------------------------------------------------------------------------- /po/tr/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/tr/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/tr/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/tr/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/tr/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/tr/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/uk/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/bluedevil.po -------------------------------------------------------------------------------- /po/uk/docs/kcontrol/bluedevil/bluetooth-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/docs/kcontrol/bluedevil/bluetooth-add.png -------------------------------------------------------------------------------- /po/uk/docs/kcontrol/bluedevil/bluetooth-configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/docs/kcontrol/bluedevil/bluetooth-configure.png -------------------------------------------------------------------------------- /po/uk/docs/kcontrol/bluedevil/bluetooth-kcm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/docs/kcontrol/bluedevil/bluetooth-kcm.png -------------------------------------------------------------------------------- /po/uk/docs/kcontrol/bluedevil/bluetooth-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/docs/kcontrol/bluedevil/bluetooth-phone.png -------------------------------------------------------------------------------- /po/uk/docs/kcontrol/bluedevil/bluetooth-tray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/docs/kcontrol/bluedevil/bluetooth-tray.png -------------------------------------------------------------------------------- /po/uk/docs/kcontrol/bluedevil/index.docbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/docs/kcontrol/bluedevil/index.docbook -------------------------------------------------------------------------------- /po/uk/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/uk/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/uk/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/zh_CN/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/zh_CN/bluedevil.po -------------------------------------------------------------------------------- /po/zh_CN/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/zh_CN/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/zh_CN/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /po/zh_TW/bluedevil.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/zh_TW/bluedevil.po -------------------------------------------------------------------------------- /po/zh_TW/kcm_bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/zh_TW/kcm_bluetooth.po -------------------------------------------------------------------------------- /po/zh_TW/plasma_applet_org.kde.plasma.bluetooth.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/po/zh_TW/plasma_applet_org.kde.plasma.bluetooth.po -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/Messages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/Messages.sh -------------------------------------------------------------------------------- /src/XmlMessages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/XmlMessages.sh -------------------------------------------------------------------------------- /src/applet/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/CMakeLists.txt -------------------------------------------------------------------------------- /src/applet/Messages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/Messages.sh -------------------------------------------------------------------------------- /src/applet/SharedDevicesStateProxyModel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/SharedDevicesStateProxyModel.qml -------------------------------------------------------------------------------- /src/applet/devicesproxymodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/devicesproxymodel.cpp -------------------------------------------------------------------------------- /src/applet/devicesproxymodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/devicesproxymodel.h -------------------------------------------------------------------------------- /src/applet/devicesstateproxymodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/devicesstateproxymodel.cpp -------------------------------------------------------------------------------- /src/applet/devicesstateproxymodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/devicesstateproxymodel.h -------------------------------------------------------------------------------- /src/applet/launchapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/launchapp.cpp -------------------------------------------------------------------------------- /src/applet/launchapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/launchapp.h -------------------------------------------------------------------------------- /src/applet/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/main.xml -------------------------------------------------------------------------------- /src/applet/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/metadata.json -------------------------------------------------------------------------------- /src/applet/qml/DeviceItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/qml/DeviceItem.qml -------------------------------------------------------------------------------- /src/applet/qml/FullRepresentation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/qml/FullRepresentation.qml -------------------------------------------------------------------------------- /src/applet/qml/MediaPlayerItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/qml/MediaPlayerItem.qml -------------------------------------------------------------------------------- /src/applet/qml/Toolbar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/qml/Toolbar.qml -------------------------------------------------------------------------------- /src/applet/qml/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/qml/main.qml -------------------------------------------------------------------------------- /src/applet/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/utils.cpp -------------------------------------------------------------------------------- /src/applet/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/applet/utils.h -------------------------------------------------------------------------------- /src/bluedevil-mime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/bluedevil-mime.xml -------------------------------------------------------------------------------- /src/bluedevil.notifyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/bluedevil.notifyrc -------------------------------------------------------------------------------- /src/interfaces/kded_bluedevil.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/interfaces/kded_bluedevil.xml -------------------------------------------------------------------------------- /src/interfaces/kded_bluedevil_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/interfaces/kded_bluedevil_types.h -------------------------------------------------------------------------------- /src/interfaces/kded_obexftp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/interfaces/kded_obexftp.xml -------------------------------------------------------------------------------- /src/kcm/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/CMakeLists.txt -------------------------------------------------------------------------------- /src/kcm/Messages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/Messages.sh -------------------------------------------------------------------------------- /src/kcm/bluetooth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/bluetooth.cpp -------------------------------------------------------------------------------- /src/kcm/bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/bluetooth.h -------------------------------------------------------------------------------- /src/kcm/bluetoothmoduledata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/bluetoothmoduledata.cpp -------------------------------------------------------------------------------- /src/kcm/bluetoothmoduledata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/bluetoothmoduledata.h -------------------------------------------------------------------------------- /src/kcm/kcm_bluetooth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/kcm_bluetooth.json -------------------------------------------------------------------------------- /src/kcm/ui/Device.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/ui/Device.qml -------------------------------------------------------------------------------- /src/kcm/ui/ForgetDeviceAction.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/ui/ForgetDeviceAction.qml -------------------------------------------------------------------------------- /src/kcm/ui/ForgetDeviceDialog.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/ui/ForgetDeviceDialog.qml -------------------------------------------------------------------------------- /src/kcm/ui/General.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/ui/General.qml -------------------------------------------------------------------------------- /src/kcm/ui/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/ui/main.qml -------------------------------------------------------------------------------- /src/kcm/ui/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kcm/ui/script.js -------------------------------------------------------------------------------- /src/kded/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/CMakeLists.txt -------------------------------------------------------------------------------- /src/kded/bluedevil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/bluedevil.json -------------------------------------------------------------------------------- /src/kded/bluedevildaemon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/bluedevildaemon.cpp -------------------------------------------------------------------------------- /src/kded/bluedevildaemon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/bluedevildaemon.h -------------------------------------------------------------------------------- /src/kded/bluezagent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/bluezagent.cpp -------------------------------------------------------------------------------- /src/kded/bluezagent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/bluezagent.h -------------------------------------------------------------------------------- /src/kded/devicemonitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/devicemonitor.cpp -------------------------------------------------------------------------------- /src/kded/devicemonitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/devicemonitor.h -------------------------------------------------------------------------------- /src/kded/helpers/requestauthorization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/helpers/requestauthorization.cpp -------------------------------------------------------------------------------- /src/kded/helpers/requestauthorization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/helpers/requestauthorization.h -------------------------------------------------------------------------------- /src/kded/helpers/requestconfirmation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/helpers/requestconfirmation.cpp -------------------------------------------------------------------------------- /src/kded/helpers/requestconfirmation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/helpers/requestconfirmation.h -------------------------------------------------------------------------------- /src/kded/helpers/requestpin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/helpers/requestpin.cpp -------------------------------------------------------------------------------- /src/kded/helpers/requestpin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/helpers/requestpin.h -------------------------------------------------------------------------------- /src/kded/helpers/requestpin.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/helpers/requestpin.ui -------------------------------------------------------------------------------- /src/kded/obexagent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/obexagent.cpp -------------------------------------------------------------------------------- /src/kded/obexagent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/obexagent.h -------------------------------------------------------------------------------- /src/kded/obexftp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/obexftp.cpp -------------------------------------------------------------------------------- /src/kded/obexftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/obexftp.h -------------------------------------------------------------------------------- /src/kded/receivefilejob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/receivefilejob.cpp -------------------------------------------------------------------------------- /src/kded/receivefilejob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kded/receivefilejob.h -------------------------------------------------------------------------------- /src/kio/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/CMakeLists.txt -------------------------------------------------------------------------------- /src/kio/bluetooth/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/bluetooth/CMakeLists.txt -------------------------------------------------------------------------------- /src/kio/bluetooth/bluetooth-network.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/bluetooth/bluetooth-network.desktop -------------------------------------------------------------------------------- /src/kio/bluetooth/bluetooth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/bluetooth/bluetooth.json -------------------------------------------------------------------------------- /src/kio/bluetooth/kiobluetooth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/bluetooth/kiobluetooth.cpp -------------------------------------------------------------------------------- /src/kio/bluetooth/kiobluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/bluetooth/kiobluetooth.h -------------------------------------------------------------------------------- /src/kio/obexftp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/obexftp/CMakeLists.txt -------------------------------------------------------------------------------- /src/kio/obexftp/kioobexftp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/obexftp/kioobexftp.cpp -------------------------------------------------------------------------------- /src/kio/obexftp/kioobexftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/obexftp/kioobexftp.h -------------------------------------------------------------------------------- /src/kio/obexftp/obexftp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/obexftp/obexftp.json -------------------------------------------------------------------------------- /src/kio/obexftp/transferfilejob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/obexftp/transferfilejob.cpp -------------------------------------------------------------------------------- /src/kio/obexftp/transferfilejob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/kio/obexftp/transferfilejob.h -------------------------------------------------------------------------------- /src/sendfile/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/CMakeLists.txt -------------------------------------------------------------------------------- /src/sendfile/discover.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/discover.ui -------------------------------------------------------------------------------- /src/sendfile/discoverwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/discoverwidget.cpp -------------------------------------------------------------------------------- /src/sendfile/discoverwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/discoverwidget.h -------------------------------------------------------------------------------- /src/sendfile/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/main.cpp -------------------------------------------------------------------------------- /src/sendfile/org.kde.bluedevilsendfile.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/org.kde.bluedevilsendfile.desktop -------------------------------------------------------------------------------- /src/sendfile/pages/connecting.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/connecting.ui -------------------------------------------------------------------------------- /src/sendfile/pages/connectingpage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/connectingpage.cpp -------------------------------------------------------------------------------- /src/sendfile/pages/connectingpage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/connectingpage.h -------------------------------------------------------------------------------- /src/sendfile/pages/failpage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/failpage.cpp -------------------------------------------------------------------------------- /src/sendfile/pages/failpage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/failpage.h -------------------------------------------------------------------------------- /src/sendfile/pages/failpage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/failpage.ui -------------------------------------------------------------------------------- /src/sendfile/pages/selectdeviceandfilespage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/selectdeviceandfilespage.cpp -------------------------------------------------------------------------------- /src/sendfile/pages/selectdeviceandfilespage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/selectdeviceandfilespage.h -------------------------------------------------------------------------------- /src/sendfile/pages/selectdevicepage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/selectdevicepage.cpp -------------------------------------------------------------------------------- /src/sendfile/pages/selectdevicepage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/selectdevicepage.h -------------------------------------------------------------------------------- /src/sendfile/pages/selectfilediscover.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/selectfilediscover.ui -------------------------------------------------------------------------------- /src/sendfile/pages/selectfilespage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/selectfilespage.cpp -------------------------------------------------------------------------------- /src/sendfile/pages/selectfilespage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/pages/selectfilespage.h -------------------------------------------------------------------------------- /src/sendfile/sendfilesjob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/sendfilesjob.cpp -------------------------------------------------------------------------------- /src/sendfile/sendfilesjob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/sendfilesjob.h -------------------------------------------------------------------------------- /src/sendfile/sendfilewizard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/sendfilewizard.cpp -------------------------------------------------------------------------------- /src/sendfile/sendfilewizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/sendfile/sendfilewizard.h -------------------------------------------------------------------------------- /src/settings/bluedevilglobalsettings.kcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/settings/bluedevilglobalsettings.kcfg -------------------------------------------------------------------------------- /src/settings/bluedevilglobalsettings.kcfgc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/settings/bluedevilglobalsettings.kcfgc -------------------------------------------------------------------------------- /src/settings/filereceiver.kcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/settings/filereceiver.kcfg -------------------------------------------------------------------------------- /src/settings/filereceiversettings.kcfgc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/settings/filereceiversettings.kcfgc -------------------------------------------------------------------------------- /src/wizard/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/CMakeLists.txt -------------------------------------------------------------------------------- /src/wizard/bluewizard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/bluewizard.cpp -------------------------------------------------------------------------------- /src/wizard/bluewizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/bluewizard.h -------------------------------------------------------------------------------- /src/wizard/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/main.cpp -------------------------------------------------------------------------------- /src/wizard/org.kde.bluedevilwizard.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/org.kde.bluedevilwizard.desktop -------------------------------------------------------------------------------- /src/wizard/pages/connect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/connect.cpp -------------------------------------------------------------------------------- /src/wizard/pages/connect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/connect.h -------------------------------------------------------------------------------- /src/wizard/pages/connect.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/connect.ui -------------------------------------------------------------------------------- /src/wizard/pages/discover.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/discover.cpp -------------------------------------------------------------------------------- /src/wizard/pages/discover.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/discover.h -------------------------------------------------------------------------------- /src/wizard/pages/discover.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/discover.ui -------------------------------------------------------------------------------- /src/wizard/pages/fail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/fail.cpp -------------------------------------------------------------------------------- /src/wizard/pages/fail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/fail.h -------------------------------------------------------------------------------- /src/wizard/pages/fail.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/fail.ui -------------------------------------------------------------------------------- /src/wizard/pages/pairing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/pairing.cpp -------------------------------------------------------------------------------- /src/wizard/pages/pairing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/pairing.h -------------------------------------------------------------------------------- /src/wizard/pages/pairing.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/pairing.ui -------------------------------------------------------------------------------- /src/wizard/pages/success.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/success.cpp -------------------------------------------------------------------------------- /src/wizard/pages/success.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/success.h -------------------------------------------------------------------------------- /src/wizard/pages/success.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pages/success.ui -------------------------------------------------------------------------------- /src/wizard/pin-code-database.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/pin-code-database.xml -------------------------------------------------------------------------------- /src/wizard/wizardagent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/wizardagent.cpp -------------------------------------------------------------------------------- /src/wizard/wizardagent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KDE/bluedevil/HEAD/src/wizard/wizardagent.h --------------------------------------------------------------------------------