Commit graph

485 commits

Author SHA1 Message Date
Brian Vuyk 0b16997f1a Fix some compiler warnings 2008-11-12 02:15:52 +01:00
Enrico Tröger bd65ef323b Make mouse click handling more consistent 2008-11-12 00:47:09 +01:00
Enrico Tröger 30086f10ed Use custom key modifier mask 2008-11-12 00:16:03 +01:00
Enrico Tröger c634ff7395 Use event->state instead of manually retrieving the state 2008-11-11 23:42:22 +01:00
Alexander Hesse 819dfd8d77 Open links in new tabs using Control and Left mouse button 2008-11-11 22:12:26 +01:00
Mirat Can Bayrak f77e79be78 Add Turkish translation 2008-11-11 21:58:08 +01:00
Andhika Padmawan cbea784402 Add Indonesian translation 2008-11-11 21:55:39 +01:00
Christian Dywan 9e997e4c90 Update location icon even if it's not in the history 2008-11-11 00:51:28 +01:00
Christian Dywan d11900932e Add a note about LINGUAS to TRANSLATE 2008-11-10 22:48:54 +01:00
Vincent Tunru fa0d09f030 Add Dutch translation 2008-11-10 22:23:42 +01:00
Christian Dywan 22a9bf1bc1 Print warnings after configuring if packages are missing 2008-11-10 22:18:35 +01:00
Christian Dywan 91e2cb4129 Unset the tab icon if it is destroyed 2008-11-10 22:02:43 +01:00
Christian Dywan 709504d400 Add translation template to the repository 2008-11-10 22:01:53 +01:00
Christian Dywan aafd8df413 Expressly say Print background *images* 2008-11-10 03:04:35 +01:00
Christian Dywan 1b148cca67 Repair completion popup to actually open the selection 2008-11-10 03:03:36 +01:00
Christian Dywan 0bfb12f0b1 Faciliate translation workflow, look at TRANSLATE for details
Also three strings are marked untranslatable since they never
appear in the user interface and 'Unhandled settings value'
is reworded to 'Invalid configuration value'.
2008-11-10 01:08:38 +01:00
Christian Dywan 38c6ad5dad Implement Save As for arbitrary links 2008-11-09 22:07:42 +01:00
Christian Dywan 7c63a0b480 Make Open selected URL in New Tab work again 2008-11-09 19:51:12 +01:00
Christian Dywan 9e79f6ba14 Move around history loading in MidoriBrowser 2008-11-09 19:26:48 +01:00
Christian Dywan 87092babef Move completion logic from LocationEntry to LocationAction
This resolves various indirections, and since we are always
using the action anyway, we finally move all logic to one
place. There should be room for optimizations now.
Incidentally this also keeps the completion intact if
the entry needs to be recreated.
2008-11-09 19:09:35 +01:00
Elias Julkunen 57ec9a7bb8 Update Finnish translation 2008-11-08 13:17:53 +01:00
Christian Dywan 9abb753cc4 Remove sqlite header check, it turns out to be wrong 2008-11-08 13:12:54 +01:00
Christian Dywan 0c093cb335 Do not load icons automatically everywhere
KatzeNet won't attempt to load icons that are not
cached unless the caller provides an icon callback.
For the moment, this means much less loading
for items that are not actually visible, but for
visiting pages or looking at bookmark menus.
2008-11-08 03:24:02 +01:00
Christian Dywan 3c450ebc97 Introduce descriptive comments meant to help translators
intltool automatically embeds comments in the po template
if they are directly before a translatable string. From
now on we will try to avoid leaving accidental comments
and instead put descriptive comments for translators
before strings, starting with 'i18n'.
2008-11-08 03:05:30 +01:00
Dale Whittaker 0246eeb124 Implement sorting location items by the number of visits
For the moment, a define in the code decides whether items
are sorted based on when they were added or how often
a page was visited. The 'visits' property and respective
database column is unused (we keep it for compatibility).
It turns out it's enough to store that information in
the tree model.

The visit based sorting is not enabled because it is
simply delaying startup incredibly. It will have to be
decided whether to introduce a preference, or always use
a visited based sorting once the startup delay is fixed.

History items are also deleted from the tree model now
if they are too old, according to the preference.
2008-11-08 02:39:45 +01:00
Christian Dywan 7ac9c7787b Conditionally silence JavaScriptCore deprecation warning 2008-11-06 01:51:46 +01:00
Christian Dywan 4670a9ca2e Bolden completion matches and gray URIs instead of small font 2008-11-06 01:40:06 +01:00
Christian Dywan dad59bf505 Remove unused gdk_pixbuf_new_from_stream and sokoke_web_icon 2008-11-06 01:36:57 +01:00
Christian Dywan 9e9365a221 Small adjustments to the History panel
Based on suggestions by Dale
2008-11-06 01:32:42 +01:00
Christian Dywan 6159e49018 Show title in location combo and the URI below in small font 2008-11-04 02:50:25 +01:00
Dale Whittaker 50e078e728 Implement history based auto completion in the location 2008-11-04 02:10:51 +01:00
Christian Dywan 81f7124475 Update Spanish translation 2008-11-03 00:47:15 +01:00
Christian Dywan 82367f164c Update French translation 2008-11-03 00:21:15 +01:00
Christian Dywan e228ccbad0 Update German translation 2008-11-03 00:19:47 +01:00
Christian Dywan 32d8503bfc Add file TRANSLATE with tips for translating Midori 2008-11-03 00:19:11 +01:00
Christian Dywan dbcfce4197 Improve strings for the sake of better localization 2008-11-03 00:17:43 +01:00
Christian Dywan 02751ee575 Simplify Download menu item and hide WebKit's item 2008-11-01 19:25:13 +01:00
Christian Dywan 017c4d5d6f Correct erroneous strings 2008-11-01 19:19:28 +01:00
Christian Dywan 96ddc8ae0a Initial support for the Web Inspector 2008-11-01 19:15:58 +01:00
Christian Dywan d8edb2f05d Marge some more of history and bookmark handling 2008-10-31 01:38:18 +01:00
Christian Dywan e4540ff586 Use Yes and No for enabling and disabling addons
Incidentally this implicitly corrects the Clear History
dialog which used to display Enable and Disable buttons.
2008-10-31 01:37:31 +01:00
Christian Dywan d1b64e6d48 Fix tab icon alignment and hiding throbber fallback when needed 2008-10-30 22:17:19 +01:00
Elias Julkunen 28ccfd8743 Add Finnish translation. 2008-10-30 02:36:11 +01:00
Christian Dywan 80128d9315 Apply some cleanup with regard to referencing and more 2008-10-30 02:21:19 +01:00
Christian Dywan 0a65f30926 Refactor bookmark context menu, apply it on the bookmarkbar 2008-10-30 02:19:52 +01:00
Christian Dywan 27d5b35f1d Ellipsize bookmarkbar items reasonably 2008-10-29 04:07:37 +01:00
Dale Whittaker 973b149c5e Allow adding bookmarks from history items 2008-10-29 03:43:08 +01:00
Christian Dywan 1c5348e4cf Explain how to debug Midori in INSTALL file 2008-10-27 22:57:28 +01:00
Dale Whittaker f7c1edacbe Limit the number of items in the location popup 2008-10-27 22:44:19 +01:00
Enrico Tröger 86af851d4c Don't doublicate the "." in cached filenames 2008-10-27 22:36:41 +01:00