summaryrefslogtreecommitdiff
path: root/src/mainview.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-1/+1
| | | | Added options about tabbed (or not) browsing..
* Adding method docsAndrea Diamantini2009-09-051-1/+9
|
* New tab button code improvements.Andrea Diamantini2009-08-271-9/+0
| | | | Patch from Johannes Zellner (thanks)
* Fixed problems restoring Lionel's hack about focused (or not) new WebViewsAndrea Diamantini2009-08-231-1/+1
| | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :)
* Modified newTab function and splitted into two parts.Andrea Diamantini2009-08-231-3/+3
| | | | | | | There are still some regressions to be fixed: - open link in new tab is always without focus - urlbar is empty on new tab loading - mics..
* Removed some menu related actions (cloned in the context menus)Andrea Diamantini2009-08-231-7/+1
|
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-1/+0
|
* Remove url stackLionel Chauvin2009-08-221-15/+4
|
* Fixing bug 203156, about stop/reload switch on tab switching.Andrea Diamantini2009-08-101-1/+1
| | | | | | | Anyway, the fix seems quite "hackish" to me. Perhaps someone else will think something better.. BUG: 203156
* Krazy issues, part 3Andrea Diamantini2009-08-071-3/+3
| | | | - improper include guards
* Fixing Licensing issueAndrea Diamantini2009-08-051-6/+13
|
* Fix IncludeAndrea Diamantini2009-08-051-3/+0
| | | | Imported commit from KDE svn. Thanks to mlaurent for this..
* Dynamic tab barmegabigbug2009-08-011-1/+2
|
* Some string changes and various fixesAndrea Diamantini2009-08-011-1/+1
|
* Fix tab in background featuremegabigbug2009-07-311-1/+1
|
* Simplifying a bit web load progress process structureAndrea Diamantini2009-07-291-1/+1
|
* Big Big Big Commit!Andrea Diamantini2009-07-241-7/+0
| | | | | | Refactored loadUrl code to divide UI classes from WEB classes. We now have two loadUrl methods in the Application class to load (hopefully) every kind of (k)url..
* Definitely fixing rekonq API. First step.Andrea Diamantini2009-07-241-5/+1
| | | | newTab function in MainView
* Fake gg:// and wk:// protocol.Andrea Diamantini2009-06-301-1/+1
| | | | | Initial Url && Search Bar (to be improved in 0.3) Trivial cleaning things here and there..
* New notifying system. Perhaps this should be default forAndrea Diamantini2009-06-211-1/+1
| | | | | rekonq 0.2. Anyway, there are a lot of improvements needed. We'll see..
* Comments and FixesAndrea Diamantini2009-06-211-17/+0
|
* New notify systemAndrea Diamantini2009-06-211-1/+18
|
* Finally fixed F5 shortcutAndrea Diamantini2009-06-201-2/+0
|
* Removed recently closed tabs historyAndrea Diamantini2009-06-191-9/+2
|
* New Tab tool buttonAndrea Diamantini2009-06-191-0/+7
|
* Fix forward declarationmlaurent2009-06-111-3/+0
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@980178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing GPL3 header filesAndrea Diamantini2009-06-071-1/+1
|
* Lot of work to do in mainview. Removed status/tool/geometry change view signalsAndrea Diamantini2009-05-281-7/+0
|
* no inline functions, as suggestedAndrea Diamantini2009-05-251-7/+7
|
* splitted web classesAndrea Diamantini2009-05-231-0/+1
|
* Last krazy issues fixedadjam2009-05-121-1/+1
| | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@967142 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixing conflicts merging masteradjam2009-05-061-0/+4
|\ | | | | | | git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964593 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| * Open Back/Forward tabs fixedAndrea Diamantini2009-05-021-2/+2
| |
| * Managing user tab open settings. Step 2Andrea Diamantini2009-05-011-1/+2
| |
| * Open tabs in brackground. Step 1Andrea Diamantini2009-05-011-0/+3
| |
| * mouseDoubleClickEvent return, as decided with AvaddonAndrea Diamantini2009-05-011-42/+27
| |
| * astyleAndrea Diamantini2009-04-291-17/+35
| |
| * Fixed loading Url methods.Andrea Diamantini2009-04-291-1/+7
| | | | | | | | | | | | | | | | Now in all rekonq code we have just a loadUrl method in mainview (doing the dirty job) and one in mainwindow, provided for convenience. Every class needing loading an url has a openUrl signal. Hope this should go well..
| * Removed unused MainView loadUrlPage signalAndrea Diamantini2009-04-291-1/+0
| |
| * Removed Qt4.4 compatibility slotsAndrea Diamantini2009-04-281-3/+0
| |
| * Faster Mainview loadAndrea Diamantini2009-04-281-0/+2
| |
| * Revert "Some changes ported for merge to mainline (bookmarks & links ↵Andrea Diamantini2009-04-281-12/+11
| | | | | | | | | | | | | | | | handling related)" links hadling problem This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
| * TabBar context menu fix portedAlexandr Domrachev2009-04-271-0/+1
| |
| * Open new tab on TabBar double clickAlexandr Domrachev2009-04-271-0/+3
| |
| * Some changes ported for merge to mainline (bookmarks & links handling related)Alexandr Domrachev2009-04-271-11/+12
| | | | | | | | | | | | | | Added author: me :) Bookmark owner: openFolderinTabs implemented Links handling ported from Pawel branch Issue #1 fixed
| * Removed KDE VERSION check. tabbar needs some love..Andrea Diamantini2009-04-261-1/+1
| |
| * Fixed copyright strings, per file, as decidedAndrea Diamantini2009-04-261-2/+2
| |
| * Another importing step.Andrea Diamantini2009-04-251-31/+43
| | | | | | | | Need to fix cookies' classes and then (I think) we are near the goal..
| * Fixing CopyrightsAndrea Diamantini2009-04-221-1/+2
| |
| * pedanticAndrea Diamantini2009-04-181-1/+5
| |