1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

6090 Commits

Author SHA1 Message Date
nowrep
a4b39822a6 Various small fixes (including fullscreen buttons hiding)
When going to fullscreen, add tab button will no longer stay on screen,
and also when going back to normal screen, list tabs button will no
longer be hidden.
2011-10-24 17:46:45 +02:00
nowrep
9aa382764e Updated German translation
Added German translation to desktop launcher and to Windows installer
credits to Jonathan Hooverman
2011-10-23 21:10:09 +02:00
nowrep
fb9a211d6b 1.0.0-rc1 2011-10-23 15:12:04 +02:00
nowrep
56397717f9 Add Tab icon next to last tab
Also uploaded scripts for various jobs related to QupZilla to github
(scripts folder)
2011-10-23 14:44:18 +02:00
nowrep
356736f130 Show Web Inspector on Windows now opens a new window with inspector
It is because somehow QDockWidget::setWidget or QWebInspector itself is
bugged on Windows and is positioning badly in dockwidget window.
2011-10-23 10:17:06 +02:00
nowrep
9902476078 Import Bookmarks from other Browsers
Added possibility to import bookmarks from Chrome, Firefox and Opera
Please test it by yourself and send me feedback. Thanks :)
2011-10-22 22:29:33 +02:00
nowrep
57248e64e6 Search Engines Manager + OpenSearch
It is neccessary to use new profile database in order to get search
engines saved.
In order to make profile database upgrade automatic, change content of
YOURPROFILE/version file to 1.0.0-b4 and run QupZilla
2011-10-21 23:51:02 +02:00
nowrep
8cb30073c4 Search Engines Manager + OpenSearch (with suggestions)
Finally added support to manage search engines. You can add search
engines from sites that supports opensearch standard, but you can also
add them manually.
There is also possibility to specify shortcuts for quickly searching in
location bar on your favourite engines.
2011-10-21 23:26:34 +02:00
nowrep
9c18e53238 Little changes to linux theme to look even better than now :-)
Namely menu indicator on back and home buttons removed, using own menu
indicator on websearchbar (default Qt is way too big on some themes)
Added Ján Ďanovský to translators (Slovak translate fixed)
2011-10-21 22:33:10 +02:00
nowrep
0448a0b862 Completely retranslated Slovak translation. Closes #20 2011-10-21 21:26:59 +02:00
nowrep
2214992f72 Fixed closing SSL Manager after clicking on close button. Closes #18 2011-10-21 19:52:58 +02:00
nowrep
e0dc2e0d4d Updated Dutch and German translation 2011-10-21 14:26:19 +02:00
nowrep
e865eb0c7e Chinese translation (thanks to Unink-Lio <unink4451@163.com>)
fixed optimize database not working after click
2011-10-20 17:56:01 +02:00
nowrep
6225283814 Fixed build issue. Closes #16 2011-10-19 16:49:04 +02:00
nowrep
13bde06e9e German Translation (thanks to Jonathan Hooverman
jonathan.hooverman@gmail.com)
2011-10-18 21:34:25 +02:00
nowrep
dca3d3a31a Fixed occasional random crashes + middle mouse click improvements
Using now qobject_cast everywhere possible instead of c++ type cast
Middle mouse click in bookmarks manager (library + sidebar + toolbar)
and history manager (library + sidebar) now opens a new tab
2011-10-18 21:07:58 +02:00
nowrep
e243b1baf4 Fixed small problem with default accept language + updated translations 2011-10-18 18:22:05 +02:00
nowrep
5ebdfd9a5a Added AcceptLanguage dialog, it is now possible to set preferred
languages for showing web sites
2011-10-18 17:39:51 +02:00
nowrep
2c9dc68c3e Added possibility to change prefix for installation + improved checking
profile versions (every profile will now be checked, not only default)
2011-10-18 14:30:17 +02:00
nowrep
12fb69a2fd Middle mouse click on free space on tabbar now open a new tab 2011-10-17 23:34:57 +02:00
nowrep
4ed8026bfa Fixed align of all bookmarks in center when show most visited is hidden 2011-10-17 14:19:49 +02:00
nowrep
483ef1a9cb Fixed downloading of some SSL secured content on Windows 2011-10-17 13:43:51 +02:00
nowrep
a46ea19a25 Fixed issues with download manager on windows, added possibility to
build W7API with msvc 2008, width of locationbar, websearchbar and
sidebars is now saved
2011-10-17 09:59:09 +02:00
nowrep
6f395631ad Updated copyright informations 2011-10-17 09:57:07 +02:00
nowrep
e263572e56 Fixed updating url in locationbar when browsing through history back and
forward
2011-10-15 18:08:52 +02:00
nowrep
722a79aef1 Fixed loading animation sometimes stopped while page still loading +
updated positioning of hovered link widget
Also when adblock is disabled, the statusbar icon is now clickable.
When running with different profile from command line argument, in
preferences will be showed real starting profile, not active.
2011-10-15 16:37:32 +02:00
nowrep
3747babdc9 Hopefully final README update commit 2011-10-15 13:52:37 +02:00
nowrep
70d22ca07e Edited error page, it has now the same look as the start and reportbug
pages.
2011-10-15 13:40:25 +02:00
nowrep
b094c3e7db Updated README file 2011-10-15 13:17:20 +02:00
nowrep
ee3820b5d9 Updated contributors and translators + updated README file 2011-10-15 13:16:22 +02:00
nowrep
091e749be3 Merge pull request #9 from jmc-88/master
Small usability improvements
2011-10-15 01:05:54 -07:00
Daniele Cocca
f16e29b8be Selecting all the contents of the WebSearchBar when receiving focus from
keyboard (i.e., Ctrl+K).
2011-10-15 00:15:29 +02:00
Daniele Cocca
73d11206ae Adding the possibility to close a tab by middle-clicking it. 2011-10-14 23:32:12 +02:00
nowrep
d361c0631d Updated drawing of tabs in TabBar. It will no longer show "..." when not
needed.
With this update is also possible implement showing "new tab" button
after the last tab
2011-10-14 23:12:10 +02:00
nowrep
edbcb5e541 Rewritten WebInspector. Hopefully fixes #3
When you show Web Inspector panel, it will be open only for actual tab.
So when you change tab, the web inspector panel will hide, and if you go
back to tab with open web inspector, inspector will show.
2011-10-14 20:14:57 +02:00
nowrep
1ded15ab24 It is now possible to modify build settings with environment variables.
Update to #7
Read BUILDING
2011-10-13 20:06:27 +02:00
nowrep
443e438ddb Added ca-bundle.crt certificate file for users experiencing issues with
missing CA Certificates + added FAQ
2011-10-13 18:19:43 +02:00
nowrep
453ed4c795 Added option to compile with WebGL enabled. Closes #7 2011-10-13 17:38:51 +02:00
nowrep
9994c6aad3 [Fix:] Fixed "make uninstall", it is no longer removing whole
/usr/share/applications and pixmaps directory. Closes #6
2011-10-13 16:16:01 +02:00
nowrep
2ff570e92c Added new SSL Manager, it is now possible to specify location for custom
CA Certificates
2011-10-12 22:28:41 +02:00
nowrep
58a029fcc1 Added Dutch translation (thanks to Heimen Stoffels) 2011-10-12 18:03:05 +02:00
nowrep
10c36a5330 Added support for "make install" on Unix. Closes issue #2 2011-10-11 19:54:20 +02:00
nowrep
c9113ccd1d It is now possible to build QupZilla with Microsoft Visual C++ Compiler
2008
2011-10-10 20:54:11 +02:00
nowrep
f649151cca Click2Flash is now disabled by default + updated address for sending bug
reports
2011-10-10 15:55:06 +02:00
nowrep
d7cb7fbcd6 New action in Click2Flash context menu: Delete object 2011-10-09 14:57:13 +02:00
nowrep
1ff0e232b7 Improved hiding elements blocked by adblock + hiding blocked flash
objects when click2flash is enabled
2011-10-09 14:51:25 +02:00
nowrep
cb7ca323fa Fixed crash when clearing history and then showing library windows again 2011-10-09 12:11:17 +02:00
nowrep
d097a06b2e Fixed showing download item not in download manager when downloading
page + added TODO list
2011-10-08 12:10:25 +02:00
nowrep
4b036cbd54 www.qupzilla.co.cc as a project mainpage 2011-10-07 17:35:51 +02:00
nowrep
17f80f31b5 Using new QupZilla site: qupzilla.cc.co from now 2011-10-07 17:33:51 +02:00