David Rosca
288d2caafe
Merge pull request #611 from stuarch/master
...
Update Translations
2012-10-11 10:32:19 -07:00
Cheng-Hong Wu
e21842ee33
Update Traditional Chinese Translations
2012-10-11 19:27:08 +08:00
David Rosca
a5dab884d2
Merge pull request #604 from srazi/master
...
Added Persian translation of QupZilla's homepage.
2012-10-10 00:48:55 -07:00
David Rosca
3f33f73c81
Merge pull request #605 from ff2000/master
...
Force a LineEdit::paintEvent after a setCursorPosition
2012-10-07 04:33:25 -07:00
Franz Fellner
e08428a6d1
Force a LineEdit::paintEvent after a setCursorPosition, in order to
...
trigger a recalculation of the visible text rect.
2012-10-07 13:22:45 +02:00
S. Razi Alavizadeh
260e42f455
Added Persian translation of QupZilla's homepage.
2012-10-07 14:32:50 +03:30
nowrep
4fce161414
Set default white background for all pages.
...
- fixes issue with dark themes
closes #602
2012-10-06 11:15:58 +02:00
nowrep
fa1ee13611
Open bookmark (in new tab) from menu in bookmarks toolbar
...
closes #601
2012-10-05 22:15:18 +02:00
David Rosca
8098241078
Merge pull request #599 from ff2000/master
...
Cleanup in WebSearchBar/NavigationBar
2012-10-01 07:38:18 -07:00
Franz Fellner
204e942f87
Cleanup in NavigationBar and WebSearchBar:
...
* move helper-functions in navigationbar.cpp into NavigationBar [private]
* remove (unused) 2nd arg in WebSearchBar/NavigationBar and use mainClass as parent.
* remove NavigationBar-destructor (not needed)
* remove WebSearchBar::m_menu and create a QMenu-instance directly in WebSearchBar::contextMenuEvent()
2012-10-01 11:26:07 +02:00
Franz Fellner
bf3b05d501
Merge remote-tracking branch 'upstream/master'
2012-10-01 10:33:11 +02:00
David Rosca
6854169f23
Merge pull request #598 from srazi/master
...
Windows: Updated NSIS Installer and some fixes about Persian translation
2012-09-30 15:24:48 -07:00
S. Razi Alavizadeh
c2da3fc728
Windows: Updated NSIS Installer and some fixes about Persian translation
2012-09-30 19:08:48 +03:30
Franz Fellner
e97e1c8746
Also adjust websearchbar
2012-09-30 11:29:46 +02:00
Franz Fellner
5d8767357c
Also adjust websearchbar
2012-09-30 11:22:28 +02:00
Franz Fellner
00d9f99f9c
Adjusted themes main.css to get a vertically centered contentsRect.
...
Also adjusted mac siteicon-[secure]-bg.png to not have opaque pixels, which would cut content (e.g. Top progress bar).
Filled bar is now drawn independent of textRect.
2012-09-30 11:05:31 +02:00
Franz Fellner
63edb90cbe
Adjusted themes main.css to get a vertically centered contentsRect.
...
Also adjusted mac siteicon-[secure]-bg.png to not have opaque pixels, which would cut content (e.g. Top progress bar).
Filled bar is now drawn independent of textRect.
2012-09-30 10:55:44 +02:00
David Rosca
acfbead033
Merge pull request #597 from alexandre596/master
...
Updated translation
2012-09-29 09:50:46 -07:00
alexandre596
47a3a5ce2d
Updated translation
...
pt_br
2012-09-29 13:29:43 -03:00
Jonathan Hooverman
7f8f7fdf2b
Updated German translation
2012-09-29 13:41:35 +02:00
David Rosca
55f214a8f8
Merge pull request #596 from sys9kdr/master
...
Update Japanese language file
2012-09-28 15:09:07 -07:00
Daiki Noda
8062e22b93
Update Japanese language file
...
Update Japanese language file
2012-09-29 07:02:26 +09:00
nowrep
214f28c2c4
Windows: Updated NSIS Installer
2012-09-28 20:54:15 +02:00
nowrep
3754f87978
Updated translations
2012-09-28 18:50:20 +02:00
nowrep
0459f0864c
SearchEnginesDialog: Default search engine is now painted with bold font
...
+ coding style
2012-09-28 18:44:45 +02:00
David Rosca
06bf7d845f
Merge pull request #595 from ff2000/search_options
...
Search options
2012-09-28 09:26:45 -07:00
Franz Fellner
04e8df6e48
Add option to set a default search engine and use that for searching in address bar.
2012-09-27 11:59:09 +02:00
Franz Fellner
40f97c73ab
Add option to disable instant search on ech searchengine change.
2012-09-26 15:06:05 +02:00
David Rosca
7c95c78f26
Merge pull request #588 from srazi/master
...
Hide supermenu in fullscreen mode.
2012-09-20 23:15:55 -07:00
David Rosca
c264fc3f28
Merge pull request #587 from amoskvin/master
...
Build fails due to underlinking
2012-09-20 23:13:54 -07:00
S. Razi Alavizadeh
37e5aba76c
Fixed, don't show supermenu in fullscreen mode.
2012-09-21 08:43:27 +03:30
Alec Moskvin
4b2081ef5b
Link to libX11 explicitly to prevent underlinking
2012-09-20 20:28:09 -04:00
David Rosca
f3f1c46521
Merge pull request #586 from ff2000/location_bar_options
...
Render the bar darker, if set to "Top" or "Bottom", as the small bar cou...
2012-09-20 08:00:52 -07:00
Franz Fellner
620e2a5ea2
Render the bar darker, if set to "Top" or "Bottom", as the small bar could be too hard to recognize.
...
Also set m_progressVisible only to false (in hideProgress), if m_loadProgress==100. If the user clicks
a link during the 700ms-timeout, the bar shows for a short time and hideProgress sets m_progressVisible to false, though
the page still is loading, which hides the bar in mid-run.
This also fixes the weird behaviour of the progressbar on session-restore.
2012-09-20 10:04:18 +02:00
S. Razi Alavizadeh
703a41c0f4
Fixed showing 'Preferences' window without parent.
...
-issue: 'Preferences::saveSettings()' doesn't work without parent.
2012-09-19 21:40:25 +02:00
S. Razi Alavizadeh
6d4005cd7b
Fixed starting AboutDialog without parent.
2012-09-19 21:38:44 +02:00
S. Razi Alavizadeh
738a0b9791
Fixed a typo in CHANGELOG
2012-09-19 21:38:36 +02:00
Daniele Cocca
4ae804b954
Adding the possibility to search for whole words only in the source viewer.
2012-09-19 21:36:22 +02:00
David Rosca
6f7d8b13f6
Merge pull request #584 from ff2000/location_bar_options
...
Add options to select color+style for progresss locationbar.
2012-09-19 12:34:14 -07:00
Franz Fellner
4bb87822cf
Highlight host in locationbar.
...
To simplify color computation I simply imported the "blib/colors.*" from bespin.
2012-09-19 20:24:41 +02:00
Franz Fellner
8723382b5c
Add options to select color+style for progresss locationbar.
2012-09-19 10:08:30 +02:00
nowrep
e59241f525
Fixed file permissions from last commit.
2012-09-17 18:03:30 +02:00
David Rosca
1502181dad
Merge pull request #577 from stuarch/master
...
Update Traditional Chinese Translations
2012-09-17 08:50:09 -07:00
stuarch
e942daa7b4
Update Traditional Chinese Translations
2012-09-17 18:32:43 +08:00
nowrep
eddc51734a
Version 1.3.5
2012-09-16 20:42:07 +02:00
nowrep
5d80f4b380
Use QFrame::StyledPanel for LocationBarPopup
...
- also added copyright to new files
2012-09-16 20:19:10 +02:00
David Rosca
c4eacede53
Merge pull request #572 from ff2000/locatiobarpopup
...
Add new class "LocationBarPopup"
2012-09-15 09:17:06 -07:00
Franz Fellner
eb2256e2cf
Also add the new files to the git index...
2012-09-15 17:54:12 +02:00
Franz Fellner
f3221c70d6
Introduce LocationBarPopup as base for - popups in the location bar.
...
The switch is needed due to palette problems on some color schemes (e.g. inverted look for popupmenus or tooltips), which could lead to unreadable text.
2012-09-15 17:39:54 +02:00
nowrep
eb82df9aef
Coding style: Moved showing BookmarksWidget into LocationBar
2012-09-14 22:09:58 +02:00