Christian Dywan
67b706b550
Localise ?B and correct a typo in the function call
2011-03-07 00:10:49 +01:00
Paweł Forysiuk
7dd4fe8ac4
Release memory of transfer speed strings
2011-03-05 14:34:27 +01:00
Tomasz Szatkowski
7d8b3c25d4
Show transfer speed next to size in tooltips
...
Fixes: https://bugs.launchpad.net/midori/+bug/725377
2011-03-05 13:58:57 +01:00
Christian Dywan
2d4afde696
Make download folder and notifications obligatory
2011-02-02 01:31:16 +01:00
Christian Dywan
e29562ddcb
Shift + Return should go back in Findbar
2011-02-01 01:25:26 +01:00
Christian Dywan
cd69cdedb9
Search inline directly when preedit text changes
2010-11-02 22:46:01 +01:00
Christian Dywan
68c12e950e
Slice allocations in addons, net, scrolled, transferbar
2010-10-21 21:09:01 +02:00
Christian Dywan
38d75adc28
Search inline with at least 2, not 3 characters
2010-09-07 21:39:52 +02:00
Christian Dywan
d8b4eaa566
Do smart case for inline search while typing
2010-09-07 21:30:45 +02:00
Christian Dywan
9aebc6d374
Adjust guards in transferbar for WebKitGTK+ < 1.1.3
2010-07-04 10:28:54 +02:00
Jérôme Guelfucci
7821d61b5c
Don't always show the "Pending downloads" dialog.
...
If all donwloads are finished, cancelled or errored, the dialog should
not be shown.
2010-06-29 07:20:26 +02:00
Christian Dywan
f5604f290c
Refactor findbar into MidoriFindbar
...
The findbar still depends on the browser for knowing when to
search and to propagate focus. Behaviour did not change.
2010-06-21 01:53:08 +02:00
Christian Dywan
fa08c4d1f9
Refactor transferbar into MidoriTransferbar
...
The transferbar is separated from the browser, albeit it is still
created and filled from within the browser so it is not completely
independent.
The new class now keeps a list of TransferInfo items to keep track
of transfers and queries the status from the download object.
Destroying a button belonging to a transfer is connected to
removing it from the list and cleaning up the info structure. Also
the Clear button is updated from the destroy handler.
2010-06-17 20:17:21 +02:00