summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Krazy fixesAndrea Diamantini2012-01-191-12/+12
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Rework on load/stop/reload actionAndrea Diamantini2012-01-151-0/+7
| | | | | | | | | | | 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
* improve closed tabs managementAndrea Diamantini2012-01-031-1/+1
| | | | | | | | | - 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
* Correctly hide preview selector bar when its preview is deleted inYusuf Tezcan2011-12-291-0/+5
| | | | | | | | the new tab page CCMAIL: yatezcan@gmail.com REVIEW:103470 REVIEWED-BY: adjam
* let history, bookmarks and passwords sync on change (first bits)Andrea Diamantini2011-12-121-0/+5
|
* Unifies macro styleJohannes Troscher2011-11-271-1/+1
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Fix zoombar handlingAndrea Diamantini2011-11-141-1/+0
|
* Remove postLaunch callsAndrea Diamantini2011-11-141-0/+1
| | | | | | | | | | | | | | 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
* Fix session manager restoreAndrea Diamantini2011-09-271-1/+1
| | | | | I think we need to consider the two cases (normal restore vs restore from crash) in different ways.
* QtWebKit 2.2 related fixesAndrea Diamantini2011-09-201-8/+1
| | | | | We now have to consider progress finished when it reaches 100, NOT when it is reset to 0, as before...
* Fix close & sessionAndrea Diamantini2011-09-131-0/+3
| | | | | | | | | | 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
* clean upAndrea Diamantini2011-07-251-14/+14
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-16/+16
|
* clean up codeAndrea Diamantini2011-07-111-5/+5
|
* Insert back notification bars in webtab layoutAndrea Diamantini2011-07-111-1/+19
| | | | | As Pierre pointed out, better insert bars inside layout to avoid usability loss.
* Move to KMessageWidgetAndrea Diamantini2011-07-111-15/+9
| | | | | | Port rekonq notification bars to KMessageWidget: walletbar, crash notification bar, set favorite preview bar. Remove old no more used notification bar.
* Coding styleAndrea Diamantini2011-02-251-10/+16
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
|
* No more static members in the Application class,Pierre Rossi2011-02-241-4/+4
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Calm down kDebug messagesAndrea Diamantini2011-02-161-1/+0
|
* This is a simpler version of the zoom save settings patch.Andrea Diamantini2011-02-011-0/+2
| | | | | | | It allows saving zoom settings for each website (saving settings per host) and loads them on loadFinished. Needs testing.
* Fixes as pointed out by KrazyRohan Garg2011-01-141-1/+1
| | | | | * Fix duplicate includes * Include own header first ( caused by 3dbfc06247db3c62a73f1f3022b648197ae24a00 )
* Krazy Fixes!!Rohan Garg2011-01-121-1/+2
| | | | Add #rekonq_define.h to files that now use QL1C
* Icon at the right of the urlbar that allows to add an opensearch engineAndrea Diamantini2010-12-211-5/+66
| | | | | | | | | | | | | | | introduce search icon description file downloaded after validation, not before icons updated when engine added add opensearch xml description files sync desktop file => fix add webshortcut use db_opensearch.json file to track opensearch engines create an opensearch description only when the engine support suggestions remove opensearch description when an engine is deleted in the webshortcut setting dialog popup: disable ok button when webshortcut is already used Lionel Chauvin is the man having done this big, big, big work!! I'm just merging ;)
* Merge branch 'master' of git://git.kde.org/rekonqBenjamin Poulain2010-11-201-0/+32
|\ | | | | | | | | | | | | | | Conflicts: src/mainview.cpp src/mainview.h src/webtab.cpp src/webtab.h
| * Print && Find actions for the parts :)Andrea Diamantini2010-11-191-0/+32
| | | | | | | | | | - handle print & find with different signals in mainwindow - show right tab title (moving titleChanged signal from view to tab)
* | Update the name of WebTab attributes to follow the conventionsBenjamin Poulain2010-11-201-31/+31
|/ | | | | | | | Most classes of Rekonq uses m_ as a prefix for attribute, this patch update WebTab to follow this convention. Reviewed by: Pierre Rossi Reviewed by: Andrea Diamantini
* Fix eventual crashes on using page urls..Andrea Diamantini2010-10-311-1/+1
| | | | I know, this should NOT happen. But it does. So, to be sure.. :)
* This commit fixes icons handling for "rekonq pages" (eg: about urls).Andrea Diamantini2010-10-211-21/+4
| | | | | | | | | | | It also contains a cleaned version of the WebTab::url() method (the previous one was not working on loading pages. And also immediately after the loadFinished signal) This should also fix some "bad" handling on back/forward buttons. Finally, it contains some unrelated QLatin1String --> QL1S changes. Benjamin, I spoke too early about those. I squashed merged my work and removed previous branch :(
* Fix icons duplication in the urlbar if a bookmark is added during a page loadingYoann Laissus2010-10-201-0/+6
|
* Prompt user before restoring session after a crash.Pierre Rossi2010-10-081-0/+5
| | | | | | Shows the about:closedTabs page in the background. Task: https://bugs.kde.org/show_bug.cgi?id=249228
* Clean up urlbar use. This fix an urlbar bug opening pluginsAndrea Diamantini2010-09-291-3/+5
| | | | | in next tabs and remove some Application::instance() calls from the Web* classes.
* Wallet/previewbar: adjust the already existing bar's target.Pierre Rossi2010-09-141-11/+14
|
* Fixes the multiple preview/walet bars in a single tab.Pierre Rossi2010-09-031-22/+22
| | | | | This also adds a colorful blink effect when an already visible bar is requested again.
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-19/+3
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-6/+0
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* Adding QWeakPointers for the walletbar and the previewselectorbar.Andrea Diamantini2010-08-251-11/+27
| | | | | | | | | | | While this can be overkilling for the previewselectorbar, I'd like doing it for all the bars in our next stable, moving them INSIDE the webtab class, so that each webtab has its findbar, its zoombar and so on. This should fix BUG: 243508 Please, let me know if it's not the case.. Thanks!
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-4/+4
| | | | src/bookmarks/bookmarkprovider.*
* Update urlbar progressAndrea Diamantini2010-05-311-0/+1
|
* Const iterator fixesJonathan Thomas2010-05-271-1/+1
|
* inlined some of the most used get functionsAndrea Diamantini2010-05-211-19/+0
| | | | to speed up a bit
* Memory leaks fixesAndrea Diamantini2010-05-041-28/+16
| | | | first bunch
* Include Fixes, first bunchAndrea Diamantini2010-04-301-7/+6
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-3/+0
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-38/+38
|
* Merge commit 'refs/merge-requests/2251' of ↵Andrea Diamantini2010-04-241-31/+35
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2251
| * RSS : new popup appaeraing when clicking the icon, 2 combobox to select ↵matgic782010-04-231-39/+9
| | | | | | | | agregator and feed, and buttons to add/cancel
| * Akregator RSS supportmatgic782010-04-231-31/+65
| |
* | Detach tab. last fixes.Andrea Diamantini2010-04-241-1/+21
|/ | | | | - Do not detach one tab windows - let detach work with "about" urls