maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Queen BeeCon Widget: Super powerful and customizable Widget Generation Engine - Official Thread (https://talk.maemo.org/showthread.php?t=45388)

No!No!No!Yes! 2010-06-13 19:07

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by Sash (Post 713019)
I'm currently the world cup QBW widget to show the day's scoredboard from ESPN and I'm trying to set up a widget to show tomorrow's fixtures. My languaging skills are pretty poor and I'm trying the command:

Code:

wget -U "" -t 1 -T 5 -q -O - 'http://m.espn.go.com/soccer/scoreboard?leagueTag=fifa.world&date=1d+"%Y%m%d"&lang=EN'
but it's not working. Can anyone help me out? cheers.

Try this...

Code:

wget -U "" -t 1 -T 5 -q -O - "http://m.espn.go.com/soccer/scoreboard?leagueTag=fifa.world&date=`TZ=EST-24 date +%Y%m%d`&lang=EN"

No!No!No!Yes! 2010-06-14 16:16

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
OK ... Queen BeeCon Widget release 0.1.9.3 is now in extras-devel
Partial Change Log since 0.1.4
Code:

queen-beecon (0.1.9.3)

  * New: Added icon for displaying command execution in progress (shown when script in progress and hidden on execution completion)
  * New: Implementation of Asynchronous Non Hildon-Home blocking command execution (Test Drive is still Synchronous for command timing evaluation purposes) 
  * Changed: - 
  * Bugfixing: Memory reallocation bugs fixed for all string values management in settigs dialog box 

queen-beecon (0.1.9.2)

  * New: Added custom timeout in seconds for periodic update, not just predefined list of values
  * Changed: Restyle in settings configuration for Update Policies, Fonts & Colors Buttons 
  * Bugfixing: 

queen-beecon (0.1.9.1)

  * New: Parameter Variables substitution usable by script (Ex. Own Instance ID, Reason for updating content)
  * New: Implementation of Command and Results text orientation angle (w/ relevant configuration parameters)
  * New: New extended color dialog for background and foreground colors (Old color selection deprecated; backward compatibility for instances exported from previous releases is guaranteed and settings upgraded as necessary)
  * Changed: Restyle in settings configuration for Beecon Command Exit Statuses area & Command Title/Results Settings area + changed color settings appearance 
  * Changed: Removed Help hints from settings dialog box (refer to the WIKI)! 
  * Changed: Changed transpacency settings both for beecons and for snippets... now both are less transparent 
  * Bugfixing: Disabled instance (icon) wasn't correctly drawn on startup; fixed
  * Bugfixing: Memory deallocation bug for >=3 Exit Status image file beecon_idxge2_ImgFilename; fixed

queen-beecon (0.1.9)

    * New: New extended font dialog for command and results labels (Old font selection deprecated; backward compatibility for instances exported from previous releases is guaranteed and settings upgraded as necessary)
    * Changed: Due to new font settings implementation, exported instances from this release onward will have their fonts reset to command="Nokia Sans bold italic 12" results="Nokia Sans bold 12" when imported in previous releases
    * Bugfixing: Some fixing and cleanup in package install/uninstall

queen-beecon (0.1.8-testonly-PR1.2)

    * WARNING This release is for testing purposes only as PR1.2 upgrade brought some instabilities which need forensics!!!
    * New: Implementation of DBUS methods: reset_rearm_timer
    * New: QBW is now integrated into the N900 system backup/restore features according to standard specifications as better described in SDK "Using Backup Application" http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Generic_Platform_Components/Using_Backup_Application#Custom_back-up_locations
    * Changed: Completely revised Timer logic and reset/re-arming for widget periodic auto-update
    * Changed: Visual feedback when Beecons pressed; now rectangle gets drawn as well as cell (better chance of noticing feedback for canvas-less Beecons)
    * Bugfixing: Fixed segmentation fault if dbus get_position method called and dbus_method_monitor turned on

queen-beecon (0.1.7-PR1.1.1)

    * NOTE: Special Build for PR1.1.1
    * New: Implementation of Widget Instance visibility toggle and configuration parameter (for showing or hiding the widget also via DBUS)
    * New: Implementation of following DBUS methods: dbus_method_monitor, show, hide, wakeup, sleep, update_content, update_layout, exec, set_param_string, set_param_int32, set_param_uint32, set_param_double, set_param_boolean, get_param string, set_position, get_position, get_exit_status
    * New: Implementation of following DBUS signals: sig_content_updated
    * Changed: Enhanced DBUS implementation for Widget2Widget & System2Widget Inter Process Communication
    * Changed: Changed default values for some Update Policies in new QBW instances (updOnStartup now defaults to FALSE; updOnDesktop now defaults to FALSE) to prevent bugged Beecons from freezing hildon-home even after restart
    * Respect: To querty12@talk.maemo.org Many, many, many, many, many thanks for supporting QBW IPC implementation

queen-beecon (0.1.6)

    * New: Simple DBUS implementation for Widget2Widget & System2Widget Inter Process Communication
    * New: Added Widget Instance ID in Settings Dialog Title
    * Changed: Compiled Vs. PR1.2

queen-beecon (0.1.5)

    * Changed: Thanks "qwerty12" disabled automatic capitalization for all text entry fields

queen-beecon (0.1.4)

    * New: Implementation of Widget Instance disabling and minimizing on desktop (click on minimized icon on desktop will wakeup and maximize instance)
    * New: Implementation of image/icon scaling function for all images used (Zoom In/Out from 5% to 200% or Fit to Widget Width/Height)
    * Bugfixing: In Advanced Maintenance Dialog Box several bugfixes for Import/Export commands and instances.

See complete Change Log in the WIKI

Usual WARNINGS apply to extras-devel material



WARNING!!! WARNING!!! WARNING!!!
There is still a weird bug/behaviour with this release surely localized in the new implementation of extended color/font dialog boxes.
You can experience a QBW (Hildon-Desktop) crash when accessing the extended Fonts and Colors widgets in the "Settings" dialog box.
This seems to happen just once after you install the package.
If this happens and you lose some of your on-screen widgets, just add back again the old missing widgets and QBW and all will be back on-shape.
I'm in the process of dealing with this problem.
Use this release just to test the added functionalities and report back any unexpected issues.
I SUGGEST YOU REBOOT YOUR PHONE AFTER INSTALLATION.
DOING THIS IT WON'T POSSIBLY CRASH!


PLEASE PROVIDE FEEDBACK ON THE NEW ASYNCHRONOUS EXECUTION IMPLEMENTATION AND FEEL FREE TO SUGGEST CHANGES
  • Feedback Icon
  • Icon Size
  • ....

Feel free to experiment with all extended features implemented since 0.1.4 and please report bugs and experiences or feature requests here.

Have fun

andrew_85 2010-06-14 16:39

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
i'm getting an error . .
rooths is now deprecated it poses to much of a security risk . .
what should I do?

andrew_85 2010-06-14 23:06

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
guys no one can help me?

Sash 2010-06-14 23:53

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by andrew_85 (Post 714728)
i'm getting an error . .
rooths is now deprecated it poses to much of a security risk . .
what should I do?

Have you got rootsh 1.8 from Extras-Devel instead of version 1.5 from Extras? I think that may be causing trouble.

Try using sudo command in place of rootsh, eg:.Where you had
Code:

rootsh /usr/sbin/kernel-config load lv
Try:
Code:

sudo /usr/sbin/kernel-config load lv

andrew_85 2010-06-15 10:22

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by Sash (Post 715426)
Have you got rootsh 1.8 from Extras-Devel instead of version 1.5 from Extras? I think that may be causing trouble.

Try using sudo command in place of rootsh, eg:.Where you had
Code:

rootsh /usr/sbin/kernel-config load lv
Try:
Code:

sudo /usr/sbin/kernel-config load lv

thanks buddy i did an upgrade by terminal and the version of rootsh went on 1,8 but i didn't notice it :-)

i went back to the 1.5 and it's working again!!

gabby131 2010-06-15 10:47

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
@nononoyes!

your Qbw update is funny, when it was installed on my device, all my widgets started blinking and then removed ahahahaha!

i put all my widgets back (good thing your Qbw has memory :D) and everything is fine.

thanks. i like the new UI, i dont have to scroll down further for the updates, one swipe and im there....

No!No!No!Yes! 2010-06-15 12:03

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by gabby131 (Post 715969)
@nononoyes!

your Qbw update is funny, when it was installed on my device, all my widgets started blinking and then removed ahahahaha!

i put all my widgets back (good thing your Qbw has memory :D) and everything is fine.

thanks. i like the new UI, i dont have to scroll down further for the updates, one swipe and im there....

Yes ... I know there could be a problem/leak with resources release from the new extended color and font maintenance. I submitted the issue to the maintainer and I'm waiting for feedback.
As warned in the new release announce I suggest you reboot (or issue a killall hildon-home) your phone after upgrade.
Sorry for any inconvenience...

qwerty12 2010-06-15 12:07

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Quote:

Originally Posted by No!No!No!Yes! (Post 716043)
Yes ... I know there could be a problem/leak with resources release from the new extended color and font maintenance. I submitted the issue to the maintainer and I'm waiting for feedback.

There's two alternatives to the font dialog, FWIW:
  • osso-xterm has its own font chooser dialog, and the code is available for that
  • The Subtitles applet also has its own font chooser. Nothing special about this one as it's just a HildonPickerDialog with three rows: Font, Style and Size. It doesn't show a preview of the font, however.

jtmstr 2010-06-15 12:25

Re: [Announce] Queen BeeCon Widget: Customizable and flexible monitoring tool.
 
Is it possible to make widget for showing number of unreaded Google reader items?


All times are GMT. The time now is 07:29.

vBulletin® Version 3.8.8