Christian Dywan
61670ab623
Replace Shrink Images preference with Middle click opens selection
2009-09-04 23:44:57 +02:00
Christian Dywan
2bff26f90a
Don't middle click open when there's an editable
...
This is still not a complete solution but better than before.
2009-09-04 23:37:00 +02:00
Christian Dywan
f74b860d66
Wrap session saving in a 5 second timeout
2009-09-02 23:58:53 +02:00
Christian Dywan
f259d082f2
Say 'Error - URI' in place of 'Error' in the title
...
When several pages fail at the same time, for instance due to
network issues, it can be important to tell those pages apart.
2009-09-02 23:58:53 +02:00
Christian Dywan
d03a8226fa
Use WebKitDownload to save web pages with Save As
2009-08-30 16:00:48 +02:00
Christian Dywan
e09ea1ef3a
Fix unused get_type_function warning with libsoup < 2.27.92
2009-08-30 15:29:38 +02:00
Christian Dywan
af86796eab
Use GNOME proxy resolver and GNOME password manager optionally
2009-08-30 04:22:55 +02:00
Christian Dywan
ee0bda8db3
Read window properties without using 'xprop'
2009-08-29 01:23:10 +02:00
Christian Dywan
f0d6af642e
Only update statusbar text if the view is the current tab
2009-08-29 01:23:10 +02:00
Dale Whittaker
cf9538dd67
Pass a return value location when emitting secondary-icon-released
2009-08-29 01:23:10 +02:00
Christian Dywan
e3b27cb70d
Only set error in midori_array_from_file if it is not NULL
2009-08-29 01:23:10 +02:00
Christian Dywan
2bb225e7c0
Load "bookmarks.xbel", "config" and "search" defaults from /etc
2009-08-27 23:59:26 +02:00
Christian Dywan
c5973c4161
Move Open new pages and Open external pages preferences side by side
2009-08-25 00:12:05 +02:00
Christian Dywan
15bc7772e8
Move Cooke preferences side by side
2009-08-24 23:58:43 +02:00
Dale Whittaker
72ae687ef2
Swap checks for completion data and key to fix the arrow popup
2009-08-24 23:30:09 +02:00
Christian Dywan
b4a6de2e96
Show Print background images option in print dialog
2009-08-24 23:30:09 +02:00
Christian Dywan
0a43b82fcd
Remove Resizable text areas and Print background images Preferences
2009-08-24 23:30:08 +02:00
Christian Dywan
6fac0fa22c
Do not make the inspector window transient
2009-08-24 23:30:08 +02:00
Christian Dywan
14b784a2e9
Implement Disable all extensions in the crash dialog
2009-08-24 00:57:44 +02:00
Christian Dywan
e58aa161c6
Preserve state of extensions when using the crash dialog
2009-08-24 00:46:31 +02:00
Christian Dywan
97b31b23be
Remove Preferences Middle click opens selection and Popups in Tabs
2009-08-24 00:22:36 +02:00
Christian Dywan
fe619d8fe4
Default Middle click opens selection to Enabled
2009-08-24 00:18:22 +02:00
Christian Dywan
2cc280b643
Remove session when quitting cleanly and it's not loaded at startup
2009-08-23 23:58:13 +02:00
Dale Whittaker
7124e6f0bf
Ensure that we have something to complete and set the actual model
2009-08-20 23:39:38 +02:00
Christian Dywan
0da785e94c
Disconnect bookmark folder signals, for bookmarkbar and panel
...
This would lead to crashes when opening and closing windows and
attempting to add bookmarks afterwards.
2009-08-19 23:51:59 +02:00
Christian Dywan
362de2aa11
Use WebKit user agent version if available
2009-08-17 19:36:22 +02:00
Christian Dywan
953a268cf8
Add GTK+ and WebKitGTK+ versions to About dialog
2009-08-17 19:22:33 +02:00
Christian Dywan
04dc7fe855
Pass news feed icon clicks to the feed panel
...
The secondary-icon-released signal of the location action returns
a boolean now so a callback can indicate that it handled it. So
if the feed panel is active, it adds feeds to the panel and
suppresses the default action.
A possible crash when disabling the panel and clicking the icon
afterwards is fixed by adding a missing signal disconnection.
2009-08-17 02:15:21 +02:00
Christian Dywan
74457cfd75
Always show news feed icon, and show URI if no aggregator was specified
2009-08-14 23:28:18 +02:00
Christian Dywan
c17e8a2a9a
Move relative files out of magic URI, IP addresses start with digits
2009-08-14 23:06:55 +02:00
Dale Whittaker
a6eb070cfa
Fix hashtable lookup of the location completion
2009-08-13 00:27:48 +02:00
Christian Dywan
a5a473eaad
Label the buttons to clear transfers correctly "Clear All"
2009-08-11 17:23:30 +02:00
Dale Whittaker
4bd53e13e6
Let the completion liststore sort itself and merge append and prepend
2009-08-10 23:52:21 +02:00
Christian Dywan
5193790004
Protect panel property notifications and disconnect the callback
...
Failure to do this could cause new windows to freeze and invalid
pointer access after closing windows.
2009-08-09 15:07:09 +02:00
Christian Dywan
f90c387a2b
Show tooltips with file size in the transferbar (statusbar)
2009-08-09 00:18:45 +02:00
Christian Dywan
4f0cb14f2b
Avoid a warning in case the speed dial head isn't available
...
Ideally we wouldn't depend on a file for essential data, for
now we ignore it.
2009-08-08 23:52:51 +02:00
Dale Whittaker
9bee6419b6
No need for the column enumeration in the location entry
2009-08-08 23:32:33 +02:00
Dale Whittaker
44f58cb5c9
Only clear private data when quitting if this is actually set
2009-08-08 23:26:37 +02:00
Christian Dywan
25e773a380
Update the user-agent value of WebKitGTK+ since 1.1.11
2009-08-02 16:00:13 +02:00
Christian Dywan
d8157d59bd
Copy history in MidoriBrowser::new-view, eg. when duplicating a tab
2009-07-31 12:44:18 +02:00
Christian Dywan
c4692dfeb4
Use a signed counter variable when copying history
2009-07-31 12:31:41 +02:00
Christian Dywan
49bd5762fc
Show the view when duplicating a tab
2009-07-31 00:52:05 +02:00
Christian Dywan
420f2f02c5
Copy the back forward history when opening a new tab
2009-07-31 00:40:24 +02:00
Christian Dywan
0057f32f1e
Apply URI magic when opening selected text in a tab
2009-07-30 23:30:07 +02:00
Christian Dywan
74757bdc9e
Implement "Clear private data when quitting Midori" check button
2009-07-29 00:41:04 +02:00
Christian Dywan
37b715e571
Add midori_browser_get_nth_tab to obtain a particular tab by index
2009-07-28 22:55:34 +02:00
Christian Dywan
60d3def11c
Use correct labels for panel align and detach buttons
2009-07-28 22:36:35 +02:00
Christian Dywan
d0d0b3bba7
Ellipsize titles and show tooltips in the tab panel
2009-07-27 03:40:38 +02:00
Christian Dywan
438566d87f
Add Close Tab to the available toolbar actions
2009-07-26 23:40:34 +02:00
Christian Dywan
ef785dd784
Implement Options menu via a button on the side panel
...
The new button is visible on all panels and pops up a menu, which
allows toggling the panel titles and the operating controls. A
new signal "populate-option-menu" makes it extendible.
2009-07-26 22:05:39 +02:00