Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Removed HistoryMenu (no more used) | Andrea Diamantini | 2009-09-03 | 7 | -212/+42 |
| | | | | - Multi Windows 1st implementation | ||||
* | User attributes | Andrea Diamantini | 2009-09-03 | 2 | -11/+19 |
| | |||||
* | Improved a bit "Save As" slot | Andrea Diamantini | 2009-09-03 | 1 | -1/+6 |
| | |||||
* | Improved contextual menu following my ideas and Henry de Valence | Andrea Diamantini | 2009-09-03 | 3 | -109/+82 |
| | | | | suggestions. | ||||
* | - A better print slot | Andrea Diamantini | 2009-08-30 | 4 | -35/+68 |
| | | | | | - contextual frame actions (just 2, for now) - works on contextual menu | ||||
* | rekonq 0.2.53 with bookmarks bar fixed (and ALL the bars, too!!) | Andrea Diamantini | 2009-08-30 | 3 | -5/+4 |
| | |||||
* | Fixing Bookmarks bar toggle action | Andrea Diamantini | 2009-08-30 | 2 | -41/+27 |
| | |||||
* | userBookmarksManager seems not work.. | Andrea Diamantini | 2009-08-30 | 1 | -1/+19 |
| | | | | | | | | | | Revert "Using userBookmarksManager static function to surely retrieve bmManager.." This reverts commit ef48328f8fe0ac069215037c62711a5e08bf111f. Conflicts: src/bookmarks.cpp | ||||
* | Bookmark Bar fixes | Andrea Diamantini | 2009-08-30 | 3 | -37/+27 |
| | |||||
* | First changes to bookmarks system | Andrea Diamantini | 2009-08-30 | 3 | -1/+19 |
| | |||||
* | Typo SIGNAL --> SLOT | Andrea Diamantini | 2009-08-28 | 1 | -1/+1 |
| | | | | perhaps the bug for Mouse Middle close feature.. | ||||
* | New tab button code improvements. | Andrea Diamantini | 2009-08-27 | 4 | -78/+51 |
| | | | | Patch from Johannes Zellner (thanks) | ||||
* | Removed setHistoryMenu function | Andrea Diamantini | 2009-08-27 | 2 | -18/+0 |
| | |||||
* | Using userBookmarksManager static function to surely retrieve bmManager.. | Andrea Diamantini | 2009-08-27 | 1 | -19/+1 |
| | |||||
* | Removed unuseful headers | Andrea Diamantini | 2009-08-27 | 4 | -4/+0 |
| | |||||
* | Merge branch 'historyKDE' into develop | Andrea Diamantini | 2009-08-27 | 9 | -1134/+1240 |
|\ | |||||
| * | Adding comments | Andrea Diamantini | 2009-08-27 | 1 | -0/+2 |
| | | |||||
| * | Splitted history classes | Andrea Diamantini | 2009-08-27 | 8 | -1132/+1237 |
| | | |||||
| * | Fixed BKO mail, to address bugs there instead of rekonq mailing list | Andrea Diamantini | 2009-08-27 | 1 | -2/+1 |
| | | |||||
* | | Some fixes icon related | Andrea Diamantini | 2009-08-27 | 5 | -9/+18 |
| | | |||||
* | | No more need for CTRL+M shortcut | Andrea Diamantini | 2009-08-26 | 1 | -1/+0 |
| | | |||||
* | | missing colon | Andrea Diamantini | 2009-08-26 | 1 | -1/+1 |
| | | | | | | | | size --> size: | ||||
* | | Typo | Andrea Diamantini | 2009-08-26 | 1 | -1/+1 |
| | | | | | | | | (fonti --> font) | ||||
* | | Toolbar UI customizable | Andrea Diamantini | 2009-08-26 | 1 | -5/+3 |
| | | |||||
* | | i18n style guide fixes | Andrea Diamantini | 2009-08-25 | 2 | -3/+3 |
|/ | | | | (Stephan Binner svn commit, thanks!) | ||||
* | Merge branch 'userCSS' | Andrea Diamantini | 2009-08-24 | 3 | -14/+52 |
|\ | |||||
| * | Fixed a bit setting_webkit.ui | Andrea Diamantini | 2009-08-24 | 1 | -4/+13 |
| | | |||||
| * | Implements the ability of the user to apply a user defined CSS to all web pages. | Jonas M. Gastal | 2009-08-19 | 3 | -13/+42 |
| | | |||||
* | | Middle click closes tab | Andrea Diamantini | 2009-08-24 | 1 | -0/+2 |
| | | |||||
* | | rekonq 0.2.52 | Andrea Diamantini | 2009-08-23 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | New NetworkAccessManager (to have that we need at least KDE 4.3.1) that seems working well.. I also changed rekonq description. Now it is "A lightweight web browser for KDE based on Webkit" | ||||
* | | Commented out the 0.2 NetworkAccessManager hack. | Andrea Diamantini | 2009-08-23 | 2 | -11/+11 |
| | | | | | | | | Hoping we no more need it! | ||||
* | | Fixed problems restoring Lionel's hack about focused (or not) new WebViews | Andrea Diamantini | 2009-08-23 | 4 | -57/+11 |
| | | | | | | | | | | | | Some fixing also on urlbar/tabwidget/webview focus. It seems working well.. :) | ||||
* | | Modified newTab function and splitted into two parts. | Andrea Diamantini | 2009-08-23 | 4 | -19/+69 |
| | | | | | | | | | | | | | | There are still some regressions to be fixed: - open link in new tab is always without focus - urlbar is empty on new tab loading - mics.. | ||||
* | | Merge commit 'megabigbug/Print' | Andrea Diamantini | 2009-08-23 | 2 | -13/+3 |
|\ \ | |||||
| * | | Replace "Print preview" by "Print" in the tool menu | Lionel Chauvin | 2009-08-23 | 2 | -13/+3 |
| | | | | | | | | | | | | Remove "Print" | ||||
* | | | Add an icon to the help submenu | Andrea Diamantini | 2009-08-23 | 1 | -0/+1 |
|/ / | |||||
* | | Applied Lindsay's patch about opening Home Page in new tabs | Andrea Diamantini | 2009-08-23 | 3 | -4/+19 |
| | | | | | | | | and changed a bit General UI | ||||
* | | Removed some menu related actions (cloned in the context menus) | Andrea Diamantini | 2009-08-23 | 3 | -70/+1 |
| | | |||||
* | | UPdated RELEASE file instructions | Andrea Diamantini | 2009-08-23 | 1 | -15/+5 |
| | | |||||
* | | Let work actions shortcut in MainWindow | Andrea Diamantini | 2009-08-23 | 1 | -0/+3 |
| | | |||||
* | | Some actions fixed and re-enabled history action (back) menu | Andrea Diamantini | 2009-08-23 | 2 | -15/+63 |
| | | |||||
* | | Removed MenuBar. First steps.. | Andrea Diamantini | 2009-08-22 | 7 | -141/+62 |
| | | |||||
* | | Rekonq 0.2.51 with (just) one urlbar and (just, again) KDE 4.3.1 support | Andrea Diamantini | 2009-08-22 | 3 | -13/+9 |
| | | | | | | | | | | Note that pointing to KDE 4.3.1 is due to the problems about POST connections to be fixed | ||||
* | | Merge branch 'OneUrlBar2' | Andrea Diamantini | 2009-08-22 | 15 | -343/+150 |
|\ \ | |||||
| * | | Some stupid fixes on style, spaces and some comments added | Andrea Diamantini | 2009-08-22 | 9 | -16/+17 |
| | | | |||||
| * | | Removed unuseful stackedurlbar.cpp file | Andrea Diamantini | 2009-08-22 | 1 | -143/+0 |
| | | | |||||
| * | | Remove url stack | Lionel Chauvin | 2009-08-22 | 11 | -186/+135 |
| | | | |||||
* | | | Merge commit 'pano/string-fixes' | Andrea Diamantini | 2009-08-22 | 5 | -9/+9 |
|\ \ \ | |||||
| * | | | Added some FIXME notes about some strings | Panagiotis Papadopoulos | 2009-08-09 | 1 | -3/+3 |
| | | | | |||||
| * | | | Added colons to strings | Panagiotis Papadopoulos | 2009-08-09 | 1 | -2/+2 |
| | | | |