nowrep
d885444501
[Code] Use QVector instead of QList for elements bigger than pointer.
2013-02-26 12:56:11 +01:00
David Rosca
560c4c414c
Merge pull request #780 from srazi/master
...
[Windows] Don't update transparent margins on close.
2013-02-24 04:17:03 -08:00
S. Razi Alavizadeh
0066027215
fixed hiding bookmarksToolbar after going back from fullscreen.
2013-02-24 15:41:06 +03:30
nowrep
bed43ed0c8
[Qt5] Use RegExp wrapper to take advantage of new regexp engine.
...
QzRegExp wrapper is using QRegExp directly on Qt 4 and
QRegularExpression (with PCRE engine) on Qt 5.
2013-02-24 10:57:58 +01:00
S. Razi Alavizadeh
c7193162d2
[Windows] Don't update transparent margins on close.
2013-02-23 01:41:33 +03:30
nowrep
7fae03959d
TabsOnTop: Fixed picking correct color for drawing line at the bottom of
...
navigation container.
2013-02-22 18:31:44 +01:00
nowrep
18a1d4802e
Don't use double QUrl::fromUserInput in QupZilla constructor.
...
Closes #762
2013-02-19 11:56:47 +01:00
S. Razi Alavizadeh
09bfa457e8
Forgotten changes from 91c88872f8
, 6a4c45c0ad
and 7b3b4f9b94
2013-02-18 23:33:46 +03:30
nowrep
91c88872f8
Go to fullscreen in QWindoStateChangeEvent.
...
It is now possible to go properly to fullscreen also from Window
Manager's actions/shortcuts.
2013-02-17 11:05:35 +01:00
David Rosca
e718e00e5c
Merge pull request #760 from srazi/master
...
Fixed some platform specific issues.
2013-02-16 13:29:50 -08:00
S. Razi Alavizadeh
6a4c45c0ad
[Win] another solution,isChangingTab()
removed from last commit.
2013-02-16 16:02:33 +03:30
nowrep
7b3b4f9b94
[Regression] Fixed restoring session with pinned tabs.
...
Regression from adding tabs on top feature.
2013-02-15 22:18:46 +01:00
S. Razi Alavizadeh
c4b98d4a7a
[Win] This fix completes e934af9
2013-02-15 01:53:28 +03:30
S. Razi Alavizadeh
7c0e0ab45e
[Mac] Changed fullscreen shortcut to Ctrl+Fll, and fixed issue from 83f3c90752
2013-02-14 21:36:38 +03:30
nowrep
e069da55e3
[X11] Fixed showing window in fullscreen with XFCE.
...
Closes #648
2013-02-11 17:59:21 +01:00
nowrep
8a1502c9cf
Draw line at the bottom of navigation bar if tabs are on top.
...
To visually distinguish navigation bar from the page
2013-02-11 13:08:11 +01:00
nowrep
76f324549e
Updated copyright to 2013.
...
Closes #750
2013-02-11 09:59:53 +01:00
nowrep
b525e0740a
Don't save window geometry when in fullscreen.
2013-02-09 15:47:06 +01:00
nowrep
945b40f2a5
Improved showing navigation in fullscreen.
...
It will now hide navigation toolbar after 1 second instead
of hiding it instantly when on mouse leave.
2013-02-09 15:44:17 +01:00
nowrep
8a6beac501
Show toolbars menu on right click in menubar and navigation toolbar.
2013-02-09 14:08:12 +01:00
nowrep
83f3c90752
Added option to show tabs on top.
...
You can change it in Menu View -> Toolbars
Closes #640
2013-02-09 13:00:45 +01:00
S. Razi Alavizadeh
05a8b7fcc5
[Mac] Fixed, actions were not triggered.
2013-02-09 14:47:25 +03:30
S. Razi Alavizadeh
a1ff0799cb
[Mac gobalmenu] Fixed issue about bookmark menu and sidebar menu.
2013-02-09 14:47:24 +03:30
S. Razi Alavizadeh
7b0e45269f
[Mac] Create menubar's instance just for FirstAppWindow
2013-02-09 14:47:22 +03:30
S. Razi Alavizadeh
4e87177c15
Enabling actions moved to MacMenuReceiver.
2013-02-09 14:47:21 +03:30
S. Razi Alavizadeh
ed928dc512
[Mac Global Menu] Added some new slots to support our MENU_RECEIVER idea.
2013-02-09 14:47:19 +03:30
S. Razi Alavizadeh
860b5b8440
[Mac] Added support for global-menu.
...
-Added MacMenuReceiver class
-Added MENU_RECEIVER as receiver for action's signal
2013-02-09 14:47:18 +03:30
S. Razi Alavizadeh
a05c4b2bdb
Added FTP support. (List and Download)
2013-01-28 13:22:55 +03:30
nowrep
32f69c89be
Don't steal Ctrl+U/B/I shortcuts from page.
...
When writing eg. mail on gmail, you can make text bold,
underline and italic with Ctrl+U/B/I shortcuts.
It will now correctly process the web action instead
of showing bookmarks sidebar, source of page and page info.
Shortcut for bookmarks sidebar has been change to Ctrl+Shift+B
2013-01-26 21:58:09 +01:00
nowrep
c1c1b4130e
New option "Open new empty tabs after active tab".
...
Closes #544
2013-01-25 23:49:46 +01:00
nowrep
b7cc728d63
Improved PopupWindow + added correspoding tests.
...
Added menu to popup windows. It is now also possible
to search on page in popup window (Ctrl+F).
2013-01-25 19:52:30 +01:00
nowrep
498f24add1
[Code] Renamed AutoFillModel + new class PageFormCompleter.
2013-01-24 17:47:50 +01:00
nowrep
e28f9d438e
[Code] qz_ prefixed functions moved to QzTools namespace.
2013-01-22 19:04:22 +01:00
Longer
54724ead2b
Added Ctrl+F4 shortcut to close current tab.
2013-01-22 11:30:09 +01:00
nowrep
14ca6e2f0d
Added new macros for checking QTWEBKIT version.
...
QTWEBKIT_FROM_2_2 - >= 2.2.0
QTWEBKIT_TO_2_2 - < 2.2.0
QTWEBKIT_FROM_2_3 - >= 2.3.0
QTWEBKIT_TO_2_3 - < 2.2.0
It also check whether Qt5 is used and if so, it will
compile all features just like the QtWebKit version
was 2.3.0
2013-01-20 12:10:28 +01:00
S. Razi Alavizadeh
6c3d210544
[Qt5][Windows] Now QupZilla compiles with Qt5 on Windows (msvc).
...
-There are some issues when enabling blur effect!
2013-01-20 01:52:30 +03:30
S. Razi Alavizadeh
6072b7c4be
[Windows] fixed include conflicting when defining 'W7TASKBAR'
2013-01-19 23:49:41 +03:30
nowrep
64a180d1fe
Enable new features in QtWebKit 2.3.0
...
Also hiding new features in preferences if building
with older QtWebKit versions.
2013-01-09 18:47:36 +01:00
nowrep
02ea92ad28
Qt5: X11: Fixed moving windows to virtual desktops
...
Moving windows to virtual desktops upon restoring
session.
2012-12-22 15:01:55 +01:00
nowrep
bdc9a0417a
Qt5: Added new option to use Caret Browsing
...
It can be enabled from Preferences -> Browsing,
Menu View or with F7 shortcut.
2012-12-22 13:52:46 +01:00
nowrep
44693080cb
Qt5: Fixed Q_WS_X11 macro usage
2012-12-22 12:47:45 +01:00
nowrep
d80990fd50
Qt5: Fixed crash when choosing encoding of page
2012-12-22 12:03:54 +01:00
nowrep
89e091f09c
Qt5: Main code has been edited to support both Qt4 and Qt5
...
It doesn't include plugins yet.
Even thought the app can be built with Qt5 now, it won't run.
I am still working on a fix.
2012-12-20 14:45:35 +01:00
nowrep
930720517a
Updated translations
2012-12-10 14:59:12 +01:00
Franz Fellner
64ab914ab1
Make Ctrl+Q shortcut work on X11 for WMs other than Kde or Gnome.
...
e.g. when running e17, fluxbox, twm...
2012-12-10 12:47:28 +01:00
nowrep
889e2743f5
New icons for 'new-tab' and 'tab'
...
Also added icon to 'Switch to tab' text in
locationbar completer popup.
2012-12-08 14:10:30 +01:00
nowrep
1add5b51ca
Fixed regression from 85d09c8a64
...
- crashing with disabled adblock icon
- thanks to @ff2000
2012-12-02 00:59:17 +01:00
nowrep
85d09c8a64
Added option to disable Alt/Ctrl + numbers shortcuts
...
Closes #647
2012-11-28 11:27:30 +01:00
Luke Dashjr
66081f8625
Fixed moving restored windows to virtual desktops
...
- it wasn't working on some X servers
2012-11-04 23:50:20 +01:00
nowrep
7f62d2e602
Option to hide Reload/Stop buttons in navigation bar
...
closes #615
2012-10-20 11:31:45 +02:00