summaryrefslogtreecommitdiff
path: root/src/urlbar/bookmarkwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* i18n fixesPino Toscano2013-06-071-1/+1
| | | | | | | | | - remove string puzzles when possible - remove exclamation marks - remove contractions ("don't" -> "do not", etc) - lowercase "NOT" (do not shout to the user) - remove extra spaces, or add them where needed - few style/spelling fixes
* Don't use deprecated setRating(unsigned int) slotAndrea Diamantini2013-02-271-1/+1
| | | | i.e.: don't see the deprecated warning on compilation ;)
* Restore rekonq migration to nepomuk2Andrea Diamantini2013-02-101-8/+8
| | | | | | | | | Being kde 4.10 been released, we are ready to. I yet could not understand if this compiles (without nepomuk) in 4.9. CCMAIL:david.narvaez@computer.org CCMAIL:me@vhanda.in REVIEW: 108152
* Coverity report fixesAndrea Diamantini2013-01-141-2/+2
| | | | | | A potential crash (dynamic_cast maybe null) Some break usage clean up minor string speed up by using QLatin1String
* Revert "Rekonq Migration to Nepomuk2"Andrea Diamantini2013-01-081-8/+8
| | | | | | | This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1. This let rekonq compile again. Nepomuk2 will be added back when KDE 4.10 will be released.
* Rekonq Migration to Nepomuk2David E. Narváez2013-01-071-8/+8
| | | | | | | | Ran the Nepomuk migration script and added a directory with code that has not yet been ported to Nepomuk2. Also did some CMake changes to be able to drop the config-nepomuk.h.cmake file. REVIEW: 108152
* Krazy fixes, third shotAndrea Diamantini2013-01-021-1/+2
|
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-5/+4
|
* Clean up previous commit about adblock and fix enable/disable featureAndrea Diamantini2012-12-101-1/+1
|
* BookmarkWidget:Yoann Laissus2012-12-101-19/+22
| | | | | | | | | | | | Don't display an empty entry if the bookmark is in the root folder Improve the code to choose the current index Add an icon for the toolbar root entry in the BookmarkWidget Don't duplicate the toolbar root entry in some cases Clean up setupFolderComboBox() --- Imported from rekonq code by adjam :)
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+363
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-383/+0
| | | | Preparing repo to merge rekonq2 code...
* Stupid me, forgot to enable WebKit features on kwebapp...Andrea Diamantini2012-09-041-1/+1
| | | | BUG: 306185
* BookmarkWidget: Don't use a pointer to store the bookmarkYoann Laissus2012-08-161-26/+20
|
* BookmarkWidget: Add an entry to choose a folder with a KBookmarkDialogYoann Laissus2012-08-161-0/+22
|
* BookmarkWidget:Yoann Laissus2012-08-101-10/+10
| | | | | - Don't display an empty entry if the bookmark is in the root folder - Improve the code to choose the current index
* Add an icon for the toolbar root entry in the BookmarkWidgetYoann Laissus2012-08-101-3/+5
| | | | Don't duplicate the toolbar root entry in some cases
* BookmarkWidget: Clean up setupFolderComboBox()Yoann Laissus2012-08-101-8/+9
|
* Let Opera sync handler being optionalAndrea Diamantini2012-05-291-1/+1
|
* Kitchen sink clean upAndrea Diamantini2012-05-271-90/+91
| | | | | | - astyle - copyrights - (some) includes
* Runtime Nepomuk tagging checkAndrea Diamantini2012-05-271-44/+67
|
* Let nepomuk dependencies being optionalAndrea Diamantini2012-05-271-74/+85
|
* Fancy bookmarking on rekonq :)Phaneendra Hegde2012-05-271-14/+147
| | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;)
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-4/+4
|
* Access Keys navigationMarc Deop2012-01-121-1/+2
| | | | | | | | | | Ported access keys navigation system from Arora and adapted to rekonq code. Also (by adjam), get sure access keys are removed on loadStarted REVIEW:103601 REVIEWED-BY: adjam
* Add a folder combo box in the BookmarkWidgetYoann Laissus2012-01-061-0/+61
| | | | | Patch from Yusuf Amir Tezcan, many thanks for ! REVIEW: 103450
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-3/+3
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Calm down QWidget::setLayout() warningsAndrea Diamantini2011-09-271-3/+1
|
* fix alignment of title in bookmarkWidgetJohannes Tröscher2011-09-091-1/+0
| | | | REVIEWED-BY: trustMe
* clean upAndrea Diamantini2011-07-251-2/+2
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* SSL fixesAndrea Diamantini2011-07-231-1/+4
| | | | | | | | | | I hope I addressed here a number of fixes in my first implementation: - working hasSSLValid() function (checking cert validity and chain errors) - escaping certificate strings - typos (Sha256/Md5, supportedCipherBits/usedCipherBits) - encryption check (at least I hope so) CCMAIL: rich@kde.org
* Improve appearance of bookmark widgetJohannes Troscher2011-07-191-5/+1
| | | | | | Reviewed By: pierre, andrea. REVIEW:102000
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-4/+4
|
* Coding styleAndrea Diamantini2011-02-251-1/+1
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-2/+2
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Save one updateRightIcons call from the bookmark icon.Andrea Diamantini2011-02-231-0/+2
| | | | | | Does this helps here? CCBUG:259328
* Revert "Fixes a string change (this commit should be reverted after v0.6)"Jon Ander Peñalba2010-09-231-4/+1
| | | | This reverts commit ef0c5630983853473e1e3c97a4c68baa1d487e6e.
* Fixes a string change (this commit should be reverted after v0.6)Jon Ander Peñalba2010-09-101-1/+4
|
* Minor bug introduced in previous commit fixedJon Ander Peñalba2010-09-101-1/+1
|
* The RSS widget and the bookmark widget are now more consistent (they have ↵Jon Ander Peñalba2010-09-101-12/+5
| | | | the same look and behavior)
* BookmarkWidget now inherits from QMenu (much nicer).Jon Ander Peñalba2010-09-101-2/+1
|
* No need to show the url in the bookmark widget (specially if it's not editable).Jon Ander Peñalba2010-09-101-43/+29
|
* Restore bk icon on the rightAndrea Diamantini2010-08-211-1/+1
| | | | | | | This commit intends to revert manually commits de9abc72 && bd27f60d, restoring bk positions on the right. This because most of the developers prefer so. Anyway, if things will change again we can revert the "revertion" :D
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-1/+1
| | | | src/bookmarks/bookmarkprovider.*
* - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-2/+1
| | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left)
* BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-0/+1
|
* The bookmark actions in BookmarkOwner are now working and being usedJon Ander Peñalba2010-08-191-5/+6
|
* - Adapt removeBookmark to Jon's new methodYoann Laissus2010-08-171-16/+1
| | | | - Add tooltips for the bookmark icon
* Moving bookmark icon on the leftAndrea Diamantini2010-08-141-2/+2
|