Commit Graph

5323 Commits

Author SHA1 Message Date
Christian Dywan 4d4df1ed09 Make spin buttons smaller 2008-09-11 01:49:50 +02:00
Christian Dywan 04ad087d98 Make the Preferences more compact 2008-09-11 01:49:01 +02:00
Christian Dywan 2c1cdb0573 Running "midori" should open a new window 2008-09-10 19:48:45 +02:00
Christian Dywan b62869a49b Support multiple URIs on the command line 2008-09-10 19:18:16 +02:00
Christian Dywan c9f582616d Fix the legacy build 2008-09-10 18:27:11 +02:00
Christian Dywan f72f48542b Enable Help > Contents to open the FAQ on the web. 2008-09-07 22:41:03 +02:00
Christian Dywan ee33d8e3dd Add option to generate API documentation 2008-09-07 21:48:04 +02:00
Arnaud Renevier cecce23061 Fix doc domment for katze_array_remove_item 2008-09-07 20:31:09 +02:00
Christian Dywan 30cbc635d6 Ellipsize menu items referring to websites or bookmarks.
Originally menu items could in some cases become as wide as
the whole screen, making working with menus rather hard.

Now we ellipsize at 50 characters in the middle of the string.
2008-09-07 03:39:25 +02:00
Christian Dywan 1a0718805e Fix unwanted hotkeys in context menu items again 2008-09-07 03:07:11 +02:00
Christian Dywan fc507daf56 Update German translation 2008-09-07 02:38:38 +02:00
Robert-André Mauchin e4f8fb1237 Update French translation 2008-09-05 21:07:34 +02:00
Christian Dywan 1d047c4ab5 Factor out katze_xbel_folder_from_data_dirs and _to_data 2008-09-04 00:35:15 +02:00
Christian Dywan 065cfd0816 Disable localization file updates and make them optional 2008-09-03 03:20:35 +02:00
Christian Dywan 131b911ab5 Rename main.h to midori-stock.h 2008-09-03 02:39:25 +02:00
Christian Dywan c3f50388a1 Make bookmarks a property of browser and app
This means we have removed the last remaining
global variable.
2008-09-03 02:28:54 +02:00
Arnaud Renevier 06d47bf3a9 Implement enabling/ disabling addons
This patch doesn't take care of saving state to disk
and the feature is not currently multi window aware.
2008-08-31 21:33:32 +02:00
Christian Dywan efab194b63 First move towards superseding KatzeXbelItem by KatzeItem
The idea is, since we have KatzeItem, KatzeList and KatzeArray
now, except for KatzeXbelItem's loading and saving XBEL the
interface is obsolete.

As a bonus, we actually save the trash again.
2008-08-31 20:48:13 +02:00
Christian Dywan 88956ae34c Bump version to 0.0.21 2008-08-31 17:23:03 +02:00
Christian Dywan a10dd2e205 Pass search engines to new browser windows 2008-08-31 17:05:40 +02:00
Christian Dywan a048bf0feb Cleanup Galician, Hungarian and Swedish fuzzy strings 2008-08-31 11:51:03 +02:00
Christian Dywan dd87bbefd9 Update German, Spanish and French translations 2008-08-31 11:34:42 +02:00
Christian Dywan 8b8aa3b550 Don't rely on GTK_ENTRY_CLASS (entry)->get_text_area_size 2008-08-31 10:41:21 +02:00
Dale Whittaker 8025d129a1 Alt + Enter in the location should issue a new tab 2008-08-31 03:21:29 +02:00
Christian Dywan d60190aaee Warn at configure time if GVfs is not installed 2008-08-31 03:14:00 +02:00
Christian Dywan cad440fa33 Show progress in location entry if statusbar is hidden 2008-08-31 02:45:13 +02:00
Christian Dywan 6dc95a7a9c Refactor a lot of tree view selection code into convenience 2008-08-29 03:20:31 +02:00
Christian Dywan 311e30bbfe Focus the web view when middle click pasting w/o Ctrl 2008-08-29 02:29:48 +02:00
Christian Dywan b6ae63249b Use HAVE_GIO *everywhere* now 2008-08-28 01:15:30 +02:00
Christian Dywan be4038e555 Remove GIO HTTPS check again, it's not worth the trouble
Apparently lots of users cannot use Midori
after this change and with no way to track down
the cause of the issue, let's just not use this.
The check was only for minimal gain anyway
2008-08-28 00:55:35 +02:00
Lukasz Romanowicz a1e8f67a40 Update Polish translation 2008-08-28 00:40:41 +02:00
Christian Dywan 548c1e7d54 Update 'waf' to 1.4.4, among others for building on OpenBSD 2008-08-27 18:18:16 +02:00
Christian Dywan feadc600c5 Include GIO headers in sokoke to fix a build warning 2008-08-27 18:04:51 +02:00
Arnaud Renevier e5a7b7af90 Avoid an infinite loop when iterating over addons 2008-08-27 01:02:22 +02:00
Christian Dywan 0c88d21e4d Add switches to 'wscript' to disable Unique and GIO 2008-08-27 00:44:21 +02:00
Christian Dywan f2ece009b3 Unset the panel menu items before activating
We need a trick to fix the behaviour of
toggle buttons not to fire any signals if
they are activated repeatedly, which in our
use case is essential.
2008-08-26 02:27:02 +02:00
Arnaud Renevier db599a99d5 Always show the icon in the Web Search entry 2008-08-26 01:59:02 +02:00
Christian Dywan bf28e1097b Rework MidoriWebList into KatzeList and KatzeArray 2008-08-26 01:19:38 +02:00
Christian Dywan 45e4db6c86 Bump version to 0.0.20 2008-08-24 03:15:45 +02:00
Christian Dywan 1dfebf6c7f Use the right index for Undo Close Tab. 2008-08-24 03:05:00 +02:00
Christian Dywan 74a587f5e8 Use #if instead of #ifdef consistently 2008-08-23 23:44:55 +02:00
Christian Dywan 3caa11b63e Define the HAVE_FOO variables manually for autotools 2008-08-23 22:00:40 +02:00
Arnaud Renevier e4457be3ed Read addons into a list for more flexibility
Until now we used to scan directories every time
we wanted to either display the list of addons
or load addons in order to execute them. That
is wasteful and inflexible.

Use a list of elements and only update it when
needed, for example when the directory folder
notifies us of a change.

This is a stop towards disabling particular elements.
2008-08-23 19:57:22 +02:00
Christian Dywan af2e90a4b1 Rename MidoriWebItem to KatzeItem 2008-08-23 18:32:53 +02:00
Arnaud Renevier d30b2bc22c Support user styles even when there is no HEAD 2008-08-22 04:14:28 +02:00
Christian Dywan b371ab8da0 Update AUTORS and TODO 2008-08-22 04:03:02 +02:00
Christian Dywan 0fa0e9c342 Use HAVE_GIO instead of a full-blown version check 2008-08-22 04:01:41 +02:00
Christian Dywan c375f862a0 Implement single instance support with Unique 2008-08-22 03:59:07 +02:00
Christian Dywan 65cbe4b05a Make it clear that WAF is preferred and rename autogen.sh 2008-08-21 21:51:35 +02:00
Christian Dywan e62ca7a8c0 Don't implicitly change the URI when adding to LocationAction 2008-08-21 21:49:16 +02:00