List Info

Thread: Deskbar-Applet 2.19.90.1 released




Deskbar-Applet 2.19.90.1 released
country flaguser name
Germany
2007-08-14 04:03:09
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This release features a completely new GUI and supports
better
navigation with the keyboard.
If you type a search term you can jump to the results when
pressing the
down key. Pressing the right key while a match is selected
displays its
actions. In the actions panel, you can go back when you
press the left key.
Clicking on a match will no activate the default action.
Pressing Ctrl
at the same time will show you a list of actions. A match
has more
actions available if '>' is displayed on the right.
Modules are now stored in "modules" directory to
avoid confusions with
previous versions.

Download
========
http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet
/2.19/

Changes (2.19.90)
=======
	* Clear actions TreeView if query changed, too
	* Wrap messages in the info area if they are too long
	* Clear actions TreeView if selection has changed
	* Added version to description of module
	* Fixed: Save and restore OpenDesktopFileAction correctly
	* Set correct icon for ISwitchWindowHandler
	* Fixed small error in web_address.py handler
	* Fixed bug #464732: Import subprocess before using it.
(patch by Colin
Watson)
	* Fixed bug #464735: NotImplementedError misspelled (patch
by Colin Watson)
	* Fixed bug #464736: "loggin" typo in
get_url_host exception handler
(patch by Colin Watson)
	* Fixed bug #464739: on_install_handler says module when it
meant
mod_id (patch by Colin Watson)
	* Fixed bug #464768: pygtk < 2.8.0 compat code refers to
obsolete
DeskbarAppletButton name (patch by Colin Watson)
	* Fixed couple of bugs in beagle and history handlers.
Fixes bug
#465212: 'BeagleLiveHandler' object has no	attribute
'set_delay'
	* Fixed bug #388508: web_address.py", line 32:
startswith on None
	* Added action that sends file via e-mail as attachment
	* Adjusted default values in GConf
	* Mark applet icon insensitive when loading/initializing
	* Removed geek options from preferences dialog
	* Fixed: Module order won't be saved if reordered with Drag
& Drop
	* Remake of the GUI. History is now in ComboBox. Menu and
statusbar is
gone. Matches and actions treeview is only visible	if search
entry has
been entered.
	* Added button besides combobox to clear history
	* Added mnemonic to focus history combobox
	* Only show either matches treeview or actions treeview
	* Save and restore window position.
	* Moved handlers to modules directory
	* Honor "clear_entry" setting
	* Mark UI sensitive if modules have been loaded	and before
they have
been initialized
	* Connect to keybinding-activated signal after modules have
been loaded
	* Added application name to epiphany, galeon and mozilla
handlers
	* If two matches with same hash get merged alter the label
	* Pressing down on last item selects first item. Pressing
up on first
item selects last item.
	* Categories will be skipped when navigating with up/down
keys
	* Added possibility to start Deskbar unininstalled out of
the box
(patch by Mikkel kamstrup Erlandsen)
	* Set skip-taskbar-hint to True
	* Pressing escape always clears the entry and treeviews	and
closes the
window
	* Mouse click executes default action. Ctrl+click displays
list of actions.
	* Pressing enter executes default action. Pressing right
displays
actions. (2.19.90.1)
	* * Only alter label on duplicate matches if more than one
action is
available (2.19.90.1)

Contributors to this release: Sebastian Pölsterl, Colin
Watson, Mikkel
kamstrup Erlandsen

Updated Translations:
	* Gujarati
	* Norwegian (2.19.90.1)
	* Spanish
	* Swedish
	* Tamil
	* Thai

Contributors to the translations: Ankit Patel, Kjartan
Maraas, Jorge
Gonzalez, Daniel Nylander, Tirumurthi Vasudevan, Theppitak
Karoonboonyanan


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFGwW/N1ygZeJ3lLIcRAsdbAKCsjb1GRiFWO+TuyFIoKqgeBt3AbQCf
anWb
uOxneEJvfo/tAMtj+S84zq8=
=bXmW
-----END PGP SIGNATURE-----
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
user name
2007-08-15 06:34:48
2007/8/14, Sebastian Pölsterl <mardukk-d-w.org>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> This release features a completely new GUI and supports
better
> navigation with the keyboard.
> If you type a search term you can jump to the results
when pressing the
> down key. Pressing the right key while a match is
selected displays its
> actions. In the actions panel, you can go back when you
press the left key.
> Clicking on a match will no activate the default
action. Pressing Ctrl
> at the same time will show you a list of actions. A
match has more
> actions available if '>' is displayed on the right.
> Modules are now stored in "modules" directory
to avoid confusions with
> previous versions.
>

Gongrats, I must say that this is a huge improvement over
the previous
release  I like the
action navigation with left/right.

Here's a small wish-list:

 * I miss a way to show the history via the keyboard
 * Perhaps a tooltip on matches with actions hinting the
keyboard
shortcut to the action view
 * A label or tooltip in the action view on how to get back
to the hits view
 * A tooltip on the shredder icon

Navigation (to match <2.18 style):
 * Pressing Up from top-most hit should focus the entry
 * Pressing Down from bottom hit should focus entry
 * Pressing Down from a non-empty should focus top hit
 * Pressing Up from a non-empty entry should focus bottom
hit
 * Pressing down/up from an empty entry should cycle
history

Keep up the good work! Cheers,
Mikkel

> Download
> ========
> http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet
/2.19/
>
> Changes (2.19.90)
> =======
>         * Clear actions TreeView if query changed, too
>         * Wrap messages in the info area if they are
too long
>         * Clear actions TreeView if selection has
changed
>         * Added version to description of module
>         * Fixed: Save and restore OpenDesktopFileAction
correctly
>         * Set correct icon for ISwitchWindowHandler
>         * Fixed small error in web_address.py handler
>         * Fixed bug #464732: Import subprocess before
using it. (patch by Colin
> Watson)
>         * Fixed bug #464735: NotImplementedError
misspelled (patch by Colin Watson)
>         * Fixed bug #464736: "loggin" typo in
get_url_host exception handler
> (patch by Colin Watson)
>         * Fixed bug #464739: on_install_handler says
module when it meant
> mod_id (patch by Colin Watson)
>         * Fixed bug #464768: pygtk < 2.8.0 compat
code refers to obsolete
> DeskbarAppletButton name (patch by Colin Watson)
>         * Fixed couple of bugs in beagle and history
handlers. Fixes bug
> #465212: 'BeagleLiveHandler' object has no     
attribute 'set_delay'
>         * Fixed bug #388508: web_address.py", line
32: startswith on None
>         * Added action that sends file via e-mail as
attachment
>         * Adjusted default values in GConf
>         * Mark applet icon insensitive when
loading/initializing
>         * Removed geek options from preferences dialog
>         * Fixed: Module order won't be saved if
reordered with Drag & Drop
>         * Remake of the GUI. History is now in
ComboBox. Menu and statusbar is
> gone. Matches and actions treeview is only visible     
if search entry has
> been entered.
>         * Added button besides combobox to clear
history
>         * Added mnemonic to focus history combobox
>         * Only show either matches treeview or actions
treeview
>         * Save and restore window position.
>         * Moved handlers to modules directory
>         * Honor "clear_entry" setting
>         * Mark UI sensitive if modules have been loaded
and before they have
> been initialized
>         * Connect to keybinding-activated signal after
modules have been loaded
>         * Added application name to epiphany, galeon
and mozilla handlers
>         * If two matches with same hash get merged
alter the label
>         * Pressing down on last item selects first
item. Pressing up on first
> item selects last item.
>         * Categories will be skipped when navigating
with up/down keys
>         * Added possibility to start Deskbar
unininstalled out of the box
> (patch by Mikkel kamstrup Erlandsen)
>         * Set skip-taskbar-hint to True
>         * Pressing escape always clears the entry and
treeviews and closes the
> window
>         * Mouse click executes default action.
Ctrl+click displays list of actions.
>         * Pressing enter executes default action.
Pressing right displays
> actions. (2.19.90.1)
>         * * Only alter label on duplicate matches if
more than one action is
> available (2.19.90.1)
>
> Contributors to this release: Sebastian Pölsterl, Colin
Watson, Mikkel
> kamstrup Erlandsen
>
> Updated Translations:
>         * Gujarati
>         * Norwegian (2.19.90.1)
>         * Spanish
>         * Swedish
>         * Tamil
>         * Thai
>
> Contributors to the translations: Ankit Patel, Kjartan
Maraas, Jorge
> Gonzalez, Daniel Nylander, Tirumurthi Vasudevan,
Theppitak Karoonboonyanan
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

>
>
iD8DBQFGwW/N1ygZeJ3lLIcRAsdbAKCsjb1GRiFWO+TuyFIoKqgeBt3AbQCf
anWb
> uOxneEJvfo/tAMtj+S84zq8=
> =bXmW
> -----END PGP SIGNATURE-----
> _______________________________________________
> deskbar-applet-list mailing list
> deskbar-applet-listgnome.org
> http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list
>
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
user name
2007-08-15 06:39:15
2007/8/15, Mikkel Kamstrup Erlandsen <mikkel.kamstrupgmail.com>:
> 2007/8/14, Sebastian Pölsterl <mardukk-d-w.org>:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > This release features a completely new GUI and
supports better
> > navigation with the keyboard.
> > If you type a search term you can jump to the
results when pressing the
> > down key. Pressing the right key while a match is
selected displays its
> > actions. In the actions panel, you can go back
when you press the left key.
> > Clicking on a match will no activate the default
action. Pressing Ctrl
> > at the same time will show you a list of actions.
A match has more
> > actions available if '>' is displayed on the
right.
> > Modules are now stored in "modules"
directory to avoid confusions with
> > previous versions.
> >
>
> Gongrats, I must say that this is a huge improvement
over the previous
> release  I like the
action navigation with left/right.
>
> Here's a small wish-list:
>
>  * I miss a way to show the history via the keyboard
>  * Perhaps a tooltip on matches with actions hinting
the keyboard
> shortcut to the action view
>  * A label or tooltip in the action view on how to get
back to the hits view
>  * A tooltip on the shredder icon
>
> Navigation (to match <2.18 style):
>  * Pressing Up from top-most hit should focus the
entry
>  * Pressing Down from bottom hit should focus entry
>  * Pressing Down from a non-empty should focus top hit
>  * Pressing Up from a non-empty entry should focus
bottom hit
>  * Pressing down/up from an empty entry should cycle
history
>
>

Another gotcha,

I also just discovered that applet transparency is broken.

Cheers,
Mikkel
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
country flaguser name
Germany
2007-08-15 08:57:48
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mikkel Kamstrup Erlandsen schrieb:
> 2007/8/15, Mikkel Kamstrup Erlandsen
<mikkel.kamstrupgmail.com>:
>>
>> Here's a small wish-list:
>>
>>  * I miss a way to show the history via the
keyboard
You can focus the history with Alt + the underlined letter
in "History"
(it depends on i18n). Pressing enter opens the combobox.

>>  * Perhaps a tooltip on matches with actions
hinting the keyboard
>> shortcut to the action view
>>  * A label or tooltip in the action view on how to
get back to the hits view
>>  * A tooltip on the shredder icon
>>
Is it possible to do these changes while we're in UI
freeze?

>> Navigation (to match <2.18 style):
>>  * Pressing Up from top-most hit should focus the
entry
>>  * Pressing Down from bottom hit should focus
entry
>>  * Pressing Down from a non-empty should focus top
hit
>>  * Pressing Up from a non-empty entry should focus
bottom hit
>>  * Pressing down/up from an empty entry should
cycle history
>>
>>
I'll do the neccessary changes before the next release.

> 
> Another gotcha,
> 
> I also just discovered that applet transparency is
broken.
> 
Could you make a screenshot to show me what you mean?

- --
Greetings,
Sebastian Pölsterl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFGwwZc1ygZeJ3lLIcRAm09AJ4/naZEXrsz2CFfl8ZwEkaLe4xRiwCf
Ubsi
j4Fvmyt+yIV4l7FsJnui62U=
=C1xx
-----END PGP SIGNATURE-----
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
user name
2007-08-15 09:35:23
Good release.

My only issue is when I select an action or whatever now, it
does it
twice or maybe 3 times instead of just once.

On 8/15/07, Sebastian Pölsterl <mardukk-d-w.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mikkel Kamstrup Erlandsen schrieb:
> > 2007/8/15, Mikkel Kamstrup Erlandsen
<mikkel.kamstrupgmail.com>:
> >>
> >> Here's a small wish-list:
> >>
> >>  * I miss a way to show the history via the
keyboard
> You can focus the history with Alt + the underlined
letter in "History"
> (it depends on i18n). Pressing enter opens the
combobox.
>
> >>  * Perhaps a tooltip on matches with actions
hinting the keyboard
> >> shortcut to the action view
> >>  * A label or tooltip in the action view on
how to get back to the hits view
> >>  * A tooltip on the shredder icon
> >>
> Is it possible to do these changes while we're in UI
freeze?
>
> >> Navigation (to match <2.18 style):
> >>  * Pressing Up from top-most hit should focus
the entry
> >>  * Pressing Down from bottom hit should focus
entry
> >>  * Pressing Down from a non-empty should focus
top hit
> >>  * Pressing Up from a non-empty entry should
focus bottom hit
> >>  * Pressing down/up from an empty entry should
cycle history
> >>
> >>
> I'll do the neccessary changes before the next
release.
>
> >
> > Another gotcha,
> >
> > I also just discovered that applet transparency is
broken.
> >
> Could you make a screenshot to show me what you mean?
>
> - --
> Greetings,
> Sebastian Pölsterl
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

>
>
iD8DBQFGwwZc1ygZeJ3lLIcRAm09AJ4/naZEXrsz2CFfl8ZwEkaLe4xRiwCf
Ubsi
> j4Fvmyt+yIV4l7FsJnui62U=
> =C1xx
> -----END PGP SIGNATURE-----
> _______________________________________________
> deskbar-applet-list mailing list
> deskbar-applet-listgnome.org
> http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list
>
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
user name
2007-08-15 09:52:16
2007/8/15, Sebastian Pölsterl <mardukk-d-w.org>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mikkel Kamstrup Erlandsen schrieb:
> > 2007/8/15, Mikkel Kamstrup Erlandsen
<mikkel.kamstrupgmail.com>:
> >>
> >> Here's a small wish-list:
> >>
> >>  * I miss a way to show the history via the
keyboard
> You can focus the history with Alt + the underlined
letter in "History"
> (it depends on i18n). Pressing enter opens the
combobox.
>

Hmmm, it does not seem to work here... Nothing happens when
I click
Alt+h (I am using english locale).

> >>  * Perhaps a tooltip on matches with actions
hinting the keyboard
> >> shortcut to the action view
> >>  * A label or tooltip in the action view on
how to get back to the hits view
> >>  * A tooltip on the shredder icon
> >>
> Is it possible to do these changes while we're in UI
freeze?

I would guess that adding tooltips is not a break of the UI
freeze.
After all, it won't invalidate screenshots and such.

It should however respect string freeze of course (27/8). If
you feel
really bad about this, just keep it back. But if you are
convinced,
like me, that it doesn't break the freeze, then you have my
blessing
to go ahead 

> >> Navigation (to match <2.18 style):
> >>  * Pressing Up from top-most hit should focus
the entry
> >>  * Pressing Down from bottom hit should focus
entry
> >>  * Pressing Down from a non-empty should focus
top hit
> >>  * Pressing Up from a non-empty entry should
focus bottom hit
> >>  * Pressing down/up from an empty entry should
cycle history
> >>
> >>
> I'll do the neccessary changes before the next
release.
>
> >
> > Another gotcha,
> >
> > I also just discovered that applet transparency is
broken.
> >
> Could you make a screenshot to show me what you mean?
>

Attached.

Another gotcha (yet again). In <2.18 there was a
lingering snapshot of
the selected item when you select a match.

I added this back in the days because I thought it was cool,
but it
might just be cheesy... I still like it 

It should be trivial to re-introduce by adding the old class
back, but
I'm not sure if this is pushing it a bit with regards to the
UI
freeze. We might re-evaluate it for 2.22..?

Cheers,
Mikkel

_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

View Original Image
Re: Deskbar-Applet 2.19.90.1 released
country flaguser name
Germany
2007-08-15 10:34:38
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mikkel Kamstrup Erlandsen schrieb:
> 2007/8/15, Sebastian Pölsterl <mardukk-d-w.org>:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Mikkel Kamstrup Erlandsen schrieb:
>>> 2007/8/15, Mikkel Kamstrup Erlandsen
<mikkel.kamstrupgmail.com>:
>>>> Here's a small wish-list:
>>>>
>>>>  * I miss a way to show the history via the
keyboard
>> You can focus the history with Alt + the underlined
letter in "History"
>> (it depends on i18n). Pressing enter opens the
combobox.
>>
> 
> Hmmm, it does not seem to work here... Nothing happens
when I click
> Alt+h (I am using english locale).
> 
I tried it with German and English locale. Both times the
combobox will
be focused (it only popsdown if you press enter aferwards)

>>> Another gotcha,
>>>
>>> I also just discovered that applet transparency
is broken.
>>>
>> Could you make a screenshot to show me what you
mean?
>>
> 
> Attached.
> 
hmm, I use the same icons as in previous versions. Is it
possible that
this has something today with compiz?

> Another gotcha (yet again). In <2.18 there was a
lingering snapshot of
> the selected item when you select a match.
> 
> I added this back in the days because I thought it was
cool, but it
> might just be cheesy... I still like it 
> 
> It should be trivial to re-introduce by adding the old
class back, but
> I'm not sure if this is pushing it a bit with regards
to the UI
> freeze. We might re-evaluate it for 2.22..?
> 
I think it would be a too big UI change. But it should
definitely be in
2.22.

- --
Greetings,
Sebastian Pölsterl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFGwx0N1ygZeJ3lLIcRAmENAJ4yksXJIrVkGDIFVhjMlo5qjg7KxQCf
Vp0Y
wamHT1nhbt38LDprmqD5GTQ=
=Bhk1
-----END PGP SIGNATURE-----
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
user name
2007-08-17 04:44:00
2007/8/15, Sebastian Pölsterl < mardukk-d-w.org">mardukk-d-w.org>:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mikkel Kamstrup Erlandsen schrieb:
&gt; 2007/8/15, Sebastian Pölsterl < mardukk-d-w.org">mardukk-d-w.org>:
>&gt; -----BEGIN PGP SIGNED MESSAGE-----
>&gt; Hash: SHA1
>&gt;
>>; Mikkel Kamstrup Erlandsen schrieb:
&gt;>> 2007/8/15, Mikkel Kamstrup Erlandsen < mikkel.kamstrupgmail.com">mikkel.kamstrupgmail.com>:
>;>>&gt; Here's a small wish-list:
>>&gt;>
>>>>; &nbsp;* I miss a way to show the history via the keyboard
&gt;> You can focus the history with Alt + the underlined letter in "History"
>> (it depends on i18n). Pressing enter opens the combobox.
>>
&gt;
> Hmmm, it does not seem to work here... Nothing happens when I click
> Alt+h (I am using english locale).
&gt;
I tried it with German and English locale. Both times the combobox will
be focused (it only popsdown if you press enter aferwards)

>>&gt; Another gotcha,
&gt;>>
>>>; I also just discovered that applet transparency is broken.
&gt;>>
>> Could you make a screenshot to show me what you mean?
&gt;>
>
> Attached.
>
hmm, I use the same icons as in previous versions. Is it possible that
this has something today with compiz?

&gt; Another gotcha (yet again). In <2.18 there was a lingering snapshot of
> the selected item when you select a match.
>;
> I added this back in the days because I thought it was cool, but it
> might just be cheesy... I still like it
>
> It should be trivial to re-introduce by adding the old class back, but
> I'm not sure if this is pushing it a bit with regards to the UI
> freeze. We might re-evaluate it for 2.22..?
&gt;
I think it would be a too big UI change. But it should definitely be in
2.22.

Hi again,

I see that you where quick to integrate my last navigation suggestions, kudos for that Here's a new list of gotchas:


 * Selecting history match does not close window

&nbsp;* Searching is slow to update the UI - in 2.18 internet search engine matches was instantaneous and UI seemed to update smoothly, on my installation the UI is cleared for up to half a sec before matches appear

&nbsp;* Keyboard navigation skips category headers making it impossible to collapse them via the keyboard

 * New "wrap-around-navigation&quot; doesn't work if the last category header is collapsed - ie the last entry in the hit list is a cat.  Both navigation from top and bottom hits are broken in this case.


Cheers,
Mikkel
Re: Deskbar-Applet 2.19.90.1 released
country flaguser name
Germany
2007-08-17 05:09:30
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mikkel Kamstrup Erlandsen schrieb:
> 
>  * Selecting history match does not close window
> 
Will be fixed asap.

>  * Searching is slow to update the UI - in 2.18
internet search engine
> matches was instantaneous and UI seemed to update
smoothly, on my
> installation the UI is cleared for up to half a sec
before matches appear
> 
hm, I have to do some further investigation here.

>  * Keyboard navigation skips category headers making it
impossible to
> collapse them via the keyboard
> 
That was intended. A feature suggested by kikidonk.

>  * New "wrap-around-navigation" doesn't work
if the last category header
> is collapsed - ie the last entry in the hit list is a
cat.  Both
> navigation from top and bottom hits are broken in this
case.
> 
oh, I didn't check that. Thanks for the bug report.

- --
Greetings,
Sebastian Pölsterl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFGxXPa1ygZeJ3lLIcRAhgkAJ9C1uv+q5nosV3NhPoBbthBnOtr5wCg
qWhn
qCEjZidRGWO2t7zSNCjiepo=
=A5d4
-----END PGP SIGNATURE-----
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
country flaguser name
Germany
2007-08-17 06:10:47
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mikkel Kamstrup Erlandsen schrieb:
> 
>  * Searching is slow to update the UI - in 2.18
internet search engine
> matches was instantaneous and UI seemed to update
smoothly, on my
> installation the UI is cleared for up to half a sec
before matches appear
> 
What I forgot to ask: What handler do you use?

- --
Greetings,
Sebastian Pölsterl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFGxYI21ygZeJ3lLIcRAu6dAJ482L63wQ57iesPsJ1NuSJrcVdMQgCg
q9kk
rWc3AqKngWX0ZGIEm125A08=
=jspE
-----END PGP SIGNATURE-----
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
user name
2007-08-17 12:49:38
There's also a recent bug of it starting the same program
twice.

On 8/17/07, Sebastian Pölsterl <mardukk-d-w.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mikkel Kamstrup Erlandsen schrieb:
> >
> >  * Searching is slow to update the UI - in 2.18
internet search engine
> > matches was instantaneous and UI seemed to update
smoothly, on my
> > installation the UI is cleared for up to half a
sec before matches appear
> >
> What I forgot to ask: What handler do you use?
>
> - --
> Greetings,
> Sebastian Pölsterl
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

>
>
iD8DBQFGxYI21ygZeJ3lLIcRAu6dAJ482L63wQ57iesPsJ1NuSJrcVdMQgCg
q9kk
> rWc3AqKngWX0ZGIEm125A08=
> =jspE
> -----END PGP SIGNATURE-----
> _______________________________________________
> deskbar-applet-list mailing list
> deskbar-applet-listgnome.org
> http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list
>
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
user name
2007-08-17 14:44:53
2007/8/17, Sebastian Pölsterl < mardukk-d-w.org">mardukk-d-w.org>:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mikkel Kamstrup Erlandsen schrieb:
&gt;
>&nbsp; * Searching is slow to update the UI - in 2.18 internet search engine
>; matches was instantaneous and UI seemed to update smoothly, on my
> installation the UI is cleared for up to half a sec before matches appear
>;
What I forgot to ask: What handler do you use?

I have disabled all but "Web Searches&quot; . I think the trick is to only clear the treeview when the first results are ready - that should give the illusion of instant searches. DBA <= 2.18 did this if I recall correctly.

You can compare 2.18 with 2.19 with only "Web Searches&quot; enabled. It is quite clear here.

Cheers,
Mikkel
Re: Deskbar-Applet 2.19.90.1 released
country flaguser name
Germany
2007-08-17 15:21:12
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John H. schrieb:
> There's also a recent bug of it starting the same
program twice.
> 
I think I fixed it, but please try it out and let me know.

- --
Greetings,
Sebastian Pölsterl


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFGxgM41ygZeJ3lLIcRAsPxAJ4hNKWBDjzzQkHCT0W0X3xJ0to9kwCf
X42n
jQD5hepobC05hTtFMzfKyGw=
=36c1
-----END PGP SIGNATURE-----
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
user name
2007-08-17 20:29:30
Not in  2.19.90.1 for me.

I type gedit then scroll down to execute gedit, and it runs
it twice

On 8/17/07, Sebastian Pölsterl <mardukk-d-w.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> John H. schrieb:
> > There's also a recent bug of it starting the same
program twice.
> >
> I think I fixed it, but please try it out and let me
know.
>
> - --
> Greetings,
> Sebastian Pölsterl
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

>
>
iD8DBQFGxgM41ygZeJ3lLIcRAsPxAJ4hNKWBDjzzQkHCT0W0X3xJ0to9kwCf
X42n
> jQD5hepobC05hTtFMzfKyGw=
> =36c1
> -----END PGP SIGNATURE-----
>
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

Re: Deskbar-Applet 2.19.90.1 released
country flaguser name
Germany
2007-08-18 04:27:19
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John H. schrieb:
> Not in  2.19.90.1 for me.
> 
Of course, I ment the version in svn trunk.

- --
Greetings,
Sebastian Pölsterl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFGxrt31ygZeJ3lLIcRAhi9AJ9KJxIkh7NwsW1aEbV++MIiPIwubgCg
jx+A
WjWtAFpN/1fWGVg94vO21Xw=
=mHAe
-----END PGP SIGNATURE-----
_______________________________________________
deskbar-applet-list mailing list
deskbar-applet-listgnome.org
http://mail.gnome.org/mailman/listinfo/deskbar-applet-
list

[1-15]

about | contact  Other archives ( Real Estate discussion Medical topics )