summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix History ordering (check about:history page before and after this patch)Andrea Diamantini2011-04-103-39/+22
| | | | | | and remove the "provileged" item in the urlbar suggestions as it was NOT really working. Reduce min suggestion list from 3 to 2 to enable more history suggestions. .
* Use esc button to renew the url seen in the urlbarAndrea Diamantini2011-04-081-0/+3
| | | | | | | Patch by Furkan Uzumcu :) BUG:238886 REVIEW:101042
* Add bookmarks by dropping inside the bk toolbar.Andrea Diamantini2011-04-081-18/+59
| | | | | | | | | | This patch, based on Furkan's work on this, is quite different from the original for the following reasons: first, the "need" to not modify a lot actual code in the urlbar (disabling dragging and reenabling by code. What are the implications? Who really knows this?) Second, the problem of showing "as urls" (showing their icon) TEXT mimeData: not a good choice, IMHO. Actual code is cleaner and works with every drop inside the bk toolbar (In case of text, checking if the derivated url is valid)
* De-parent providers instances and delete them on close. Please,Andrea Diamantini2011-04-071-6/+37
| | | | | | | | | read about this in the reviewboard request (number 101027) Courtesy patch by JosèManuel Santamarì Lema. Thanks :D BUG:269490 REVIEW:101027
* This commit, available just for the master branch cause of the string changes,Andrea Diamantini2011-04-041-13/+10
| | | | | | | | modifies rekonq behavior on closing multiple tabs. Nothing is more asked on that, while a confirmation dialog is triggered when the user tries to close a window. Depending on the windows number, the user is requested if he likes to close the whole app or (just) the current window PS: sorry, my English sucks today...
* Fix quit actionFelix Rohrbach2011-04-041-1/+1
| | | | | | | | | | The quit action in the action collection did just close the current rekonq window instead of quitting the application. Reviewed by Andrea Diamantini. BUG: 268578 REVIEW: 101019
* fix string :-)Panagiotis Papadopoulos2011-04-041-1/+1
| | | | | In KDE apps you should not use abbreviations like don't, doesn't, can't, etc. You have to fully write them out: do not, does not, cannot, etc. :-)
* Minimum height to 20. Like Konqi...Andrea Diamantini2011-04-041-1/+1
|
* Fix stringAndrea Diamantini2011-04-041-4/+1
|
* Drop plain-text urls on urlbarAndrea Diamantini2011-04-041-0/+14
|
* Remove unused stringsAndrea Diamantini2011-04-041-15/+0
|
* rekonq 0.7.50Andrea Diamantini2011-04-031-1/+1
| | | | First development version on the road to 0.8 :D
* This commit aims to fix a long standing rekonq bug about scrollbar (and ↵Andrea Diamantini2011-04-034-20/+16
| | | | | | | | webview in general) theme. The right way to do it seems be using a local .css file. Letting this be in master for one week (at least) before backporting...
* Rekonq 0.7 first stable release, yeah!!0.7.0Andrea Diamantini2011-04-031-1/+1
|
* Elide notifyPopup text if it would be longer than window's widthAndrea Diamantini2011-04-031-1/+5
| | | | | Johannes Troscher's patch Reviewed by me ;)
* Implement/fix drag and drop handling of text & url in the webviewAndrea Diamantini2011-03-302-0/+35
| | | | BUG:254102
* Allow drag from urlbarAndrea Diamantini2011-03-291-0/+3
|
* rekonq 0.6.96Andrea Diamantini2011-03-271-1/+1
| | | | RC2?
* Untrack the bookmarks menu list and set a parent to automagicallyAndrea Diamantini2011-03-272-10/+8
| | | | | | delete it as object child CCBUG:269490
* Never execute deprecated codeAndrea Diamantini2011-03-271-1/+1
|
* Fix context menu and set comments to improve its code (after 0.7 release)Andrea Diamantini2011-03-271-32/+14
|
* Fixing my fixed patch :)Andrea Diamantini2011-03-261-1/+1
| | | | | | My fault. The problem was that the patch command failed, the patch was just 3 lines, so I copied by hands, then I see the webTab->url() and... ;) Anyway, now it is really Johannes's patch. Sorry.
* Reload (also) about pages with the reload buttonAndrea Diamantini2011-03-261-2/+9
| | | | | | Another fantastic patch by Johannes Troscher BUG:267748
* Stop timers before deleting objects.Andrea Diamantini2011-03-232-0/+3
| | | | | CCBUG:268328 CCBUG:266937
* Fixup for last commit.Felix Rohrbach2011-03-231-1/+1
| | | | Prevent rekonq from opening two windows after a crash.
* Make rekonq open a new window when called, even if it's already running.Felix Rohrbach2011-03-231-2/+4
| | | | | Reviewed by Andrea Diamantini. BUG: 269065
* Better color integration for the urlbar and the findbarFelix Rohrbach2011-03-212-5/+9
| | | | BUG:256535
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-03-211-1/+1
|\
| * rekonq 0.6.950.6.95Andrea Diamantini2011-03-201-1/+1
| | | | | | | | AKA rekonq 0.7 release candidate
* | Merge branch 'fixes'Andrea Diamantini2011-03-214-12/+14
|\ \ | |/ |/|
| * Workaround the troubles with the tabbar highlight feature.Andrea Diamantini2011-03-214-12/+14
| | | | | | | | | | | | Another fantastic patch by Johannes Trosher. Thanks :) CCBUG:267234
* | update INSTALL fileAndrea Diamantini2011-03-201-5/+15
|/
* Really hiding the tabbar...Andrea Diamantini2011-03-201-2/+2
|
* Check if mainWindow and currentab really exist before using in ↵Andrea Diamantini2011-03-191-2/+2
| | | | | | | | bookmarksprovider. In fact now this is NOT automagically ensured there (as in any non widget rekonq class) BUG:268838
* rekonq 0.6.89Andrea Diamantini2011-03-161-1/+1
| | | | Last bugs for today. Now, italian translations...
* update copyrightAndrea Diamantini2011-03-161-1/+1
|
* Set an option to disable the disable graphics effects on the tabbarAndrea Diamantini2011-03-165-21/+67
| | | | | | | | | highlight animation. CCBUG:267234 To see if this really works, please deselect the "animated tab highlights" in the Tabs Settings section
* Delete url popup on resize/moveAndrea Diamantini2011-03-162-6/+30
|
* rekonq 0.6.88Andrea Diamantini2011-03-131-1/+1
| | | | Quite a release candidate :)
* This commit to try fixing all troubles against the tabbar highlight feature.Andrea Diamantini2011-03-132-0/+10
| | | | | | | | | Courtesy fix patch from the man implementing the feature: Johannes Troscher. Many Thanks for. Bug Reporters: please, let us know if this really fix it! CCBUG:267234
* Revert "Return false for null mimetypes"Rohan Garg2011-03-111-4/+0
| | | | | This reverts commit 09bf176c22a25cee65b20b7aee9fdf9e541798af. This isn't *really* required, my bad
* Fix crash on "s" type :DAndrea Diamantini2011-03-101-0/+5
| | | | | | This crash was reported with this bt (reduced here): Hence, the fix. Just checking if the QBitArray is empty.
* Another one in the "fixing the dangerous commit" series.Andrea Diamantini2011-03-091-1/+1
| | | | This one is for crashes on restart after a bug...
* Disable help menu creation via createGUI as we create it on our own...Andrea Diamantini2011-03-091-1/+3
| | | | BUG:268071
* This is a first commit fixing the "dangerous" changes introduced to fixAndrea Diamantini2011-03-091-1/+1
| | | | | | | | | | bug 266837. We basically have now a mainWindow() slot widely used in rekonq, that can return a null pointer. Checking the code again to ensure this is the unique bug caused by the change... BUG:268023
* Merge branch 'master' of git.kde.org:rekonqAndrea Diamantini2011-03-091-0/+4
|\
| * Return false for null mimetypesRohan Garg2011-03-091-0/+4
| | | | | | | | BUG:267706
* | rekonq 0.6.87Andrea Diamantini2011-03-091-1/+1
|/ | | | Just another bunch of bugs fixed
* This commit fix bug 266837 about the (in)ability to close rekonq,Andrea Diamantini2011-03-081-6/+6
| | | | | | | | | but IT CHANGES Application::mainWindow() behavior to an unsafe mode. It is now basically allowed to return a null pointer, leading to other possible crashes. Some days of testing since now, for this. BUG:266837
* Checking for the empty string causing Rohan & Pano's bug...Andrea Diamantini2011-03-081-1/+4
| | | | | | | | Next test CCBUG:267316 By the way, are you sure this is yet happening? I can no more reproduce it since the first fix...