View | Details | Raw Unified
Collapse All | Expand All

(-) kdebluetooth-1.0_beta1.old/kdebluetooth/kdebluetooth-common/mimetypes/computer-device-class.desktop (+1 lines)
 Lines 3-8    Link Here 
Type=MimeType
Type=MimeType
MimeType=bluetooth/computer-device-class
MimeType=bluetooth/computer-device-class
Icon=konsole
Icon=konsole
X-KDE-IsAlso=inode/directory
Comment=Computer/PDA Bluetooth Device
Comment=Computer/PDA Bluetooth Device
Comment[bg]=Компютърно/PDA устройство Bluetooth
Comment[bg]=Компютърно/PDA устройство Bluetooth
Comment[bs]=Računar/PDA Bluetooth uređaj
Comment[bs]=Računar/PDA Bluetooth uređaj
(-) kdebluetooth-1.0_beta1.old/kdebluetooth/kdebluetooth-common/mimetypes/misc-device-class.desktop (+1 lines)
 Lines 3-8    Link Here 
Type=MimeType
Type=MimeType
MimeType=bluetooth/misc-device-class
MimeType=bluetooth/misc-device-class
Icon=kdebluetooth
Icon=kdebluetooth
X-KDE-IsAlso=inode/directory
Comment=Miscellaneous Bluetooth Device
Comment=Miscellaneous Bluetooth Device
Comment[bg]=Разни устройства Bluetooth
Comment[bg]=Разни устройства Bluetooth
Comment[da]=Diverse Bluetooth-enheder
Comment[da]=Diverse Bluetooth-enheder
(-) kdebluetooth-1.0_beta1.old/kdebluetooth/kdebluetooth-common/mimetypes/phone-device-class.desktop (+1 lines)
 Lines 3-8    Link Here 
Type=MimeType
Type=MimeType
MimeType=bluetooth/phone-device-class
MimeType=bluetooth/phone-device-class
Icon=kaddressbook
Icon=kaddressbook
X-KDE-IsAlso=inode/directory
Comment=Phone Bluetooth Device
Comment=Phone Bluetooth Device
Comment[bg]=Телефонно устройство Bluetooth
Comment[bg]=Телефонно устройство Bluetooth
Comment[da]=Telefon Bluetooth-enhed
Comment[da]=Telefon Bluetooth-enhed
(-) kdebluetooth-1.0_beta1.old/kdebluetooth/kioslave/bluetooth/bluetooth.protocol (+1 lines)
 Lines 4-9    Link Here 
input=none
input=none
output=filesystem
output=filesystem
reading=true
reading=true
listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group,Link
Icon=kdebluetooth
Icon=kdebluetooth
Description=Bluetooth inquiry protocol
Description=Bluetooth inquiry protocol
Description[da]=Bluetooth forespørgselsprotokol
Description[da]=Bluetooth forespørgselsprotokol
(-) kdebluetooth-1.0_beta1.old/kdebluetooth/kioslave/bluetooth/kiobluetooth.cpp (-1 / +3 lines)
 Lines 64-69    Link Here 
    if (url.hasHost() == false && path == "/")
    if (url.hasHost() == false && path == "/")
    {
    {
        createDirEntry(entry, "Bluetooth neighbourhood");
        createDirEntry(entry, "Bluetooth neighbourhood");
        statEntry(entry);
        finished();
        finished();
    }
    }
    else {
    else {
 Lines 284-290    Link Here 
    addAtom(entry, UDS_MIME_TYPE, mimeType);
    addAtom(entry, UDS_MIME_TYPE, mimeType);
    addAtom(entry, UDS_FILE_TYPE, S_IFDIR);
    addAtom(entry, UDS_FILE_TYPE, S_IFDIR);
    addAtom(entry, UDS_GUESSED_MIME_TYPE, "inode/folder");
    // No more necessary
    // addAtom(entry, UDS_GUESSED_MIME_TYPE, "inode/folder");
    return true;
    return true;
}
}
(-) kdebluetooth-1.0_beta1.old/kdebluetooth/kioslave/sdp/btsdp.cpp (-1 / +10 lines)
 Lines 131-142    Link Here 
        if (path == "/")
        if (path == "/")
        {
        {
            createDirEntry(entry, "Bluetooth neighbourhood");
            createDirEntry(entry, "Bluetooth neighbourhood");
            statEntry(entry);
            finished();
            finished();
        }
        }
        else
        else
        {
        {
            error(KIO::ERR_SLAVE_DEFINED,
            QRegExp reg = QRegExp("^/uuid-(0x[a-f,A-F,0-9:]+)/");
            if (reg.search(path) >= 0) {
                createDirEntry(entry, "More services");
                statEntry(entry);
                finished();
            }
            else {
            	error(KIO::ERR_SLAVE_DEFINED,
                  i18n("Could not stat %1. Unknown device").arg(url.url()));
                  i18n("Could not stat %1. Unknown device").arg(url.url()));
            }
        }
        }
    }
    }
    else {
    else {
(-) kdebluetooth-1.0_beta1.old/kdebluetooth/kioslave/sdp/btsdp.protocol (+1 lines)
 Lines 5-10    Link Here 
output=filesystem
output=filesystem
reading=true
reading=true
Icon=kdebluetooth
Icon=kdebluetooth
listing=Name,Type,Size,Date,AccessDate,Access,Owner,Group,Link
Description=Bluetooth service discovery protocol
Description=Bluetooth service discovery protocol
Description[da]=Bluetooth-protokol til opdagelse af serviceydelser
Description[da]=Bluetooth-protokol til opdagelse af serviceydelser
Description[et]=Bluetoothi teenuste avastamise protokoll
Description[et]=Bluetoothi teenuste avastamise protokoll