summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixing session manager behaviour following a bit dolphin's codeAndrea Diamantini2009-09-133-13/+13
|
* rekonq 0.2.57 with new "new tab" page.Andrea Diamantini2009-09-132-2/+2
| | | | | I'm aware this is a "pre-alpha" feature, but I need this in master to let people play, comment, brainstorm this.. ;)
* Merge branch 'HomePage'Andrea Diamantini2009-09-1319-151/+475
|\
| * Modified rekonq behaviour:Andrea Diamantini2009-09-139-146/+98
| | | | | | | | | | HomePage has 2 choices: usual home page vs new tab page new tab has 3: new tabp page, home page, blank page
| * notification system made default and no more "unsettable"Andrea Diamantini2009-09-122-20/+4
| |
| * Removed "home" schemeAndrea Diamantini2009-09-106-49/+27
| |
| * Added support for bookmark icons. Not yet working..Andrea Diamantini2009-09-101-1/+6
| |
| * Restored Home Action (and button in the main toolbar)Andrea Diamantini2009-09-101-0/+2
| |
| * Fixed improper use of Bookmark Manager classAndrea Diamantini2009-09-103-6/+6
| |
| * HUGE HUGE HUGE COMMIT!Andrea Diamantini2009-09-1022-63/+466
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First implementation of "rekonq home page" - Added icons && htmls for it - fixed pics places && CMakeLists.txt - Added a HomePage class to create the "rekonq home Page" - Modified setting to load on new tab start 1) rekonq home page (default) 2) blank page 3) an url (to set) - removed home page button - fixed WebPage && loadUrl slot to load "home:" scheme - Added a toolbar method in BookmarksProvider to load bookmarks in the homepage The page needs a lot of love, but I think this is a really good starting point for. Hope you like it :)
* | Some "stupid" toolbars fixesAndrea Diamantini2009-09-122-17/+18
| |
* | Merge commit 'avaddon/master'Andrea Diamantini2009-09-121-27/+26
|\ \ | |/ |/|
| * View source bugfix.Domrachev Alexandr2009-09-101-27/+26
| | | | | | | | Previous code added some crap at the begining of html source
* | rekonq 0.2.56 with session management (recover on crash)Andrea Diamantini2009-09-102-2/+2
| |
* | Session Management (restore on crash)Andrea Diamantini2009-09-106-3/+207
|/ | | | | | | | | This is HEAVILY based on code from Lionel and Yoram branches. But this code behaves differently: it restores rekonq tabs (just) on crash. Thanks to Lionel suggestions, it seems "better" than my initial idea :) It is quite extensible. We need just to fix it better as possible and then manage its behaviour in newInstance code.. ;)
* Webkit -> WebKitPanagiotis Papadopoulos2009-09-101-1/+1
|
* Some typo fixesPanagiotis Papadopoulos2009-09-101-3/+3
|
* Make strings comply to the KDE HIGPanagiotis Papadopoulos2009-09-102-4/+4
|
* Merge commit 'megabigbug/noNewWindowItem'Andrea Diamantini2009-09-101-1/+0
|\
| * remove "new window" item from the tool menu (keep this menu short!)megabigbug2009-09-061-1/+0
| |
* | rekonq 0.2.55 with multiwindows "first fixes" supportAndrea Diamantini2009-09-062-2/+2
| |
* | Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-0610-28/+66
| | | | | | | | Added options about tabbed (or not) browsing..
* | Simplified CookieJar managementAndrea Diamantini2009-09-053-17/+6
| |
* | Restored the beautiful CTRL + L shortcut.Andrea Diamantini2009-09-052-2/+14
|/ | | | Sorry :)
* rekonq 0.2.54 with multi windows supportAndrea Diamantini2009-09-052-2/+2
| | | | (needs a LOT of tests...)
* Simplified history actions reintroducing KStandard ones.Andrea Diamantini2009-09-052-13/+10
| | | | (we have text, icon, shortcuts && translations for free)
* Fixing Application::newMainWindow methodAndrea Diamantini2009-09-051-1/+1
|
* Adding method docsAndrea Diamantini2009-09-051-1/+9
|
* Replaced isNull with isEmpty check..Andrea Diamantini2009-09-051-1/+2
|
* Fixed FullScreen slotAndrea Diamantini2009-09-041-9/+11
|
* fixing new window actionAndrea Diamantini2009-09-042-5/+4
|
* Open in new Window ActionAndrea Diamantini2009-09-044-3/+30
|
* Improving Multi Windows implementationAndrea Diamantini2009-09-044-45/+35
|
* Removed completion object from UrlBarAndrea Diamantini2009-09-034-62/+52
| | | | | Inserted (and improved) in HistoryManager to let it available to every class.
* Fix compilation and improved a (little) bitAndrea Diamantini2009-09-034-15/+15
| | | | Bookmarks Manager
* - Removed HistoryMenu (no more used)Andrea Diamantini2009-09-037-212/+42
| | | | - Multi Windows 1st implementation
* User attributesAndrea Diamantini2009-09-032-11/+19
|
* Improved a bit "Save As" slotAndrea Diamantini2009-09-031-1/+6
|
* Improved contextual menu following my ideas and Henry de ValenceAndrea Diamantini2009-09-033-109/+82
| | | | suggestions.
* - A better print slotAndrea Diamantini2009-08-304-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 Diamantini2009-08-303-5/+4
|
* Fixing Bookmarks bar toggle actionAndrea Diamantini2009-08-302-41/+27
|
* userBookmarksManager seems not work..Andrea Diamantini2009-08-301-1/+19
| | | | | | | | | | Revert "Using userBookmarksManager static function to surely retrieve bmManager.." This reverts commit ef48328f8fe0ac069215037c62711a5e08bf111f. Conflicts: src/bookmarks.cpp
* Bookmark Bar fixesAndrea Diamantini2009-08-303-37/+27
|
* First changes to bookmarks systemAndrea Diamantini2009-08-303-1/+19
|
* Typo SIGNAL --> SLOTAndrea Diamantini2009-08-281-1/+1
| | | | perhaps the bug for Mouse Middle close feature..
* New tab button code improvements.Andrea Diamantini2009-08-274-78/+51
| | | | Patch from Johannes Zellner (thanks)
* Removed setHistoryMenu functionAndrea Diamantini2009-08-272-18/+0
|
* Using userBookmarksManager static function to surely retrieve bmManager..Andrea Diamantini2009-08-271-19/+1
|
* Removed unuseful headersAndrea Diamantini2009-08-274-4/+0
|