nowrep
bffe5654c0
Updated translations + coding style
...
- removed multiple translations for standard bookmark folders
= tr("Bookmarks In Menu"), tr("Bookmarks In ToolBar"),
tr("Unsorted Bookmarks")
- consistency of these translations is important, otherwise
it would confuse app when adding/moving/editing bookmarks
2011-12-17 16:04:04 +01:00
nowrep
a6874eeed9
Enabling/disabling close window action in file menu. Closes #64
...
- enabled only when there is more than one main window
2011-12-17 15:09:17 +01:00
nowrep
66fe20a8ff
Merge branch 'master' of github.com:nowrep/QupZilla
2011-12-17 14:33:35 +01:00
nowrep
976e5b5696
[Fix] editing new bookmark + moving some classes to own thread
...
- history model and database writer are now in own thread
- this will keep main thread (GUI) responsive when writing to
database
- it also greatly increases performance when deleting multiple
items in history
2011-12-17 14:30:54 +01:00
nowrep
88d15cd3b8
Drag&Drop siteicon to bookmarks toolbar creates bookmark. Closes #63
...
- initial drag&drop implementation
- will be probably extended to other widgets too
2011-12-17 14:26:34 +01:00
David Rosca
e5967a6c14
[Fix:] Loading local files from Menu File -> Open File action. See #65
2011-12-17 13:46:05 +01:00
nowrep
df01a3efef
[Fix:] Setting Speed Dial as default url for new tab.
2011-12-16 22:08:10 +01:00
nowrep
efd79d246e
Opening bookmarks/history in background on middle click. Closes #60
...
- also edited behaviour when page does not have title
* it will be now used all url, not path -> host
2011-12-16 20:17:17 +01:00
nowrep
348d0e5a18
Merge branch 'master' of github.com:nowrep/QupZilla
2011-12-16 19:46:05 +01:00
David Rosca
4c9a499187
Merge pull request #62 from JHooverman/master
...
Small fixes
2011-12-16 10:46:19 -08:00
Jonathan Hooverman
4618119b87
Small fixes
2011-12-16 19:42:49 +01:00
Jonathan Hooverman
669a1c695b
Small fixes
2011-12-16 19:38:29 +01:00
nowrep
2cfd9808ec
Possiblity to move up/down in search engines manager and other...
...
- F6 shortcut for focusing locationbar
- no more empty title in history back/next menus
- showing only active norification preview in preferences
2011-12-16 19:07:36 +01:00
nowrep
bed30cb483
Showing revision number in About dialog.
...
- it will be only shown when compiling with git_revision file
in root directory (where QupZilla.pro is).
This file should contain commit hash.
2011-12-16 14:46:31 +01:00
nowrep
e6222bc65c
Fixed mistake in Qt Linguist screen
2011-12-16 12:17:15 +01:00
nowrep
26f8c5ef46
Added screenshots of Qt Linguist for wiki
2011-12-16 12:10:14 +01:00
nowrep
d27293355e
Added empty.ts translation file for new translations.
2011-12-16 12:03:47 +01:00
nowrep
3f5c07163f
Removing StartupNotify=true from desktop launcher
...
- also removed system watcher from TODO
2011-12-15 19:09:41 +01:00
nowrep
9be140ffa6
FileSystemWatcher: Reloading local files when they changes
...
- implement with QFileSystemWatcher
- only one tab with the same file will be watched
2011-12-15 19:08:33 +01:00
nowrep
de3535b8db
Edited copyright + escaping html entities in copyright at qupzilla:about
...
- adding my email <nowrep@gmail.com> to copyright
2011-12-15 18:34:48 +01:00
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
2011-12-15 17:43:06 +01:00
nowrep
c78d9f4978
[Fix:] Fixed tab animation when moving mouse ot of tabbar
...
- calling QTabBar::mouseReleaseEvent
2011-12-15 17:03:50 +01:00
nowrep
04af41d0b2
OS/2 related tweaks.
...
- fixed compilation error by renaming menu.h to enhancedmenu.h
2011-12-14 22:30:05 +01:00
nowrep
59de491557
Version 1.1.0
...
- checking for updates is by default disabled on Linux
- added Polish translation, thanks to Michał Szymanowski
2011-12-14 18:09:43 +01:00
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
2011-12-14 15:16:09 +01:00
nowrep
1fc35ffa35
Spanish translation for linux desktop launcher
...
- also added copyright to menu.h + menu.cpp
2011-12-13 21:15:07 +01:00
nowrep
0fdb151d2a
Middle click now works in bookmarks + history menu. See #58
...
- also changed some strings in czech + slovak translation
2011-12-13 19:18:05 +01:00
nowrep
a9a5900d9a
Added new define for building on KDE. #59
...
- using just better icons for oxygen theme for now
2011-12-13 17:00:56 +01:00
nowrep
1abb6e8717
[Fix:] Fixed downloading of files with broken encoding on windows
...
- using QString::fromLatin1 and filtering all forbidden chars
from filename
2011-12-13 16:36:45 +01:00
nowrep
05f1809242
Fixed typo "appereance"->"appearance". Thanks to #59
...
- also fixed in all translations
2011-12-13 16:02:41 +01:00
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
2011-12-13 15:38:09 +01:00
nowrep
21068cefd6
Updated Dutch + Chinese + Slovak translation
2011-12-13 14:08:21 +01:00
nowrep
078616bf89
Updated German + Spanish translations
2011-12-12 22:47:55 +01:00
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
2011-12-12 21:47:32 +01:00
nowrep
668c038147
Improved context menus in bookmarks manager
...
- added import bookmarks link to bookmarks manager
- edited coding style
- updated translations
2011-12-12 21:14:43 +01:00
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
2011-12-12 18:30:08 +01:00
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
2011-12-12 18:07:07 +01:00
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)
2011-12-11 20:32:46 +01:00
nowrep
4af108642c
Fixed setting user defined fonts + option to set useragent
2011-12-11 19:37:16 +01:00
nowrep
6378c4d3fe
Improved opening bookmarks inside subfolders. Closes #54
2011-12-11 17:51:03 +01:00
nowrep
7d3fa5d4c4
Restoring closed tabs now remember its position in tabbar.
...
- used only when restoring single tab, not when restoring all
2011-12-11 17:03:18 +01:00
nowrep
e3db115fc3
Click on arrow in locationbar now shows most visited pages. Closes #23
...
- also updated German translation
2011-12-11 14:12:40 +01:00
David Rosca
dd3f59da4d
Merge pull request #57 from JHooverman/master
...
Updated German translation
2011-12-11 04:34:17 -08:00
Jonathan Hooverman
b683f40ab4
Updated German translation
2011-12-11 13:30:52 +01:00
nowrep
ef541493da
Added image for previous commit. Closes #53
2011-12-11 12:36:03 +01:00
nowrep
4f8454a3d9
Added "broken page" image to speed dial when loading fails.
...
+ updated translations
2011-12-11 12:34:51 +01:00
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
2011-12-11 11:07:26 +01:00
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)
2011-12-10 22:53:01 +01:00
nowrep
33813592a5
Cookie manager sorting + Preferences under Edit on Linux
...
- also added new script to show download stats of PPA
2011-12-10 13:15:07 +01:00
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
2011-12-10 00:13:37 +01:00