nowrep
0459f0864c
SearchEnginesDialog: Default search engine is now painted with bold font
...
+ coding style
2012-09-28 18:44:45 +02: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
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
Daniele Cocca
4ae804b954
Adding the possibility to search for whole words only in the source viewer.
2012-09-19 21:36:22 +02: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
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
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
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
0704236d3e
Added Name/Folder labels back to BookmarksWidget.
2012-09-11 10:55:37 +02:00
Franz Fellner
4a33a9c538
Remove Name/Folder-Labels, change SpeeddialButton into a ClickableLabel.
2012-09-11 10:47:59 +02: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
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
8d8a033ebd
LocationCompleter: Reset scrollbar position when hiding completer
...
- fixes issue with opening completer scrolled down when showing
new suggestions
Patch by Franz Fellner <alpine.art.de@gmail.com>
2012-09-08 22:54:53 +02:00
nowrep
7189ff58b4
LocationCompleter: Improved sorting bookmarks by visit count.
...
- it sorts by visit counts of bookmark's url from history
- count column in bookmarks is not needed after all :-)
Patch by Franz Fellner <alpine.art.de@gmail.com>
2012-09-08 22:52:32 +02:00
nowrep
a79522be4d
Show unsorted bookmarks in bookmarks menu.
2012-09-08 19:42:40 +02:00
nowrep
de6ce70038
Merge branch 'master' of github.com:QupZilla/qupzilla
2012-09-08 19:29:05 +02:00
nowrep
f548c45f6a
Check for normal tabs count when asking whether to close window.
...
- eg. don't take into account pinned tabs
2012-09-08 19:28:47 +02:00
Mark Tolley
36dd2e086d
Fix build on windows
2012-09-07 19:31:55 +01:00
nowrep
17bb99a8d8
Edited BookmarksWidget UI (widget showed after clicking on star button)
...
- in address bar
2012-09-06 20:34:18 +02:00
nowrep
3c70ebcd65
Regression: Fixed restoring state on Windows.
...
- regression from previous commit
2012-09-06 12:56:38 +02:00
nowrep
ba7f919cd5
Location/Search Bar: Always open new active window with Alt+Enter
...
- in Web Search Bar it can be also opened with middle click on
magnifying glass button
2012-09-06 12:02:03 +02:00
nowrep
55845ab4df
X11: Restore windows on correct virtual desktops
...
- this will not be used for first application window, to prevent
starting application and no window being opened on current
desktop
= applies only for other restored windows (2nd, 3rd, ...)
2012-09-06 11:39:42 +02:00
nowrep
11244acc6e
Fixed crash when dragging site with empty url from siteicon
2012-09-06 11:29:05 +02:00
nowrep
5a3f4e5f4d
Fixed crash when dragging bookmark from manager to sidebar
2012-09-06 11:28:43 +02:00
nowrep
3aba5ac7a0
Merge branch 'master' of git://github.com/srazi/qupzilla into srazi-master
2012-09-06 10:57:43 +02:00
nowrep
726b11fab3
LocationBar: Show go icon when getting focus with edited text
...
closes #554
2012-09-06 10:53:37 +02:00
S. Razi Alavizadeh
d9ae633d1a
Added Drag-n-Drop functionality to bookmarkmanager and bookmarksidebar.
2012-09-06 02:22:40 +04:30
nowrep
a046ec4ece
Show better icons in Preferences for oxygen icon theme
...
- only when oxygen icon theme is actually used
2012-09-05 19:58:30 +02:00
nowrep
62ac0e2fde
More QLatin1String and QLatin1Char work
2012-09-05 19:58:07 +02:00
nowrep
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
2012-09-04 12:42:45 +02:00
nowrep
1afc663e91
GreaseMonkey: Use QLatin1String and QLatin1Char in script parsing
2012-09-04 11:29:47 +02:00
nowrep
40a335bc1f
AdBlock: Improved string performance when parsing rules
...
- using QLatin1String and QLatin1Char
2012-09-04 11:24:41 +02:00
nowrep
7b21bf61f1
Q_OS_X11 macro is invalid in both Qt 4 & 5.
...
- so for now, use just Q_WS_X11
2012-09-04 10:54:39 +02:00
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
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
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
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
S. Razi Alavizadeh
2861f4dae4
Fixed conflict between blur background and Adobe PDF plugins on Windows.
2012-08-30 13:16:58 +04:30
nowrep
f1c9112a86
Fixed close buttons on tabs not working after recent commit.
...
closes #533
2012-08-28 10:40:03 +02: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
68ffa497bd
Updated contributors and translators list in About dialog.
2012-08-27 13:00:36 +02:00
nowrep
f2c5a7ac92
Highlighting search text in address bar completer
2012-08-25 13:08:21 +02:00
nowrep
6e3d7d581b
Smarter address bar completer now shows better search results
...
- thanks to Franz Fellner
closes #506
2012-08-25 13:08:06 +02:00
nowrep
dd84a84bc0
New option to show loading progress in address bar.
...
- enable it in Preferences -> Tabs -> Address Bar
- patch by Franz Fellner
closes #236
2012-08-24 20:53:53 +02:00
nowrep
2acc6021aa
Regression: Fixed restoring sessions with pinned tabs.
...
- it was opening & restoring tabs in new window
2012-08-24 19:24:48 +02:00
S. Razi Alavizadeh
44f3b96b32
Fixed Compile error!
2012-08-24 20:04:09 +04:30
nowrep
20c03ba459
Fixed width of combo box in Add User Agent dialog.
...
closes #523
2012-08-24 14:55:06 +02:00
nowrep
7f2bc706de
FileSchemeHandler: Don't list "empty folder" if file url is invalid
...
- instead show just "Content not found" error
2012-08-24 14:53:12 +02:00
nowrep
0e046b73de
Don't show size of folders in directory listing.
...
- updated CHANGELOG
2012-08-23 18:40:56 +02:00
nowrep
6d997220c7
Added support for listing directories with file: scheme
...
closes #435
2012-08-23 16:17:56 +02:00
nowrep
983df81ee0
Try to return active window in MainApplication::getWindow
2012-08-23 15:52:07 +02:00
nowrep
60ae2c1705
Moved fileSizeToString into qz_ function
2012-08-23 15:40:10 +02:00
nowrep
5ca2e2d75f
Using prepare SQL statements everywhere it is needed.
2012-08-23 15:37:43 +02:00
nowrep
8d2391da6f
Moved scheme handlers into own directory network/schemehandlers
2012-08-23 11:36:36 +02:00
nowrep
3cb147743e
Fixed compilation warning
2012-08-23 11:06:10 +02:00
nowrep
59824f2bff
Added new google icon.
2012-08-22 20:01:14 +02:00
S. Razi Alavizadeh
7e7f914f74
The 'bookmarkswidget' was improved.
2012-08-22 17:18:27 +04:30
nowrep
c6445513e0
Don't close additionally opened tabs when restoring session
...
- if user opens app after crash, he will get 1 tab asking him
about restoring a session
if user opens another tabs and later decides to restore session,
new opened tabs won't be closed
Patch by Franz Fellner
2012-08-22 13:45:03 +02:00
nowrep
80e89b2644
New Restore Session GUI - allows choosing to/not to restore each tab
...
- added as new qupzilla:restore page
- thanks a lot for work by Franz Fellner
closes #515
2012-08-21 20:28:38 +02:00
nowrep
a6fa9b8181
Setting min-width to #box in all internal pages
2012-08-21 20:17:01 +02:00
S. Razi Alavizadeh
1df223fbd1
Fixed problem about location of 'm_buttonAddTab' when there are lots of tabs opened.
2012-08-21 00:20:31 +04:30
S. Razi Alavizadeh
dbcbabdec3
Fixed 'QtWin' bug about changing of desktop composition state.
2012-08-21 00:17:43 +04:30
S. Razi Alavizadeh
07e17f7b47
In Windows transparent background must be disabled when app. is fullscreen.
2012-08-21 00:14:29 +04:30
S. Razi Alavizadeh
551498fa06
Fixed visibility of navigationbar when app. is fullscreen.
2012-08-21 00:10:38 +04:30
nowrep
c0b04f660e
Moved WebPage::applyDirectionToPage into globalfunctions.h
2012-08-19 19:47:28 +02:00
S. Razi Alavizadeh
552fbbcffa
Added RTL support to internal pages.
2012-08-18 18:31:26 +04:30
S. Razi Alavizadeh
3d16d49aa5
[Windows only] Action 'Open Folder' in downoad manager opens folder and selects file.
2012-08-18 05:05:54 +04:30
nowrep
e517b9ec65
New User Agent Manager allows setting per-site User Agents.
...
closes #399
2012-08-17 20:56:01 +02:00