1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

1721 Commits

Author SHA1 Message Date
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
nowrep
2b6de8182b Updated French translation 2012-09-14 21:52:17 +02:00
David Rosca
f29cbf9e7a Merge pull request #570 from srazi/master
There are some fixes applied to Persian translation
2012-09-13 01:08:26 -07:00
David Rosca
36266e135a Merge pull request #569 from vasitsiv/master
Updated Greek Translation 1.3.5
2012-09-13 01:08:06 -07:00
S. Razi Alavizadeh
19c3310099 Some fixes applied to Persian translation 2012-09-13 11:32:52 +04:30
Vasilis Tsivikis
25c8021371 Updated Greek Translations 1.3.5 2012-09-13 03:17:29 +03:00
nowrep
884c152c39 Fixed crash when opening qupzilla:restore in multiple tabs.
closes #567
2012-09-12 14:03:26 +02:00
nowrep
5cf6b1c565 Fixed color of text in labels in SiteInfo/Bookmarks/RSS urlbar popup.
- using tooltip text color with gtk+ and besping styles
2012-09-12 11:59:23 +02:00
nowrep
2d5b0c0bc0 Don't check for null pointer before deleting objects.
- as delete 0 is safe
2012-09-11 11:43:11 +02:00
nowrep
92b18f5466 Plugins: Fixed crash when unloading with settings dialog opened.
- also it is now possible to open only one settings dialog at time
2012-09-11 11:31:28 +02:00
nowrep
0704236d3e Added Name/Folder labels back to BookmarksWidget. 2012-09-11 10:55:37 +02:00
nowrep
6846a9a46c Merge branch 'master' of git://github.com/ff2000/qupzilla into ff2000-master 2012-09-11 10:52:08 +02:00
nowrep
bfc760c858 Merge branch 'master' of github.com:QupZilla/qupzilla 2012-09-11 10:49:49 +02:00
nowrep
abc4959e7c Using color from palette for all links. 2012-09-11 10:49:38 +02:00
Franz Fellner
4a33a9c538 Remove Name/Folder-Labels, change SpeeddialButton into a ClickableLabel. 2012-09-11 10:47:59 +02:00
Mladen Pejaković
814abafade Serbian translation updates 2012-09-10 20:33:01 +02:00
David Rosca
a15f0bd0ee Merge pull request #564 from ff2000/bookmarks_simplified_1.3.5
Take the edited page title into account
2012-09-10 09:05:58 -07:00
Franz Fellner
d70894866b run coding_style.sh 2012-09-10 15:11:24 +02:00
Franz Fellner
5ca9b8b21a Take the edited title into account when saving the bookmark. 2012-09-10 15:05:27 +02:00
nowrep
23dfe8b8a8 Merge branch 'bookmarks_simplified_1.3.5' of git://github.com/ff2000/qupzilla into ff2000-bookmarks_simplified_1.3.5 2012-09-10 10:50:47 +02:00
Franz Fellner
29cc7cf47d Rework the quick bookmark widget.
* QupZilla is not firefox or chrome: QZ has speeddial by default, the latter ones only by extensions.
    So adding an url to the unsorted bookmarks by default when clicking the star is a no-go, as the user probably only wants to add a speed dial.
    The star is the only possibility to add speed dials.

    * Having a save and a remove-button possibly confuses the user (at least confused me ;))
    Only take one button and change the text according to the state.

    * Disable the name-edit and folder-combo in the case the url is already bookmarked.
    Chosing another folder and press save will move the bookmark to another folder.
    Moving bookmarks IMHO is the job of the "organize bookmarks" tool (renaming them, too)

    ***
    In a future (post-1.3.5) I would like to see the bookmark-button an the folder-choser merged like it is done in Opera.
    (Opera HAS speed dial by default)
    But I am open for suggestions :)
2012-09-10 09:34:05 +02:00
nowrep
98bdacc296 Added missing qt_fa.qm Qt translation file. 2012-09-09 18:03:04 +02:00
David Rosca
b984d66fcc Merge pull request #562 from srazi/master
MouseGestures: Updated Persian translation and some fixes about RTL layout.
2012-09-09 08:44:42 -07:00