summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update SearchEngine data when settings are changedmegabigbug2010-04-231-1/+6
|
* refractoring on search enginesmegabigbug2010-04-239-142/+286
|
* Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-04-231-0/+2
|\
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-04-221-0/+2
| |
* | Forgot to clean WebPage class..Andrea Diamantini2010-04-231-45/+5
|/
* Bye Bye, LineEdit!Andrea Diamantini2010-04-225-313/+174
| | | | | Welcome, awesome bar.. Idea & patch from Johannes Zellner
* Merge commit 'refs/merge-requests/2249' of ↵Andrea Diamantini2010-04-224-6/+6
|\ | | | | | | git://gitorious.org/rekonq/mainline into Pano18
| * change stringPanagiotis Papadopoulos2010-04-211-1/+1
| |
| * i18n fixesPanagiotis Papadopoulos2010-04-211-3/+3
| |
| * add comment to stringPanagiotis Papadopoulos2010-04-211-1/+1
| |
| * add i18n callPanagiotis Papadopoulos2010-04-211-1/+1
| | | | | | | | make the string translatable
* | Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-228-104/+173
| | | | | | | | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache"
* | Fix embed kpart bahevior. Try embedding just when there is a ReadOnlyPartAndrea Diamantini2010-04-211-17/+30
|/ | | | | available. Otherwise, try loading it.
* Nebulon's patch.Andrea Diamantini2010-04-211-3/+1
| | | | | Reverting a beautiful fix by me letting rekonq joyfully crashing on every non default action
* New (empty) urlbar test and improved protocolhandler testAndrea Diamantini2010-04-205-24/+125
|
* Reverting the switch case to an if-else one.Andrea Diamantini2010-04-201-13/+12
| | | | I forgot t consider the particular condition in it. Sorry for the mistake.
* Partially fixing deleteLater related crashes. But... why these crashesAndrea Diamantini2010-04-201-3/+3
| | | | happen if Qt Docs say to delete (later) them?
* deleting replies as explained in QNetworkAccessManager docsAndrea Diamantini2010-04-202-4/+11
|
* Fix default engine implementation and fix a bit codeAndrea Diamantini2010-04-204-71/+86
|
* this commit renames Item classes with this logicAndrea Diamantini2010-04-192-32/+35
| | | | | - Listitem inherited classes are TYPE + "Listitem" - QLabel inherited classes are TYPE + Label
* Merge branch 'DefaultEngine'Andrea Diamantini2010-04-197-102/+236
|\
| * Suggestions activation on demandAndrea Diamantini2010-04-192-10/+34
| |
| * Implementing a new default engine choice for rekonqAndrea Diamantini2010-04-195-92/+202
| |
* | Fix urlbar string as suggested by Johannes ZellnerAndrea Diamantini2010-04-191-1/+1
| |
* | Merge commit 'refs/merge-requests/2246' of ↵Andrea Diamantini2010-04-192-0/+37
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2246
| * | Add some text when a newtabpage is empty for users to know that this isn't a bugmatgic782010-04-192-0/+37
| |/
* | Fix Clear Private Data dialogmatgic782010-04-191-2/+5
|/ | | | | - Don't use the value returned by QDialog::exec(), it looks like it is buggy - Add cache cleaning, solution found in konqueror/settings/kio/cache.cpp
* Merge commit 'refs/merge-requests/2244' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-04-191-1/+1
|\
| * fix bold: "browse" was bold if the user type "browse"megabigbug2010-04-181-1/+1
| |
* | Merge commit 'refs/merge-requests/2243' of ↵Andrea Diamantini2010-04-193-104/+113
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m2243
| * | Fix compileYoann Laissus2010-04-171-1/+1
| | |
| * | Forget to save fileYoann Laissus2010-04-171-5/+0
| | |
| * | - Enable context menu for actions inside bookmark bar folderYoann Laissus2010-04-174-105/+119
| | | | | | | | | | | | | | | | | | - Reverse bookmarks and bookmark managing option on the bookmarkActionMenu (as we discussed with Lionel) - Common actionMenu between bookmark bars and the bookmarkActionMenu - Use BookmarkContextMenu instead of KBookmarkContextMenu in the bookmarkActionMenu
* | | Merge commit 'refs/merge-requests/2242' of ↵Andrea Diamantini2010-04-192-1/+2
|\ \ \ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m2242
| * | | Fix the url bar focus when the only tab is closedYoann Laissus2010-04-171-1/+1
| | | |
| * | | Fix the completition widget opening when the urlbar has the focus and we ↵Yoann Laissus2010-04-171-0/+1
| | |/ | |/| | | | | | | | | | | | | want to load an url It fix also the same issue with redirection
* | | the "real" fix for 234579Andrea Diamantini2010-04-191-5/+6
| | | | | | | | | | | | CCBUG:234579
* | | Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-04-181-0/+2
|\ \ \
| * | | SVN_SILENT made messages (.desktop file)Script Kiddy2010-04-181-0/+2
| |/ /
* | | RSS relative url fixing.Andrea Diamantini2010-04-181-1/+14
|/ / | | | | | | | | | | | | This patch solves bug #234579 and is heavily based on the one provided by Thomas Fryda in its bug report. Thanks :) BUG: 234579
* | Workaound the focus bar problemAndrea Diamantini2010-04-171-0/+4
| |
* | Clean tab previews, not showing on loadingAndrea Diamantini2010-04-175-29/+12
| | | | | | | | | | removed a duplicated method and save one QPixmap in WebSnap class
* | Based on Lionel's merge request #80:Andrea Diamantini2010-04-174-54/+45
| | | | | | | | letting CompletionWidget being independent from the Urlbar
* | Merge commit 'refs/merge-requests/81' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-04-172-4/+6
|\ \ | | | | | | | | | into m81
| * | fix text pointed in the search itemmegabigbug2010-04-162-4/+6
| |/
* | Merge commit 'refs/merge-requests/79' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-04-171-14/+20
|\ \ | | | | | | | | | into m79
| * | Fix a bug in NewTabPage::snapFinishedmatgic782010-04-161-14/+20
| |/ | | | | | | | | | | | | | | When you started to load closedTabs and opened favorites, previews were replaced when background load of previews finished. Changes : - preview titles are saved only when urls match - previews are replaced only when urls match - added some checks to prevent NewTabPage to have strange behaviour in the future
* | As we are providing an "Add preview" mechanism, no need to show 6Andrea Diamantini2010-04-171-2/+2
|/ | | | empty squares..
* Fixing Lionel's merge request:Andrea Diamantini2010-04-168-142/+194
| | | | | | | | | | | | | | | | | | | | | | | | - clean/fix APIs - removed no more used methods/signals from CompletionWidget - use item->url() (as it has been defined) - Change the "pointing out text" from underline to bold (better, IMO) - QString --> Q/K url, as needed - Restore UrlFromUserInput engine: why it has been deleted? - Comment out the isHttp() check. That way I cannot in any way connect to localhost or to my home server. Apart from typing their IPs.. - Partially fixed the switch search engine implementation. Btw, I have to say I really don't like rekonq switch my default engine just because one time I decided to give a try to another... Not sure about. - Something more coming.. But tomorrow! Now it's 3:20 am here. Good night!
* Merge commit 'refs/merge-requests/77' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-04-158-161/+512
|\ | | | | | | into m77