Commit graph

1029 commits

Author SHA1 Message Date
Christian Dywan 5df04ae2c9 Do not use long texts in the preferences but in tooltips 2009-03-28 23:12:08 +01:00
Sebastian Andrzej Siewior 461b831d97 Shift selection of debug-level
Currently configure switches on gcc to debug mode what means -O0. Adding
-d none does not help because it is filtered out earlier. -d bla would
help if bla were an allowed keyword.
This patch simply shifts the "compiler is gcc" block to the left so -O2 is
selected if the user selected -d none on the command line. Other compilers
remain with no extra switches.
2009-03-28 23:00:32 +01:00
Christian Dywan 3a36d27d6f Add BookmarkAdd to dummy menu items
This fixes a warning about an accelerator and in some cases
even a crash when opening the bookmarks menu.
2009-03-28 21:00:11 +01:00
Enrico Tröger f34223e55d Only append separator to bookmarks if the array isn't empty 2009-03-28 20:57:42 +01:00
Christian Dywan 6eb17e1b15 Update German translation 2009-03-28 18:49:46 +01:00
Christian Dywan 85fe95cd93 Update French translation 2009-03-28 17:40:00 +01:00
Benjamin Maisonnas 825a035f4c Update French translation 2009-03-28 16:04:20 +01:00
Pascal Gervais e0cd10aea6 Update French translation 2009-03-28 15:14:04 +01:00
Christian Dywan fb1d931e2c Load cookie jar in an idle callback
This improves perceived startup time a lot.
2009-03-28 03:04:27 +01:00
Christian Dywan 1e68d8fa40 Use the file icon in the download dialog if possible 2009-03-27 00:40:28 +01:00
Christian Dywan 2134db5ac2 Use GTest for magic-uri and group cases in proper paths 2009-03-26 23:47:54 +01:00
Christian Dywan 73b26c53f9 Support mailto: by passing it to gtk_show_uri or Exo 2009-03-26 23:46:36 +01:00
Christian Dywan e6ea06afd3 Display only the MIME type if there is no description 2009-03-26 22:37:33 +01:00
Enrico Tröger f7c5ab216b Add cookie manager to existing browsers and fill the tree at once 2009-03-26 22:27:06 +01:00
Masato Hashimoto 00e1dd1e66 Update Japanese translation 2009-03-26 21:58:33 +01:00
Christian Dywan ff6a4b4197 Check the host as well before computing a tab color 2009-03-26 16:19:52 +01:00
Christian Dywan 8ff4ff5909 Use the new midori_extension_get_app in extensions 2009-03-25 02:12:12 +01:00
Christian Dywan 331537201a Use a valid app when testing extension activation 2009-03-25 02:11:16 +01:00
Christian Dywan 164bd5b265 Add midori_extension_get_app and enforce a valid app
We change the deactivation so that an extension is regarded as
active until the 'deactivate' signal was processed. And we
define that 'activate' must be called with a valid app.
2009-03-25 02:07:27 +01:00
Christian Dywan d0a947528c Always lookup an item to find a radio group
Storing a group isn't good enough because as soon as an item is
removed that group is invalid and can't be reused anymore.
2009-03-25 02:04:41 +01:00
Enrico Tröger 3df21e947f Add pageholder to existing browsers and not only new ones 2009-03-25 00:43:03 +01:00
Masato Hashimoto ba7ada8846 Update Japanese translation 2009-03-25 00:15:24 +01:00
Christian Dywan fce6761870 Save tab reordering to the session 2009-03-24 23:54:37 +01:00
Christian Dywan 32d17cf2c2 Add "move-item" and katze_array_move_item 2009-03-24 23:53:50 +01:00
Enrico Tröger fa1085246f Add 'Cookie manager' extension 2009-03-24 23:05:47 +01:00
Christian Dywan a75a94c388 Merge KatzeArray and KatzeList, we only ever use the array 2009-03-24 01:55:46 +01:00
Christian Dywan 15790565e8 Create cookie jar on startup instead of waiting for an HTTP request 2009-03-24 01:10:15 +01:00
Christian Dywan 1aa158d78f Add a missing variable declaration 2009-03-23 21:09:29 +01:00
Christian Dywan 637388a8de Do not try to compute a tab colour unless it's a proper URI 2009-03-23 19:27:35 +01:00
Christian Dywan 350dbe5e07 Fix API documentation build 2009-03-23 12:08:27 +01:00
Enrico Tröger ded346905c Properly initialize tooltips instance to NULL 2009-03-23 00:58:33 +01:00
Enrico Tröger 5c9e56fdb6 Remove left-over assignement of configuration file 2009-03-22 23:47:07 +01:00
Christian Dywan 600168b614 Bump version to 0.1.5 2009-03-22 22:38:24 +01:00
Christian Dywan 679d0c150c Update German translation 2009-03-22 22:27:39 +01:00
Christian Dywan 7c6358f5c2 Update French translation 2009-03-22 22:26:57 +01:00
Christian Dywan 5783bf93a6 Update translation template 2009-03-22 22:26:41 +01:00
Christian Dywan 664a40646a Add a Copy button the the console 2009-03-22 19:09:40 +01:00
Christian Dywan 1650d09070 Implement Transfers sidepanel 2009-03-22 15:25:57 +01:00
Christian Dywan 50690c89e6 Add add-download signal to MidoriBrowser 2009-03-22 15:24:40 +01:00
Christian Dywan d9f2cf492b Reduce the width of individual download items 2009-03-21 20:17:23 +01:00
Christian Dywan e5d1f36561 Provide a Clear button for cancelled downloads 2009-03-21 20:08:37 +01:00
Christian Dywan 863f2db611 Always reset the flag to open the downloaded file 2009-03-21 20:07:38 +01:00
Christian Dywan 9e76f7e072 Move download dialog to the view and don't show an error page
We have to handle the dialog when the MIME type is requested,
otherwise we don't know the type. Plus we stop the loading now
to avoid seeing an error page.
2009-03-21 15:06:57 +01:00
Christian Dywan 9be395fe9e Implement the 'open' button in the download dialog 2009-03-21 10:46:25 +01:00
Christian Dywan 42027c256b Show a dialog before downloading asking what to do 2009-03-21 00:40:03 +01:00
Christian Dywan 81717cc965 Remove items from the transferbar when they are opened 2009-03-21 00:11:29 +01:00
Christian Dywan feed868ec2 Implement opening of downloaded files 2009-03-21 00:08:22 +01:00
Christian Dywan 99fc5f2e4a Allow showing/ hiding the transferbar 2009-03-20 23:55:38 +01:00
Christian Dywan ffccd0c18c Add 'Colorful tabs' extension 2009-03-20 02:34:27 +01:00
Christian Dywan 2421a3163f Strip selection from spaces when middle click opening
It happens every so often that you quickly select an address
and there's leading or trailing space you accidentally hit.
So we strip the selection, otherwise such addresses don't work.
2009-03-19 23:40:31 +01:00