summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Share URL by mail actionAndrea Diamantini2011-11-222-0/+29
| | | | | | | This is heavily based on Andrea Di Menna's patch on reviewboard. Thanks :) REVIEW: 102674
* Clean up WebView::contextMenuEvent functionAndrea Diamantini2011-11-222-117/+132
|
* Merge branch 'urlBarOrdering'Yoann Laissus2011-11-212-1/+10
|\
| * Use the relevance method to sort HistoryItem in the UrlBarYoann Laissus2011-11-172-1/+10
| |
* | Clean up MainView::webViewUrlChanged() codeFurkan Uzumcu2011-11-202-6/+2
| | | | | | | | | | REVIEW:102818 REVIEWED-BY: adjam
* | Use title instead of URL when adding application shortcutsFurkan Uzumcu2011-11-201-5/+6
| | | | | | | | | | REVIEW: 103086 REVIEWED-BY: adjam,fritz_van_tom
* | have tabPreviews of KParts alsoJohannes Tröscher2011-11-181-1/+9
| | | | | | | | | | REVIEW: 103179 REVIEWED-BY: adjam
* | Adblock disabled by default for 0.9Andrea Diamantini2011-11-141-2/+2
| | | | | | | | | | | | This was an initial misconception on adblock use (moreover considering it is our worst bottleneck...) If you wanna it, just enable it on your own...
* | Fix zoombar handlingAndrea Diamantini2011-11-144-5/+1
| |
* | Remove mainWindow pointer from mainview class.Andrea Diamantini2011-11-143-13/+11
| |
* | Remove postLaunch callsAndrea Diamantini2011-11-149-113/+87
|/ | | | | | | | | | | | | | 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
* fixuifilesPino Toscano2011-11-111-3/+0
|
* Web app's icon on kwebapp windowAndrea Diamantini2011-11-103-11/+19
| | | | | | Heavily based on Furkan's patch on rbo REVIEW: 103087
* Fix BUG:280627 Force QApplication to quit when no more available windowCedric Bellegarde2011-11-101-0/+7
|
* Get sure against "strange" behaviours in opensearchengineAndrea Diamantini2011-11-081-4/+7
| | | | BUG: 285277
* rekonq 0.8.52Andrea Diamantini2011-11-081-1/+1
| | | | | | | | | - Application shortcut (see adjamblog.wordpress.com/2011/09/08/rekonq-what-about-the-web-apps/ about) - fixes DIGEST:rekonq application shortcut
* Application Shortcut, last commitAndrea Diamantini2011-11-084-17/+162
| | | | | | Config dialog, settings REVIEW:103010
* Application ShortcutAndrea Diamantini2011-11-0814-1/+430
| | | | | | Added an action to manage it in the tools menu, added initial code to manage icons, added kwebapp application
* Let rekonq save file remotelyAndrea Diamantini2011-11-036-15/+15
| | | | | | | | | | Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675
* also take 'application/futuresplash' mimetype in account for clickToFlashJohannes Tröscher2011-11-021-1/+2
| | | | REVIEWED-BY: trustMe
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-11-021-0/+2
|
* Fix WebGl settingJohannes Tröscher2011-10-301-0/+4
| | | | REVIEWED-BY: trustMe
* -Wmissing-include-dirsChristophe Giboudeaux2011-10-262-2/+0
|
* Decrease the minimum Qt version and use pkgconfig to find the QtWebkit one.Christophe Giboudeaux2011-10-261-1/+11
|
* rekonq 0.8.51Andrea Diamantini2011-10-261-1/+1
| | | | | | | - new WebKit settings - url/text drops in the tabbar to load/search for them - bk toolbar usability improvement - fixes
* Improve rekonq WebKit settingsAndrea Diamantini2011-10-266-121/+141
| | | | | | | | | | | | This patch changes WebKit Settings window removing the "unuseful" stuffs and adding some news like WebGL or Frame Flattening (probably useful also on netbook). It also redesign/clean up the settings widget Let us require QtWebKit 2.2.x, hence Qt 4.8.0 at least until someone will explain me how I can check QtWebKit version number with cmake... REVIEW:102920
* Clean up UrlBar codeAndrea Diamantini2011-10-242-60/+51
| | | | | | - remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl
* Enable url or text drops in the tabbarFurkan Uzumcu2011-10-212-0/+53
| | | | | | | | Dropping urls in the tabbar loads them in new tabs, while dropping text searches it on your default search engine. REVIEW: 102811 REVIEWED-BY: adjam
* Merge branch 'master' of git://anongit.kde.org/rekonqAndrea Diamantini2011-10-191-1/+4
|\
| * Fix the recover on crash bar which is too big to fit on the screen when ↵Yoann Laissus2011-10-191-1/+4
| | | | | | | | | | | | | | rekonq is maximised. It needs to be initialized a bit later.. REVIEW: 102868
* | Remove suggestion when response title is the same as typed textAndrea Diamantini2011-10-191-0/+3
|/ | | | | In fact, this result is just present in one of the first 2 lines of the query.
* Fix my previous commitYoann Laissus2011-10-191-1/+1
|
* Disable bookmark dragging with middle click in the bookmark toolbar.Yoann Laissus2011-10-171-1/+3
| | | | It's now easier to open bookmark in new tab with a quick mid click
* Change the default tab number from 2 to 0 for Appearence SettingsYoann Laissus2011-10-171-1/+1
| | | | | Patch from Furkan Üzümcü REVIEW: 102901
* Merge branch 'master' of git.kde.org:rekonqCedric Bellegarde2011-10-1713-35/+52
|\
| * rekonq 0.8.50: First development version on the road to 0.9...Andrea Diamantini2011-10-161-1/+1
| |
| * Fix download_i18n.sh scriptAndrea Diamantini2011-10-161-2/+10
| |
| * Fix strings as suggested in i18n-doc mlAndrea Diamantini2011-10-163-13/+9
| | | | | | | | CCMAIL: aspotashev@gmail.com
| * Forgot INSTALL file update...Andrea Diamantini2011-10-151-1/+1
| |
| * rekonq 0.8.0. Yeah!0.8.0Andrea Diamantini2011-10-151-1/+1
| |
| * EBN Krazy fixesAndrea Diamantini2011-10-146-14/+23
| | | | | | | | It seems now we are really ready for the stable release...
| * Sanitizing strings...Andrea Diamantini2011-10-142-4/+8
| |
* | Update menu bar tools (useful for people using plasma-menubar/oxygen-appmenu)Cedric Bellegarde2011-10-141-0/+6
|/
* Fix crash on private mode store/restoreAndrea Diamantini2011-10-135-29/+103
| | | | | | | | | | | | This commit, while does not perfectly fix the issue, "workaround" it a lot to fix crashes on private mode enter/exit - improve session store/restore - improve session manager code - calm down kDebug messages - applies code style CCBUG: 268328
* Calm down kDebug messagesAndrea Diamantini2011-10-116-21/+8
|
* inlined "abused" function and removed 2 unuseful calls to updateTabBarAndrea Diamantini2011-10-112-11/+1
|
* Fix the checked state of a toolbar's bookmark folder which is dropped on itself.Yoann Laissus2011-10-101-0/+6
|
* tabsChanged() signal has been removed some time ago..Furkan Uzumcu2011-10-092-9/+0
| | | | | REVIEW: 102810 REVIEWED-BY: adjam
* Clean up windows close and app quitAndrea Diamantini2011-10-073-7/+22
|
* Use KPart url when some KPart is active on savingAndrea Di Menna2011-10-071-0/+11
| | | | | | | | | | | | | | When the Save As action is invoked on a KParts document (e.g. view source katepart) the WebTab's url is used to: 1) set the filename in KFileDialog 2) set the src url for the kio copy job The url is empty in such cases and the save action fails. I have changed the srcUrl to be the url set for the KParts document. REVIEW: 102768 REVIEWED-BY: adjam