Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -2/+2 | |
| | | ||||||
* | | Alternate F6 shortcut for open location action | Andrea Diamantini | 2010-05-25 | 1 | -1/+3 | |
| | | | | | | | | BUG:238371 | |||||
* | | Show actual page source | Andrea Diamantini | 2010-05-25 | 1 | -20/+2 | |
| | | | | | | | | BUG:235338 | |||||
* | | Added actions to switch to Tab #n | Nikhil Marathe | 2010-05-24 | 1 | -0/+10 | |
|/ | | | | BUG: 235107 | |||||
* | Cleaning some kDebug calls | Andrea Diamantini | 2010-05-22 | 1 | -3/+1 | |
| | ||||||
* | inlined some of the most used get functions | Andrea Diamantini | 2010-05-21 | 1 | -27/+0 | |
| | | | | to speed up a bit | |||||
* | reenabled lost close confirm dialog | Andrea Diamantini | 2010-05-20 | 1 | -0/+34 | |
| | | | | BUG:231032 | |||||
* | BIG COMMIT | Andrea Diamantini | 2010-05-19 | 1 | -37/+59 | |
| | | | | New KParts Handling | |||||
* | This patch is based on Cedric's idea about fixing history with error pages | Andrea Diamantini | 2010-05-19 | 1 | -4/+38 | |
| | | | | | and use it to fix back/forward buttons also on kparts and so on :) | |||||
* | This commit let encoding handling being a bit easier. | Andrea Diamantini | 2010-05-18 | 1 | -6/+30 | |
| | | | | | | | It is anyway a bit tricky :) Hope no-one blame about.. BUG:237518 | |||||
* | Moved setEncoding action to be a local page settings as it seems | Andrea Diamantini | 2010-05-18 | 1 | -5/+4 | |
| | | | | more useful | |||||
* | Add option to choose new tab page as home page | Andrea Diamantini | 2010-05-18 | 1 | -2/+6 | |
| | | | | BUG:235106 | |||||
* | This commit reintroduces the QStackedWidget class for urlbars and let | Andrea Diamantini | 2010-05-14 | 1 | -1/+1 | |
| | | | | | | us resize them as needed for themes different from oxygen. This anyway seems working better with the upcoming Qt 4.7 | |||||
* | (Re)-open closed tabs | Andrea Diamantini | 2010-05-11 | 1 | -0/+31 | |
| | | | | | | tabbar actions & CTRL + SHIFT + T shortcut for the last Johannes Zellner's patch. Thanks :) | |||||
* | This commit implements another dockwidget for rekonq, containing a | Andrea Diamantini | 2010-05-05 | 1 | -1/+24 | |
| | | | | | | | | network analyzer. Its code is based on previous implementation of Web Inspector Dock and on Richmoore example about QNAM proxy. Many thanks for :) | |||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 1 | -6/+25 | |
| | | | | first bunch | |||||
* | QLatin1String -> QL1S | Andrea Diamantini | 2010-04-30 | 1 | -40/+40 | |
| | | | | added cppcheck script | |||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -4/+0 | |
| | ||||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 | |
| | ||||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -146/+146 | |
| | ||||||
* | Encodings management | Andrea Diamantini | 2010-04-26 | 1 | -2/+47 | |
| | ||||||
* | Various changes | Andrea Diamantini | 2010-04-25 | 1 | -74/+1 | |
| | | | | | | | - 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) | |||||
* | New dns prefetch webkit property and updated local storage one | Andrea Diamantini | 2010-04-23 | 1 | -2/+3 | |
| | ||||||
* | Fix Clear Private Data dialog | matgic78 | 2010-04-19 | 1 | -2/+5 | |
| | | | | | - Don't use the value returned by QDialog::exec(), it looks like it is buggy - Add cache cleaning, solution found in konqueror/settings/kio/cache.cpp | |||||
* | - Enable context menu for actions inside bookmark bar folder | Yoann Laissus | 2010-04-17 | 1 | -1/+0 | |
| | | | | | | - Reverse bookmarks and bookmark managing option on the bookmarkActionMenu (as we discussed with Lionel) - Common actionMenu between bookmark bars and the bookmarkActionMenu - Use BookmarkContextMenu instead of KBookmarkContextMenu in the bookmarkActionMenu | |||||
* | Fix highlightAll() indentation :) | Yoann Laissus | 2010-04-14 | 1 | -2/+2 | |
| | ||||||
* | Set default background to white | Andrea Diamantini | 2010-04-14 | 1 | -3/+6 | |
| | | | | BUG:232552 | |||||
* | Removing overkilling WeakPointer from data clean dialog and fixing a | Andrea Diamantini | 2010-04-11 | 1 | -7/+9 | |
| | | | | memory leak there.. | |||||
* | Improved "Clear Private Data" dialog appearance | matgic78 | 2010-04-10 | 1 | -1/+5 | |
| | | | | | | | | Not a Qt::sheet : use a gradient for background Add Caption Descriptive button text <h3> "clear the following items" Spacers | |||||
* | This is a really big commit, implementing the new urlbar | Andrea Diamantini | 2010-04-08 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | - 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 | |||||
* | - Enable context menu for folders and separators of the bookmark bar | Yoann Laissus | 2010-04-08 | 1 | -0/+1 | |
| | | | | | | | - Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed | |||||
* | Merge commit 'refs/merge-requests/113' of ↵ | Andrea Diamantini | 2010-04-06 | 1 | -1/+6 | |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m113 | |||||
| * | Clear downloads in "clear private data" dialog | matgic78 | 2010-04-05 | 1 | -1/+6 | |
| | | ||||||
* | | Merge commit 'refs/merge-requests/2241' of ↵ | Andrea Diamantini | 2010-04-06 | 1 | -13/+11 | |
|\ \ | |/ |/| | | | git://gitorious.org/rekonq/mainline into m2241 | |||||
| * | Useless import | Yoann Laissus | 2010-04-03 | 1 | -1/+0 | |
| | | ||||||
| * | - Add the control modifier support for back, next and home actions and for ↵ | Yoann Laissus | 2010-04-03 | 1 | -13/+12 | |
| | | | | | | | | | | | | the UrlTreeView - Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar | |||||
* | | This commit is the first implementation of a new new new urlbar | Andrea Diamantini | 2010-04-05 | 1 | -5/+0 | |
|/ | | | | | | | | | | Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!) | |||||
* | Cleaning urlbar API and improving animation | Andrea Diamantini | 2010-03-30 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | WARNING: This is the best animation I could provide with the KComboBox class. In the KLineEdit derived it works perfectly. In the Combos there are some shadows on top :( Squashed commit of the following: commit 01e72a1996161028f8dbdc4e355daf00f954eace commit 8bc032d98a4987d3b01566ac520f5e8a1a095dd0 commit bc5cfd9f7d1b34f5af06dd7af6de8d3b2edb277b commit 73b4deac84d91fece407b9c700dcc61e36a34327 commit c55b753913b2619607c6aa11cabbf77ca3c84e3e commit b901fbe71b7539f65260c4fa9bbfb22f4ea997b9 commit 1de363d9614c1309ac1ac4a8eea7e70be7f2f3ed commit 76d6373f8b6c41f5c27b8404db2074f9bfc309c9 commit d741aa7109db016abc292d49fb45d15bb09e6c01 | |||||
* | Merge branch 'HistoryBookmarksImprovements' | Andrea Diamantini | 2010-03-28 | 1 | -2/+4 | |
|\ | ||||||
| * | Merge commit 'refs/merge-requests/107' of ↵ | Andrea Diamantini | 2010-03-24 | 1 | -2/+4 | |
| |\ | | | | | | | | | | git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements | |||||
| | * | A lot of fix and improvements for the bookmark and the history panels | Yoann Laissus | 2010-03-23 | 1 | -2/+4 | |
| | | | ||||||
* | | | Fixed a regression (history NOT modified) introduced with | Andrea Diamantini | 2010-03-25 | 1 | -4/+16 | |
|/ / | | | | | | | | | commit 29e095b81d2. Ehi guys, please take FULL attention, modifying working code.. | |||||
* | | This commit should finally fix settings handling | Andrea Diamantini | 2010-03-24 | 1 | -5/+9 | |
|/ | ||||||
* | Merge commit 'refs/merge-requests/104' of ↵ | Andrea Diamantini | 2010-03-15 | 1 | -0/+2 | |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m104 | |||||
| * | Clear all the highlight when the find bar is closed with the esc key | Yoann Laissus | 2010-03-14 | 1 | -2/+2 | |
| | | ||||||
| * | Implement the highlight all feature for the find bar (enabled by default) | Yoann Laissus | 2010-03-14 | 1 | -0/+20 | |
| | | ||||||
* | | Implement the highlight all feature for the find bar (enabled by default) | Yoann Laissus | 2010-03-15 | 1 | -0/+20 | |
| | | ||||||
* | | Use default value instead of a different function | Yoann Laissus | 2010-03-14 | 1 | -18/+0 | |
| | | ||||||
* | | Add middle click support for next, back and home in the main toolbar | Yoann Laissus | 2010-03-14 | 1 | -6/+42 | |
|/ | ||||||
* | kWarning --> kDebug | Andrea Diamantini | 2010-03-06 | 1 | -1/+1 | |
| |