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.
12 years ago
nowrep
a1f9b784d7
[CommandLineOptions] New option to toggle fullscreen.
12 years ago
nowrep
a1a0764101
[CommandLineOptions] Change Qt url to qt-project.com
12 years ago
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
12 years ago
nowrep
da15e5868d
[CodingStyle] Don't use references when assigning to local variable
...
Let the compiler do the optimization
12 years ago
nowrep
3295899230
Files with relative paths can now be opened from command line
...
Closes #1109
12 years ago
nowrep
b9858f98a4
Added basic bash and zsh autocompletion files.
...
Bash autocompletion will be installed by default with
make install.
Zsh autocompletion has to be installed manually, more on that
in linux/completion/README
13 years ago
nowrep
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
14 years ago
nowrep
53d4f00c36
Added option to start new instance of browser with --no-remote option
...
- however, new instance cannot be started for default profile
closes #541
14 years ago
nowrep
2d5c9bcc2b
Building: Option to build without QtDBUS module.
...
- more info in BUILDING
- desktop notifications will be disabled with this option
14 years ago
nowrep
e4e87b02a5
CommandLineOptions: Added option to open new window with url
...
- syntax: -ow=URL or --open-window=URL
14 years ago
nowrep
dd170f653f
Using QChar instead of 1-char QString everywhere
14 years ago
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
14 years ago
nowrep
8432432b4b
Updated links to correct address (QupZilla Organization)
14 years ago
nowrep
79a548b365
Command line option to open url in current tab.
...
-ct=URL or --current-tab=URL
14 years ago
nowrep
176d5695d2
Updated Dutch and Swedish translations
14 years ago
nowrep
99a6b5de86
Fixed loading utf urls from command line.
...
- updated Brazilian Portuguese translation
14 years ago
nowrep
f09e5c981c
Fixed recalculating size of tabs after unpinning tab.
...
+ other small improvements / fixes
14 years ago
nowrep
9161945d97
Various fixes regarding "Don't load tabs until selected" option
...
- fixed typo in Access Keys Navigation plugin
14 years ago
nowrep
2582fff163
Updated translations
14 years ago
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
14 years ago
nowrep
396ce19312
Updated Spanish + Portuguese translation.
...
- fix: don't show javascript url of bookmarklet in locationbar
when loading it
14 years ago
nowrep
195288c83b
[Fix] Fixed restoring multiple windows + added global defines header
...
- also added tests directory with html files to test QupZilla behaviour
- it only contain opening links test, more tests will come
14 years ago
nowrep
977f9db6f6
Refactoring whole code to support popup windows.
...
- it is needed to provide support for casting WebView
into TabbedWebView and PopupWebView
14 years ago
nowrep
fb6ef29e14
[Fix] Don't show error when using unknown cmd argument. Closes #124
...
- it is now possible to change application style, graphics system,
X11 display, ... etc from command line
14 years ago
nowrep
f3970f164b
Updated copyright for new year. Closes #100
14 years ago
nowrep
b8a0b52982
Improved commandline options. Possibility to use more than at once.
...
- it is also now possible to start in private mode from commandline
14 years ago
nowrep
f7952267d7
Added Unity QuickList actions + new command line option.
...
- new command line option: turn on private browsing
- QuickList actions:
* open new tab
* open new window
* start private browsing
14 years ago
nowrep
d1c80b826c
[Fix] Fixed crash in QWebInspector when using QtWebKit 2.2
...
- somehow it is no longer safe to delete QWebInspector ...
14 years ago
nowrep
5f7d64537a
[Fix] Fixed including path to download filename.
...
- also showing revision in command line when starting
qupzilla -v or qupzilla --version
14 years ago
Jonathan Hooverman
669a1c695b
Small fixes
14 years ago
nowrep
de3535b8db
Edited copyright + escaping html entities in copyright at qupzilla:about
...
- adding my email <nowrep@gmail.com> to copyright
14 years ago
nowrep
668c038147
Improved context menus in bookmarks manager
...
- added import bookmarks link to bookmarks manager
- edited coding style
- updated translations
14 years ago
nowrep
8eb164fb26
[Fix:] Fixed loading urls with special characters from history
...
- also made possible to load files from qrc: scheme
- improved source viewer:
* fixed incomplete source code loaded when opening window
(it loads the whole source only after reloading)
* improved performance, source is now highlighted much faster
- using .ico favicon in all qupzilla: pages (no longer png)
it should fix problems when favicon wasn't loaded on some systems
- fixed alignment of site icon in navigation bar when compiling
with Qt 4.8
- fixed deleting of local certifications in ssl manager
14 years ago
nowrep
2cb067878d
Coding style, fixed cppcheck warnings + improved html highlighter
...
- html highlighter is now highlighting with reg exps, no more with hard
coded tags/tag options
- all cppecheck warnings fixed + added script (cppcheck.sh)
- introduced coding style + added astyle script (coding_style.sh)
- fixed one mistake in czech translate + updated windows installer
15 years ago
nowrep
6f395631ad
Updated copyright informations
15 years ago
nowrep
cc2b20b54b
Added new command line options (new tab, new window, show download
...
manager) + fixed overall behaviour
15 years ago
nowrep
bac1f5d78d
Added option to load user stylesheet on every pages, some small fixes in
...
download manager, crash fix on clicktoflash and updated translations
15 years ago
nowrep
aedfdd3309
Added processing multiple commandline arguments + implemented -p= (-
15 years ago
nowrep
3847f8662d
Added copyright header to all files
15 years ago
nowrep
b23ed87b87
Initial commit
15 years ago