summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* First working implementation for syncing with Opera Link, code needs lots of ↵Siteshwar Vashisht2012-05-2812-5/+1246
| | | | refactoring.
* rekonq 0.9.60Andrea Diamantini2012-05-271-0/+5
| | | | | | | | | | | | - 2011 gsoc's work of Phaneendra Hedge about Fancy bookmarking with Nepomuk & rekonq. An huge thanks to him for all his work about :) - Compilation fixes with MSVC - small improvements in the Application shortcuts management CCMAIL: pnh.pes@gmail.com
* Kitchen sink clean upAndrea Diamantini2012-05-2765-656/+734
| | | | | | - astyle - copyrights - (some) includes
* Runtime Nepomuk tagging checkAndrea Diamantini2012-05-272-44/+68
|
* Let nepomuk dependencies being optionalAndrea Diamantini2012-05-276-122/+183
|
* Fancy bookmarking on rekonq :)Phaneendra Hegde2012-05-2710-18/+778
| | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;)
* Add application icon ( Windows & OS X ).Andrius da Costa Ribas2012-05-271-0/+4
|
* Remove redundant default ctor.Andrius da Costa Ribas2012-05-271-9/+0
|
* Include "historymanager.h", because TabHistory must be defined to be used as ↵Andrius da Costa Ribas2012-05-271-2/+1
| | | | a template class argument on MSVC. Then, remove redundant forward declarations.
* ASSERT_NOT_REACHED macro parameter cannot be empty on MSVC.Andrius da Costa Ribas2012-05-273-3/+3
|
* Application shortcut clean upAndrea Diamantini2012-05-272-5/+21
| | | | | | - no .desktop extension in desktop files - set permissions bits as needed - clean up setting UI
* New rekonq error page :)Andrea Diamantini2012-05-253-17/+98
|
* Another clean up in rekonq file:// pagesAndrea Diamantini2012-05-253-11/+12
|
* Minor speed-upAndrea Diamantini2012-05-251-13/+17
| | | | moving const chars to QL1S in file:// pages
* clean up rekonqinfo cssAndrea Diamantini2012-05-253-39/+82
|
* Add informations to download itemsAndrea Diamantini2012-05-245-150/+187
|
* Reload Preview fixAndrea Diamantini2012-05-231-5/+4
|
* reordering favorites by drag & dropAndrea Diamantini2012-05-196-8/+239
| | | | | 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-152-144/+155
|
* Improve downloads pageAndrea Diamantini2012-05-154-6/+76
| | | | | | - remove from list (+ API for DownloadManager to save changes) - open dir in extern app - css
* Clean up NewTabPage API a bitAndrea Diamantini2012-05-152-29/+23
|
* New Bookmarks pageAndrea Diamantini2012-05-153-28/+72
|
* Downloads searchAndrea Diamantini2012-05-152-15/+35
|
* History searchAndrea Diamantini2012-05-153-14/+70
|
* No more lined titles in history and tabs pagesAndrea Diamantini2012-05-151-7/+4
|
* move left modify action in favorites to be the update oneAndrea Diamantini2012-05-154-62/+143
| | | | | | Also implement ThumbUpdater class to easily manage thumb updates BUG:291236
* Update image : HALF IMPLEMENTATIONAndrea Diamantini2012-05-153-10/+41
|
* Calm down kDebug() calls on NewTabPageAndrea Diamantini2012-05-151-11/+1
|
* Limit default history to two days entries shownAndrea Diamantini2012-05-153-23/+64
|
* Enlarge and clean up menuAndrea Diamantini2012-05-151-14/+7
|
* about:downloads grey linksAndrea Diamantini2012-05-152-0/+7
|
* Add font: Nunito regularAndrea Diamantini2012-05-154-19/+48
|
* new backgroundAndrea Diamantini2012-05-153-1/+2
|
* Improve about url resolvingAndrea Diamantini2012-05-151-14/+29
| | | | | | Conflicts: src/urlbar/urlresolver.cpp
* SVN_SILENT made messages (.desktop file)Script Kiddy2012-05-121-1/+2
|
* Mispelling: "no show urlbar suggestions" --> "not show url suggestions"Andrea Diamantini2012-04-271-1/+1
| | | | BUG: 298819
* Fix a regression from previous commitAndrea Diamantini2012-04-251-9/+9
| | | | (crashbar exiting on external calls)
* Clean up url managementAndrea Diamantini2012-04-245-51/+24
| | | | | | | | | | - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling BUG: 298114 CCBUG: 284829
* set Main Window on KDirListerAndrea Diamantini2012-04-241-1/+3
|
* Do not show "closed tabs" page after crash when directly opening an URLAndrea Diamantini2012-04-242-24/+28
| | | | BUG: 283178
* Google Sync Bookmarks in rekonq!Siteshwar Vashisht2012-04-2312-4/+762
| | | | | | | | | | | | | | | | - Added UI bits to configure Google Bookamrks Sync - Implemented sync, 2-way merging local and remote bk - Remember to not update local history while remotely adding bookmarks - Encode parameters of add bookmarks request while posting data. - (adjam) fix compile warnings This is the squashed commit of Situ's work on Google Bookmarks Sync SQUASHED BY: adjam ;) REVIEW: 104673 DIGEST: Google Bookmarks Sync REVIEWED BY: adjam
* Fix opensearch add shortcut handlingAndrea Diamantini2012-04-238-66/+79
| | | | | | (at least on every site tested, but opensearch.org itself. Broken?) BUG: 296707
* Add fixed favorite icon in the toolbar to let add favorites easierAndrea Diamantini2012-04-222-91/+62
| | | | | Also clean up urlbar code, using 2 slots instead of 5(!) to manage bookmarks & favorites
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-2085-240/+312
|
* Fix apturl handling (workaround)Andrea Diamantini2012-04-201-0/+9
|
* Remove tabbar.h and mainwindow.h Dependencies from webtab.cppDavid E. Narváez2012-04-173-10/+7
| | | | | | Fixes previous attempt to move tab preview to WebTab class. REVIEW: 104517
* Really fix Upper case urls managementAndrea Diamantini2012-04-161-2/+5
| | | | | Consider also eventual upper case local urls (eg: rekonq git clone here is in file:///SW/SRC/rekonq dir...)
* Let rekonq work everytime with uppercase digited urlsAndrea Diamantini2012-04-161-2/+3
| | | | BUG:284829
* Get extremely sure rekonq menu button exists when used :)Andrea Diamantini2012-04-161-0/+3
| | | | BUG: 297630