nowrep
18a1d4802e
Don't use double QUrl::fromUserInput in QupZilla constructor.
...
Closes #762
13 years ago
S. Razi Alavizadeh
09bfa457e8
Forgotten changes from 91c88872f8, 6a4c45c0ad and 7b3b4f9b94
13 years ago
nowrep
91c88872f8
Go to fullscreen in QWindoStateChangeEvent.
...
It is now possible to go properly to fullscreen also from Window
Manager's actions/shortcuts.
13 years ago
S. Razi Alavizadeh
6a4c45c0ad
[Win] another solution,`isChangingTab()` removed from last commit.
13 years ago
nowrep
7b3b4f9b94
[Regression] Fixed restoring session with pinned tabs.
...
Regression from adding tabs on top feature.
13 years ago
S. Razi Alavizadeh
c4b98d4a7a
[Win] This fix completes e934af9
13 years ago
S. Razi Alavizadeh
7c0e0ab45e
[Mac] Changed fullscreen shortcut to Ctrl+Fll, and fixed issue from 83f3c90752
13 years ago
nowrep
e069da55e3
[X11] Fixed showing window in fullscreen with XFCE.
...
Closes #648
13 years ago
nowrep
8a1502c9cf
Draw line at the bottom of navigation bar if tabs are on top.
...
To visually distinguish navigation bar from the page
13 years ago
nowrep
76f324549e
Updated copyright to 2013.
...
Closes #750
13 years ago
nowrep
b525e0740a
Don't save window geometry when in fullscreen.
13 years ago
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.
13 years ago
nowrep
8a6beac501
Show toolbars menu on right click in menubar and navigation toolbar.
13 years ago
nowrep
83f3c90752
Added option to show tabs on top.
...
You can change it in Menu View -> Toolbars
Closes #640
13 years ago
S. Razi Alavizadeh
05a8b7fcc5
[Mac] Fixed, actions were not triggered.
13 years ago
S. Razi Alavizadeh
a1ff0799cb
[Mac gobalmenu] Fixed issue about bookmark menu and sidebar menu.
13 years ago
S. Razi Alavizadeh
7b0e45269f
[Mac] Create menubar's instance just for FirstAppWindow
13 years ago
S. Razi Alavizadeh
4e87177c15
Enabling actions moved to MacMenuReceiver.
13 years ago
S. Razi Alavizadeh
ed928dc512
[Mac Global Menu] Added some new slots to support our MENU_RECEIVER idea.
13 years ago
S. Razi Alavizadeh
860b5b8440
[Mac] Added support for global-menu.
...
-Added MacMenuReceiver class
-Added MENU_RECEIVER as receiver for action's signal
13 years ago
S. Razi Alavizadeh
a05c4b2bdb
Added FTP support. (List and Download)
13 years ago
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
13 years ago
nowrep
c1c1b4130e
New option "Open new empty tabs after active tab".
...
Closes #544
13 years ago
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).
13 years ago
nowrep
498f24add1
[Code] Renamed AutoFillModel + new class PageFormCompleter.
13 years ago
nowrep
e28f9d438e
[Code] qz_ prefixed functions moved to QzTools namespace.
13 years ago
Longer
54724ead2b
Added Ctrl+F4 shortcut to close current tab.
13 years ago
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
13 years ago
S. Razi Alavizadeh
6c3d210544
[Qt5][Windows] Now QupZilla compiles with Qt5 on Windows (msvc).
...
-There are some issues when enabling blur effect!
13 years ago
S. Razi Alavizadeh
6072b7c4be
[Windows] fixed include conflicting when defining 'W7TASKBAR'
13 years ago
nowrep
64a180d1fe
Enable new features in QtWebKit 2.3.0
...
Also hiding new features in preferences if building
with older QtWebKit versions.
13 years ago
nowrep
02ea92ad28
Qt5: X11: Fixed moving windows to virtual desktops
...
Moving windows to virtual desktops upon restoring
session.
13 years ago
nowrep
bdc9a0417a
Qt5: Added new option to use Caret Browsing
...
It can be enabled from Preferences -> Browsing,
Menu View or with F7 shortcut.
13 years ago
nowrep
44693080cb
Qt5: Fixed Q_WS_X11 macro usage
13 years ago
nowrep
d80990fd50
Qt5: Fixed crash when choosing encoding of page
13 years ago
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.
13 years ago
nowrep
930720517a
Updated translations
13 years ago
Franz Fellner
64ab914ab1
Make Ctrl+Q shortcut work on X11 for WMs other than Kde or Gnome.
...
e.g. when running e17, fluxbox, twm...
13 years ago
nowrep
889e2743f5
New icons for 'new-tab' and 'tab'
...
Also added icon to 'Switch to tab' text in
locationbar completer popup.
13 years ago
nowrep
1add5b51ca
Fixed regression from 85d09c8a64
...
- crashing with disabled adblock icon
- thanks to @ff2000
13 years ago
nowrep
85d09c8a64
Added option to disable Alt/Ctrl + numbers shortcuts
...
Closes #647
13 years ago
Luke Dashjr
66081f8625
Fixed moving restored windows to virtual desktops
...
- it wasn't working on some X servers
14 years ago
nowrep
7f62d2e602
Option to hide Reload/Stop buttons in navigation bar
...
closes #615
14 years ago
S. Razi Alavizadeh
37e5aba76c
Fixed, don't show supermenu in fullscreen mode.
14 years ago
nowrep
eddc51734a
Version 1.3.5
14 years ago
nowrep
a79522be4d
Show unsorted bookmarks in bookmarks menu.
14 years ago
nowrep
f548c45f6a
Check for normal tabs count when asking whether to close window.
...
- eg. don't take into account pinned tabs
14 years ago
Mark Tolley
36dd2e086d
Fix build on windows
14 years ago
nowrep
3c70ebcd65
Regression: Fixed restoring state on Windows.
...
- regression from previous commit
14 years ago
nowrep
55845ab4df
X11: Restore windows on correct virtual desktops
...
- this will not be used for first application window, to prevent
starting application and no window being opened on current
desktop
= applies only for other restored windows (2nd, 3rd, ...)
14 years ago