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

1631 Commits

Author SHA1 Message Date
nowrep
c7cdaf824f Qt5: Changing Q_WS_* macros to Q_OS_*
- Q_WS_* macros have been removed in Qt 5
2012-09-03 23:03:20 +02:00
nowrep
c71cf910cb TabBar: If not enough space, show close button only on current tab
- removed "Show close button on tabs" option as it is now redundant
2012-09-03 22:40:52 +02:00
nowrep
0c6abb8afc Added Brazilian Portuguese translation for plugins 2012-09-03 22:38:31 +02:00
Mladen Pejaković
9fdcf1772f Merge pull request #549 from sys9kdr/master
Fix typo at Japanese language file.
2012-09-03 09:26:51 -07:00
nowrep
30b8eaf44e Another Oxygen workaround for pinned tab width.
- it now also center site icon in the tab
2012-09-03 15:28:37 +02:00
Daiki Noda
8c7891c716 Typo fixed
Typo fixed.
2012-09-03 22:05:00 +09:00
nowrep
3065d58b25 Fixed width of pinned tab with Oxygen theme.
- also added runtime check of current Qt theme in use
2012-09-03 13:24:29 +02:00
Mladen Pejaković
4e75aac866 Merge pull request #548 from sys9kdr/master
Japanese language file updated.
2012-09-02 12:30:05 -07:00
Mladen Pejaković
a09c108fae Merge pull request #547 from w41l/master
Updated Indonesian translations
2012-09-02 12:29:31 -07:00
Mladen Pejaković
1ece8028b1 Serbian translation updates 2012-09-02 21:28:03 +02:00
Daiki Noda
f11b0a8378 Japanese language file updated
Japanese language file is updated.
2012-09-03 02:14:29 +09:00
w41l
1d2e22dc4f Updated Indonesian translations 2012-09-02 23:10:19 +07:00
nowrep
d5e21ab911 BookmarksSideBar: Get focus to search line when opening sidebar
- also addeed support for opening bookmarks with Enter
   * Enter - opens bookmark in current tab
   * Ctrl + Enter - opens bookmark in new tab
2012-09-02 15:53:00 +02:00
nowrep
2c57528d29 LocationCompleter: Sort also results from bookmarks by count
- bookmarks get +10 count because bookmarks gets count only
  from location completer and bookmakrs manager/sidebar
  but history entries gets count also from navigating through
  webpages (eg. click on link, redirect, ...)
2012-09-02 15:36:20 +02:00
nowrep
ec70c7d43d LocationCompleter: Bookmarks results are now ordered by count 2012-09-02 15:19:12 +02:00
nowrep
cff5fce5da Fixed showing close buttons on pinned tabs.
- regression from 1e5b7d92cd
2012-09-02 14:18:07 +02:00
nowrep
1d919e0172 Fixed width of pinned tabs on all Qt styles.
closes #518
2012-09-02 12:22:11 +02:00
nowrep
b2181f0bab Coding style: Use empty QString() constructor instead of "" everywhere 2012-09-02 11:42:41 +02:00
nowrep
0437ae171f LocationCompleter: Draw light line at the bottom of item
- also space between title and link is now 2px bigger because
  of underlining
2012-09-01 17:23:17 +02:00
nowrep
179d173bcf Removed explicit setting of font size to 8pt from previous commit.
- mistake ...
2012-09-01 17:00:27 +02:00
nowrep
8429f84879 LocationCompleter: Another improvements and fixes.
- draw 1px line for fonts smaller than 9pt
2012-09-01 16:58:55 +02:00
nowrep
53d4f00c36 Added option to start new instance of browser with --no-remote option
- however, new instance cannot be started for default profile

closes #541
2012-09-01 15:59:27 +02:00
nowrep
6d52ef3c77 LocationCompleter: Painting underline manually looks better than by Qt
- QFont::Underline is ugly with graphicssystem raster
- also fixed issue when not all parts of text was highlighted as they
  should be
2012-09-01 15:35:27 +02:00
nowrep
9f376ac14c Enabling sorting for Table/Tree Widgets everywhere. 2012-09-01 13:56:00 +02:00
nowrep
b442492c27 Fixed small bug with domain matching
- accounts.youtube.com won't be matched by s.youtube.com anymore
- fixes ||s.youtube.com^ AdBlock rule matching anything from
  https://accounts.youtube.com
2012-09-01 11:41:12 +02:00
nowrep
575b211997 Search suggestions in address bar now take into account hit count too
thanks to Franz Fellner
2012-08-31 22:05:14 +02:00
nowrep
c6d1743706 Disabling touch mocking on Google sites.
- fixes issue with Google maps with menu not hiding

closes #545
2012-08-31 15:20:00 +02:00
nowrep
cf2c28cfdb Updated coding style 2012-08-31 15:19:07 +02:00
nowrep
d1d837616a Merge branch 'master' of github.com:QupZilla/qupzilla 2012-08-30 21:34:56 +02:00
David Rosca
78061d7e96 Merge pull request #540 from srazi/master
The bug about Windows blur effect and PDF plugins was fixed.
2012-08-30 05:47:34 -07:00
David Rosca
c3f6efd793 Merge pull request #542 from Mikino89/master
Update Slovak translation
2012-08-30 05:46:24 -07:00
Mikino89
bbe74f9aba Update Slovak translation 2012-08-30 14:44:35 +02:00
S. Razi Alavizadeh
2861f4dae4 Fixed conflict between blur background and Adobe PDF plugins on Windows. 2012-08-30 13:16:58 +04:30
nowrep
3e85b04424 Merge branch 'master' of github.com:QupZilla/qupzilla 2012-08-29 21:35:48 +02:00
nowrep
d18ebe6c88 Updated italian translation
- thanks to Francesco Marinucci
2012-08-29 21:35:34 +02:00
David Rosca
47c9faa97d Merge pull request #536 from sys9kdr/master
Japanese language file updpated.
2012-08-28 23:34:29 -07:00
Daiki Noda
6085af0614 Japanese language file updpated.
Japanese language file updpated.
2012-08-28 23:02:35 +09:00
nowrep
f1c9112a86 Fixed close buttons on tabs not working after recent commit.
closes #533
2012-08-28 10:40:03 +02:00
David Rosca
93ca2c507b Merge pull request #532 from srazi/master
Updated, Persian translation.
2012-08-28 01:38:41 -07:00
S. Razi Alavizadeh
1b234c8c33 The Persian translation was updated. 2012-08-28 03:02:00 +04:30
David Rosca
2fbf5d5671 Merge pull request #531 from alexandre596/master
Updated PT_BR translation
2012-08-27 07:06:55 -07:00
alexandre596
c76a785acc Update translation 2012-08-27 11:03:36 -03:00
nowrep
4f3c3cdcc4 Fixed navigation keys not working right after closing search bar
- keys PageUp, PageDown, Space and arrows

closes #530
2012-08-27 16:02:08 +02:00
nowrep
1e5b7d92cd Hiding close buttons when there is not enough space in tabbar
- to partially prevent overflowing tabs into tab buttons
- it is now possible to show 24 tabs in tabbar in
  640*480 window without overflowing

closes #527
2012-08-27 14:02:35 +02:00
nowrep
58a07aed81 New option to hide close button on tabs
closes #526
2012-08-27 14:01:17 +02:00
nowrep
8a859a9b56 Updated translations 2012-08-27 13:59:24 +02:00
nowrep
f0fb14ce7b Merge branch 'master' of github.com:QupZilla/qupzilla 2012-08-27 13:00:45 +02:00
nowrep
68ffa497bd Updated contributors and translators list in About dialog. 2012-08-27 13:00:36 +02:00
Jonathan Hooverman
92fcc9d9dd Updated German translation 2012-08-25 13:30:59 +02:00
nowrep
f2c5a7ac92 Highlighting search text in address bar completer 2012-08-25 13:08:21 +02:00