nowrep
c0311d7ee8
[Building] Include defines.pri after Qt modules are added
...
Fixes regression from 74883f8af4
Closes #1253
12 years ago
nowrep
74883f8af4
[Building] Use QZ_DESTDIR variable for $SRC/bin directory
...
Should fix problems with shadow builds.
Closes #1252
12 years ago
nowrep
688455158c
[Bookmarks] HtmlImporter: Fixed filter for html files
...
See #1228
12 years ago
nowrep
29f20ae520
[Building] Don't require ending slash in USE_LIBPATH and QUPZILLA_PREFIX options
12 years ago
nowrep
a7d382ee42
[Cleanup] Use QZ_WS_X11 only for X11 specific code
...
In other cases, use Q_OS_UNIX for determining UNIX platform.
UNIX platfroms without X11 should benefit from this commit, including
MAC and UNIXes on Wayland.
12 years ago
nowrep
82ca226127
[Code] Use QTime::elapsed() for timing
12 years ago
nowrep
12948cd0a4
[DNT] Enable sending DoNotTrack header by default
12 years ago
nowrep
c7a31c57e0
[CodeCleanup] Use QMouseEvent::button() in mouse release events
...
In press/move events, use QMouseEvent::buttons() instead
12 years ago
nowrep
5ad76995a2
[BookmarksSidebar] Enable only SingleSelection in sidebar
12 years ago
nowrep
b826ebc52a
[LocationCompleter] Support Ctrl / Shift activation of items
...
Ctrl activation: Opens url in new tab
Shift activation: Opens url in new window
Closes #1245
Bookmarks: Update visit count also from location completer
BookmarkItem: Added new method updateVisitCount
12 years ago
Mladen Pejaković
8f9f187b80
Fix regression after 2a6896e57f
12 years ago
Mladen Pejaković
b18ac632df
[HistoryMenu] Improvements
12 years ago
nowrep
a9bce8c775
[Code] Moved history menu into separate HistoryMenu class
12 years ago
nowrep
5e4f703ef2
[Code] Renamed qz_namespace.h to qzcommon.h
12 years ago
nowrep
3650aac9ff
[Code] Little cleanups after rename QupZilla -> BrowserWindow
12 years ago
S. Razi Alavizadeh
84ef3e9fda
Fixed, renamed QupZilla class to BrowserWindow everywhere
12 years ago
nowrep
b6181315f7
[AdBlock] Don't add domain css rules to sites whitelisted with $document option
...
Closes #1246
12 years ago
nowrep
4133106988
[PinnedTabs] Restore pinned tabs also when not restoring session
...
Closes #1239
12 years ago
Mladen Pejaković
9b7ecf1d12
[TabBar] Comment fix
12 years ago
Mladen Pejaković
5d23a21f37
[TabBar] Option to show/hide close button on inactive tabs. Closes #1220
12 years ago
nowrep
7d98a162d6
[Code] Fixed cppcheck issues
12 years ago
nowrep
5cf7d0b9a9
[Bookmarks] Add new action to open bookmarks in private window
...
Closes #995
12 years ago
Mladen Pejaković
131eef5c9d
Open links in private window.
12 years ago
nowrep
eb9b2635d5
[ButtonWithMenu] Fixed selectPreviousItem not selecting first item
12 years ago
nowrep
77e8afb5ec
[Bookmarks] Force icons visible in bookmarks menu
...
For example, Gnome3 has icons hidden in menu by default
Closes #1215
12 years ago
nowrep
afae00e4a2
[Cleanup] Rename export macro to just QUPZILLA_EXPORT
12 years ago
nowrep
404fa68a1b
[Cleanup] Renamed QupZilla class to BrowserWindow
12 years ago
nowrep
118478351f
[AutoScroll] Set window title of settings dialog
12 years ago
nowrep
c7cf42f0a4
[AutoScroll] Set minimum value of divider to 1.0
12 years ago
nowrep
47fe951001
[Translators] Added Juan Carlos Sánchez into translators
12 years ago
nowrep
a4541da935
[Plugins] Updated translations
12 years ago
nowrep
1f7628ff05
[AutoScroll] Added settings - option to change scroll divider value
12 years ago
nowrep
65a47fd450
[LocationCompleter] Speedup searching in Bookmarks & History
...
See #1135
12 years ago
nowrep
7323fb1cad
[AutoScroll] Add scrolling icons (from Oxygen cursor theme)
...
Also scroll timer interval is now 10 msecs, so scrolling will be a
little faster.
12 years ago
nowrep
e5240bcc8e
[AutoScroll] Added AutoScroll plugin
...
I'm still looking for some icon. For now, only red square is shown.
12 years ago
nowrep
b8f8e3753f
[Bookmarks] Added Export dialog + HTML Bookmarks Exporter
12 years ago
nowrep
daa3f07426
[FirefoxImporter] Support importing full bookmarks structure
12 years ago
Mladen Pejaković
091f4ab6a6
[SpeedDial] Fix overlay text input visibility with dark themes
12 years ago
nowrep
680ed27c22
[BookmarksImportDialog] Draw separators in imported bookmarks treeview
12 years ago
nowrep
763183be88
[OperaImporter] Support importing full bookmarks structure
12 years ago
nowrep
650558dea6
[ChromeImporter] Support importing full bookmarks structure
12 years ago
Mladen Pejaković
3eede1d8a2
Rework list of closed tabs
12 years ago
nowrep
5301495966
[BookmarksImport] Added back button to import dialog + other small changes
...
Also moved all bookmarks import classes to bookmarks/bookmarksimport
12 years ago
nowrep
09893f20b4
[BookmarksImport] Create new base BookmarksImporter class
...
Also moved all importers into bookmarks/import folder
12 years ago
nowrep
23b55d9158
[BookmarksImport] Show full structure of imported bookmarks
...
BookmarksModel can now be used with arbitrary root item independently
of main bookmarks root item.
12 years ago
nowrep
167e80f59a
[SaveSettings] Don't save settings twice on app close
12 years ago
nowrep
d422ce3767
[Models] Decrease the delay for filtering to 300ms
12 years ago
nowrep
f9d3c102ec
[Cleanup] QTimer::start() restarts timer if it is already running
12 years ago
nowrep
a99f954930
[ReloadStopButton] Instead of pausing updates, only update the button after delay
12 years ago
S. Razi Alavizadeh
35f1799e59
[ComboTabBar] Fix tabAt function for RTL languages
12 years ago