summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Include Fixes, first bunchAndrea Diamantini2010-04-301-6/+7
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-5/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-4/+4
|
* Encodings managementAndrea Diamantini2010-04-261-1/+6
|
* Various changesAndrea Diamantini2010-04-251-1/+0
| | | | | | | - moved updateCOnfiguration slot to Application class from MainWindow (its right place) - loaded conf out of ctor (this will increase boot speed, but could in theory let rekonq fails on first load. We'll see..) - set accept-language (raw) header. RFC 2626, section 14. Choose your preferred language. - Try fixing CacheControl values (rekonq seems work quite well offline, now)
* - Add the control modifier support for back, next and home actions and for ↵Yoann Laissus2010-04-031-3/+3
| | | | | | the UrlTreeView - Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar
* Implement the highlight all feature for the find bar (enabled by default)Yoann Laissus2010-03-151-0/+1
|
* Use default value instead of a different functionYoann Laissus2010-03-141-6/+3
|
* Add middle click support for next, back and home in the main toolbarYoann Laissus2010-03-141-0/+3
|
* Fix choice between history & bookmarks in the new tab first page.Andrea Diamantini2010-03-051-1/+0
| | | | No more reloading pages on accepting configuration
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+2
|
* Get rid of the selection of the next found expression when the checkbox ↵Yoann Laissus2010-02-191-0/+1
| | | | matchCase is toggled
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+3
|
* Free MainWindow from PreviewSelectorBarAndrea Diamantini2010-02-091-3/+1
| | | | WARNING: it doesn't compile
* Merge commit 'refs/merge-requests/84' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2010-02-071-2/+6
|\ | | | | | | into matgic_tab_page
| * A new approach for choosing previews : a bar appears, then you browse to the ↵matgic782010-02-061-2/+6
| | | | | | | | page you want to preview, and then you click a button
* | Replace zoom setting submenu by a widget with a slidermatgic782010-02-061-4/+10
|/
* Fixing panelsAndrea Diamantini2010-01-241-13/+6
| | | | | | | | With this commit I fixed panel behaviour && saved some bytes in their definition. This will help hacking there (they are pretty the same now, I just have no time to let them inherit from a parent "rekonq panel" class) and will save some bytes in rekonq footprint :)
* Merge branch 'm81'Andrea Diamantini2009-12-281-0/+1
|\
| * in fullscreen mode: show toolbar tabbar when mouse is on top of the screenmegabigbug2009-12-241-0/+1
| |
* | Merge Request #79 with the changes discussed.Andrea Diamantini2009-12-281-2/+0
|/ | | | | 1) no more confirm dialog on exit 2) restore newtab page or home page on close last tab
* First form of protocol handlingAndrea Diamantini2009-12-161-5/+1
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-2/+2
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* KWebWallet integrationAndrea Diamantini2009-12-061-1/+1
|
* Docked web inspectormatgic782009-12-021-6/+8
|
* Last structure change, promised!Andrea Diamantini2009-11-271-2/+2
| | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.
* FIxing conflictsAndrea Diamantini2009-11-181-1/+0
|\ | | | | | | | | | | | | Merge branch 'rekonq04' into dev04try Conflicts: src/CMakeLists.txt
| * cleaning home :)Andrea Diamantini2009-11-131-1/+0
| | | | | | | | | | In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better
* | added bookmarks panel and model(read only atm)nehlsen2009-11-161-4/+9
|/
* This hack seems solve the about: protocol loading problemAndrea Diamantini2009-11-131-1/+2
| | | | | also in Qt 4.6. Hope it works really well :)
* switching back from rekonq: protocol to about: oneAndrea Diamantini2009-11-101-1/+1
| | | | | | This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select
* (BIG commit) API changeAndrea Diamantini2009-11-101-23/+23
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* fixing new mainWindow() behaviour, porting functions calling itAndrea Diamantini2009-11-101-3/+4
|
* a small delay before hide popupmegabigbug2009-10-281-0/+1
|
* One passivepopup: less flickering.lionelc2009-10-271-1/+2
|
* A better popup implementationmegabigbug2009-10-241-10/+6
|
* What's overkilling?Andrea Diamantini2009-10-231-0/+4
| | | | | | | checking EVERYTIME mouse move events to just fix some stupid cases? revert a good implementation just to bug fixing the 0.1% of the cases? Don't know! This implementation seems working to fix the flickering links But, these are really the UI problems I'd like to get rid...
* (LAST hopefully) BIG change (before 0.3)Andrea Diamantini2009-10-221-0/+2
| | | | | | | | | | A strange bug on new window loading, calling from .desktop file (krunner & friends). So I had to change the homePage launch mechanism. Working on that I started playing with startup settings and implemented this. I hope Pano like this very much: 0.3 gift :D Waiting for someone comments and reviews to merge..
* Removed "Add to Favorites" action.Andrea Diamantini2009-10-221-3/+0
| | | | Matgic78 customizable favorites page is clearly better :D
* General (shift +) ctrl tab switch management.Andrea Diamantini2009-10-041-0/+12
| | | | This let tab switch work also when webview is not focused :)
* preferred --> favoritesAndrea Diamantini2009-10-021-2/+2
|
* Turned "Add bookmark" action to KDE one and implemented an "add to preferred"Andrea Diamantini2009-09-301-0/+3
| | | | mechanism (an action in the contextual menu)
* Merge branch 'HomePage'Andrea Diamantini2009-09-131-3/+2
|\
| * Modified rekonq behaviour:Andrea Diamantini2009-09-131-1/+2
| | | | | | | | | | HomePage has 2 choices: usual home page vs new tab page new tab has 3: new tabp page, home page, blank page
| * Removed "home" schemeAndrea Diamantini2009-09-101-1/+0
| |
| * HUGE HUGE HUGE COMMIT!Andrea Diamantini2009-09-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First implementation of "rekonq home page" - Added icons && htmls for it - fixed pics places && CMakeLists.txt - Added a HomePage class to create the "rekonq home Page" - Modified setting to load on new tab start 1) rekonq home page (default) 2) blank page 3) an url (to set) - removed home page button - fixed WebPage && loadUrl slot to load "home:" scheme - Added a toolbar method in BookmarksProvider to load bookmarks in the homepage The page needs a lot of love, but I think this is a really good starting point for. Hope you like it :)
* | Some "stupid" toolbars fixesAndrea Diamantini2009-09-121-3/+3
|/
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-1/+0
| | | | Added options about tabbed (or not) browsing..
* Restored the beautiful CTRL + L shortcut.Andrea Diamantini2009-09-051-1/+1
| | | | Sorry :)
* Simplified history actions reintroducing KStandard ones.Andrea Diamantini2009-09-051-2/+0
| | | | (we have text, icon, shortcuts && translations for free)