summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update signals/slot between detached tab and its new mainviewAndrea Diamantini2012-01-311-1/+31
| | | | | | | | | Again, sorry for the long waiting... Courtesy patch by vasthusya@gmail.com BUG:273556 REVIEWED-BY: adjam
* Don't steal focus on loadStartedAndrea Diamantini2012-01-271-1/+3
| | | | | | | I'll tag rekonq 0.8.72 to let you easily test this. Can you please catch if this really fixes your issue? CCBUG:286729
* Krazy fixesAndrea Diamantini2012-01-191-11/+11
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Check if action senders exist before using themAndrea Diamantini2012-01-171-0/+17
| | | | BUG:281546
* Rework on load/stop/reload actionAndrea Diamantini2012-01-151-3/+3
| | | | | | | | | | | Also clean up API, giving proper names to method updateActions --> updateHistoryActions browserTabLoading(bool) --> currentTabStateChanged() ... also workaround problem that m_progress is (yet) 0 or 100 when load started REVIEW:103651
* Open blank new tab at the end also when "open tabs neat current activeFurkan Uzumcu2012-01-131-1/+4
| | | | | | | one" option is active REVIEW:103678 REVIEWED-BY: adjam
* improve closed tabs managementAndrea Diamantini2012-01-031-55/+57
| | | | | | | | | - remove reopened tabs from the closed tabs list. - limit them to MAX 8 elements (it seems enough to me) - save history also when there is just one tab closed - DON'T save history when you opened a "rekonq" page BUG:271224
* Get sure tabbar is properly shownAndrea Diamantini2012-01-021-1/+4
| | | | BUG: 290374
* Clean up rekonq.kcfgAndrea Diamantini2012-01-021-1/+1
| | | | | | It was really a mess before. I also found 2 settings never used... WARNING: This will cost users to reset some settings. Sorry for that
* Get sure tabbar is well shown (and hided) during fullscreen navigationAndrea Diamantini2011-12-291-8/+12
|
* icon management fix/improvements/cleanupAndrea Diamantini2011-12-241-1/+1
|
* remove ugly hack string in mainviewJohannes Tröscher2011-11-291-5/+1
| | | | REVIEWED-BY: trustMe
* Properly handle window/app closeAndrea Diamantini2011-11-241-3/+4
| | | | BUG: 286831
* Clean up MainView::webViewUrlChanged() codeFurkan Uzumcu2011-11-201-5/+1
| | | | | REVIEW:102818 REVIEWED-BY: adjam
* Remove mainWindow pointer from mainview class.Andrea Diamantini2011-11-141-6/+7
|
* Remove postLaunch callsAndrea Diamantini2011-11-141-8/+5
| | | | | | | | | | | | | | This will help a lot in having a clean/easy startup, also a bit less fast. Let's see if this helps stability... PS: To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo. Can you please try compiling and testing if this fixes your troubles on startup?? Many thanks for any help. Andrea. CCBUG:284356
* EBN Krazy fixesAndrea Diamantini2011-10-141-1/+1
| | | | It seems now we are really ready for the stable release...
* inlined "abused" function and removed 2 unuseful calls to updateTabBarAndrea Diamantini2011-10-111-10/+0
|
* Remove a minor focus glitch on webpage loadThomas Murach2011-09-261-0/+1
| | | | | | | | It happened when loading a favorite page via shortcut. It is fixed now :) REVIEW: 102695 REVIEWED-BY: adjam
* Fix tab size and addTabButton position when a KMessageWidget appearsYoann Laissus2011-09-201-7/+9
| | | | REVIEW: 102651
* Fix close & sessionAndrea Diamantini2011-09-131-18/+1
| | | | | | | | | | First, I'm really sorry for this bad commit ('git' talking..). The fact is that the 3 bugs fixed here were found chained playing with close code. Here it is the report: - fix close window (it now really appears on multiple window closing) - fix saveSession (saving one call for each site loaded and storing better information): saveSession is now called on loadFinished - clean up some compilation warnings
* Add option to close window by closing last tabAndrea Diamantini2011-09-081-7/+14
| | | | Usual behavior in Firefox/Chrome. Let it be configurable here :)
* Change webTab Variable Name to tabToStopDavid E. Narváez2011-09-021-2/+2
| | | | | | | Change the name of the variable in webStop slot to avoid name collision with the webTab method in the same MainView class. REVIEW: 102521
* Unify reloading methodsDavid E. Narváez2011-09-021-12/+12
| | | | | | All code paths for reloading methods and slots now end up at reloadTab and do proper handling of the about scheme REVIEW: 102481
* Restore tab's history when restoring a tab/sessionAnton Kreuzkamp2011-08-211-21/+26
| | | | | | | | We finally have it :D CCMAIL: akreuzkamp@web.de REVIEW: 100604 REVIEWED-BY: adjam, elproxy
* clean upAndrea Diamantini2011-07-251-70/+70
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-2/+0
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-80/+80
|
* Focus the WebView when a page start to loadYoann Laissus2011-05-231-1/+7
|
* Use of QSignalMapper for switchToTab() method in terms of code unificationAndrea Diamantini2011-05-091-7/+3
| | | | | | Patch by Thomas Murach, thanks ;) RB:101246
* Imported Opera feature to load favorite page with number 1..9 by pressing ↵Andrea Diamantini2011-04-281-0/+10
| | | | | | | | | | | | | | | CTRL + 1..9 Courtesy patch by Thomas Murach. Thanks :) Reviewed by Pierre, Felix... and me! RB: 101043 PS: Thomas, I see one corner problem with your patch: Opera has clearly indicated favorites preview number, while rekonq hasn't. Any idea to fill the gap?
* 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
* Workaround the troubles with the tabbar highlight feature.Andrea Diamantini2011-03-211-1/+6
| | | | | | Another fantastic patch by Johannes Trosher. Thanks :) CCBUG:267234
* This changes fixes a crash that can occur on fast closing a lot of tabs.Andrea Diamantini2011-03-011-4/+10
| | | | | It anyway changes a bit the behavior in that situation, running to set as current the first tab (That FOR SURE will NOT be deleted)
* Coding styleAndrea Diamantini2011-02-251-21/+21
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-10/+10
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Cleans up "tab switch" management and expecially the use of signalsAndrea Diamantini2011-02-171-5/+13
| | | | | | | on that. This, expecially to avoid double calls on functions to manage tab switching and info updating. Reviewed by NOBODY (oops...)
* This patch cleans up tabbar update: show/hide when ↵Andrea Diamantini2011-02-161-44/+42
| | | | | | | | | | ReKonfig::alwaysShowTabBar() is off and update tab button position. It also removes a "feature" introduced to hide/show tab button on tab moving: it has negative effects on tab middle click closing. Reviewed by: NOBODY (oops..)
* Calm down kDebug messagesAndrea Diamantini2011-02-161-1/+0
|
* Highlights inactive tabs if title changes.Andrea Diamantini2011-02-141-0/+6
| | | | | | Fantastic patch by Johannes Troscher. Reviewed by benjaminp (mainly) and adjam
* Ensure new tab button is shown on moveAndrea Diamantini2011-02-141-0/+1
| | | | BUG:253612
* Revert "highlights inactive tabs if title changes"Andrea Diamantini2011-02-101-6/+0
| | | | | | | | It seems that while me and pierre (with our lazy eyes) found this good, Benjamin found some glitches to fix :) Waiting for a better patch... This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820.
* highlights inactive tabs if title changesAndrea Diamantini2011-02-101-0/+6
| | | | | | | Courtesy patch by Johannes Troscher. Thanks :) Reviewed by: adjam Reviewed by: elproxy
* Limit the number of entries in the closed tabs history to 10. Reviewed by ↵Your Name2011-02-021-0/+3
| | | | benjaminp.
* This code fixes new tab button appearing on new window when tabbar is set hiddenAndrea Diamantini2011-01-191-1/+3
| | | | | (Always show tab bar = false) This fix comes from a Felix Rohrbach idea. Thanks :)
* Fix the always opened tabbar feature.Andrea Diamantini2011-01-091-0/+4
| | | | | | | Felix Rohrbach's fix Thanks :) PS: plus a correction in previous UI by me
* This GCI task adds a combobox with different settings to choice when ↵Andrea Diamantini2011-01-071-0/+4
| | | | | | | | | | | | | | hovering tabs: * tab preview (default one) * show title as tooltip * show url as tooltip * show nothing Patch by Furkan Uzumcu, reviewed (and merged) by adjam BUG:260343 RB:100282
* Horizontal scroll wheel may now be used to navigate through history ↵Felix Rohrbach2011-01-051-0/+2
| | | | (Disabled by default).