nowrep
fac7de459b
Initial Russian translation. Author Alexander Maslov
2011-12-27 19:10:53 +01:00
Alexander Maslov
b9b3709d51
Обновил файл перевода.
2011-12-28 02:00:43 +08:00
Alexander Maslov
139e56ff97
Наброски русского перевода
2011-12-28 02:00:42 +08:00
nowrep
7963ee3d49
Clicking on buttons in locationbar now won't focus locationbar.
2011-12-27 18:50:52 +01:00
nowrep
168816ac65
Use light color for text in popup widgets even with Ambiance theme
...
- popups when clicking on site icon, rss icon, bookmark (star) icon
2011-12-27 17:49:51 +01:00
nowrep
695dee07ab
FreeBSD raster graphics system workaround in FAQ.
2011-12-27 16:09:42 +01:00
nowrep
34df905bf8
Added new Q&A to FAQ. Also added one string to translations.
2011-12-27 15:53:40 +01:00
nowrep
d4c0676c90
Fixed availability to delete profile in Preferences.
...
- it is now available only on non-active profile
- also moved browsedata.db + profiles.ini from data/ folder
into binary
2011-12-27 15:26:32 +01:00
nowrep
ef28d2b00e
Fixed focusing new window when opened from cmd argument.
...
- also now correctly focusing download manager window
when running qupzilla --download-manager
2011-12-27 12:27:39 +01:00
nowrep
c4ee306b5c
Fixed argument for starting private browsing in unity quicklist
2011-12-26 23:28:51 +01:00
nowrep
bd06ca8362
Quick fix for previous commit.
2011-12-26 22:59:05 +01:00
nowrep
b37a02e078
Checking QtWebKit version rather than global Qt version. See #96
...
- choose (not) to compile with using QWebView::selectedHtml function
2011-12-26 22:54:03 +01:00
nowrep
a8f3c74c74
Transp. bg on Windows can now be turned off without restart. Closes #92
...
- also updated CA-Certificates (ca-certs.crt)
2011-12-26 21:23:21 +01:00
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
2011-12-26 20:23:54 +01:00
nowrep
120b992954
Merge branch 'master' of github.com:nowrep/QupZilla
2011-12-26 18:39:28 +01:00
nowrep
11b217eb89
Updated Spanish translation.
2011-12-26 18:34:59 +01:00
David Rosca
8e0fdd4665
Merge pull request #94 from vasitsiv/5eacc90985c67ddf8c7e2f6ab7c29f263aeba590
...
Updated translation/el_GR
2011-12-26 07:30:36 -08:00
vasitsiv
1ac6d08c3e
Merge branch 'master' of github.com:vasitsiv/QupZilla
2011-12-26 17:07:54 +02:00
vasitsiv
d6d735d445
Updated el_GR
...
Greek translation fixes
2011-12-26 17:07:02 +02:00
vasitsiv
eff9750ca6
Update translations/el_GR.ts
2011-12-26 16:53:30 +02:00
David Rosca
4eb11896dc
Merge pull request #90 from vasitsiv/patch-1
...
Greek translation added
2011-12-25 13:17:45 -08:00
nowrep
d7d9fa3139
Greek translation for desktop launcher
2011-12-25 22:15:59 +01:00
vasitsiv
23398004e9
Greek translation added
2011-12-25 23:14:20 +02:00
nowrep
c7eff70ae2
Added e-mail for Greek translator Vasilis Tsivikis
2011-12-25 22:08:15 +01:00
nowrep
e620560db3
Added Greek translation. Closes #85
...
- thanks to Vasilis Tsivikis
2011-12-25 22:06:25 +01:00
nowrep
74ff3058d9
Added French translation. Closes #61
...
- thanks to Jérôme Giry and Nicolas Ourceau :-)
2011-12-25 20:26:55 +01:00
nowrep
da1ea0a108
[Fix] Showing also RSS feeds without title now in RSS list.
2011-12-24 13:43:26 +01:00
nowrep
4b089713ed
Backend implementation for #80
...
- not sure where to put option to add page to speed dial in gui
* I think it couldn't be as another "folder" when editing/creating
bookmarks, as it's not a real bookmark
2011-12-24 13:31:32 +01:00
nowrep
d9b5c86dbe
WebView now recieves only own Events.
...
- also using static variables for qupzilla: scheme pages
no need to generate it every time it is about to load
2011-12-24 12:21:23 +01:00
nowrep
5aed695954
When opening links in new tab, moving it next to current tab. Closes #88
2011-12-23 19:49:29 +01:00
David Rosca
fb822b517d
Merge pull request #89 from dunsmoreb/issue/88
...
Open url in new tab now opens in consecutive, background tab.
2011-12-23 10:41:44 -08:00
dunsmoreb
07a145ce35
Open url in new tab now opens in consecutive, background tab.
2011-12-23 10:32:55 -06:00
nowrep
7b7d030540
Option to load title from page in Speed Dial. Closes #77
...
- also showing "Unable to load" title when page fails
to load
2011-12-23 13:47:38 +01:00
nowrep
51027ff782
Ctrl+Enter shortcut in locationbar for append .com and go.
2011-12-23 11:11:14 +01:00
nowrep
9b84036b88
Merge branch 'master' of github.com:nowrep/QupZilla
2011-12-23 10:24:54 +01:00
nowrep
1f3a16b298
Using QtWebKit version detection at run-time. Closes #81
...
- detecting wheter to delete or not QWebInspector on close
- QWebInspector can be deleted with 533.3 WebKit
but causing crash when using higher
2011-12-23 10:24:03 +01:00
David Rosca
24ad5ab2a6
Merge pull request #83 from dunsmoreb/issue/82
...
Issue/82 Closes #82
2011-12-23 01:10:56 -08:00
dunsmoreb
2247438c47
QupZilla now quits when last tab is closed.
2011-12-22 22:05:20 -06:00
nowrep
82870d5531
Added Shift+F3 shortcut to find previous on page. See #74
...
- "Shift+F3" and "F3" shortcuts are also available when
searching in source code
2011-12-22 23:45:55 +01:00
nowrep
72077ab496
Setting Click2Flash enabled by default again to reduce Flash crashes.
...
- with latest Click2Flash commit, this plugin should be fully working
on every page, thus we enable it by default again to prevent crashes
from Adobe Flash content on page
2011-12-22 23:43:05 +01:00
nowrep
b44c9e4795
[Fix] Searching on page with highlight enabled. Closes #74
2011-12-22 23:33:35 +01:00
nowrep
091c944132
Enter accept editing Speed Dial entries. Closes #76
2011-12-22 21:58:13 +01:00
nowrep
3e62bee69d
Added F3 shortcut to find next on page + source code. See #74
2011-12-22 21:09:04 +01:00
nowrep
b5fa490573
[Fix] Click2Flash should now work properly on all pages.
...
- using QWebHitTestResult mechanism to find html element
associated to Click2Flash object (should work now 100%)
> please let me know
- added new context menu action to history manager = copy
link address
2011-12-21 20:58:02 +01:00
nowrep
882d0c6e18
Added option "Ask on entering Private mode" to preferences. Closes #70
2011-12-21 18:57:27 +01:00
nowrep
c1e4212261
Showing "Apply" in Speed Dial edit dialog rather than "Edit".
2011-12-20 20:02:04 +01:00
nowrep
1898643224
Opens all bookmarks in folder after middle click in menu. Closes #68
...
- also setting title of new tab when loading bookmarks/history when
possible (when we know title of history entry / bookmark, let
show on tab its title, rather than showing just "New page")
2011-12-20 18:58:42 +01:00
nowrep
8bb47a0a5f
Middle click on folder opens all bookmarks in it. See #68
...
- it works for folders inside bookmarks toolbar only for
now
2011-12-19 21:30:26 +01:00
nowrep
d1c80b826c
[Fix] Fixed crash in QWebInspector when using QtWebKit 2.2
...
- somehow it is no longer safe to delete QWebInspector ...
2011-12-18 16:57:14 +01:00
nowrep
5f7d64537a
[Fix] Fixed including path to download filename.
...
- also showing revision in command line when starting
qupzilla -v or qupzilla --version
2011-12-18 15:42:28 +01:00