nowrep
a1ff0c0dc4
Saving state of Clear Private Data dialog
2012-04-20 15:29:04 +02:00
nowrep
835926cc9e
Added option to import certificate in Certificate Manager
...
- Cookies manager, browsing library and download manager
can now be closed with Esc key press
2012-04-20 14:49:16 +02:00
nowrep
0a5c245811
Simplified location completer (it is now QListView)
...
- make sure items won't be duplicated - in case you
have the same url in bookmarks and history
2012-04-20 14:03:08 +02:00
nowrep
a40062fde6
Completely changed look of address bar popup.
...
- using QStyledItemDelegate for rendering
2012-04-19 22:42:35 +02:00
nowrep
30f97be3b1
Plugin list is now painted with QStyledItemDelegate.
2012-04-19 18:07:00 +02:00
nowrep
cdf73b01b5
Auto selection on focus in search toolbar's line edit.
...
closes #381
2012-04-19 15:58:23 +02:00
nowrep
018a4d5d7b
Updated translations
2012-04-17 18:26:01 +02:00
nowrep
d02318382a
Fixed saving passwords on some sites.
...
- WebKit sometimes sends data in its own format so it is
neccessary to convert it to url query items
closes #301
2012-04-17 17:54:51 +02:00
nowrep
2c4b6e3d42
Tweaked Click2Flash replacing script.
...
- it now creates temporary empty element that has the same size and
occupies the same position as original flash object
2012-04-17 15:11:26 +02:00
nowrep
e204af30c6
Closing last tab on second window will always close the window.
...
- even if you have option "Don't quit upon last closed tab"
it will only works for last window
2012-04-17 14:00:32 +02:00
Mladen Pejaković
356d4b24c9
Setting minimal width on site database detail info
2012-04-16 20:42:36 +02:00
nowrep
8432432b4b
Updated links to correct address (QupZilla Organization)
2012-04-16 15:11:31 +02:00
nowrep
8e76ba5a47
Ensuring tab previews are painted without scrollbars.
...
- it finally works now
2012-04-15 22:08:41 +02:00
nowrep
82bd695d3a
Click2Flash: Calling setTimeout with 250ms time.
...
- let's be sure it will be asynchronous
2012-04-15 15:52:10 +02:00
nowrep
75a004499e
Click2Flash: Fixed browser window flashing on loading some flash objects
...
- this bug so far occurs only on X11
- implemented asynchronous JavaScript element replacing
2012-04-15 15:44:08 +02:00
nowrep
ba1cf804eb
Address bar now searches also in bookmarks.
...
closes #79
2012-04-15 15:41:48 +02:00
nowrep
431782a147
Improved "Go to web address" action.
...
- newlines are stripped from string
closes #379
2012-04-14 10:54:03 +02:00
nowrep
99722aa7aa
Added option to open external protocols in system apps.
...
- so for example, links with apt: or tomahawk: protocol can be opened
- it will ask user whether he wants to open link in external app
and give option to remember the choice
2012-04-13 13:26:32 +02:00
nowrep
48b7aed86b
Fixed regression from last commit when page thumbnail could be rendered
...
with scrollbars.
2012-04-12 15:41:28 +02:00
nowrep
a34057d1ea
Using faster thumbnail generation also in Speed Dial.
...
- thanks to Ariya Hidayat #378
2012-04-12 15:24:57 +02:00
Ariya Hidayat
7d1f8a4ae4
More memory efficient and faster preview generation.
...
There is no need to allocate a very large image buffer, just enough for
the thumbnail preview. For a little filtering, use the two-stage
scaling. See http://labs.qt.nokia.com/2009/01/26/creating-thumbnail-preview/
for the details.
This tecnique is adopted from my live preview implementation for Arora:
http://ariya.ofilabs.com/2008/07/be-my-mirror-my-sword-and-shield.html .
2012-04-11 21:28:54 -07:00
Jonathan Hooverman
35ab9cb25f
Updated German translation of TestPlugin
2012-04-11 22:00:45 +02:00
nowrep
73dce1d2d2
Always using position from QContextMenuEvent when showing menus.
...
- so it will show menu on proper position even if you create context
menu event eg. from keyboard
2012-04-11 18:06:50 +02:00
nowrep
0b98562c22
Using QTimeLine for animations in Tab preview.
...
- QPropertyAnimation is now never used in our code, it should
fix issue when tab moving animation break without reason
2012-04-11 16:38:46 +02:00
nowrep
3d1b490cc5
Using QTimeLine in AnimatedWidget instead of QPropertyAnimation
2012-04-10 20:52:10 +02:00
nowrep
90870cff11
Added option to completely disable tab previews.
...
- only classic tooltip contains full page title will be
displayed
closes #374
2012-04-10 18:29:22 +02:00
nowrep
0a50c2d9ef
Showing tab previews on ToolTip event now.
...
- added Alexander Samilov into contributors
2012-04-09 19:45:00 +02:00
nowrep
d03700f917
Added opacity effect on tab previews.
2012-04-09 14:09:40 +02:00
nowrep
e5ce2f5e3d
Added animated tab previews (by Alexander Samilovskih)
...
- thanks a lot for his work!
- option to disable animations in preferences -> tabs
2012-04-08 21:45:40 +02:00
nowrep
60cf1db7ac
Fixed setting background image on speed dial on Windows.
...
- closes #369
2012-04-07 18:41:16 +02:00
nowrep
a800d8a1f3
Added possibility to open .xhtml files from Open File dialog.
...
- fixed issue with showing one plugin more than once if you have
duplicated plugins in plugin directories
- remove obsolete translations from *.ts files
2012-04-06 10:15:17 +02:00
nowrep
ecec41d647
Correct release of version 1.2.0
2012-04-05 14:26:44 +02:00
nowrep
7e3ff6f126
Version 1.2.0
2012-04-05 13:22:19 +02:00
nowrep
8f6979e06e
Fixing the crash from #367 (hopefully) now.
2012-04-05 12:43:48 +02:00
nowrep
88f7086325
Don't use QSTRINGBUILDER as it may cause crashes ...
...
- closes #367
2012-04-05 11:44:01 +02:00
nowrep
b1d0cd9228
Improved performance of bookmarks import and bookmarks deleting.
...
- moved general defines into qz_namespace.h file
- fixed showing default theme to be "default" on mac in
theme manager instead of "mac" theme
2012-04-05 10:27:35 +02:00
nowrep
ec973d960a
USE_LIBPATH option is now finally fixed.
2012-04-05 09:36:37 +02:00
nowrep
67907b5cea
Fixed USE_LIBPATH building define + restore cursor on delete bookmarks.
2012-04-04 23:43:37 +02:00
nowrep
b287c5f829
Fixed importing Html bookmarks from various browsers.
...
- fixed one potentional crash in importing
2012-04-04 23:28:19 +02:00
nowrep
f94e69d557
Updated Georgian translation + fixed plugin system loading.
2012-04-04 21:12:52 +02:00
nowrep
9778773199
Using better method for loading translations.
...
- it can now load xx_CC translation even if xx_DD is
user's system locale
2012-04-04 18:48:54 +02:00
nowrep
1c883e4ec3
Mac OS X building tweaks + fixing valgrind warnings.
...
- in mousegestures plugin, don't start gesture when mouse
is at scrollbar's position
2012-04-04 17:41:33 +02:00
nowrep
c9b28f31e6
Fixed bug when page with null icon could get "error page" siteicon
...
- also fixed deleting history entries
2012-04-04 14:45:45 +02:00
nowrep
6b79ca55bf
Fixed history in frames. Closes #361
2012-04-04 13:21:53 +02:00
nowrep
79a548b365
Command line option to open url in current tab.
...
-ct=URL or --current-tab=URL
2012-04-03 20:41:07 +02:00
nowrep
7c7c1787bc
Fixed saving settings in plugins.
2012-04-03 20:23:15 +02:00
nowrep
6560459418
Fixed loading plugins when using USE_LIBPATH define
...
- reverted displaying page url with QWebFrame::baseUrl()
2012-04-03 19:28:12 +02:00
nowrep
0afd53e4f6
Fixed compilation + renamed libqupzilla to libQupZilla
...
- closes #362
2012-04-02 21:21:50 +02:00
nowrep
0142c3ba9f
Added option to change path to install library on Linux.
...
- read BUILDING - define USE_LIBPATH
2012-04-02 21:05:06 +02:00
nowrep
31e31b703a
Fixed building on Windows & shoudl fix crash in #334
2012-04-02 19:33:05 +02:00
nowrep
47ec2b57f7
Fixed potentional crash on history/cookies loading
...
- changed settings path for plugins to PROFILE/extensions/
2012-04-02 16:00:08 +02:00
nowrep
ff99129667
Updated Polish & Hungarian translation
2012-04-01 18:57:42 +02:00
nowrep
e608bc0e1f
Enhanced Plugins API - possibility to add sidebar
...
- example implementation is now in TestPlugin
2012-04-01 16:36:38 +02:00
nowrep
841c05f8f7
Little improvements in context menu on page and in history.
...
- in history menus, it shows arrow when you hover at current
history item
2012-04-01 10:48:50 +02:00
nowrep
ec4b52eda8
Updated French translation + windows installer
2012-03-31 23:58:51 +02:00
nowrep
f0a686306e
Send Page now also adds page title as a subject in mail.
...
- fixed setting fake user agent for google sites
2012-03-31 22:16:20 +02:00
nowrep
aa6962f8cb
Sending "correct" UA to assure full functionality of Google services
...
- also fixed startup issue with QtCurve theme
2012-03-31 21:36:27 +02:00
nowrep
5348c72e9d
Updated Italian translation.
2012-03-31 18:59:51 +02:00
nowrep
8f9ac49dd4
Updated Russian translation
2012-03-31 09:09:42 +02:00
nowrep
1744eb759e
Fixed issue when history & url haven't been updated sometimes.
...
- workarounded QtWebKit bug: it didn't emit urlChanged signal
closes #358
2012-03-30 13:43:47 +02:00
nowrep
a554d48e45
Saving user defined default text encoding from menu view -> encoding
...
- closes #357
2012-03-30 12:03:11 +02:00
nowrep
43cd497d3f
Using QStringBuilder now. Fixed speed dial dialogs for webkit 533.3
2012-03-30 12:01:12 +02:00
nowrep
fa4be83ea9
Little improvements + showing also Netscape plugins in qupzilla:config
...
- implemented JHooverman's suggestion from #202
2012-03-29 20:02:21 +02:00
nowrep
82e989aa74
Fixed building issue. Closes #354
2012-03-28 19:43:59 +02:00
nowrep
abcfc455de
Fixed showing icons in some dialogs on KDE + removing local certificates
...
- also no longer faking double click on middle mouse click on Windows
to activate "autoscroll" - it could interfere with mouse gestures
2012-03-28 16:42:50 +02:00
nowrep
b3a21536d7
Added Venezulean Spanish translation.
...
- thanks to Piccoro McKay Lenz
2012-03-28 14:38:50 +02:00
nowrep
a6f55a340b
Updated Portuguese translation
2012-03-27 18:37:21 +02:00
nowrep
93808b1bd1
Updated Spanish & Chinese translations
2012-03-26 21:08:22 +02:00
nowrep
b6af3bd7d3
Fixed crash introduced in previous commit ...
2012-03-26 18:13:03 +02:00
nowrep
4d96a6760c
No longer using global event filters, instead filtering widget events.
...
- using guarded pointers in plugins now
2012-03-26 17:47:28 +02:00
nowrep
9ed4a89ca0
Fixed building & added plugins translations into resources.
...
- removed obsolete "Dont save icons" entry in preferences
2012-03-25 21:45:16 +02:00
vasitsiv
c58957d638
V2 Greek Translations
2012-03-25 21:46:31 +03:00
David Rosca
09b58876c8
Merge pull request #344 from sdfanq/master
...
Updated Romanian translations.
2012-03-25 11:30:08 -07:00
nowrep
2a09d1357c
Merge branch 'master' of github.com:nowrep/QupZilla
2012-03-25 18:00:27 +02:00
nowrep
13e9b47b7f
Fixed showing context menu on labels without selectable flag.
2012-03-25 18:00:06 +02:00
Stefan Comanescu
939bab1c14
Romanian translation for plugins
2012-03-25 18:28:03 +03:00
stuarch
2d8e0603ca
Update Tradidtional Chinese Translations
2012-03-25 22:17:02 +08:00
David Rosca
d3b1e3fe27
Merge pull request #342 from sys9kdr/master
...
Updateed Japanese translations.
2012-03-25 06:37:26 -07:00
sys9kdr
f8ca5709c9
Update Japanese translations.
2012-03-25 22:33:37 +09:00
nowrep
1873771106
Added Hungarian translation (not finished yet)
...
- thanks to Gábor Oberle
- see #341
2012-03-25 15:04:36 +02:00
nowrep
176d5695d2
Updated Dutch and Swedish translations
2012-03-25 14:21:45 +02:00
nowrep
99a6b5de86
Fixed loading utf urls from command line.
...
- updated Brazilian Portuguese translation
2012-03-24 22:08:17 +01:00
nowrep
ef07116915
Added missing icon for databases in site info.
2012-03-24 13:26:31 +01:00
nowrep
8e9293e475
Added new page into Site Info: Databases.
...
- shows all used web databases on the site
2012-03-23 17:29:12 +01:00
nowrep
83c76e26cc
Improved performance of importing passwords.
...
- also fixed issue when successful import shown "error in import"
error message
2012-03-23 14:23:54 +01:00
nowrep
373d6162d7
Improved suggesting file name when downloading page / links.
...
- it now appends .html ONLY when you are attempting to download
the whole page and when there is no suffix set in url
2012-03-23 13:58:31 +01:00
nowrep
9dc38ca000
Reverted adding ".html" to downloads without suffix from 60d063a320
2012-03-22 19:41:12 +01:00
nowrep
1c270046ec
Navigating in tabs with Ctrl + PgUp/PgDown.
...
- closes #331
2012-03-22 17:19:10 +01:00
nowrep
c664ea076b
Added option to separate http and https proxy configuration.
...
- also fixed building of akn plugin
- closes #314
2012-03-21 15:05:04 +01:00
nowrep
c7187bf064
AKN plugin now correctly shows keys on pages with more frames
...
- it works fine now for example on gmail
- status bar overlay now hides after small delay (500ms)
2012-03-21 13:00:30 +01:00
nowrep
6833fb9202
Edits in building, should fix building on Mac.
2012-03-20 17:05:57 +01:00
Stefan Comanescu
569bff5ff2
Added myself to translators list
2012-03-18 23:43:39 +02:00
nowrep
2da66c222f
Updated translations (app + homepage)
2012-03-18 11:14:36 +01:00
nowrep
60d063a320
Removed qt_id.qm file + implemented suggestion from #319
...
= append .html when downloading file without suffix
2012-03-18 11:06:09 +01:00
nowrep
4bff3fba24
Merge branch 'master' of github.com:nowrep/QupZilla
2012-03-17 16:01:30 +01:00
nowrep
3898f7f3f7
Improved dialogs in Speed Dial + fixed issue with saving page screen.
...
- closes #319
- closes #318
2012-03-17 16:01:12 +01:00
Jonathan Hooverman
ed31890136
Updated German translation, fixed some strings
2012-03-17 13:19:43 +01:00
nowrep
471ac7ba1f
Fixed building with NONBLOCK_JS_DIALOGS + other small fixes.
2012-03-16 23:28:23 +01:00
nowrep
bb8e1ffdb5
Fixed toggling WebInspector. It now shows correct inspector everytime.
2012-03-16 16:57:24 +01:00
w41l
d5638fbc27
Updated Indonesian translations. Add new translation for plugins
...
section.
2012-03-16 16:16:10 +01:00
sys9kdr
4119a265fa
Update Japanese translations.
2012-03-16 16:06:51 +01:00
nowrep
cf973c46fb
Fixed bad behaviour of QWebPage on leaveEvent.
...
- when leaving web widget, QWebPagePrivate generates fake
mouse move event, but unfortunately with bad coordinates.
So sometimes it just hovered a link and the link's url got
stuck in status bar message.
2012-03-16 15:55:34 +01:00
nowrep
dbfc09538c
Fixed compilation with QtWebKit < 2.2 and AKN plugin.
2012-03-16 13:53:49 +01:00
nowrep
60c5b81f88
Improved source viewer, it now shows lines and fixed go to line.
...
- plugins can now register scheme handlers
- tweaked javascript alert window
- initial support for Geolocation & Notifications API
* question to ask user for permission needs not implemented yet
2012-03-15 19:35:37 +01:00
nowrep
f09e5c981c
Fixed recalculating size of tabs after unpinning tab.
...
+ other small improvements / fixes
2012-03-14 14:04:20 +01:00
nowrep
9d6d5d1774
Another small startup behaviour changes.
2012-03-13 17:51:37 +01:00
nowrep
f590ad1925
Removed use of whatsThis() and other code cleanups
2012-03-13 17:51:06 +01:00
nowrep
3a9c4f104b
Prevent endless loop when getting Unsupported Content error
2012-03-13 16:43:23 +01:00
nowrep
17d70adfa5
Various changes in starting application.
...
- constantly renaimed app plugins to Extensions
2012-03-13 15:10:18 +01:00
nowrep
a2a21bd01b
Fixed linking against libqupzilla if already installed in system.
2012-03-12 20:48:32 +01:00
nowrep
57a58280dc
Fixed building issue ...
2012-03-12 19:47:44 +01:00
nowrep
9161945d97
Various fixes regarding "Don't load tabs until selected" option
...
- fixed typo in Access Keys Navigation plugin
2012-03-12 18:22:01 +01:00
nowrep
36f90f0404
Loading info about all plugins when necessary, not on startup.
...
- should slightly improve starting time when bigger amount of
plugins is available
2012-03-12 18:21:00 +01:00
nowrep
246f765a7a
Changing global version of session.dat file.
...
- rather than adding version check in tabwidget restore
2012-03-11 18:24:19 +01:00
nowrep
9042e7860d
Fixed Duplicate tab feature. Regression from previous commit.
2012-03-11 16:49:14 +01:00
nowrep
efab78ae5e
Added option "Don't load tabs until selected" when restoring session.
2012-03-11 15:17:12 +01:00
nowrep
043babced9
Fixed showing suggested file types in Open File... dialog
2012-03-10 23:24:54 +01:00
nowrep
500d11cf6f
Showing build configuration in qupzilla:config page.
...
- see #202
2012-03-10 15:25:54 +01:00
nowrep
e5ad571647
Japanese translation by Daiki Noda
2012-03-10 14:59:43 +01:00
nowrep
1a3af429d2
Show whether QupZilla was built with debugging symbols in config page.
...
- closes #202
2012-03-10 14:37:05 +01:00
nowrep
cb603f409a
Send Referer header when opening new tab from webview.
2012-03-10 13:57:50 +01:00
nowrep
6ed52fd732
Fixed deleting history entries in history manager.
...
- also significally improved performance when deleting more
entries at once
2012-03-10 12:21:45 +01:00
nowrep
c9d39d06ee
Updated Dutch translation
2012-03-10 12:20:38 +01:00
nowrep
f53ddf9316
Fixed infinite loop when starting another instance.
2012-03-09 22:25:05 +01:00
nowrep
ad4ba2b888
[Fix] Setting background of speed dial to paths with spaces.
2012-03-09 18:49:26 +01:00
nowrep
291468a9ab
Showing context menus on event's position.
...
- some keyboards (usually in laptops) have special key for
showing context menu
- context menu events from keyboard will now be shown on
correct position (not on mouse position)
2012-03-09 16:02:27 +01:00
nowrep
2582fff163
Updated translations
2012-03-08 17:17:41 +01:00
nowrep
03db6da1a9
Added option to create search engine from <input> element on page.
...
- accessible in context menu on input
- added translations for plugins into resources so they can be loaded
- in access keys navigation plugin: lower case chars are choose first
2012-03-08 13:05:57 +01:00
nowrep
47a80e2b2a
Fixed showing bad total + downloaded size when starting download.
2012-03-08 12:48:23 +01:00
stuarch
dfffb04a06
Update Tradidtional Chinese Translations
2012-03-08 18:48:53 +08:00
stuarch
3dc43b18a3
Merge https://github.com/nowrep/QupZilla
2012-03-08 18:01:35 +08:00
nowrep
805187f4e1
Finally fixes issue with rendering plugins list on KDE!
...
- uploaded correct qt german translation (qt_de.qm)
2012-03-07 21:28:31 +01:00
nowrep
5c2befabff
Fixed loading of plugins. Regression from previous commit.
2012-03-07 20:01:57 +01:00
Jonathan Hooverman
2e3cc19ac5
Added German translation for AccessKeysNavigation
2012-03-07 19:41:40 +01:00
nowrep
0e4fd462ba
Access Keys Navigation plugin now add also lower/upper case chars.
...
- imporved pages screen = removing scrollbars from screen
2012-03-07 12:19:54 +01:00
nowrep
b5db8a21c9
Fixed text in locationbar on HTTPS sites when using dark theme.
...
- added WheelEvent as another event in Plugin API
2012-03-07 12:19:08 +01:00
nowrep
5ea084c09d
Fixed showing progressbar when opening new tab from <a target="_blank">
...
- search button in websearchbar no longer shows context menu
= fixed possible focus issue
2012-03-06 21:27:37 +01:00
nowrep
eb7de9a104
Various enhancements in Bookmark Importing.
...
- when importing from Html file, also bookmark folders are imported
- bookmark tree now shows folder structure
- fixed importing from UTF8 files
- loading icons in own thread = dialog won't freeze anymore
2012-03-06 15:28:52 +01:00
nowrep
63ed2573f4
Fixed rendering of Plugin List on KDE.
2012-03-05 23:34:00 +01:00
nowrep
94fdba5aba
Fixed building (removed one unused slot)
2012-03-05 20:41:54 +01:00
nowrep
6878522c31
Improved "Save Page Screen" dialog.
...
- it is now loading page screen in new thread
- it now resizes thumbnail to fit the dialog size
2012-03-05 14:33:24 +01:00
nowrep
1be705e9af
Now saving cookies with tabs (not on app quit). Closes #300
2012-03-05 14:32:24 +01:00
nowrep
6a3528e694
Extended Plugin API a bit.
2012-03-05 13:16:34 +01:00
nowrep
7dff6ad103
TabBar now accepts drops so you can drop url on it and open new tab.
...
- small modifications in locationbar regarding focus handling
2012-03-05 11:30:18 +01:00
Mladen Pejaković
f92df65819
Serbian translations update
2012-03-04 23:10:44 +01:00
nowrep
a85d975093
Reduced spacing in navigation bar and bookmarks toolbar.
...
- So also KDE users can be happy once again :-)
2012-03-04 22:30:45 +01:00
nowrep
af2add1a19
Fixed not sending Referer header to servers. Closes #299
2012-03-04 21:59:56 +01:00
nowrep
645765b509
Fixed Access Keys Navigation plugin build on Windows.
2012-03-04 20:23:03 +01:00
nowrep
e5e5cec7a5
Added Access Keys Navigation plugin. Closes #288
2012-03-04 18:30:34 +01:00
nowrep
aba444259a
Updated translations
2012-03-04 18:29:35 +01:00
stuarch
1f2e55e5e8
Update Simplified Chinese Translation
2012-03-05 00:15:46 +08:00
nowrep
39575cf2ab
Added statusbar message overly also in popup window.
...
- added progressbar into statusbar in popup window
2012-03-04 14:25:52 +01:00
nowrep
b1e38e859d
Alt+D shortcut for focusing locationbar. Closes #294
2012-03-03 21:35:02 +01:00
stuarch
4403b9b03e
Update Tradidtional Chinese Translations
2012-03-03 08:38:50 +08:00
Peter Vacula
bc606276eb
Updated
2012-03-02 13:32:27 +01:00
nowrep
cc9ef2c96d
Fixing issue with compilation on Haiku. See #290
2012-03-02 12:12:00 +01:00
nowrep
8b9934b236
Fixed focus handling when dropping urls in locationbar.
2012-03-01 18:32:53 +01:00
nowrep
a6a4147fe6
Fixed linking plugins on Windows
2012-02-29 18:35:20 +01:00
nowrep
8cef40cf98
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-29 18:34:22 +01:00
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
2012-02-29 18:33:50 +01:00
arabuli
52dcf1f3b8
Update src/lib/network/qupzillaschemehandler.cpp
2012-02-29 17:44:32 +08:00
arabuli
bb24822205
Update src/lib/other/aboutdialog.cpp
2012-02-29 17:44:31 +08:00
nowrep
9df1b8ca1e
Don't reload search results when saving search engines.
2012-02-28 18:57:05 +01:00
nowrep
20722a1343
Updated CA Certificates
2012-02-27 20:25:12 +01:00
nowrep
bcd411c1c0
Improved behaviour of opening new tab after current.
...
- when opening multiple background tabs from current tab, newly
opened tabs will be added after previous opened, not right after
current
so you will be able to switch to new tabs in opening order
2012-02-27 17:51:57 +01:00
stuarch
6bcd024798
Update Tradidtional Chinese Translations
2012-02-27 00:31:23 +08:00
Jonathan Hooverman
1243bcae08
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-25 17:11:19 +01:00
Jonathan Hooverman
a89c0861b8
Added German translation for MouseGestures Plugin
2012-02-25 17:10:09 +01:00
Mladen Pejaković
2b142a813b
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-25 16:35:16 +01:00
Mladen Pejaković
4cd00416fc
Serbian translations update
2012-02-25 16:34:22 +01:00
Jonathan Hooverman
7157763941
Updated German translation for TestPlugin
2012-02-25 16:31:28 +01:00
nowrep
8752adfc3d
Updated translations
2012-02-25 12:39:24 +01:00
nowrep
6eac428266
Changed appearance of plugin list in Preferences.
2012-02-25 12:34:16 +01:00
nowrep
783d49ce64
[Fix] Fixed showing plugin icons when plugin is not loaded.
2012-02-25 10:22:23 +01:00
Mladen Pejaković
ea7caa37bd
Mouse Gestures plugin ts files
2012-02-24 21:58:21 +01:00
Mladen Pejaković
aeb2e3c396
Mouse Gestures plugin Serbian translation
2012-02-24 21:56:38 +01:00
nowrep
aa55fac706
Small cleanup ...
2012-02-24 21:13:06 +01:00
nowrep
af7a041714
Added new plugin: Mouse Gestures.
...
- setting building plugins as default now
- closes #255
2012-02-24 21:03:44 +01:00
Mladen Pejaković
74a5c4422b
Improvements to Dictionary and Translate webview menu entries
2012-02-24 20:56:19 +01:00
Mladen Pejaković
d145b50c17
Cosmetic changes in webview context menu
2012-02-24 20:55:35 +01:00
Mladen Pejaković
bd5f86bd6d
Add 'Search with...' in context menu
2012-02-24 20:54:05 +01:00
nowrep
b65819dbed
Updated translations
2012-02-23 22:18:02 +01:00
nowrep
d8930197cb
Updated scripts to play nice with changed directory structure.
2012-02-23 22:07:05 +01:00
nowrep
862d287647
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-23 21:54:32 +01:00
nowrep
2eb6de0a34
[Fix] Fixed garbled rednering of Desktop notifications
2012-02-23 21:53:22 +01:00
Mladen Pejaković
6b2def1fc1
Example Plugin Serbian translations update
2012-02-23 21:32:37 +01:00
nowrep
b36e268e0b
[Fix] Fixed breaking speed dial when adding url with '
2012-02-23 20:24:44 +01:00
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00
nowrep
9a59711b78
[Fix] Fixed showing url's in locationbar. Regression from da3d929
2012-02-22 19:12:22 +01:00
nowrep
37f5d1bb6e
Improved Plugin API. Plugins can now receive input events.
...
- mousePress, mouseRelease, mouseMove
- keyPress, keyRelease
- only WebView class is sending these events now
2012-02-22 18:33:44 +01:00
nowrep
c082abdab9
Added Widya Walesa into translators (Indonesian)
...
- fixed issue when restoring tabs with special urls not being
properly percent encoded/decoded
2012-02-22 15:14:23 +01:00
nowrep
da3d929763
Always encoding query when showing url in locationbar.
2012-02-21 21:28:19 +01:00
nowrep
38b5a32bb9
Fixed make install issues on Linux. Closes #261
2012-02-20 22:34:09 +01:00
nowrep
119090c28c
Fixed showing edit context menu on gmail.com
2012-02-20 18:28:09 +01:00
nowrep
88de940dc1
Fixed cookie filtering, some cookies have empty domain().
2012-02-20 17:22:31 +01:00
nowrep
f82eda3bae
Added Brazilian Portuguese translation.
...
- thanks to Alexandre Carvalho
2012-02-20 16:43:41 +01:00
nowrep
48112e0576
Installing also plugins into /usr/lib/qupzilla/ on Linux.
2012-02-20 15:56:26 +01:00
nowrep
ef4fef4699
[Fix] Fixed "Open blank page on launch" option
...
- closes #260
2012-02-19 17:50:02 +01:00
nowrep
b6615f409f
Edited build config to build libqupzilla and link to it afterwards.
...
- edited plugins system - proper plugin loading / unloading
- edited plugins interface
2012-02-19 16:01:51 +01:00
nowrep
d47927feff
[Fix] Fixed crash with "don't quit upon last tab" option
...
- when closing last tab with image, QWebView::setUrl() was
for some reason crashing
2012-02-18 23:21:36 +01:00
nowrep
ba65648eae
Fixed building with CONFIG+=build_plugins
2012-02-18 23:08:44 +01:00
nowrep
7ceed34b05
Added little info about building plugins into BUILDING
...
+ fixed build issue when building plugins
2012-02-18 19:20:07 +01:00
nowrep
f3a800df5e
Merge branch 'master' of github.com:nowrep/QupZilla
2012-02-18 14:48:09 +01:00
nowrep
786d6f4029
Edited building system to support linking plugins.
...
- however plugins has to be statically linked
2012-02-18 14:47:38 +01:00
Jonathan Hooverman
a120351d0f
Fixed two strings in file bookmarkswidget.ui
2012-02-18 11:51:44 +01:00
nowrep
78993c30d4
Option to show only icons in bookmarks toolbar.
...
- available from bookmarks toolbar context menu
Closes #251
2012-02-17 19:54:58 +01:00
nowrep
164166282c
Whitelisting/blacklisting cookies in Cookies Manager.
...
- closes #240
2012-02-17 18:55:34 +01:00
nowrep
c4a34624cc
Another Cookie Manager performance improvement.
...
- this time it is a real performance improvement, not just keeping
window responsible
2012-02-17 16:45:18 +01:00
nowrep
20aee8f5ce
Updated translations
2012-02-16 20:26:49 +01:00
nowrep
b6d17e391d
Merge branch 'pejakm-master'
2012-02-16 20:18:01 +01:00
nowrep
9eead3037d
Moved all config info from qupzilla:about to qupzilla:config
2012-02-16 20:17:39 +01:00
nowrep
5db6ea18cc
Showing link to Bug Reports wiki page in Report bug page.
...
- https://github.com/nowrep/QupZilla/wiki/Bug-Reports
2012-02-16 18:55:03 +01:00
Mladen Pejaković
1b24cb9fc2
Added config.html previously forgotten
2012-02-15 22:28:39 +01:00
Mladen Pejaković
f92031d166
Merge remote-tracking branch 'upstream/master'
2012-02-15 21:36:54 +01:00
nowrep
be26075416
Fixed dark color of text in locationbar when using dark theme on Linux.
2012-02-15 21:21:16 +01:00
Mladen Pejaković
fb5f2b605e
Merge remote-tracking branch 'upstream/master'
2012-02-15 17:11:36 +01:00
nowrep
8d357f79da
Fixed Content-Disposition parser to support also filenames not enclosed
...
with quotes ("filename")
2012-02-15 14:39:46 +01:00
Mladen Pejaković
f613c8ae44
Merge remote-tracking branch 'upstream/master'
2012-02-15 14:11:09 +01:00
nowrep
04ec0cfcef
Showing decoded url in locationbar now instead of percent encoded.
...
- it will now show urls with non-ascii characters prettier
- however it will NOT decode url domain from punycode back to unicode
2012-02-15 14:06:28 +01:00
nowrep
39fbb8f130
Support for UTF-8 filenames in Content-Disposition header
...
- closes #250
2012-02-15 13:20:35 +01:00
Mladen Pejaković
982eff2c46
Merge remote-tracking branch 'upstream/master' into config_page
2012-02-14 17:22:07 +01:00
nowrep
ccb3863ccc
Using deleteLater() when deleting temporary menu in locationbar
...
- also in websearchbar
2012-02-14 17:01:50 +01:00
nowrep
6bb292efec
Version 1.1.8
2012-02-14 15:47:55 +01:00
Mladen Pejaković
a7f60e78d0
Fix width of the Speed Dial image placement selection box, not displaying long translation strings correctly
2012-02-14 02:24:40 +01:00
Mladen Pejaković
bb3598db14
Reduce visual clutter in bookmark widget
2012-02-14 00:18:41 +01:00
Mladen Pejaković
aec15d0176
Added QupZilla config page providing usefull information for troubleshooting
2012-02-13 19:09:02 +01:00
nowrep
55ff3beb30
Fixing crash in cookie manager introduced in previous commit.
2012-02-13 18:22:24 +01:00
nowrep
62294fee26
Greatly improved responsibility when loading a lot of cookies/history.
...
- also updated Italian and Russian homepage translations
2012-02-13 16:59:30 +01:00
nowrep
159a0c97d3
[Fix] Fixed potential endless loop when getting error opening url.
...
- when there is navigating error to http(s) page and WebKit throw
unsupported content error, there is possibility to stuck in
endless new tab opening loop when user has QupZilla as provider
for http(s) scheme
2012-02-12 18:02:05 +01:00
nowrep
fa5cfd7137
Updated Chinese translation + Russian homepage translation
2012-02-12 12:11:12 +01:00
nowrep
999bbeeb17
Finished Russian translation (thanks to Rustam Salakhutdinov)
2012-02-11 14:59:09 +01:00
nowrep
24ad0ffde7
Showing file size of downloaded file in download options dialog.
2012-02-11 14:37:19 +01:00
nowrep
42d9e93363
Fixing download issue introduced in last commit.
2012-02-11 14:19:41 +01:00
nowrep
14c7c08c44
[Fix] Fixed issue when attempting to download flash content.
...
- it occurred only when you don't have Flash plugin installed
2012-02-11 12:52:23 +01:00
nowrep
99609d109d
Little improvements in guessing download file info + in websearchbar.
...
- guessing file type and icon should now be more accurate
- when changing search engine in web searchbar and text in it
is not empty, it will automatically load search results.
2012-02-11 11:38:02 +01:00
nowrep
54c0ea65f8
Ctrl + click on back/forward buttons now goes back in new tab.
...
- available languages are now in first page in preferences
- updated Portuguese translation
2012-02-08 14:40:21 +01:00
nowrep
85108559c5
Option to change browser identification (User Agent) in Preferences.
...
- added Wu Cheng-Hong into translators
- enter in search toolbar now search next occurence
- closes #176
2012-02-07 18:37:44 +01:00
Jonathan Hooverman
48b8eb4d7f
Fixed some recently added strings
2012-02-06 21:53:31 +01:00
nowrep
1d83e4e69a
Option to Import/Export passwords into/from XML file.
...
- also updated Portuguese language
2012-02-06 20:10:50 +01:00
nowrep
30df150fe0
Global shortcuts to load pages in Speed Dial (Ctrl + Number)
...
- Ctrl + 1,2,3 ... 9 will load dials on the number position
- Alt + 1,2,3 ... 8 will switch to tab on the number position
* Alt + 9 will switch to last tab
2012-02-05 17:13:08 +01:00
nowrep
7167ce4a03
Add/remove bookmarks from speed dial when clicking on star icon.
...
- closes #80
2012-02-05 16:00:23 +01:00
nowrep
95d9d7b12d
Fixed showing desktop notifications on OS/2
2012-02-04 23:52:36 +01:00
nowrep
f65c565f06
Remember last folder to save newly added bookmarks.
2012-02-04 22:47:55 +01:00
nowrep
e28f8cf58a
[Fix] Sending links by e-mail now always send the full url.
...
- small code modifications
* using const Type &variables where possible
2012-02-04 19:43:43 +01:00
nowrep
b982b3a2a1
AdBlock can now block also unwanted popup windows.
...
- added AdBlock menu into WebView context menu
- added new test file for AdBlock
- small modifications in QupZilla icon
- fixed bug in downloads when accepting Preferences dialog
also accepted opened download dialog
2012-02-04 18:45:59 +01:00
nowrep
1876be5e66
Don't run adblock on local schemes (data/qrc/file/qupzilla).
...
- updated French & Portuguese translations
2012-02-04 11:46:33 +01:00
nowrep
05d6622e76
Changed message "Proxy host name not found" to "Proxy server not found"
...
- to be similiar to "Server not found" message
Closes #173
2012-02-02 16:09:35 +01:00
nowrep
bbec6d2ca4
[Fix] Setting correct popup window size when site requested it.
...
- now resizing webview to desired size, not the whole popupwindow
* popupwindow is containg statusbar + locationbar
2012-02-02 15:54:38 +01:00
nowrep
137275c8a5
Using saveGeometry and restoreGeometry for saving window geometry.
...
- instead of only geometry()
2012-02-01 20:31:51 +01:00
nowrep
64cea6cfee
Fixed build on OS/2
2012-02-01 18:31:50 +01:00
nowrep
434e15d5c7
Disable "Close window" action when there is only 1 window.
2012-02-01 17:01:08 +01:00
nowrep
fdaeac186f
OS/2 workaround for restoring window geometry
...
- geometry() is returning bad Y axis (+ 20 pixels)
2012-02-01 15:42:43 +01:00
nowrep
b2e42d2c32
Added possibility to "Go to web page" in background tab on middle click.
...
- fixed issue when editing bookmarks with percent encoding
- actions in edit menu are now fully functional and are appropriately
enabled/disabled
- new action in tools menu - "Web Inspector"
- updated Portuguese translation
2012-02-01 15:37:45 +01:00
nowrep
995eed9cfa
[Fix] Fixed saving usernames with spaces in Password Manager.
...
- using QUrl::fromEncoded instead of QString constructor everywhere
- reverted JHooverman's patch (changing print preview dialog's window
title)
* sorry about that, I personally think that showing "Print preview"
in print preview dialog is better than "Print..."
2012-01-31 21:10:22 +01:00
David Rosca
676b45070c
Fixed typing "v" into web searchbar
2012-01-31 11:35:03 +01:00
Jonathan Hooverman
ae7585b976
Rename window name of the print preview dialog to match menu entry
...
"Print". This will close #229 .
2012-01-30 20:57:13 +01:00
nowrep
d388efb0f2
[Fix] Fixed loading of some RSS feeds.
...
- namely: http://www.webkoop.nl/rss2/
- also fixed highlighting <namespace:tag> tags
2012-01-30 17:54:49 +01:00
nowrep
396ce19312
Updated Spanish + Portuguese translation.
...
- fix: don't show javascript url of bookmarklet in locationbar
when loading it
2012-01-30 17:18:10 +01:00
nowrep
dfe5108138
[Fix] Fixed loading of bookmarklets.
...
- bookmarklet = javascript code in bookmark
2012-01-29 17:46:02 +01:00
Jonathan Hooverman
61988aee03
Fixed string HTML5 web storage
2012-01-29 15:31:43 +01:00
Jonathan Hooverman
407b566f67
Fixes
2012-01-29 15:09:27 +01:00
nowrep
f9873c28df
[Fix] Loading incomplete urls in Speed Dial.
2012-01-29 14:38:59 +01:00
nowrep
0703789aa3
Finally fixed all issues/crashes related to Web Inspector.
...
- web inspector is now crash free with every QtWebKit version
- issue when changing tabs / virtual desktops that web inspector
was re-initializing itself is now fixed
* inspector was flashing
* inspector restored its state to first tab (Elements)
- inspector is now shown in dock widget again in windows
* no longer cause problems with Qt 4.8
2012-01-29 14:05:57 +01:00
nowrep
67c066decc
Fixed typo "Actually" -> "Currently" and updated Dutch translation.
2012-01-29 11:59:39 +01:00
nowrep
65639aa8c1
Non-native download dialog now shows "Save" instead of open. Closes #226
...
- also fixed issue with restoring closed tabs being inserted with +1
index in tabbar
- updated qupzilla.icns mac icons
2012-01-29 11:23:16 +01:00
nowrep
69416114dd
Fixed crash on start on Mac. Closes #225
2012-01-28 16:20:03 +01:00
nowrep
6530351afc
[Fix] Fixed middle mouse click on links.
2012-01-28 16:04:02 +01:00
nowrep
a044302a92
Option to use external download manager.
...
- also added some new git hooks
2012-01-28 15:37:11 +01:00
nowrep
085a8938c0
Little fixes for Windows, SSL Manager and Bookmark Import
...
- fixed encoding of qupzilla: pages on Windows
- fixed focus issues with overlay statusbar text on Windows
- fixed showing Local certificates in CA Certs in SSL Manager
- fixed showing empty icon on imported bookmarks
2012-01-28 12:02:37 +01:00
nowrep
24ec4e0292
Added option to (not) send Referer header to servers.
...
- also added button to delete html5 storage
2012-01-27 23:01:17 +01:00
nowrep
5bc7bd472c
[Fix] Fixed "Allow HTML5 Storage" option
2012-01-27 20:01:51 +01:00
nowrep
ea1eceb9d7
Applied patches for Mac OS + little modification of QupZilla icon.
...
- Mac patches by @ryandesign
- icon modifications by Sergio Cipolla, thanks!
- closes #220
- closes #221
- closes #222
2012-01-27 17:25:51 +01:00
Peter Vacula
f52a40d6f4
Updated slovak translation + fixed windows build
2012-01-26 21:24:50 +01:00
nowrep
d78df618b0
Little changes in "open new tab after active" + in ctrl+click on links
...
- when opening clean new tab, it will be opened at the end of tabbar
regardless of user settings
- fixing issue when ctrl+left clicking on dial in speed dial opening
page in new tab and also started to drag dial
2012-01-26 20:19:56 +01:00
nowrep
0cf13286d2
Added option to Enable/Disable HTML5 local storage + delete it on close.
...
- also fixed enable/disable history option
2012-01-26 18:23:35 +01:00
nowrep
09ac635faf
[Fix] Fixed "open new tab after active" option
2012-01-26 17:21:11 +01:00
nowrep
79caefb8aa
Don't show "Show menubar" action on Mac OS. Closes #129
...
- "SuperMenu" button won't be visible on Mac too
* there is no need to show it as Menu will always be visible
- also made little improvement in Mac theme
- updated Portuguese translation
2012-01-26 16:22:09 +01:00
nowrep
00f6262afc
Announcing Flash plugin support to sites again.
...
- typo "Italy" language -> "Italian" language
- updated Swedish translation
2012-01-25 19:13:12 +01:00
nowrep
e77c44f709
[Fix] Abord and delete NetworkReply when cancelling download request.
...
- fixes memory leak, size equal to download size was leaked
before
- added Spanish homepage translation
2012-01-25 17:46:37 +01:00
nowrep
86b923b24f
Don't save icons in Private Browsing Mode.
...
- fixed typo: using "current" instead of "actual"
2012-01-25 15:46:18 +01:00
David Rosca
647d1f610a
Finally fixes problem with compilation on Mac. Closes #215
2012-01-25 10:52:00 +01:00
Mladen Pejaković
b936f1b00f
Middle click on Show image right-click context menu opens image in new tab
2012-01-24 23:28:18 +01:00
Mladen Pejaković
a725a44c6b
Middle click to respect new tabs after active tab
2012-01-24 23:19:47 +01:00
nowrep
c6cbaa286b
Added shortcut for Paste&Search.
...
- merged pejakm-master and Mikino89-master
2012-01-24 20:12:00 +01:00
nowrep
fc13958953
Using static variables to store settings of WebView and LocationBar.
...
- in its own WebViewSettings and LocationBarSettings classes
- because we don̈́'t want to load settings on every creation of new
tab
2012-01-24 19:58:20 +01:00
nowrep
16526b0177
Handling Ctrl+Middle clicks on links in keyReleaseEvent.
...
- fixes problems when you open link in new tab (with middle
mouse click) and also paste text to focused input element
2012-01-24 19:12:31 +01:00
Mladen Pejaković
4423f884bf
Paste and Search action for Search Bar v2
2012-01-24 18:23:43 +01:00
Mladen Pejaković
a09766a2ee
Paste and Go action for Search Bar
2012-01-24 15:39:20 +01:00
Mladen Pejaković
5d057f9107
Automatic styling screwup fix
2012-01-24 15:21:16 +01:00
Mladen Pejaković
beca87fe19
Option to open new tabs after active tab (enabled by default)
2012-01-24 15:16:33 +01:00
nowrep
79f30b03e8
Little improvement in speed dial + option to set minimum font size.
...
- also registering SIGPIPE signal handler to prevent some unneeded
crashes when using QtWebKit 2.2
2012-01-23 19:28:47 +01:00
nowrep
342aa2e31f
[Fix] Fixed ugly big size of animation when loading pages in speed dial.
...
- this regression was introduced with option to change size of dials
- and .. um .. it was introduced by me, not Mladen :-)
2012-01-23 18:31:07 +01:00
nowrep
40ff69c87f
Fixed Report Issue page.
...
- sending to correct url (www.qupzilla.com/reportbug.php) now
2012-01-23 17:57:46 +01:00
nowrep
c31ee75928
History menu submenus and List of closed tabs in tab bar
...
- merged pejakm-master
- also using const variables in foreach loops everywhere it is possible
- updated translations
2012-01-23 17:30:34 +01:00
nowrep
08dae0e4ce
Merge branch 'master' of https://github.com/pejakm/QupZilla into pejakm-master
2012-01-23 16:01:58 +01:00
nowrep
23b73ce388
Fixing compilation on Mac. Closes #215
...
- one missing include: <QFileOpenEvent>
2012-01-23 16:01:02 +01:00
Mladen Pejaković
80216ce7dc
Option to replace opened tabs list with closed tabs list: no need to restart after change
2012-01-23 11:05:47 +01:00
Mladen Pejaković
c9741e9442
Option to replace opened tabs list with closed tabs list, in tab bar (Opera like behaviour)
2012-01-23 00:23:45 +01:00
Mladen Pejaković
4a4111161c
History menu submenus for recently visited and most visited
2012-01-23 00:14:01 +01:00
nowrep
ab342fa161
[Fix] Fixed icon in bookmark when dropping from site icon
2012-01-22 20:13:50 +01:00
nowrep
e163a8cd81
Added .gitignore + Paste&Go action works now from menu.
2012-01-22 18:40:49 +01:00
nowrep
2d5266333e
Don't trigger QWebPage::InspectElement twice on Windows.
2012-01-22 16:41:57 +01:00
nowrep
2ea51405fd
Fixed loading empty page upon closing last tab.
2012-01-22 16:28:11 +01:00
nowrep
0c699c709c
Little improvements regarding popup windows + opening new tabs.
...
- showing popup window in center of screen if requested position
has top left coordinates [0,0]
2012-01-22 15:15:43 +01:00
Jonathan Hooverman
832da27ea3
Updated German translation
2012-01-22 14:47:50 +01:00
nowrep
f7fa01519b
Improved context menu WebView actions.
...
- all functions related to craeting context menu are now
in base WebView class, not in subclasses
- it is now also possible to do actions on selected text
in input and textarea elements
- fixed bug in QtWebKit 2.2 when Direction menu was displayed
twice in context menu on input and textarea elements
2012-01-22 11:49:58 +01:00
Mladen Pejaković
dcd3615d81
Eye candy: icon for Open location in File menu
2012-01-22 02:49:25 +01:00
Mladen Pejaković
16334a72c7
Eye candy: icons for Copy (in webview)
2012-01-22 02:35:39 +01:00
Mladen Pejaković
8364ac7e18
Eye candy: icon for Dictionary menu entry
2012-01-22 02:34:55 +01:00
Mladen Pejaković
18ab37e5cd
Eye candy: icon for Send link in File menu (the same as in webview)
2012-01-22 02:34:05 +01:00
Mladen Pejaković
f74da6aa0c
Eye candy: icon for Open in new window in webview (the same as it is in File menu)
2012-01-22 02:33:05 +01:00
Mladen Pejaković
9a4c8f8a2b
Muted icon in Audio/Video element fixed
2012-01-22 01:43:09 +01:00
Mladen Pejaković
532d7e2816
Icons and send via mail menu entry in Audio/Video elements
2012-01-22 01:24:35 +01:00
nowrep
f8fea1f32e
Added context menu controls for Html 5 video/audio
...
- also fixed little issue when restoring tabs
(bad order of restored tabs)
2012-01-22 00:20:29 +01:00
nowrep
dfc667e785
[Fix] Fixed Paste&Go shortcut, it works now.
...
- for some reason, QKeySequence("Ctrl+Shift+V") doesn't work
so we catch it in keyPressEvent
2012-01-21 23:51:24 +01:00
nowrep
195288c83b
[Fix] Fixed restoring multiple windows + added global defines header
...
- also added tests directory with html files to test QupZilla behaviour
- it only contain opening links test, more tests will come
2012-01-21 23:19:38 +01:00
nowrep
bd9cead2c2
Updated translations.
2012-01-21 20:29:33 +01:00
nowrep
977f9db6f6
Refactoring whole code to support popup windows.
...
- it is needed to provide support for casting WebView
into TabbedWebView and PopupWebView
2012-01-21 20:27:45 +01:00
nowrep
a9f9876a25
Support for opening popup windows from JavaScript.
...
- it is now possible to detect and open popup windows
from window.open() javascript method.
- craeted classes PopupWindow, PopupWebView and PopupWebPage
for this purpose
- PopupWebView inherits from WebView
- PopupWebPage inherits from WebPage
2012-01-21 20:24:36 +01:00
nowrep
bbadb4ec37
Created new base WebView and WebPage classes.
...
- they can be used standalone, they are no longer bound to
being in TabWidget
2012-01-21 20:20:48 +01:00
David Rosca
61d41046b6
Merge pull request #206 from pejakm/master
...
Paste and go in locationbar context menu
2012-01-21 11:05:33 -08:00
Mladen Pejaković
d0c313f5b7
Location bar Paste and Go
2012-01-21 19:26:47 +01:00
Jonathan Hooverman
c1e4cebf42
Updated German translation
2012-01-21 18:16:47 +01:00
nowrep
647487fcdb
[Fix] Fixed searching strings with & character.
2012-01-21 00:20:30 +01:00
Mladen Pejaković
8e5ae0a698
Preferences UI index fix
2012-01-20 19:40:56 +01:00
Mladen Pejaković
7a5af39981
Don't quit upon closing last tab option
2012-01-20 14:12:26 +01:00
nowrep
0aeead3825
Little modifications in speed dial + fixed spelling mistake.
2012-01-20 13:10:05 +01:00
nowrep
156d67f25e
Merge branch 'master' of https://github.com/pejakm/QupZilla
...
Conflicts:
src/data/html/speeddial.html
src/network/qupzillaschemehandler.cpp
2012-01-20 12:15:27 +01:00
Mladen Pejaković
06c123f0e3
Resizing Speed Dials + eye candy, v2
2012-01-20 11:30:06 +01:00
nowrep
bdff655dc8
Small improvement in speed dial, added DuckDuckGo default search engine.
...
- also fixed bad spanish qt translation (qt_es.qm)
- closes #195
2012-01-20 11:29:28 +01:00
nowrep
1211018c2f
Small improvement in speed dial, added DuckDuckGo default search engine.
...
- also fixed bad spanish qt translation (qt_es.qm)
- closes #195
2012-01-19 18:05:21 +01:00
Mladen Pejaković
20f17ae7f1
Small fixes
2012-01-19 01:37:34 +01:00
Mladen Pejaković
63b8ea25c0
Add number of pages in a row in Speed Dial settings
2012-01-19 01:10:01 +01:00
nowrep
7db7f69ec0
New "plus" icon for new page in speed dial + updated Dutch translation
...
- the icon is not a masterpiece, but it is definitely better
than current one
2012-01-18 22:22:34 +01:00
nowrep
c41dc3b8be
Updated translations + little edits in speed dial.
2012-01-18 21:09:27 +01:00
Mladen Pejaković
bd5a39f3ba
Speed Dial background image
2012-01-18 20:10:04 +01:00
nowrep
ce7fc6e7ef
Restoring/saving pinned tabs only on first app window.
...
- also fixed some crashes when there is only download manager
window (when download is in progress and users closed browser
window)
2012-01-18 18:36:10 +01:00
nowrep
27c4441848
Improved possibility to open some actions in new tab.
...
- Alt+Enter shortcuts for locationbar and websearchbar
- middle click on magnifying glass (in websearchbar) now
open search results in new tab
- search results of selected page on page is now also opened
in new tab
- updated portuguese translation
2012-01-18 16:52:30 +01:00
nowrep
46edc8d5a2
Added option to edit bookmark from context menu in bookmarks toolbar.
...
- also added new function to Speed Dial to be able to get path of
background image file
- closes #189
2012-01-18 15:05:50 +01:00
nowrep
9aec7cf07f
[Fix] Fixed showing of "Are you sure to close x tabs?" question.
...
- also added translation comments for 3 strings in preferences
- closes #191
2012-01-18 12:58:09 +01:00
nowrep
7a9493a3b3
Edited windows installer, now installing msvc2008 redistributables.
...
- QupZilla now should run correctly on every MS system
2012-01-17 21:20:09 +01:00
nowrep
cb5242f98c
Using QImage for storing icons in database.
...
- fixed issue on some pages when icon was shown correctly in
locationbar, but not on tab
- using QImage for storing icons will help to have BookmarksModel
in separate thread
- unfortunately, all currently saved icons won't be possible to load
so I recommend erasing all icons (to not waste space in db)
2012-01-17 19:27:24 +01:00
Mariusz Fik
1b7c37afd0
use country only for translation contributions
...
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-01-17 12:39:30 +01:00
nowrep
1add497966
Making "QupZilla" translatable in window title.
2012-01-16 18:28:56 +01:00
nowrep
8846b5b973
Change: Ctrl+F5 and Ctrl+Shift+R shortcuts for reload and bypass cache.
2012-01-16 17:40:28 +01:00
nowrep
65a3badf38
Added Ctrl+R shortcut for reload + Shift+F5 for reload & bypass cache.
2012-01-16 17:31:15 +01:00
nowrep
52e0e206b5
Using "Intel Mac" in user agent when compiling on intel. Closes #148
2012-01-16 16:28:41 +01:00
nowrep
67d4da74fd
Merge branch 'master' of github.com:nowrep/QupZilla
2012-01-16 15:41:45 +01:00
David Rosca
f7aa86a824
Removing bin/plugins directory from install target in qmake.
2012-01-16 11:01:14 +01:00
nowrep
6297f7f3d0
Added Mariusz Fik into translators + updated Spanish translation.
2012-01-15 19:39:25 +01:00