]>
spindle.queued.net Git - midori/log
Christian Dywan [Thu, 18 Jun 2009 21:55:16 +0000 (23:55 +0200)]
Use midori_browser_get_for_widget in Colourful Tabs
Christian Dywan [Thu, 18 Jun 2009 21:54:30 +0000 (23:54 +0200)]
Resolve MidoriBookmarkStore warnings
Christian Dywan [Thu, 18 Jun 2009 01:24:32 +0000 (03:24 +0200)]
Check for Maemo only if /etc/osso-af-init/osso-gtk.defs exists
A surprisingly high number of users mistakenly installed libhildon1
because they noticed that it wasn't found and later wondered where
the menubar was.
All Maemo releases have the file osso-gtk.defs, including Mer, so
we only check for libhildon1 and libosso if it is present.
If needed --enable-hildon still enforces its use.
Christian Dywan [Thu, 18 Jun 2009 00:51:35 +0000 (02:51 +0200)]
Add -c (cache) to intltool flags to be forward compatible with waf
Evaggelos Balaskas [Wed, 17 Jun 2009 21:42:57 +0000 (23:42 +0200)]
Update Greek translation
Christian Dywan [Wed, 17 Jun 2009 21:39:50 +0000 (23:39 +0200)]
Avoid naming an identifier 'boolean' which is used in Win32 headers
Christian Dywan [Tue, 16 Jun 2009 21:31:35 +0000 (23:31 +0200)]
Implement -e or --execute to perform various commands
Currently any GtkAction in MidoriBrowser is recognized as a command,
no arguments are supported. Commands affect either a newly run
instance or a currently running one.
Per Kongstad [Mon, 15 Jun 2009 23:56:21 +0000 (01:56 +0200)]
Update Danish translation
Christian Dywan [Mon, 15 Jun 2009 23:48:39 +0000 (01:48 +0200)]
Use Unix name and architecture in identification string
This results in a better string on BSD systems which up to now
always identified as 'Linux'.
Christian Dywan [Mon, 15 Jun 2009 23:47:03 +0000 (01:47 +0200)]
Use an appropriate mingw-ar if none was specified
Christian Dywan [Mon, 15 Jun 2009 21:58:19 +0000 (23:58 +0200)]
Copy libsylph socket.c as fallback for single instance libunique
This socket code makes single instance a mandatory feature assuming
if libunique is not available we can use sockets.
A bit of refactoring of MidoriApp is involved to make the command
logic independant of the nature of the instance handling.
Christian Dywan [Sun, 14 Jun 2009 19:35:24 +0000 (21:35 +0200)]
Reformat optional feature overview shown after waf configuration
Christian Dywan [Sun, 14 Jun 2009 19:25:33 +0000 (21:25 +0200)]
Error out if libhildon is available but not libosso
libhildon remains optional but we assume that it makes no sense
to use it without libosso.
Christian Dywan [Sat, 13 Jun 2009 01:45:11 +0000 (03:45 +0200)]
Replace Go button with a Go icon inside the address entry
The icon is displayed by default, takes a little less space, but
replaced with the news feed icon as appropriate. If the address
entry is focussed, the Go icon takes precedence.
We also introduce the focus-in signal on MidoriLocationAction.
Christian Dywan [Sat, 13 Jun 2009 01:43:49 +0000 (03:43 +0200)]
Always show Open in Download dialogues, regardless of the file type
Just too often the reported MIME type is wrong or undetermined, so
we give the user the opportunity to know better.
Christian Dywan [Fri, 12 Jun 2009 21:35:59 +0000 (23:35 +0200)]
Spell "SHIFT_JIS" in menu as "SHIFT__JIS" to prevent unwanted mnemonic
Masato Hashimoto [Fri, 12 Jun 2009 21:28:21 +0000 (23:28 +0200)]
Update Japanese translation
Jérôme Geulfucci [Fri, 12 Jun 2009 21:22:57 +0000 (23:22 +0200)]
Update French translation
Christian Dywan [Fri, 12 Jun 2009 21:17:34 +0000 (23:17 +0200)]
Enforce generated ident string if Custom was not chosen
This solves the ident string not being updated when Midori is
upgraded and running with existing configuration files.
Christian Dywan [Fri, 12 Jun 2009 21:16:57 +0000 (23:16 +0200)]
Do not conditionalize Speed Dial preference on Gtk 2.14
Christian Dywan [Fri, 12 Jun 2009 00:02:55 +0000 (02:02 +0200)]
Bind Alt + Number to switching to the according tab from 1 to 0
Christian Dywan [Thu, 11 Jun 2009 21:57:42 +0000 (23:57 +0200)]
Adjust mnemonics to not conflict when used in the same context
Christian Dywan [Thu, 11 Jun 2009 21:38:07 +0000 (23:38 +0200)]
Also strip search terms entered in the location entry
Christian Dywan [Thu, 11 Jun 2009 21:31:02 +0000 (23:31 +0200)]
Strip whitespace from the location entry input
Enrico Tröger [Thu, 11 Jun 2009 17:24:58 +0000 (19:24 +0200)]
Add New Window to toolbar items available in the Add context menu
Christian Dywan [Thu, 11 Jun 2009 13:42:54 +0000 (15:42 +0200)]
Add Shortcuts extension to edit keyboard shortcuts
Christian Dywan [Wed, 10 Jun 2009 20:04:22 +0000 (22:04 +0200)]
Include midori-bookmark-store.h in MidoriBookmarks
Christian Dywan [Tue, 9 Jun 2009 00:59:29 +0000 (02:59 +0200)]
Add the boilerplate for MidoriBookmarkStore
Jean-François Guchens [Tue, 9 Jun 2009 00:11:01 +0000 (02:11 +0200)]
Remove redundant cide from the speed dial head
Christian Dywan [Tue, 9 Jun 2009 00:02:43 +0000 (02:02 +0200)]
Use MDATADIR, import os and don't use waf_config_files
Christian Dywan [Mon, 8 Jun 2009 23:11:42 +0000 (01:11 +0200)]
Popup Extensions menu on button release, not press
Although menus should open on button press, we have to use
release if we want the treeview selection to be correct.
Christian Dywan [Mon, 8 Jun 2009 23:10:08 +0000 (01:10 +0200)]
Implement Open, Open folder and Copy destination in transfer panel
Christian Dywan [Mon, 8 Jun 2009 18:46:53 +0000 (20:46 +0200)]
Disable thumbnails in tab label tooltips
For now they aren't acceptable because they effectively slow
switching tabs with the mouse wheel down significantly.
Enrico Tröger [Sun, 7 Jun 2009 16:42:48 +0000 (18:42 +0200)]
Split the value of "CC" so that "ccache gcc" works
Christian Dywan [Sun, 7 Jun 2009 15:31:24 +0000 (17:31 +0200)]
Implement tick marks in Addons (User styles and -scripts) as well
Christian Dywan [Sun, 7 Jun 2009 14:59:51 +0000 (16:59 +0200)]
Implement togglable ticks in the extensions panel
Whether an extension is active or not is now reflected by a tick
mark that can be toggled with a mouse. Double clicking and
pressing space do the same. The buttons are thusly removed.
While we are at it, we also listen for status changes that might be
coming from a different window.
Sensitivity does no longer relate to activation status.
Christian Dywan [Sun, 7 Jun 2009 00:15:32 +0000 (02:15 +0200)]
Listen for (de)activation of extensions and save the config
Christian Dywan [Sat, 6 Jun 2009 23:31:49 +0000 (01:31 +0200)]
Don't bother to counter browser and also unref the array
Christian Dywan [Sat, 6 Jun 2009 23:26:12 +0000 (01:26 +0200)]
Replace a few tabbed lines with space indentation
Michael Opitz [Sat, 6 Jun 2009 22:48:19 +0000 (00:48 +0200)]
Propagate button press event explicitly from the view
Apparently the button events tend to be stuck and not properly
propagated, so we resort to emitting the signal ourselves.
Enrico Tröger [Sat, 6 Jun 2009 21:40:08 +0000 (23:40 +0200)]
Use only one GtkTreeStore for all browsers to improve performance
Split the code a bit more and use one GtkTreeStore for all
CookieManagerPage instances so we save some cycles when updating
the store when cookies have changed.
Christian Dywan [Sat, 6 Jun 2009 19:41:26 +0000 (21:41 +0200)]
Move DOCDIR below definition of MDATADIR
Anton Shestakov [Sat, 6 Jun 2009 18:16:00 +0000 (20:16 +0200)]
Update Russian translation
Christian Dywan [Sat, 6 Jun 2009 17:47:10 +0000 (19:47 +0200)]
Correctly specify the HAVE_JSCORE define as 1 or 0
Christian Dywan [Sat, 6 Jun 2009 17:28:58 +0000 (19:28 +0200)]
Support waf '--run' with wine
Christian Dywan [Sat, 6 Jun 2009 16:52:29 +0000 (18:52 +0200)]
Adjust HAVE_UNIQUE define to resolve a compiler warning
Christian Dywan [Sat, 6 Jun 2009 16:51:57 +0000 (18:51 +0200)]
Allow building without JSCore and do so for mingw
Christian Dywan [Sat, 6 Jun 2009 16:43:40 +0000 (18:43 +0200)]
Follow up on the target and MDATA changes
Christian Dywan [Sat, 6 Jun 2009 04:58:50 +0000 (06:58 +0200)]
Pass win32 target to package config if building for Win32
Christian Dywan [Sat, 6 Jun 2009 04:37:55 +0000 (06:37 +0200)]
Store 'addons' and 'docs' configure options persistently
Christian Dywan [Sat, 6 Jun 2009 04:32:20 +0000 (06:32 +0200)]
Ensure that docs, localizations and other data build last
Christian Dywan [Sat, 6 Jun 2009 04:30:34 +0000 (06:30 +0200)]
Add mingw cross compiling support to the build script
Christian Dywan [Sat, 6 Jun 2009 04:22:35 +0000 (06:22 +0200)]
Use MDATA instead of DATA to avoid naming conflict
The header file objidl.h on Windows uses DATA in a different way,
so we need to avoid that name.
Przemek Sitek [Fri, 5 Jun 2009 21:58:26 +0000 (23:58 +0200)]
Emphasize extension names by rendering them bold
Przemek Sitek [Fri, 5 Jun 2009 21:55:00 +0000 (23:55 +0200)]
Implement a context menu for extensions in the extension panel
Przemek Sitek [Fri, 5 Jun 2009 21:38:32 +0000 (23:38 +0200)]
Implement an optional "website" property in MidoriExtension
Christian Dywan [Fri, 5 Jun 2009 21:14:53 +0000 (23:14 +0200)]
Adjust enabling and disabling of options again
Christian Dywan [Wed, 3 Jun 2009 23:00:50 +0000 (01:00 +0200)]
Render tab tooltip thumbnails smaller and a lot faster
Christian Dywan [Wed, 3 Jun 2009 20:00:29 +0000 (22:00 +0200)]
Add an entry for fixed-with font size to the Preferences
Christian Dywan [Tue, 2 Jun 2009 23:49:47 +0000 (01:49 +0200)]
Correct --enable-foo/ --disable-foo configuration options
Christian Dywan [Tue, 2 Jun 2009 23:32:22 +0000 (01:32 +0200)]
Connect the remove-item callback for the history again
It was accidentally removed when moving insertion of history items
into the location action.
Enrico Tröger [Tue, 2 Jun 2009 23:15:36 +0000 (01:15 +0200)]
Remember last folder of the Save As dialog when downloading files
This is done by creating the dialog only once and holding a
reference to it in memory. When the dialog is closed, it is only
hidden instead of destroyed. So, the next time we just re-show
the dialog with the previously used directory. It is destroyed
when the parent MidoriBrowser instance is destroyed.
Enrico Tröger [Tue, 2 Jun 2009 23:13:24 +0000 (01:13 +0200)]
Remove unused variable 'action' and move declarations into a block
Enrico Tröger [Tue, 2 Jun 2009 22:59:41 +0000 (00:59 +0200)]
Show the suggested filename in the Save As dialog for downloads
Jérôme Geulfucci [Tue, 2 Jun 2009 17:28:03 +0000 (19:28 +0200)]
Update French translation
Christian Dywan [Tue, 2 Jun 2009 17:16:59 +0000 (19:16 +0200)]
Refresh speed dial tabs when adding a new shortcut
Jérôme Geulfucci [Tue, 2 Jun 2009 17:08:50 +0000 (19:08 +0200)]
Add midori-locationaction.c to the list of translatable files
Christian Dywan [Tue, 2 Jun 2009 17:05:42 +0000 (19:05 +0200)]
Special case reloading speed dial views
Jérôme Geulfucci [Tue, 2 Jun 2009 16:56:57 +0000 (18:56 +0200)]
Add midori-locationentry.c to the list of translatable files
Christian Dywan [Mon, 1 Jun 2009 18:04:31 +0000 (20:04 +0200)]
Use destination filename in the transferbar
Christian Dywan [Mon, 1 Jun 2009 17:57:43 +0000 (19:57 +0200)]
Only show the download if it's actually accepted
Christian Dywan [Mon, 1 Jun 2009 17:47:14 +0000 (19:47 +0200)]
Show the title in tab tooltips if available, not the URI
Christian Dywan [Mon, 1 Jun 2009 17:45:10 +0000 (19:45 +0200)]
Show Open in download dialogue only with known file types
Christian Dywan [Mon, 1 Jun 2009 17:41:03 +0000 (19:41 +0200)]
Display destined filename when notifying about a finished transfer
Christian Dywan [Mon, 1 Jun 2009 17:33:44 +0000 (19:33 +0200)]
Implement a Save As button in the download dialogue
Christian Dywan [Mon, 1 Jun 2009 07:35:16 +0000 (09:35 +0200)]
Show thumbnail tab tooltips with Gtk 2.12 if speed dial is enabled
Christian Dywan [Mon, 1 Jun 2009 06:23:35 +0000 (08:23 +0200)]
Improve panel Detach and Align button tooltips
Christian Dywan [Mon, 1 Jun 2009 06:11:50 +0000 (08:11 +0200)]
Create completion model in one place and thaw/ freeze only new model
Christian Dywan [Mon, 1 Jun 2009 04:41:57 +0000 (06:41 +0200)]
Initialize threading in completion test since location uses libsoup
Christian Dywan [Mon, 1 Jun 2009 04:41:23 +0000 (06:41 +0200)]
Keep the history object of the location around
Christian Dywan [Mon, 1 Jun 2009 04:27:36 +0000 (06:27 +0200)]
Map completion models to 'history' objects
This trick avoids having to create a full copy of the completion
model in each window, which makes opening of new windows a lot
faster.
Christian Dywan [Mon, 1 Jun 2009 03:14:36 +0000 (05:14 +0200)]
Let the browser assign 'history' to the location action
We implement a 'history' property which makes it possible to
actually insert our history array into the location action and
move the insertion code into the action.
Enrico Tröger [Mon, 1 Jun 2009 01:43:36 +0000 (03:43 +0200)]
Disconnect boolean and string property proxy callbacks on destroy
This fixes critical warnings seen when opening and closing
multiple windows, which led notification callbacks to be invoked
on invalid widgets.
Christian Dywan [Mon, 1 Jun 2009 01:06:45 +0000 (03:06 +0200)]
Store 'completion' in a variable independant from the entry
Christian Dywan [Mon, 1 Jun 2009 01:02:45 +0000 (03:02 +0200)]
Update TODO file
Christian Dywan [Mon, 1 Jun 2009 00:46:10 +0000 (02:46 +0200)]
Show icons/ labels in statusbar features according to toolbar style
Christian Dywan [Mon, 1 Jun 2009 00:45:38 +0000 (02:45 +0200)]
Create "toggle" property proxies as GtkCheckButton
Jérôme Geulfucci [Sun, 31 May 2009 20:27:08 +0000 (22:27 +0200)]
Edit search engines in the dialogue with Enter or double click
Przemek Sitek [Sun, 31 May 2009 20:22:32 +0000 (22:22 +0200)]
Update Polish translation
Enrico Tröger [Sun, 31 May 2009 01:43:15 +0000 (03:43 +0200)]
Revisit inline find bindings to support the numpad '/' key
Enrico Tröger [Sun, 31 May 2009 01:34:13 +0000 (03:34 +0200)]
Use midori_app_add_browser in panels to create new windows
This fixes a crash due to change of the signal signature.
Przemek Sitek [Sat, 30 May 2009 22:22:23 +0000 (00:22 +0200)]
Actually flip the position of the panel knob when changing alignment
Jérôme Geulfucci [Sat, 30 May 2009 21:59:37 +0000 (23:59 +0200)]
Implement a proper Fullscreen button superseding the special case
Christian Dywan [Sat, 30 May 2009 21:56:31 +0000 (23:56 +0200)]
Use getattr instead of eval in the wscript
Christian Dywan [Thu, 28 May 2009 21:44:17 +0000 (23:44 +0200)]
Bump version to 0.1.7
Christian Dywan [Thu, 28 May 2009 21:16:13 +0000 (23:16 +0200)]
Disable adblock, it's incomplete and not ready for release
Enrico Tröger [Thu, 28 May 2009 21:01:56 +0000 (23:01 +0200)]
Treat select-all specially with text views and tree views
Unfortunately select-all signals within Gtk have different
semantics against intuition, so we have to treat text views
and tree views specially to avoid crashing.
Christian Dywan [Thu, 28 May 2009 20:51:10 +0000 (22:51 +0200)]
Use image-loading icon for loading thumbnails in the speed dial
Evaggelos Balaskas [Thu, 28 May 2009 20:44:14 +0000 (22:44 +0200)]
Update Greek translation
Christian Dywan [Wed, 27 May 2009 21:57:29 +0000 (23:57 +0200)]
Load thumbnails when needed and not from a filename
We actually pack views solely needed to take snapshots in the
notebook of the parent browser but try to keep them hidden.