nowrep
e6222bc65c
Fixed mistake in Qt Linguist screen
14 years ago
nowrep
26f8c5ef46
Added screenshots of Qt Linguist for wiki
14 years ago
nowrep
d27293355e
Added empty.ts translation file for new translations.
14 years ago
nowrep
3f5c07163f
Removing StartupNotify=true from desktop launcher
...
- also removed system watcher from TODO
14 years ago
nowrep
9be140ffa6
FileSystemWatcher: Reloading local files when they changes
...
- implement with QFileSystemWatcher
- only one tab with the same file will be watched
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
4439a1d57f
[Fix:] Crash when opening js dialog from locationbar and closing tab
...
- how to reproduce:
1. write javascript:alert("test"); to locationbar and hit enter
2. alert will show up
3. close tab
4. app will most likely crash
14 years ago
nowrep
c78d9f4978
[Fix:] Fixed tab animation when moving mouse ot of tabbar
...
- calling QTabBar::mouseReleaseEvent
14 years ago
nowrep
04af41d0b2
OS/2 related tweaks.
...
- fixed compilation error by renaming menu.h to enhancedmenu.h
14 years ago
nowrep
59de491557
Version 1.1.0
...
- checking for updates is by default disabled on Linux
- added Polish translation, thanks to Michał Szymanowski
14 years ago
nowrep
826126fd2d
Added multiple sizes for desktop icon + little fixes.
...
- fixed session restore problem, where tab url wasn't
properly restored (and instead loads empty search on
active search engine)
- fixed loading icons in next/back history menu
14 years ago
nowrep
1fc35ffa35
Spanish translation for linux desktop launcher
...
- also added copyright to menu.h + menu.cpp
14 years ago
nowrep
0fdb151d2a
Middle click now works in bookmarks + history menu. See #58
...
- also changed some strings in czech + slovak translation
14 years ago
nowrep
a9a5900d9a
Added new define for building on KDE. #59
...
- using just better icons for oxygen theme for now
14 years ago
nowrep
1abb6e8717
[Fix:] Fixed downloading of files with broken encoding on windows
...
- using QString::fromLatin1 and filtering all forbidden chars
from filename
14 years ago
nowrep
05f1809242
Fixed typo "appereance"->"appearance". Thanks to #59
...
- also fixed in all translations
14 years ago
nowrep
942bbb005d
[Fix:] Fixed crash when closing tab with active javascript dialog
...
- when one of javascript dialogs (alert, confirm, prompt) were active
and tab was closed, QEventLoop wasn't terminated, thus leading to
crash on application exit
- running QEventLoop is now exited in WebPage destructor
14 years ago
nowrep
21068cefd6
Updated Dutch + Chinese + Slovak translation
14 years ago
nowrep
078616bf89
Updated German + Spanish translations
14 years ago
nowrep
221bccdb9c
Showing yellow locationbar on secured page in default linux theme.
...
- linux default theme was the only one theme, where you couldn't
recognize whether you are on secured on normal page
it now shows light yellow background of locationbar
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
42b5ad7947
Fully implemented #58 + little improvement in locationbar
...
- it will now show empty url when going in history back or
forward to speed dial
14 years ago
nowrep
c69022b670
Middle(or ctrl) click in history(forward/next) opens new tab. Closes #58
...
- the current tab will be duplicated (thus all history will be copied)
and the created tab will go to desired history item.
- also updated Dutch + Chinese translations, thanks again to translators
14 years ago
nowrep
e112166fad
Hidden option to change User Agent.
...
- it won't be in Preferences for now, as changing user agent
is really not the thing that every user should do.
If you don't know what are you doing, you can get unexpected
behaviour on some sites.
So you have to edit settings.ini file in your profile directory.
More informations at FAQ (last question)
14 years ago
nowrep
4af108642c
Fixed setting user defined fonts + option to set useragent
14 years ago
nowrep
6378c4d3fe
Improved opening bookmarks inside subfolders. Closes #54
14 years ago
nowrep
7d3fa5d4c4
Restoring closed tabs now remember its position in tabbar.
...
- used only when restoring single tab, not when restoring all
14 years ago
nowrep
e3db115fc3
Click on arrow in locationbar now shows most visited pages. Closes #23
...
- also updated German translation
14 years ago
David Rosca
dd3f59da4d
Merge pull request #57 from JHooverman/master
...
Updated German translation
14 years ago
Jonathan Hooverman
b683f40ab4
Updated German translation
14 years ago
nowrep
ef541493da
Added image for previous commit. Closes #53
14 years ago
nowrep
4f8454a3d9
Added "broken page" image to speed dial when loading fails.
...
+ updated translations
14 years ago
nowrep
65f4bf1a1b
Improved showing url in locationbar on opening tab
...
- when opening new tab (restoring session, restoring
closed tab, ...), url of tab will be shown in locationbar
immediately - not after first progress tick fires
14 years ago
nowrep
df72343ee2
Updated Spanish translation + little fixes for restoring session
...
- fixed showing of "Do you want to restore session" after crash
when using restore session on startup behaviour
(regression from adding speed dial option)
14 years ago
nowrep
33813592a5
Cookie manager sorting + Preferences under Edit on Linux
...
- also added new script to show download stats of PPA
14 years ago
nowrep
c8e170a06b
[Fix:] Should fix occasional crash on deleting + searching in history
...
- also when adding new top level item into history sidebar + manager,
it will be inserted at the beginning of list, not at the end
- it will always be history entry from current day, so there is no
reason to put it at the end of the list
14 years ago
nowrep
f03b05fecb
Speed Dial: fixed showing of loading animation in first tab
...
- also using faster QWeakPointer everywhere instead of slower
and deprecated QPointer
14 years ago
nowrep
80dab0151a
Edited string from previous commit.
14 years ago
nowrep
ae93d5326e
Bookmarks import dialog - show message on success
...
- after all icons are fetched, message "Please click
on Finish to save bookmarks." will be shown, instead of
confusing "Fetching icons..."
14 years ago
nowrep
43e04991fa
Updated German + Spanish translation
...
- update *.qm files
14 years ago
David Rosca
c9093fe2ed
Merge pull request #52 from JHooverman/master
...
Updated German translation
14 years ago
Jonathan Hooverman
5597c23113
Updated German translation
14 years ago
Jonathan Hooverman
89b534cdfb
Updated German translation#
14 years ago
nowrep
5336c1f41d
[Fix:] Fixed showing close button on pinned tab on session restore.
...
- removed hide close button when there is only one tab option
14 years ago
nowrep
6ec593f436
Added option to import bookmarks form html. Closes #29
...
- also updated translations scripts
- updated translations
14 years ago
nowrep
51c178c5f1
Using asynchronous write to sqlite database when useful.
...
- DatabaseWriter class
14 years ago
nowrep
ec7fc4d6ad
Edited behaviour of showing bookmarks toolbar section in bookmarks menu
...
- this section will now be shown in bookmarks menu only when
bookmarks toolbar is visible
- you are still able to organize bookmarks in toolbar in
bookmarks manager
14 years ago
nowrep
42079d50b5
Some minor changes in restoring tabs + pinned tabs
...
- it may fix showing close button on pinned tab
when restoring on qt 4.8 (probably, I cannot reproduce
this even on qt 4.8 so I cannot exactly tell)
14 years ago
nowrep
a7736d4130
Finally fixed site icon for qupzilla: scheme pages
...
- for some reason, Qt 4.8 does not load site icon
from qrc: scheme (and also data: scheme) correctly
14 years ago
nowrep
c296dfd965
Fixed showing preview of local files in site info dialog.
...
- using QUrl::toLocalFileName rather than
QUrl::toString(QUrl::RemoveScheme)
- should work now on KDE without problems
14 years ago