summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix adding suggestions to not let completion widget "flicker"Andrea Diamantini2010-08-304-27/+34
|
* about url detection fixAndrea Diamantini2010-08-301-1/+1
|
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-08-291-0/+1
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-08-291-0/+1
| |
* | Cleaning up new suggestions mechanismAndrea Diamantini2010-08-294-38/+9
| |
* | First fixes, 4 suggestionsAndrea Diamantini2010-08-292-18/+24
|/
* rekonq 0.5.82Andrea Diamantini2010-08-281-1/+1
| | | | | | urlbar responsiveness favicons fixes
* Fix webicon crashesAndrea Diamantini2010-08-281-3/+0
|
* Restore urlbar responsivenessAndrea Diamantini2010-08-286-39/+80
| | | | Suggestions are now added when ready
* Increase xmlgui version number (just to be sure..)Andrea Diamantini2010-08-281-1/+1
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-2824-73/+439
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* Merge commit 'refs/merge-requests/192' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-282-0/+25
|\
| * add "copy image location" action in the webview's contextual menumegabigbug2010-08-272-0/+25
| |
* | fix po file’s URL (playground-network → extragear-network)Panagiotis Papadopoulos2010-08-281-1/+1
|/
* Merge commit 'refs/merge-requests/2292' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-261-8/+7
|\
| * Finally fix the smooth scrolling distance per scrollYoann Laissus2010-08-251-8/+7
| |
* | Merge branch 'm2_191'Andrea Diamantini2010-08-264-20/+40
|\ \
| * \ Merge commit 'refs/merge-requests/191' of ↵Andrea Diamantini2010-08-264-20/+40
| |\ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2_191
| | * | Name cleanup in WebSnap::imagePathFromUrl with QRegExp.Pierre Rossi2010-08-251-12/+1
| | | | | | | | | | | | | | | | One less TODO to worry about.
| | * | Awesome bar: support for multiple word search.Pierre Rossi2010-08-253-8/+39
| | | | | | | | | | | | | | | | | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'.
* | | | SVN_SILENT made messages (.desktop file)Script Kiddy2010-08-261-0/+1
|/ / /
* | | Adding QWeakPointers for the walletbar and the previewselectorbar.Andrea Diamantini2010-08-252-11/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While this can be overkilling for the previewselectorbar, I'd like doing it for all the bars in our next stable, moving them INSIDE the webtab class, so that each webtab has its findbar, its zoombar and so on. This should fix BUG: 243508 Please, let me know if it's not the case.. Thanks!
* | | Merge commit 'refs/merge-requests/2291' of ↵Andrea Diamantini2010-08-254-14/+17
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2291
| * | | Move encodedUrl inside if block, better memory usageRohan Garg2010-08-241-1/+1
| | | | | | | | | | | | | | | | modified: src/protocolhandler.cpp
| * | | Replace more of KUrl by QByteArray...Rohan Garg2010-08-241-2/+3
| | | | | | | | | | | | | | | | modified: src/protocolhandler.cpp
| * | | Replace with QByteArray for faster searchesRohan Garg2010-08-241-5/+6
| | | | | | | | | | | | | | | | modified: src/newtabpage.cpp
| * | | Fix urlbar to make about:foo the first entry instead of the googlingRohan Garg2010-08-241-1/+1
| | | | | | | | | | | | | | | | modified: src/urlbar/urlresolver.cpp
| * | | Formatting++Rohan Garg2010-08-241-1/+0
| | | | | | | | | | | | | | | | modified: src/application.cpp
| * | | Switch to faster comparisons of about: URL's with QByteArray, thanks to ↵Rohan Garg2010-08-241-6/+8
| | |/ | |/| | | | | | | | | | | | | Harald Sitter modified: src/application.cpp
* | | fix typoPanagiotis Papadopoulos2010-08-251-1/+1
| |/ |/|
* | SVN_SILENT made messages (.desktop file)Script Kiddy2010-08-241-0/+2
|/
* Restore mr #174.Andrea Diamantini2010-08-231-0/+2
| | | | Lesson learned: no more hand merging nor reverting on conflicts.. :)
* rekonq 0.5.81Andrea Diamantini2010-08-231-1/+1
| | | | First bunch of fixes
* new rekonq authors for 0.6Andrea Diamantini2010-08-231-2/+12
| | | | Jon, Benjamin: sorry for the late :)
* Merge commit 'refs/merge-requests/190' of ↵Andrea Diamantini2010-08-234-27/+17
|\ | | | | | | git://gitorious.org/rekonq/mainline into m190
| * Useless includeYoann Laissus2010-08-221-1/+0
| |
| * - Move the BK bar context menu slot and connection to BookmarkContextMenuYoann Laissus2010-08-224-26/+17
| | | | | | | | - The context menu now works without selected bookmark in the BK bar
* | Merge commit 'refs/merge-requests/189' of ↵Andrea Diamantini2010-08-234-41/+41
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m189
| * | Use the selected text as the default search string of the FindBarBenjamin Poulain2010-08-224-7/+23
| | | | | | | | | | | | | | | | | | | | | The common behavior of the Find action is to start a search with the current selected text if any. This patch implement this behavior for Rekonq.
| * | Change the Find action to show() instead of toggle()Benjamin Poulain2010-08-223-10/+1
| | | | | | | | | | | | | | | | | | | | | The find actions generally show a find bar, and is not a toggle action. A general pattern of use is to press "/" or Ctrl+F to show the find bar with the currently selected text, and press escape to hide the bar.
| * | Make the FindBar a bit more robustBenjamin Poulain2010-08-223-25/+18
| | | | | | | | | | | | | | | | | | | | | | | | The FindBar was slots show() and hide() instead of the virtual method QWidget::setVisible(). This can lead to subtle bugs, because the behavior is different depending on the type of call (signal-slot connection VS direct call on a pointer to QWidget) and the function called (hide() is != than setVisible(false)).
* | | Merge commit 'refs/merge-requests/188' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-231-0/+2
|\ \ \
| * | | Add a home icon for about:homeRohan Garg2010-08-221-0/+2
| |/ / | | | | | | | | | modified: src/application.cpp
* | | Merge commit 'refs/merge-requests/187' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-231-0/+2
|\ \ \
| * | | Add a missing iconYoann Laissus2010-08-221-0/+2
| |/ /
* | | Merge commit 'refs/merge-requests/186' of ↵Andrea Diamantini2010-08-237-12/+54
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m186
| * | | Add support for domain option in the ad block moduleBenjamin Poulain2010-08-227-12/+54
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some ads were not filtered because they were incorrectly matched by the whitelist. This is because we ignore options, including the domain restrictions. For example, the white filter: @@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=kde.org would match any page regardless of the domain restriction. So no ads from pagead2.googlesyndication.com were filtered. This patch adds support for "domain" options in the fallback rules (the other AdBlockRuleImpl rejects options). The domain of the frame making the request is now compared to the option to take the right decision. This patch requires Qt 4.7 with a recent QtWebKit 2.0.
* | | Merge commit 'refs/merge-requests/185' of ↵Andrea Diamantini2010-08-231-20/+38
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m185
| * | | Forget to commit some changesYoann Laissus2010-08-211-3/+4
| | | |
| * | | - Fix BK toolbar drops at the extremities of the barYoann Laissus2010-08-211-22/+39
| |/ / | | | | | | | | | - A little cleanup