summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial newtab page settings implementationAndrea Diamantini2009-09-159-36/+310
| | | | | it doesn't really fit our needs. Just a starting point..
* Some CSS fixesAndrea Diamantini2009-09-141-5/+3
|
* Google search engineAndrea Diamantini2009-09-141-119/+18
|
* Recently closed tabs: first implementationAndrea Diamantini2009-09-143-3/+25
|
* Fixing a bit examples, positions, links and so on..Andrea Diamantini2009-09-142-21/+35
|
* Search Engine, first draftAndrea Diamantini2009-09-141-1/+25
| | | | | Time to cook, now :) Hope you glad this "technologic" preview
* Adding url to previewsAndrea Diamantini2009-09-142-3/+6
|
* We have thumbnails! Hugh!Andrea Diamantini2009-09-146-165/+311
|
* Open new tab near previousAndrea Diamantini2009-09-141-1/+2
|
* Bugfix: when trying to open link in new tab & network request fails (noDomrachev Alexandr2009-09-131-9/+10
| | | | | connection, etc) error page opened not only on new tab, but on tab with that link.
* change sessionRestored to isSessionRestoredDomrachev Alexandr2009-09-131-1/+1
|
* 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.