Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed some unuseful headers | Andrea Diamantini | 2009-07-16 | 2 | -55/+15 |
| | |||||
* | Restoring KDE webpage actions (KDE webkit code) | Andrea Diamantini | 2009-07-15 | 1 | -0/+47 |
| | |||||
* | Fixing CMakeLists.. | Andrea Diamantini | 2009-07-15 | 2 | -23/+20 |
| | |||||
* | Some backports from KdeWebKit and rekonq 0.1 implementation | Andrea Diamantini | 2009-07-15 | 4 | -48/+26 |
| | |||||
* | Going back to simpler QtWebKit. | Andrea Diamantini | 2009-07-15 | 4 | -20/+122 |
| | | | | Seems more fast and stable, for now.. | ||||
* | rekonq 0.1.8: closing to 0.2 release | Andrea Diamantini | 2009-07-13 | 2 | -2/+2 |
| | | | | | Bookmark managing fixes, optional (not default) passive popus, mouse gestures improvements | ||||
* | Fixing new bookmarks action | Andrea Diamantini | 2009-07-13 | 2 | -5/+2 |
| | |||||
* | New Add Bookmark Action | Andrea Diamantini | 2009-07-11 | 4 | -13/+15 |
| | |||||
* | Fixing addTabButton visibility. | Andrea Diamantini | 2009-07-11 | 1 | -0/+3 |
| | | | | Courtesy patch from Zorael. Thanks ;) | ||||
* | syntax fix and addBookmark Action created just if necessary | Andrea Diamantini | 2009-07-11 | 1 | -5/+4 |
| | |||||
* | Full url selection on double click. | Andrea Diamantini | 2009-07-10 | 2 | -1/+6 |
| | | | | Courtesy patch from Johannes Zellner. Thanks ;) | ||||
* | Merge commit 'abuus/master' | Andrea Diamantini | 2009-07-10 | 2 | -1/+15 |
|\ | |||||
| * | add mouse actions in webview | Anders Buus | 2009-07-07 | 2 | -1/+15 |
| | | |||||
* | | Merge commit 'pano/master' | Andrea Diamantini | 2009-07-10 | 3 | -12/+12 |
|\ \ | |||||
| * | | Changed the icon for tabs without own favicon to a generic html-icon | Panagiotis Papadopoulos | 2009-06-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge commit 'rekonq-master/master' | Panagiotis Papadopoulos | 2009-06-22 | 2 | -2/+8 |
| |\ \ | |||||
| * | | | Changed the string a bit to keep consistency | Panagiotis Papadopoulos | 2009-06-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge commit 'rekonq-master/master' | Panagiotis Papadopoulos | 2009-06-21 | 29 | -519/+278 |
| |\ \ \ | |||||
| * | | | | Modified strings in the WebKit settings a bit | Panagiotis Papadopoulos | 2009-06-19 | 1 | -10/+10 |
| | | | | | |||||
* | | | | | Cleaning settings ui && making optional hovering links popups | Andrea Diamantini | 2009-07-08 | 4 | -39/+40 |
| | | | | | |||||
* | | | | | Cleaning code && removing unuseful search bar | Andrea Diamantini | 2009-07-08 | 6 | -250/+19 |
| |_|_|/ |/| | | | |||||
* | | | | Merge commit 'avaddon/master' | Andrea Diamantini | 2009-07-07 | 9 | -48/+34 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git | Domrachev Alexandr | 2009-06-27 | 15 | -73/+151 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: Fixing popup pos && removing unwanted statusBar 0.1.6 version with new notifying system New notifying system. Perhaps this should be default for Deleting popup in empty msg Comments and Fixes New notify system Working on new notify system... start moving things.. slot Save File As Finally fixed F5 shortcut New history menu code comments history menu fix | ||||
| * | | | | Merge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git | Domrachev Alexandr | 2009-06-20 | 24 | -457/+144 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git: (23 commits) rekonq 0.1.5: UI changes Various Fixes RFC. History Menu Revisited. History Panel Action fix Removed unuseful history dialog. We use just history panel, from now on.. Removed recently closed tabs history No more Action Back Menu UI changes New Tab tool button Fixing webpage headers Restored Unsupport Content Handler (new 1st implementation) Fix forward declaration Cosmetic networkmanager changes SVN_SILENT made messages (.desktop file) Forgot to remove unuseful KDE IS VERSION check. Removed now.. bookmark toolbar displaying ALL the bookmarks. fixuifiles SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file) SVN_SILENT made messages (.desktop file, second try) ... Conflicts: src/mainview.cpp src/mainwindow.cpp | ||||
| * | | | | | Application::icon() changed to static | Domrachev Alexandr | 2009-06-19 | 6 | -8/+8 |
| | | | | | | |||||
| * | | | | | Remove unused variable declaration | Domrachev Alexandr | 2009-06-19 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Some text reformatting | Domrachev Alexandr | 2009-06-18 | 2 | -18/+16 |
| | | | | | | |||||
| * | | | | | File filter fix in MainView::slotFileOpen dialog. | Domrachev Alexandr | 2009-06-18 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | MainWindow::slotFind{Next, Previous} code clean | Domrachev Alexandr | 2009-06-18 | 1 | -16/+4 |
| | | | | | | |||||
| * | | | | | MainWindow::slotPrivateBrowsing fix | Domrachev Alexandr | 2009-06-18 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't show private browsing confirmation dialog when disabling private browsing. Private browsing activation confirm dialog fix. | ||||
| * | | | | | .gitignore update | Domrachev Alexandr | 2009-06-18 | 1 | -0/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Finally (and hopefully) fixed Google search url. Sorry for committing spam :) | Andrea Diamantini | 2009-07-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Revert "Fixing Google search url" | Andrea Diamantini | 2009-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 9e5a0f6dbdc71e6e7d4da42278d977cc2ae022d3. | ||||
* | | | | | Fixing Google search url | Andrea Diamantini | 2009-07-01 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Rekonq 0.1.7 with trivial google search integrated in the urlbar | Andrea Diamantini | 2009-06-30 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | && fake gg:// && wk:// protocol support | ||||
* | | | | | Fake gg:// and wk:// protocol. | Andrea Diamantini | 2009-06-30 | 5 | -47/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Initial Url && Search Bar (to be improved in 0.3) Trivial cleaning things here and there.. | ||||
* | | | | | Fixing silly conditions on CMakeLists KDE version | Andrea Diamantini | 2009-06-28 | 2 | -48/+50 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | check BUG: 198004 | ||||
* | | | | Fixing popup pos && removing unwanted statusBar | Andrea Diamantini | 2009-06-22 | 2 | -2/+8 |
| |_|/ |/| | | |||||
* | | | 0.1.6 version with new notifying system | Andrea Diamantini | 2009-06-21 | 2 | -2/+2 |
| | | | |||||
* | | | New notifying system. Perhaps this should be default for | Andrea Diamantini | 2009-06-21 | 5 | -43/+39 |
| | | | | | | | | | | | | | | | rekonq 0.2. Anyway, there are a lot of improvements needed. We'll see.. | ||||
* | | | Deleting popup in empty msg | Andrea Diamantini | 2009-06-21 | 2 | -3/+6 |
| | | | |||||
* | | | Comments and Fixes | Andrea Diamantini | 2009-06-21 | 2 | -17/+17 |
| | | | |||||
* | | | New notify system | Andrea Diamantini | 2009-06-21 | 9 | -77/+99 |
| | | | |||||
* | | | Working on new notify system... | Andrea Diamantini | 2009-06-20 | 5 | -14/+26 |
| | | | | | | | | | | | | new download icon | ||||
* | | | start moving things.. | Andrea Diamantini | 2009-06-20 | 2 | -0/+31 |
| | | | |||||
* | | | slot Save File As | Andrea Diamantini | 2009-06-20 | 1 | -6/+8 |
| | | | |||||
* | | | Finally fixed F5 shortcut | Andrea Diamantini | 2009-06-20 | 4 | -6/+6 |
| | | | |||||
* | | | New history menu code comments | Andrea Diamantini | 2009-06-20 | 1 | -6/+10 |
| | | | |||||
* | | | history menu fix | Andrea Diamantini | 2009-06-20 | 1 | -9/+11 |
| |/ |/| | |||||
* | | rekonq 0.1.5: UI changes | Andrea Diamantini | 2009-06-20 | 2 | -2/+2 |
| | |