nowrep
7b3b4f9b94
[Regression] Fixed restoring session with pinned tabs.
...
Regression from adding tabs on top feature.
2013-02-15 22:18:46 +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
ed928dc512
[Mac Global Menu] Added some new slots to support our MENU_RECEIVER idea.
2013-02-09 14:47:19 +03:30
nowrep
60550fcbfb
Fixed scrolling to anchor(#) links in background tabs.
...
Setting correct QWebPage::viewportSize() on creation.
Closes #663
2013-02-06 17:42:32 +01:00
nowrep
c1c1b4130e
New option "Open new empty tabs after active tab".
...
Closes #544
2013-01-25 23:49:46 +01:00
nowrep
365c0d5efd
Qt5: Added info about Qt version into session files.
...
It will break restoring sessions from Qt4 into Qt5.
QupZilla can now run with Qt5.
(there are still some issues to be resolved)
2012-12-20 15:22:14 +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
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
2012-09-04 12:42:45 +02:00
nowrep
c71cf910cb
TabBar: If not enough space, show close button only on current tab
...
- removed "Show close button on tabs" option as it is now redundant
2012-09-03 22:40:52 +02:00
nowrep
3065d58b25
Fixed width of pinned tab with Oxygen theme.
...
- also added runtime check of current Qt theme in use
2012-09-03 13:24:29 +02:00
nowrep
b2181f0bab
Coding style: Use empty QString() constructor instead of "" everywhere
2012-09-02 11:42:41 +02:00
nowrep
cf2c28cfdb
Updated coding style
2012-08-31 15:19:07 +02:00
nowrep
f1c9112a86
Fixed close buttons on tabs not working after recent commit.
...
closes #533
2012-08-28 10:40:03 +02:00
nowrep
2acc6021aa
Regression: Fixed restoring sessions with pinned tabs.
...
- it was opening & restoring tabs in new window
2012-08-24 19:24:48 +02:00
nowrep
c6445513e0
Don't close additionally opened tabs when restoring session
...
- if user opens app after crash, he will get 1 tab asking him
about restoring a session
if user opens another tabs and later decides to restore session,
new opened tabs won't be closed
Patch by Franz Fellner
2012-08-22 13:45:03 +02:00
nowrep
80e89b2644
New Restore Session GUI - allows choosing to/not to restore each tab
...
- added as new qupzilla:restore page
- thanks a lot for work by Franz Fellner
closes #515
2012-08-21 20:28:38 +02:00
S. Razi Alavizadeh
1df223fbd1
Fixed problem about location of 'm_buttonAddTab' when there are lots of tabs opened.
2012-08-21 00:20:31 +04:30
S. Razi Alavizadeh
89f9fc9ac2
Added support for Right To Left layout direction and also themes support RTL!
2012-08-13 09:26:21 +02:00
nowrep
36dfab9895
Fixed loading url on new tab from preferences.
...
- regression from 14e0040a9f
2012-07-13 22:45:40 +02:00
nowrep
14e0040a9f
AdBlock: Fixed $third-party option when Referer header is empty
...
- should fix a lot of false positives with $third-party rules
see #444
2012-07-13 11:04:14 +02:00
nowrep
dd170f653f
Using QChar instead of 1-char QString everywhere
2012-07-01 18:50:18 +02:00
nowrep
38ef828b82
Private browsing now opens new browser window (in own process)
...
- closes #415
2012-06-26 11:49:39 +02:00
nowrep
8f75fd2532
Fixed crash when cleaning cache while cache is not used (disabled).
2012-06-15 17:43:19 +02:00
nowrep
07e4b7d559
AddTab button: Middle click opens tab with text/url from X11 clipboard
2012-05-27 12:44:56 +02:00
nowrep
cf5d399f00
Added possibility to change icon of bookmarks
...
- created new IconChooser class with option to choose
icon from file or icon from database
Closes #401
2012-05-22 11:46:22 +02:00
nowrep
e4e9639406
Fixed "Hide tabs when there is only one tab" option.
...
- fixed hiding tabbar when using "Close other tabs" action
2012-04-25 11:35:13 +02:00
nowrep
2055621f2a
Show star icon in completer when item is from bookmarks.
...
- IconProvider has no longer static members
- new macro qIconProvider for accessing IconProvider instance
2012-04-22 20:51:28 +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
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
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
7c7c1787bc
Fixed saving settings in plugins.
2012-04-03 20:23:15 +02:00
nowrep
1c270046ec
Navigating in tabs with Ctrl + PgUp/PgDown.
...
- closes #331
2012-03-22 17:19:10 +01:00
nowrep
471ac7ba1f
Fixed building with NONBLOCK_JS_DIALOGS + other small fixes.
2012-03-16 23:28:23 +01:00
nowrep
f590ad1925
Removed use of whatsThis() and other code cleanups
2012-03-13 17:51:06 +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
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
cb603f409a
Send Referer header when opening new tab from webview.
2012-03-10 13:57:50 +01:00
nowrep
63ed2573f4
Fixed rendering of Plugin List on KDE.
2012-03-05 23:34:00 +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
nowrep
8b9934b236
Fixed focus handling when dropping urls in locationbar.
2012-03-01 18:32:53 +01:00
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
2012-02-29 18:33:50 +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
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00