summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* i18n fixesPanagiotis Papadopoulos2010-04-211-3/+3
|
* the "real" fix for 234579Andrea Diamantini2010-04-191-5/+6
| | | | CCBUG:234579
* RSS relative url fixing.Andrea Diamantini2010-04-181-1/+14
| | | | | | | This patch solves bug #234579 and is heavily based on the one provided by Thomas Fryda in its bug report. Thanks :) BUG: 234579
* This is a really big commit, implementing the new urlbarAndrea Diamantini2010-04-081-0/+34
| | | | | | | | | | | | | | | | | | | - removed previous SSL animation, we have now a nice yellow lock :) - faster and cleaner animations - reenabled the old stacked widget, to avoid stupid refreshes and fix some regressions - implemented some "right icons": KGet, SSL, RSS. For now, just SSL is full featured - clean up the box :) Some old & unuseful files removed, some icons added - Pano's request: grey text shown everytime in the empty bar Again and again: this is not the first, but the second implementation of the new urlbar UI. About me this is clearly better than the first or the previous. But it needs love :D BUG: 230125 BUG: 231015 CCBUG: 228040 BUG: 227272
* Removing call to non-extant slot..Andrea Diamantini2010-03-031-2/+0
|
* Remember "Never for this site" urlsAndrea Diamantini2010-02-241-1/+7
| | | | | | Also if I think this is NOT a proper solution.. BUG:227651
* Again and again.. :)Andrea Diamantini2010-02-241-12/+0
| | | | Saving one QString for each tab..
* Again, saving one WebView pointer for each tabAndrea Diamantini2010-02-241-17/+17
|
* change setHtml( string ) to setHtml( string, url ) to let webviewsAndrea Diamantini2010-02-191-4/+4
| | | | return an url on webview->url() calls
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* HUGE CHANGE on Preview Page ChoosingAndrea Diamantini2010-02-091-0/+14
| | | | | | | | | | | The idea here is to free rekonq from unuseful weight while browsing and better maintain code. - Moved PreviewSelectorBar to be one of the WebTab bar - (this way position moved to up rather then down) - creation on use && deletion on close (SAVE MEMORY) - free others page for browsing - fix copyright - CLEAN API (is private/public a misconception?) && comments
* FIx focus on browsing (FIRST STEP) and on findbar hidingAndrea Diamantini2010-02-061-0/+3
|
* MultiThreaded rekonq !!Andrea Diamantini2010-01-261-1/+1
| | | | | | | | Yeah, you're reading well... rekonq is using multithreading for the loadUrl slot. This (in theory) should mean: "NO MORE UI FREEZES ON LOAD URLS" :D
* Here we are, with this commit I removed a lot of direct calls toAndrea Diamantini2010-01-231-8/+0
| | | | | | | | Application::loadUrl slot and changed it to signals emitted there. This to let rekonq managing them and faster return to the main event loop (and hopefully don't freeze). Next step here is change loadUrl slot to a multithreaded one.
* Fixes bug 201559, tabs are now open respecting settings.Jonas M. Gastal2009-12-281-1/+1
|
* fix crashes webtabsmegabigbug2009-12-171-1/+2
|