Christian Dywan
38a7e023f9
Transfer panel Clear should only remove cancelled and finished items
2009-05-24 01:01:38 +02:00
Christian Dywan
63bce11e1a
Redraw extensions treeview when activating/ deactivating
2009-05-24 00:07:17 +02:00
Jean-François Guchens
017d789f4f
Remove spaces from the speed dial JSON
2009-05-23 23:59:22 +02:00
Christian Dywan
32b7dff63d
Add adblock.c to POTFILES.in so it can be localized
2009-05-23 00:20:04 +02:00
Christian Dywan
441db87647
Don't show 'Add to speed dial' on blank pages
2009-05-23 00:16:39 +02:00
Jean-François Guchens
1fa9dec7b4
Remember options in Clear private data dialogue
2009-05-22 23:53:54 +02:00
Jérôme Geulfucci
3f3898fe65
Update French translation
2009-05-22 23:32:00 +02:00
Christian Dywan
56d2637020
Add tabs to new browser windows *after* emitting NEW_WINDOW
...
The app takes care of settings as well as other state when the
NEW_WINDOW signal of a browser is emitted. So we need to add
tabs after emitting the signal, otherwise the new tab has
default settings for a limited period of time.
2009-05-22 23:15:53 +02:00
Christian Dywan
16912f4cdf
Implement a hack to keep the text direction left-to-right
2009-05-22 04:01:56 +02:00
Christian Dywan
551843da1d
Ensure we remove all items in katze_array_clear
...
Apparently looping through 'all' items isn't sufficient, so now
we remove the very first item until the list is empty.
2009-05-22 02:40:02 +02:00
Jean-François Guchens
24dc508fa7
Add 'Closed tabs and windows' to Clear private data dialogue
2009-05-22 02:18:08 +02:00
Elega
e572baeb85
Update Spanish translation
2009-05-22 02:06:48 +02:00
Stanley Zhang
17573d8b51
Update Simplified Chinese translation
2009-05-22 02:03:45 +02:00
Christian Dywan
5ae53f643a
Skip the AddSpeedDial action in the browser test
2009-05-22 01:35:47 +02:00
Christian Dywan
a102146f15
Generate thumbnails as needed without saving to disk
2009-05-21 19:14:46 +02:00
Christian Dywan
7087a0d25f
Send a synthetic expose event to snapshot views
2009-05-21 18:23:27 +02:00
Sérgio Marques
a0e9444e97
Update Portuguese translation and rename from pt_PT.po to pt.po
2009-05-20 01:39:54 +02:00
Christian Dywan
8deacc7a9d
Basic support for @-moz-document in user styles
...
This is not completely correct but a good start. Basically
@-moz-document is recognized, "url-prefix" is respected, not
"domain" however. Namespaces are ignored. Document blocks
are not fully honored, instead all style rules apply to all
prefixes specified in any block in the file.
2009-05-20 01:20:34 +02:00
Christian Dywan
d90f3d7680
Initial implementation of an Advertisement blocker
...
The dialog isn't finished, you have to add URIs to the config
file by hand.
2009-05-19 21:01:09 +02:00
Jérôme Geulfucci
c9550d36e3
Adjust the Mouse Gestures coding style
2009-05-19 19:13:03 +02:00
Enrico Tröger
e1268d3dea
Split the CookieManager extension into separate files
2009-05-19 19:04:25 +02:00
Christian Dywan
1b094dda75
Replace FindQuick with direct '.' and '/' search hotkey support
...
Using an action for a single character turned out to be a bad idea
and rather than trying to work around it, we implement '/' and '.'
hotkeys directly in the view.
2009-05-18 22:40:13 +02:00
Christian Dywan
c106e52fca
Implement Quick Find, which is inline find started with '.'
2009-05-18 02:57:52 +02:00
Enrico Tröger
e211c6884a
Remove possibly remaining timers when closing browser windows
2009-05-18 02:47:56 +02:00
Christian Dywan
7fc6c46c9a
Allow WebKit to catch key presses first
...
If we connect to key presses after WebKit processes them this
resolves the conflict between hotkeys and inline search.
2009-05-18 02:43:56 +02:00
Christian Dywan
907f7a72ce
Implement Open new pages in: New window preference
2009-05-17 20:29:31 +02:00
Christian Dywan
964bcd0c1c
Adjust completion test after modifying the location entry
2009-05-17 16:55:02 +02:00
Christian Dywan
e3ed65c3f2
Always append tabs opened via middle/ double click on the tab bar
2009-05-17 16:49:46 +02:00
Christian Dywan
87e712f51c
Implement a small Go button next to the location entry
2009-05-17 16:26:31 +02:00
Christian Dywan
696a592e82
Use a trick to prevent default activation when middle clicking
2009-05-17 13:38:42 +02:00
Christian Dywan
b47ee725fd
Catch non-existance of os.path.relpath
2009-05-17 13:07:15 +02:00
Christian Dywan
eaaed697bf
Add a type cast to resolve a warning in MidoriBrowser
2009-05-17 02:54:50 +02:00
Christian Dywan
0c6d0420b3
Remove superuser warning completely
2009-05-17 02:53:57 +02:00
Christian Dywan
c8493b4c04
Treat "about:blank" and "" equally in midori_view_set_uri
...
This solves the problem of open speed dial tabs in the session
coming back as blank tabs after a restart of Midori.
2009-05-17 00:01:52 +02:00
Christian Dywan
e3fea6c2eb
Ensure that the address entry is focussed with speed dial
2009-05-16 23:52:59 +02:00
Jean-François Guchens
0717e42458
Protect speed dial against quoting in titles
2009-05-15 23:49:01 +02:00
Jean-François Guchens
b6ea294189
Remove the search field from the speed dial
2009-05-15 23:48:10 +02:00
Christian Dywan
3388c17f74
Use stock close button instead of cross in speed dial
...
I'm not entirely decided if it's better or worse, we'll see
how it is and can revert if needed.
2009-05-15 23:10:48 +02:00
Christian Dywan
4c2a3f5bb7
Support custom sizes of icons in res_server
2009-05-15 23:08:52 +02:00
Christian Dywan
3395d0a0f2
Shorten the paths used for --run to make them more easily reusable
2009-05-15 20:30:24 +02:00
Christian Dywan
396c477f2d
Disconnect history panel when finalizing
...
There's a small hack now which prevents the disconnect function
from releasing the references. Our reference handling is flawed
and needs to be investigated before we can fix that for good.
2009-05-15 20:08:06 +02:00
Enrico Tröger
90e9ee4af7
Fix crash for URIs with an invalid hostname and without a path
2009-05-15 18:58:57 +02:00
Christian Dywan
c217609403
Title the speed dial as Speed dial instead of Blank page
2009-05-15 18:56:14 +02:00
Christian Dywan
a6f2ca54e9
Make sure to only update the address entry with the current view
2009-05-15 17:30:54 +02:00
Christian Dywan
b0babb3c17
Moving tab title update to a function and fix tab titles
2009-05-15 17:26:09 +02:00
Christian Dywan
9569a3c060
Provide custom overflow menu items to support middle click
2009-05-15 01:55:11 +02:00
Christian Dywan
8b3a74b6f0
Update address and actions properly when navigating in-page
2009-05-15 01:18:14 +02:00
Christian Dywan
ade0f16053
Fix a crash caused by a mistaken attempt at plugging a leak
2009-05-15 00:58:58 +02:00
Christian Dywan
06d9e2d026
Move 'Add to Speed dial' from View to File menu
2009-05-14 22:29:59 +02:00
Christian Dywan
03a6f54d25
Plug a few memory leaks in MidoriView and MidoriWebSettings
2009-05-14 22:26:02 +02:00