summaryrefslogtreecommitdiff
path: root/src/newtabpage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New rekonq error page :)Andrea Diamantini2012-05-251-0/+35
|
* Add informations to download itemsAndrea Diamantini2012-05-241-20/+43
|
* Reload Preview fixAndrea Diamantini2012-05-231-5/+4
|
* reordering favorites by drag & dropAndrea Diamantini2012-05-191-1/+85
| | | | | WARNING: this code is very tricky, but I think results are really nice. Let's see what will happen...
* Added info when no downloads are found on searchAndrea Diamantini2012-05-151-0/+6
|
* Another CSS clean up (last??)Andrea Diamantini2012-05-151-33/+41
|
* Improve downloads pageAndrea Diamantini2012-05-151-1/+28
| | | | | | - remove from list (+ API for DownloadManager to save changes) - open dir in extern app - css
* Clean up NewTabPage API a bitAndrea Diamantini2012-05-151-21/+22
|
* New Bookmarks pageAndrea Diamantini2012-05-151-17/+35
|
* Downloads searchAndrea Diamantini2012-05-151-14/+34
|
* History searchAndrea Diamantini2012-05-151-12/+64
|
* move left modify action in favorites to be the update oneAndrea Diamantini2012-05-151-62/+3
| | | | | | Also implement ThumbUpdater class to easily manage thumb updates BUG:291236
* Update image : HALF IMPLEMENTATIONAndrea Diamantini2012-05-151-8/+38
|
* Calm down kDebug() calls on NewTabPageAndrea Diamantini2012-05-151-11/+1
|
* Limit default history to two days entries shownAndrea Diamantini2012-05-151-16/+42
|
* about:downloads grey linksAndrea Diamantini2012-05-151-0/+3
|
* Add font: Nunito regularAndrea Diamantini2012-05-151-4/+9
|
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-0/+1
|
* Fix downloads pageAndrea Diamantini2012-02-171-3/+3
|
* Clean up sessionmanager mess :)Andrea Diamantini2012-02-091-2/+0
| | | | | | | | | | Create a local function to get rid of code repetition. I know this is a bit hackish (at least the way I did it) but it works well in my tests against the three situations: - restore crashed sessions - restore saved sessions - restore from private sessions - restore user sessions (restarting KDE)
* clean up WebSnap and provide automatic thumbs update for about:tabsAndrea Diamantini2012-02-021-0/+7
| | | | page
* Faster way to access the "Add favorite" thingAndrea Diamantini2012-01-291-1/+5
|
* Downloaded files seem removed even though they are not removed inFurkan Uzumcu2012-01-061-1/+1
| | | | | | | Downloads Page. This patch fixes it. REVIEW: 103635 REVIEWED-BY: adjam
* Manage rekonq pages in "current" NOT "main" frameAndrea Diamantini2012-01-041-5/+8
| | | | | | Also double check for strange about urls BUG: 290411
* improve closed tabs managementAndrea Diamantini2012-01-031-35/+74
| | | | | | | | | - remove reopened tabs from the closed tabs list. - limit them to MAX 8 elements (it seems enough to me) - save history also when there is just one tab closed - DON'T save history when you opened a "rekonq" page BUG:271224
* Do NOT load previews if not presentAndrea Diamantini2012-01-021-32/+31
| | | | This fixes problems on unwanted connections while using rekonq.
* about:tabs, easy method to manage rekonq tabs.Andrea Diamantini2012-01-021-228/+340
| | | | | | | | | | - added tabs page to rekonq ones - manage about:tabs links - let it manage show/close tabs - fix settings for the new page - adjust controls for it (modify, add thing removed) REVIEW:103566
* Correctly hide preview selector bar when its preview is deleted inYusuf Tezcan2011-12-291-0/+5
| | | | | | | | the new tab page CCMAIL: yatezcan@gmail.com REVIEW:103470 REVIEWED-BY: adjam
* icon management fix/improvements/cleanupAndrea Diamantini2011-12-241-7/+3
|
* Downloads page improvementAndrea Diamantini2011-12-161-9/+16
| | | | Tag a file as removed when it has been removed :)
* Small cleanup in history pagesAndrea Diamantini2011-12-121-13/+25
| | | | | | - created a "general" folder css class - truncated links titles longer than 100 chars - improved upper margin in titles
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-3/+3
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Unifies macro styleJohannes Troscher2011-11-271-2/+2
| | | | | REVIEW: 103242 REVIEWED-BY: adjam
* Add a "clear downloads" action in the downloads page and aFurkan Uzumcu2011-11-241-13/+19
| | | | | | | | | | "clear history" action... guess where?!?! Google code-in 2011 task by Huseyin Zengin, GCI Student. MANY THANKS FOR!!! REVIEW: 103217 REVIEWED-BY: adjam
* EBN Krazy fixesAndrea Diamantini2011-10-141-1/+1
| | | | It seems now we are really ready for the stable release...
* Prevent crash on "uncommon" pagesAndrea Diamantini2011-09-161-0/+3
| | | | BUG: 282092
* Fix icon updateFurkan Uzumcu2011-08-211-0/+11
| | | | | | | | | When "use the favicon of the current web site as the window icon" option is enabled, the window icon used to have problems changing on new tab page. Wrong icons or no icon. This patch fixes this problem. REVIEW: 102310 REVIEWED-BY: adjam
* Restore tab's history when restoring a tab/sessionAnton Kreuzkamp2011-08-211-2/+2
| | | | | | | | We finally have it :D CCMAIL: akreuzkamp@web.de REVIEW: 100604 REVIEWED-BY: adjam, elproxy
* clean upAndrea Diamantini2011-07-251-40/+40
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-44/+44
|
* Make it compiles with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"Montel Laurent2011-06-091-1/+1
|
* Adding DownloadManager class, following Pierre and Benjamin code changes.Andrea Diamantini2011-05-261-5/+6
| | | | First step in the introduction of the new rekonq pages
* Number the favorites pages to "suggest" numeric shortcut forAndrea Diamantini2011-05-091-1/+1
| | | | | | Patch by Thomas Murach. Thanks ;) RB:101297
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-5/+0
|
* Coding styleAndrea Diamantini2011-02-251-107/+107
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-7/+7
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* NewTabPage improvementsAndrea Diamantini2010-10-231-95/+119
| | | | | 1) icons in the history & bookmarks pages 2) minor performance improvement, using QL1S macro
* This commit fixes icons handling for "rekonq pages" (eg: about urls).Andrea Diamantini2010-10-211-27/+27
| | | | | | | | | | | It also contains a cleaned version of the WebTab::url() method (the previous one was not working on loading pages. And also immediately after the loadFinished signal) This should also fix some "bad" handling on back/forward buttons. Finally, it contains some unrelated QLatin1String --> QL1S changes. Benjamin, I spoke too early about those. I squashed merged my work and removed previous branch :(
* Websnaps: change the image path to use base64.Pierre Rossi2010-09-151-3/+1
| | | | | | | | | This should solve the problems caused by special characters for good. A few other improvements: - do not call updateImage as many times as there are favorites. - removed an unused variable. - trade #defines for static const ints - take advantage of the already loaded page to refresh the snapshot.