David Rosca
41775c3a20
Replace some QupZilla leftovers with Falkon
8 years ago
David Rosca
464f05962e
Plugins: Use settings path without trailing slash
12 years ago
nowrep
6874df57d7
[Coding Style] Edited coding style (use linux style brackets)
...
Linux style brackets are now used also for source files.
One line blocks can now be without brackets.
Example:
if (test)
foo();
Multi-line if statements are now written with conditionals (||, &&, ...)
at the end of line. The last line of if body does not ends with closing
bracket, instead the closing bracket is written on separate line.
One line blocks in multi-line if statements should not be without brackets.
Example:
if (test ||
test2 &&
test3
) {
foo();
}
[ci skip]
12 years ago
nowrep
84f117e68e
[AutoScroll] Fixed AutoScroll plugin after recent commits
...
Use WebView::overlayWidget for showing widgets over WebView
12 years ago
nowrep
edbb87bd1f
[CodeCleanup] IconProvider now have static methods for getting icons
12 years ago
nowrep
82ca226127
[Code] Use QTime::elapsed() for timing
12 years ago
Jonathan Hooverman
d917f43cf0
Updated copyright year to 2014
12 years ago
nowrep
da15e5868d
[CodingStyle] Don't use references when assigning to local variable
...
Let the compiler do the optimization
12 years ago
nowrep
39af453281
[AKN] Fixes crash while closing tab with shown labels.
...
See #817
13 years ago
nowrep
5f5cf7417d
[Code] Updated coding style with patched Astyle + normalized signals.
...
Code was formatted with patched astyle that correctly formats
foreach macro.
Normalize tool is now used to normalize all signal/slots signatures
to normalized format. It saves few reallocations on connections.
13 years ago
nowrep
cf2c28cfdb
Updated coding style
14 years ago
nowrep
6d997220c7
Added support for listing directories with file: scheme
...
closes #435
14 years ago
nowrep
bae437edeb
Fixed hiding access keys when scrolling page with scrollbars
14 years ago
S. Razi Alavizadeh
38456333a3
Improved, `AKN_Handler` handles pressed key case-insensitive if it's possible.
14 years ago
S. Razi Alavizadeh
413e61e9b6
Fixed, accesskeys don't hide when page is scrolled without mouse wheel.
14 years ago
nowrep
7c7c1787bc
Fixed saving settings in plugins.
14 years ago
nowrep
6560459418
Fixed loading plugins when using USE_LIBPATH define
...
- reverted displaying page url with QWebFrame::baseUrl()
14 years ago
nowrep
4d96a6760c
No longer using global event filters, instead filtering widget events.
...
- using guarded pointers in plugins now
14 years ago
nowrep
c7187bf064
AKN plugin now correctly shows keys on pages with more frames
...
- it works fine now for example on gmail
- status bar overlay now hides after small delay (500ms)
14 years ago
nowrep
17d70adfa5
Various changes in starting application.
...
- constantly renaimed app plugins to Extensions
14 years ago
nowrep
1a3af429d2
Show whether QupZilla was built with debugging symbols in config page.
...
- closes #202
14 years ago
nowrep
03db6da1a9
Added option to create search engine from <input> element on page.
...
- accessible in context menu on input
- added translations for plugins into resources so they can be loaded
- in access keys navigation plugin: lower case chars are choose first
14 years ago
nowrep
0e4fd462ba
Access Keys Navigation plugin now add also lower/upper case chars.
...
- imporved pages screen = removing scrollbars from screen
14 years ago
nowrep
7dff6ad103
TabBar now accepts drops so you can drop url on it and open new tab.
...
- small modifications in locationbar regarding focus handling
14 years ago
nowrep
645765b509
Fixed Access Keys Navigation plugin build on Windows.
14 years ago
nowrep
e5e5cec7a5
Added Access Keys Navigation plugin. Closes #288
14 years ago