PDA

View Full Version : v0.1 Qo Widgets : Widgets Manager for qWikiOffice



Ytorres
29 Sep 2008, 2:33 AM
Hi all,

Base on qWikiOffice (http://qwikioffice.com/)'s Desktop, i have create a Widgets manager under GPL license.

It allow you to create your own widget easily.
It provide some widgets by default. Feel free to request a widget via the forum.

http://qo-modules.tuxfamily.org/images/morfeoshow/qo_widgets-6045/big/qo-widgets1.png

http://qo-modules.tuxfamily.org/images/morfeoshow/qo_widgets-6045/big/qo-widgets-all.png

2008-10-19 : v 0.1

- Port to qWikiOffice v0.8.1
- Widgets : Flash Clock
- Widgets : Flash Digital Clock
- Widgets : Basic Note
- Widgets : Weather information
- Widgets : Flash Calculator
- Widgets : French TV Program


Links

- Svn (http://qo-modules.tuxfamily.org/demo/]Demo[/URL] (StartMenu/Tools)
- [URL="http://svn.tuxfamily.org/viewvc.cgi/qomodules_qowidgets/trunk/qo-widgets/)
- Download (http://qo-modules.tuxfamily.org/index.php?option=com_docman&task=cat_view&gid=47&Itemid=58)
- Forum (http://qo-modules.tuxfamily.org/index.php?option=com_fireboard&Itemid=54&func=showcat&catid=8)





Hope you like it ;)

benny00
29 Sep 2008, 5:51 AM
Very nice indeed! =D>
Just one suggestion if I may..
It wasn't obvious for me at first, where the widget could be dragged on the desktop, because it had no titlebar. I made a small modification so it would be more obvious for the novice user.


this.el.on('mouseover', function() { this.getTopToolbar().show(); this.setTitle(' '); }, this);
this.el.on('mouseout', function() { this.getTopToolbar().hide(); this.setTitle(''); }, this);

Ytorres
29 Sep 2008, 11:49 AM
Hy Benny and thanks for your feedback :)


Very nice indeed! =D>
Just one suggestion if I may..
It wasn't obvious for me at first, where the widget could be dragged on the desktop, because it had no titlebar. I made a small modification so it would be more obvious for the novice user.


this.el.on('mouseover', function() { this.getTopToolbar().show(); this.setTitle(' '); }, this);
this.el.on('mouseout', function() { this.getTopToolbar().hide(); this.setTitle(''); }, this);


I have made this modification (widget's title is display as title).
I have correct zseed for widgets too (so widgets are not in first plan).

Demo/SVN are updated too ;)

jay@moduscreate.com
2 Oct 2008, 9:46 AM
Nice use of the window drawers (http://tdg-i.com/53/ext-window-drawers-alpha-1). ;)

Bah, that thing needs more work.

I love how it integrates nicely with the theme.

Ytorres
2 Oct 2008, 12:03 PM
Nice use of the window drawers (http://tdg-i.com/53/ext-window-drawers-alpha-1). ;)


Your work is pretty nice with this drawers :) Thanks a lot, very useful, you're the best ;)


Bah, that thing needs more work.
If you can tell me a little more about your feel, it would be great ;)

jay@moduscreate.com
2 Oct 2008, 12:27 PM
Sorry - I meant that I need to do more work on the window drawers. :)

Ytorres
2 Oct 2008, 1:01 PM
Sorry - I meant that I need to do more work on the window drawers. :)

Mouarf !
Sorry, i don't understand. Your drawer is just perfect. Widgets need a lot of work, not your's :)

razor
3 Oct 2008, 3:17 AM
nice work! I am going to check out the source of this shortly.

I see that deskweather is running, are you using the updated version (which I hacked together) or are you still on the older qWikiOffice?

Ytorres
3 Oct 2008, 5:51 AM
nice work! I am going to check out the source of this shortly.

I see that deskweather is running, are you using the updated version (which I hacked together) or are you still on the older qWikiOffice?

Hi Razor !

About Desk-Weather, i have port it from old version. See this : http://qo-modules.tuxfamily.org/

I need to port it to use some of this features to make a Weather widget for Widget manager :)

jdaviaud
5 Oct 2008, 6:29 AM
Your site seems to be down today :((i'm hope i will be able to try your modules soon, seems really interesting !

Ytorres
5 Oct 2008, 7:02 AM
Your site seems to be down today :((i'm hope i will be able to try your modules soon, seems really interesting !

Hi,

Yes, Tuxfamily.org is down actually :/

I just finish to reorder Widgets API ; more stable & clean.

I add a Weather widget too, base on Desk-Weather (http://extjs.com/forum/showthread.php?t=22499).

Until my demo came back, you can see this screen, base on trunk devel :

Ytorres
6 Oct 2008, 1:36 AM
Your site seems to be down today :((i'm hope i will be able to try your modules soon, seems really interesting !

for information, demo is now up ^^

Ytorres
19 Oct 2008, 11:50 AM
Hi all,

First Qo Widgets release.

Please, see first post for more details.