Christian Dywan
572383370f
Default to Icons in the toolbar on Win32
2009-07-20 07:05:17 +02:00
Christian Dywan
8bbc25695a
Enable Open external pages in unconditionally
...
These days we fallback to sockets if libunique isn't there.
2009-07-20 06:53:41 +02:00
Christian Dywan
bdf85478a3
Update British English translation
2009-07-20 02:52:29 +02:00
Christian Dywan
32a510cc3f
Update French translation
2009-07-20 02:39:08 +02:00
Christian Dywan
8aac373e33
Update Spanish translation
2009-07-20 02:27:02 +02:00
Christian Dywan
becc4163f6
Update German translation
2009-07-20 02:23:20 +02:00
Christian Dywan
6578197986
Update translation template
2009-07-20 02:23:03 +02:00
Christian Dywan
5dbe1f02ef
Fix a typo in the toolbar style callback which could cause a crash
2009-07-19 19:10:18 +02:00
Christian Dywan
e241273ad5
Disable building of adblock again, it's still not ready
2009-07-19 18:59:30 +02:00
Christian Dywan
22271a661e
Fail silently to the the current browser page if it's invalid
2009-07-19 18:46:03 +02:00
Christian Dywan
6bd19cd4d9
Fall back to the first if the last active tab is not there anymore
2009-07-19 18:45:00 +02:00
Christian Dywan
582310203a
Set "homepage" of web apps to NULL, to hide the bookmarkbar
2009-07-19 18:31:13 +02:00
Christian Dywan
9ed58f553b
Be sure not to crash if "homepage" is NULL and hide homepage button
2009-07-19 18:28:50 +02:00
Christian Dywan
f4d19b68bf
Check for duplicate property IDs as part of the property test
2009-07-19 18:27:46 +02:00
Anton Shestakov
e04ca23c2f
Update Russian translation
2009-07-18 16:50:48 +02:00
Christian Dywan
a4632547f9
Preserve metadata from the saved session when loading
...
At this point, metadata can be set and read from the proxy item of
any view and expected to be found after a restart.
2009-07-18 16:41:13 +02:00
Christian Dywan
d450e55668
Interprete metadata integer value of -1 as unset also when setting
2009-07-18 16:40:40 +02:00
Christian Dywan
f492a28764
Don't save empty metadata keys to XBEL
2009-07-18 16:37:01 +02:00
Christian Dywan
afc414e7e3
Skip "owner" elements, these are not metadata keys
2009-07-18 16:24:56 +02:00
Christian Dywan
967ad910ed
Read metadata from XBEL elements other than the root folder
2009-07-18 16:16:39 +02:00
Christian Dywan
dc440e85db
Save metadata of items other than the root folder
2009-07-18 15:49:25 +02:00
Christian Dywan
3ac71da2c4
Make sure to only update the proxy array if it's still there
...
The proxy array of the browser is unset during disposal, so we
may end up trying to work with a NULL value.
2009-07-18 15:30:03 +02:00
Enrico Tröger
e6ecea4194
Sort the list of extensions in the side panel
2009-07-18 15:25:15 +02:00
Enrico Tröger
54192725c0
Don't repopulate the toolbar when opening the toolbar editor
2009-07-18 15:19:54 +02:00
Enrico Tröger
b7b741a146
Show icons in the toolbar editor
2009-07-18 15:17:41 +02:00
Christian Dywan
90ab3166f4
Don't advertise AddSpeedDial as a toolbar action
2009-07-18 15:15:00 +02:00
Christian Dywan
d6f6a76755
Include unistd.h in adblock which declares close()
2009-07-18 15:14:26 +02:00
Christian Dywan
8cdbb32511
Implement unit tests in adblock
2009-07-18 03:05:40 +02:00
Christian Dywan
c965db8f95
Always show icons and labels in bookmarkbar popup
2009-07-18 00:29:23 +02:00
Enrico Tröger
349c9d2080
Apply changes in the toolbar editor instantly
2009-07-17 23:02:55 +02:00
Enrico Tröger
e0541d92ea
Use constants to address tree model columns
2009-07-17 23:00:39 +02:00
Enrico Tröger
6e97bf2da6
Display item labels instead of raw names in the toolbar editor
2009-07-17 22:59:25 +02:00
Christian Dywan
b32122b604
Thaw the location action when setting history in a new window
...
Full history completion was missing because we set the model in new
windows but failed to setup the filter and sort models properly.
2009-07-17 22:55:41 +02:00
Christian Dywan
cc326885bc
Implement adding and removing of adblock URIs
2009-07-17 22:05:20 +02:00
Christian Dywan
746b17e49e
Make adblock filter URIs editable and save them when edited
2009-07-17 21:37:36 +02:00
Christian Dywan
4135b1ffe8
Use katze_strip_mnemonics in Shortcuts
2009-07-17 21:30:40 +02:00
Christian Dywan
25da412215
Add katze_strip_mnemonics (formerly known as elide_underscores)
2009-07-17 21:29:57 +02:00
Christian Dywan
35f11238a4
No Print or Reset Zoom in context menu, but Print in compact menu
2009-07-17 19:37:49 +02:00
Christian Dywan
0c5ce0e515
No need for a data function for adblock text columns
2009-07-17 18:03:50 +02:00
Christian Dywan
0c9058f566
Popup bookmarkbar when focussing location if bookmarkbar is hidden
2009-07-17 17:36:03 +02:00
Christian Dywan
34c26da9f0
Fix label alignment of tool items created for bookmarks
2009-07-17 17:34:54 +02:00
Christian Dywan
e83bf5b730
Show fixed Homepage button in the bookmarkbar
...
The homepage is essentially a special bookmark, and so it makes
sense to have it in the bookmarkbar. It's hidden if the homepage
is unset.
2009-07-17 04:28:53 +02:00
Christian Dywan
525e7a2227
Display statusbar text in the location if the statusbar is hidden
2009-07-17 04:06:44 +02:00
Christian Dywan
a7391693b2
Implement support for extension_test() to unit test extensions
...
Any extension can provide an extension_test() function that is
executed after g_test_init. Test functions should make use of
g_test_add_func and friends to integrate with other tests.
2009-07-16 23:49:10 +02:00
Christian Dywan
736e7b854a
Use the icon of the view for the window in web app mode
2009-07-16 23:45:45 +02:00
Christian Dywan
cac8646b7e
Replace leading * or ? in adblock lines with .* or \? respectively
2009-07-16 14:36:35 +02:00
Alexander Butenko
c269bfc466
Use a hash table of URIs to track blocked advertisements
2009-07-16 14:17:20 +02:00
Christian Dywan
c7a456dffd
Re-enable building the adblock extension
2009-07-16 14:04:00 +02:00
Christian Dywan
54fecef4b7
Set "browser" role on browser windows
2009-07-16 14:00:47 +02:00
Robert Hartl
f205a07182
Update Slovak translation
2009-07-15 23:24:58 +02:00