S. Razi Alavizadeh
b880a920ff
[Windows] Fixed PROFILEDIR when using Qt4.
2014-02-13 17:23:20 +03:30
S. Razi Alavizadeh
f52d5fa234
[Themes][RTL] Use correct icons for tabbar scroll buttons.
...
- also fixed compile issue on Windows.
2014-02-12 19:41:05 +03:30
nowrep
f5955c7b92
[Window] Disable updates when showing/hiding toolbars
2014-02-12 14:23:23 +01:00
nowrep
9b6db07b9c
[BookmarksToolbar] Fixed window flicker when showing toolbar
2014-02-12 11:26:02 +01:00
nowrep
896ab6bac9
[Shortcuts] Ctrl+W shortcut no longer closes a pinned tab
...
Pinned tab can now only be closed from tab context menu
2014-02-12 11:16:57 +01:00
nowrep
dc6f71a1b8
[Preferences] Update default settings on some options
...
TabsOnTop: Enabled by default
DontLoadTabsUntilSelected: Enabled by default
AfterLaunch: Restore session is now default
2014-02-11 15:44:47 +01:00
nowrep
c1293fca3f
[Windows] Use %APPDATA% for PROFILEDIR
...
Also show warning message when using deprecated config path ~/.qupzilla
2014-02-11 09:40:47 +01:00
nowrep
284e58ebca
[Bookmarks] Cleanup in Bookmarks class
2014-02-10 12:58:34 +01:00
nowrep
946354a15d
[Bookmarks] Load default bookmarks on error
2014-02-09 18:55:11 +01:00
nowrep
395b865d55
[Bookmarks] Various smaller changes
...
BookmarksTreeView: Select & ensure visibility of newly added bookmark
BookmarksTools: Added function to open folder in tabs
LocationCompleterModel: Removed bookmarks bits in createQuery
QupZilla: loadAddress now opens new tab if current tab is pinned
2014-02-09 15:09:04 +01:00
nowrep
511a6e1cd7
[Bookmarks] BookmarksSidebar is now working
2014-02-09 11:02:51 +01:00
nowrep
973014ae89
[EnhancedMenu] Rename signals to ctrlTriggerd and shiftTriggered
2014-02-09 01:14:00 +01:00
nowrep
bb6ead3ad4
[Bookmarks] Bookmarks menu is now working
2014-02-09 01:09:08 +01:00
nowrep
a805f19f13
[Bookmarks] Add bookmarks dialogs are now working
2014-02-08 23:01:01 +01:00
nowrep
1536cd0c46
[Bookmarks] Save bookmarks with AutoSaver
...
Also implement loading & saving expanded property of top-level
internal folders (toolbar, menu, unsorted).
2014-02-08 21:11:13 +01:00
nowrep
8c3623e633
[Bookmarks] BookmarksManager now uses new BookmarksTreeView
2014-02-08 18:14:38 +01:00
nowrep
03186060aa
[Bookmarks] New bookmarks backend using JSON format
...
New format is compatible with Chromium's Bookmarks file.
It will support everything as the current backend +
* multi-level bookmarks
* bookmark description
* bookmark keyword
* remember expanded state (for folders)
NOTE: It is NOT yet complete. There is a LOT of work still needed.
Only bookmarks loading + saving and internal tree representation is
done.
2014-02-06 17:13:05 +01:00
nowrep
371306cd3c
[Code] Various cleanups in Bookmarks code
2014-02-05 17:52:14 +01:00
nowrep
fe9ecbbbaa
[Code] Renamed BookmarksModel class to Bookmarks
...
It actually is not model. BookmarksModel name will be needed for future
Bookmarks DataModel class.
2014-02-05 15:26:51 +01:00
nowrep
f824a81da3
[ProfileUpdater] Don't overwrite settings.ini on incompatible profile data
2014-02-04 23:03:21 +01:00
nowrep
5b55d5b483
Add build option to disable new version checking
...
Closes #1184
2014-02-02 16:21:48 +01:00
nowrep
260447e414
[coverity] Fixes for issues found by scan.coverity.com
2014-02-01 19:21:49 +01:00
nowrep
a0117e6313
Updated copyright to 2014
2014-01-26 19:13:17 +01:00
nowrep
585da812dd
Development version 1.7.0
2014-01-26 19:12:34 +01:00
nowrep
29b6b93dd4
[Portable] Portable mode can now be enabled with commandline option
...
It is not needed to rebuild for Portable mode.
However, it is still possible to enforce portable mode with
PORTABLE_BUILD build option.
2014-01-23 13:02:07 +01:00
nowrep
a1f9b784d7
[CommandLineOptions] New option to toggle fullscreen.
2014-01-22 17:34:25 +01:00
nowrep
a1a0764101
[CommandLineOptions] Change Qt url to qt-project.com
2014-01-22 17:11:17 +01:00
nowrep
b347d00479
[CloseDialog] Fixed string in window close dialog.
...
Are you sure to quit QupZilla -> Are you sure to close this window
2014-01-21 23:09:53 +01:00
nowrep
354b9d1695
[Preferences] Lazy reload of MainApp preferences
...
Re-setting user stylesheet with a lot of AdBlock hiding rules
takes quite some time for QtWebKitSettings.
2014-01-18 11:41:08 +01:00
nowrep
bcaecbdde1
[Translations] Correctly load translation for non-translated countries
...
Closes #1152
2014-01-17 21:39:02 +01:00
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
2014-01-11 16:11:42 +01:00
Mladen Pejaković
3a3e7341a2
Thematic changes
2014-01-05 00:44:36 +01:00
S. Razi Alavizadeh
141f0bf142
Ability to run portable version together with installed version.
2014-01-02 20:01:12 +03:30
nowrep
e6fe3ad917
[OS/2] Another OS/2 build fixes
2014-01-02 15:26:44 +01:00
S. Razi Alavizadeh
68cdba9e3a
Fixed some small issues when re-loading settings.
2014-01-02 15:40:23 +03:30
nowrep
d58ad2e6a1
[OS/2] Build fix
2014-01-01 23:15:50 +01:00
nowrep
4e4e653f9f
Version 1.6.0
2014-01-01 20:55:33 +01:00
nowrep
da15e5868d
[CodingStyle] Don't use references when assigning to local variable
...
Let the compiler do the optimization
2013-12-30 13:43:48 +01:00
nowrep
b8cb20ced6
Revert "[Code] Use QDir::separator() instead of hardcoded "/""
...
This reverts commit 4f059a75ee
.
It is really not helpful at all (Qt will automatically use native
separators)
2013-12-27 15:09:42 +01:00
nowrep
a9dc3a929a
[Code] Added comment
2013-12-27 15:09:31 +01:00
nowrep
4f059a75ee
[Code] Use QDir::separator() instead of hardcoded "/"
...
QDir::separator() returns native separator (= "\" on Windows)
2013-12-26 20:52:21 +01:00
nowrep
3d4da9e4ea
[FileDialogs] Remember last path in all dialogs
...
Closes #1075
2013-12-25 19:06:58 +01:00
S. Razi Alavizadeh
bff614144b
Added TabStackedWidget + ComboTabBar
...
Set of patches:
Introduce TabStackedWidget+ComboTabbar
[Windows] Fix enabling blur background in fullscreen
[ComboTabBar] Fix some issues with pinned tabs
[ComboTabBar] Don't use pointer to integer,
Implement TabStackedWidget::keyPressEvent() and fix changing tab by wheel event
Fix animation delay of dragged tab's buttons.
[ComboTabBar] Add themable scrollButtons
2013-12-23 20:30:54 +01:00
nowrep
3295899230
Files with relative paths can now be opened from command line
...
Closes #1109
2013-12-18 17:51:38 +01:00
nowrep
d519a1253e
[Sessions] Last 2 sessions are now backuped in profile directory.
...
Closes #1100
2013-12-06 21:26:07 +01:00
nowrep
c9ff4f1c94
SearchEngines: Return SearchResult on all searches
2013-11-09 13:32:03 +01:00
nowrep
8a5a4017d6
SearchEngine: Prepare for POST method support
2013-11-08 22:17:27 +01:00
nowrep
2abefeaf79
AdBlock: Added option to use full EasyList subscription
...
Instead of downloading only the essential half of EasyList,
user can now choose to download and use the full list.
This restriction is still here because the other half of EasyList
is full of domain restricted rules that are using RegExps in our
implementation, and thus being slow.
2013-11-03 16:04:38 +01:00
nowrep
6f6bba66f6
X11: Use different WM_CLASS for private browsing window
2013-10-21 15:59:25 +02:00
nowrep
e56a3a69f8
X11: Changed main window WM_CLASS to "QupZilla Browser"
2013-09-14 21:26:40 +02:00
S. Razi Alavizadeh
dfa2218893
[Windows] Fixed disabling transparent effect when composition is disabled by OS.
2013-09-03 10:14:51 +04:30
S. Razi Alavizadeh
99236b58be
Open the new window in the screen contains the last active window.
2013-08-04 00:47:15 +04:30
S. Razi Alavizadeh
7dbaf71f23
Fixed changing TabsOnTop option when there are more than one window.
2013-08-04 00:39:54 +04:30
Jonathan Hooverman
4848def230
Modified copyright year
2013-07-11 16:21:57 +02:00
nowrep
7e00f73daf
Define QzTools::setWmClass on all platforms.
...
Get rid of #ifdef's and make it do nothing on non X11.
2013-07-08 00:08:05 +02:00
nowrep
dccf8d9787
X11: Set correct WM_CLASS property to windows
...
Closes #968
2013-07-07 12:32:55 +02:00
nowrep
f149aaebf2
Add possibility to load themes from profile directories.
...
Themes are now loaded from the following directories:
1. Directory "themes" in user profile
2. Directory "themes" in root profile directory
3. System data path
> /usr/share/qupzilla/themes on Linux
> $EXECUTABLE_DIR/themes on Windows
Closes #928
2013-06-07 12:59:22 +02:00
nowrep
9be2b6f5ca
Fix "Hide tabbar with only one tab" option to work also with fullscreen.
...
Closes #927
2013-06-06 13:14:12 +02:00
nowrep
197240845d
[Oxygen] Tweaked last icon to be used from theme.
2013-06-02 22:47:02 +02:00
nowrep
0c7dea70fd
[Oxygen] Use preference icons from theme if available.
2013-06-02 17:37:38 +02:00
nowrep
7dcb19bb5f
Add "Save Page Screen" action into super menu.
...
Also removed unncessary usage of ActionCopy.
Closes #913
2013-06-02 17:28:52 +02:00
nowrep
1a2e7ef788
[Print Page] Set creator to QupZilla and suggest filename.
...
Closes #904
2013-05-31 10:46:50 +02:00
nowrep
3259abef09
Added new plugin: StatusBar Icons.
...
This plugins add extra icons into statusbar with various
functionality.
Currently, only Images icon is present, which enable changing
image load settings per-site and globally.
2013-05-26 15:46:21 +02:00
nowrep
bd315afe9e
[AutoFill] Rewritten password management to support multiple backends.
2013-05-14 17:57:13 +02:00
nowrep
09a1bec467
Added option to detach tabs into own window.
...
Closes #441
2013-05-13 22:01:36 +02:00
nowrep
42e0f535fe
[Tabs] Use theme icons for tab-new and tab-duplicate.
2013-05-12 23:14:35 +02:00
nowrep
53890c9f0e
[Oxygen] Workaround for transparent background of tooltips.
...
Closes #865
2013-05-12 10:59:33 +02:00
nowrep
77aa5b0f07
[LocationCompleter] Hide completion popup after Alt+Enter.
...
Hides completion popup after opening new tab with Alt+Enter shortcut.
2013-05-10 22:34:51 +02:00
nowrep
1449037e88
Fixed building with Qt 4.7
2013-05-10 13:12:02 +02:00
nowrep
1b617068b2
[AdBlock] Fixed hiding rules when more than 5000 rules in subscription.
...
Closes #873
2013-05-02 21:01:17 +02:00
Mladen Pejaković
aac0956a0f
Add spatial navigation option
2013-04-23 13:31:29 +02:00
nowrep
9861af4d64
[Oxygen] Set rounded corners for custom tooltips.
...
Show custom tooltips with rounded corners when using Oxygen
theme.
Tab previews and popup statusbar message are now painted with
rounded corners.
2013-04-21 01:24:24 +02:00
nowrep
ee42199669
Fixed crash upon closing private browsing window.
...
Also updated translations for previous commits.
2013-04-16 10:00:18 +02:00
Mladen Pejaković
b6f4aed233
Refactoring private browsing menu action v2
2013-04-16 09:52:44 +02:00
Mladen Pejaković
6681a9156b
Add icon to private browsing menu action, and add the action to super menu
2013-04-16 09:52:30 +02:00
nowrep
35ceee25ee
[Preferences][Win] Changed labels on "Set as default" button.
...
Also renamed QtSingleApplication::removeLockedFile to removeLockFile
2013-04-05 11:39:19 +02:00
nowrep
43d514a647
[QtSingleApplication] Correctly remove lockfile only on app close.
...
Fixes regression when multiple instances of browser were opened.
2013-04-04 23:33:02 +02:00
nowrep
953ca726bd
[ProfileUpdater] No changes in profile structure in 1.4.x versions.
2013-03-26 12:29:08 +01:00
S. Razi Alavizadeh
334f90b12b
[Windows] Fixed first moment black background of new tab.
2013-03-24 01:00:05 +04:30
S. Razi Alavizadeh
dc659e2fa4
[Windows] Fixed issues about window positioning
...
-Fixed #821 and also position of new window
2013-03-23 21:07:58 +04:30
nowrep
1d5d480c85
Added support for building with Wayland.
...
See NO_X11 define in BUILDING.
2013-03-23 14:16:08 +01:00
David Rosca
90923d5127
Merge pull request #822 from srazi/master
...
Fixed a few shortcuts problems.
Closes #809
2013-03-23 05:44:30 -07:00
Oliver Gerlich
eecbc352c4
Added option to open another private window from private window.
...
Closes #776
Closes #772
2013-03-23 13:04:35 +01:00
S. Razi Alavizadeh
4e17c39dd8
Fixed shortcuts for RTL layout and fixed back/forward shortcuts
...
-see #809
-also fixed some little windows issues
2013-03-23 04:17:55 +04:30
nowrep
2d27c40384
Use /tmp/qupzilla/tmp as a temp path on Linux.
...
Instead of creating another folder in /tmp (qupzilla-tmp),
use already created /tmp/qupzilla.
See #811
2013-03-21 23:44:01 +01:00
nowrep
194b0ddd30
Merge branch 'master' of github.com:QupZilla/qupzilla
2013-03-17 10:36:28 +01:00
nowrep
e313c7bfde
Fixed build warning.
2013-03-17 10:32:39 +01:00
nowrep
01d8689a05
Properly fixed comparison of version + added tests.
2013-03-17 10:28:07 +01:00
Jonathan Hooverman
bd406d836f
Minor change to menu file entry
2013-03-16 20:50:35 +01:00
nowrep
9069a5de54
[Windows] Fixed building on Windows.
2013-03-16 19:46:22 +01:00
S. Razi Alavizadeh
45830b1917
Fixed some little issues.
...
-show default browser dialog after application window completely rendered and correct default checked state
-show host instead URL in authentication dialog
2013-03-16 18:19:31 +03:30
S. Razi Alavizadeh
d75ab566ef
[Mac] Added some actions to menu of dock icon
2013-03-16 18:19:28 +03:30
S. Razi Alavizadeh
0293a7bcd3
[Mac] Fixed, refresh state of menu actions
2013-03-16 18:19:25 +03:30
nowrep
f95cf48f0e
[Win][Qt5] Fixed invalid redrawing with transparent background.
2013-03-15 11:15:08 +01:00
nowrep
ff4e5b74d4
[Fix] Certificates from custom path disappearing on preferences saving.
2013-03-15 10:44:05 +01:00
nowrep
eeb1231c75
[Updater] Fixed comparison of version numbers.
...
Also dropped support for rc/beta versions.
2013-03-12 14:09:12 +01:00
nowrep
79c57f61b6
Version 1.4.0
2013-03-11 17:45:48 +01:00
nowrep
ef89347a7c
[SuperMenu] Added Show Bookmarks and History actions.
2013-03-11 14:32:46 +01:00
nowrep
b12c324f87
[SuperMenu] Improved menu in button used instead of menubar.
...
The menu is now displayed inside window, even when window
is not in fullscreen.
It now also contains the most important actions in addition to copy of
top level menus.
2013-03-08 21:06:37 +01:00
nowrep
8820703a2e
[Windows] Small theme improvements of tab style.
...
Using transparent background for tabbar also with tabs on top.
2013-03-07 17:26:21 +01:00