nowrep
a3c3dead87
[CodeCleanup] Get rid of Qz::AppMessage enum
12 years ago
nowrep
a61ce67d7c
[SpellCheck] Cleanup: Speller class is now singleton
...
All spellcheck is now where it belongs, under spellcheck directory
12 years ago
nowrep
0e9fcc2113
[Building] Fixed building on Qt 5 & without Hunspell
...
BookmarksExportDialog: Align "Format" label to the right
12 years ago
nowrep
875d48b580
[Bookmarks] Save bookmarks after restoring defaults
12 years ago
nowrep
9764cea3a3
[ToolButton] ShowMenuInside option needs own aboutToShowMenu signal
12 years ago
nowrep
417da146e5
[QzTools] Make QzTools class and export only the class
...
Also fixed building on Windows
12 years ago
nowrep
fdf4fcc54e
[main.cpp] SIGPIPE is not needed to be handled in signal_handler
12 years ago
nowrep
f558a836b0
[Code] Create singletons with Q_GLOBAL_STATIC macro
12 years ago
nowrep
edbb87bd1f
[CodeCleanup] IconProvider now have static methods for getting icons
12 years ago
nowrep
e0780b7779
[CookiesTest] Make the test pass after last commit
12 years ago
nowrep
d0d1fa1844
[Session] Save session to QByteArray and then write it to file
...
Instead of appending data to file, write all session data at once.
This should help preventing corrupting session.dat file.
Closes #1247
12 years ago
nowrep
f33552320f
[AutoSaver] Rework AutoSaver so each object can use own instance
...
Instead of saving everything in MainApp::saveStateSlot, save each object
separately. As a result, this will save a lot of writes to disk.
Other changes includes:
Saving bookmarks also in private mode. Closes #1208
Cleanup of code
12 years ago
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
David Rosca
2a6896e57f
Merge pull request #1248 from pejakm/stfx
...
[HistoryMenu] Improvements
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
d8f71fad8b
[Scripts] generate-translations now generate also .qrc lines
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
David Rosca
e5246a0c74
Merge pull request #1242 from pejakm/tabsv2
...
Option to show/hide close button on inactive tabs. Closes #1220
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
David Rosca
85a15127a0
Merge pull request #1232 from dagsoftware/patch-3
...
Update languages.nsh
12 years ago
dagsoftware@yahoo.com
7e6241f4da
Update languages.nsh
...
updated and fixed slovak translation of windows installer
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