summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* It finally works!Andrea Diamantini2009-09-186-40/+44
| | | | Need some fixes to be merged..
* LAST BRANCH (promised!!)Andrea Diamantini2009-09-187-13/+273
| | | | first commit here. We have the homepage classes
* First changes..Andrea Diamantini2009-09-183-20/+26
|
* trivial fixAndrea Diamantini2009-09-171-1/+1
|
* Fixing previews dimension..Andrea Diamantini2009-09-171-1/+9
|
* Here we are, embedding Qt Widgets..Andrea Diamantini2009-09-1510-129/+102
| | | | | | | | | Now it's time to RUN working or I'll be dismissed!! This implementation works quite fine, it's a bit slow but really better than the previous one. It crashes gloriously loading flash contents (Qt bug? WebPlugin one's?) and does not resize well webviews..
* First adjustments and code about it (it's really simple, anyway..Qt rocks!!!)Andrea Diamantini2009-09-154-35/+9
|
* Fixing state. Rekonq is not usable now, but this seems a good tech preview.Andrea Diamantini2009-09-158-42/+40
| | | | | | | Anyway, performance is definitely a problem with this method, also loading just the first time. Looking at the other way... :)
* Initial newtab page settings implementationAndrea Diamantini2009-09-159-36/+310
| | | | | it doesn't really fit our needs. Just a starting point..
* 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-141-5/+7
|
* 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-141-3/+5
|
* We have thumbnails! Hugh!Andrea Diamantini2009-09-145-93/+286
|
* 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-131-1/+1
| | | | | 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-1312-138/+357
|\
| * 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-1015-50/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-101-1/+1
| |
* | 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-061-1/+1
| |
* | 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-051-1/+1
| | | | (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
|