53 Commits (0db4e8892b90f2ca1e89e2c82e793fd37bd32e47)

Author SHA1 Message Date
Kurt Hindenburg d0ae598348 Remove currentBookmarkList() - hasn't been used in years 7 years ago
Kurt Hindenburg 0995c1dc95 Remove supportsTabs() - hasn't been used in years 7 years ago
Martin T. H. Sandsmark befaaa0255 Do not allow adding duplicates in bookmarks 7 years ago
Tomaz Canabrava 208218dec9 Small code simplifications 7 years ago
Kurt Hindenburg a7c3bda7a5 Use QFileInfo::completeBaseName() instead of baseName() 8 years ago
Kurt Hindenburg c907fcea7a remove unneeded casts 9 years ago
Kurt Hindenburg 2a2a56d73c modernize use nullptr 9 years ago
Kurt Hindenburg f9857256cf uncrustify using kf5 config 9 years ago
Kurt Hindenburg 0fd9e2bd55 uncrustify using kf5 config 9 years ago
Kurt Hindenburg eade05a4bd Do not specify Qt modules in includes 9 years ago
Kurt Hindenburg a540e6fdd0 Fix readability-implicit-bool-cast issues using nullptr 9 years ago
Kurt Hindenburg accf076104 Use member initializer lists in constructors 9 years ago
Kurt Hindenburg 48ae849c8c Use QStringLiteral and QList::reserve() 11 years ago
Kurt Hindenburg 7b07dd78cd s/QLatin1String/QStringLiteral/ 11 years ago
Michal Humpula 15d09f9161 port from KStandardDirs to QStandardPaths 12 years ago
Kurt Hindenburg b6304bcc59 Port KUrl to QUrl 12 years ago
Kurt Hindenburg 1ea501da62 remove include moc from .cpp files - removes build warnings 13 years ago
Kurt Hindenburg 346e174285 Fix build for new kdelibs-frameworks bookmark code 13 years ago
Alex Richardson a83db71590 Port to KF5/Qt5 13 years ago
Alex Richardson ab5e15b1b7 Revert "Port to KF5/Qt5" 13 years ago
Alex Richardson 4adfbe84bd Port to KF5/Qt5 13 years ago
Kurt Hindenburg 7a2a5beb00 Correct spelling errors/word usage 13 years ago
Kurt Hindenburg 5b083640ce whitespace and style fixes 14 years ago
Kurt Hindenburg 6e93204ae5 /s/NULL/0 14 years ago
Jekyll Wu 6b6a5944f6 Prefer foreach(...) over while(...) for simplicity and readability 14 years ago
Kurt Hindenburg c73556ce39 Apply astyle-kdelibs 14 years ago
Kurt Hindenburg bc087ae51b Remove unused KDebug includes 14 years ago
Jekyll Wu 125e2c7bd2 Declare pointer and reference in a consistent way 15 years ago
Jekyll Wu 8f1bbd4353 Remove trailing white spaces 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Jekyll Wu 13fea35f69 Rename member variables to the form of _var for consistency 15 years ago
Jekyll Wu cc998cd0ab Adjust #include 15 years ago
Jekyll Wu 7e7a020fe8 Minor change on coding style 15 years ago
Jekyll Wu dfce914c3c Make BookmarkHandler::titleForView() slightly more readable. 15 years ago
Jekyll Wu 272ac9850e Include KDE headers consistently in the from of "#include <KSomething>" . 15 years ago
Jekyll Wu 473f1726c0 move member initialization into initialization list of constructor. 15 years ago
Jekyll Wu e63c9b8388 Delete one line of useless code. 15 years ago
Laurent Montel dd46511de1 Use QLatin1String in setObjectName (added with a script) 16 years ago
Kurt Hindenburg adf7f96969 Add i18n context to strings - corection 16 years ago
Kurt Hindenburg 267c174d58 Add i18n context to strings 16 years ago
Robert Knight 956277c014 Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight 971a5315f9 Remove debugging messages. 18 years ago
Robert Knight d33c750983 Fix 'Open Folder in Tabs' action on bookmark menu. 18 years ago
Robert Knight 46cfc108d3 * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Laurent Montel 868b7bcc0f Fix includ 18 years ago
Daniel Teske 981d865c87 Port to new API. 19 years ago
Robert Knight 72241ef4a6 * Comment out many debugging messages 19 years ago
David Faure f980e26a14 We really don't need to import kde1 bookmarks anymore :) 19 years ago
Robert Knight 07b1e29c0c Provide more sensible suggestions for bookmark names. Make suggestions context ( local vs. remote ) sensitive. 19 years ago