Active Topics

 



Notices


Reply
Thread Tools
Posts: 16 | Thanked: 4 times | Joined on Jan 2010
#261
Answering to my self. I managed to find out that if you are logged in to google, address http://www.google.com/reader/api/0/u...count?all=true contains information in xml about unread items. So next thing might be wgetting it to temp folder and parsing text with regular expressions right? Maybe someone could point me to right direction as i have no knowledge about QBW scripts nor regular expressions.
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#262
Originally Posted by jtmstr View Post
Answering to my self. I managed to find out that if you are logged in to google, address http://www.google.com/reader/api/0/u...count?all=true contains information in xml about unread items. So next thing might be wgetting it to temp folder and parsing text with regular expressions right? Maybe someone could point me to right direction as i have no knowledge about QBW scripts nor regular expressions.
Have a look here:
http://superuser.com/questions/68159...he-bash-prompt
__________________
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#263
OK ... Queen BeeCon Widget release 0.1.9.4 is now in extras-devel
Partial Change Log since 0.1.4
Code:
queen-beecon (0.1.9.4)

  * New: Ability to execute scripts by intercepting specific DBUS broadcasted signals/methods/errors issued by the system or other applications + Relevant configuration parameters (Ex.keyboard lock, slide open/close, ecc.)   
  * New: Parameter Variables substitution for using with scripts triggered by intercepted DBUS broadcasted signals/methods ($QBW_EXEC_REASON=QBW_DBUS_MONITOR, $QBW_DBUS_VERBOSE_OUTPUT=Verbose Output see wiki)
  * Changed: Changed icons for displaying command execution in progress (shown when script in progress and hidden on execution completion)
  * Changed: Package installation now performs an automatic restart of hildon-home process
  * Changed: Synchronization in asynchronous script execution logic for Exit Status and Output   
  * Bugfixing: Memory reallocation bugs fixed in new async command execution logic  

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


The new DBUS MONITOR/INTERCEPTOR has been implemented in this release. See specifications in the WIKI
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
__________________
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
 

The Following 5 Users Say Thank You to No!No!No!Yes! For This Useful Post:
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#264
@Nononoyes

i like the logo and the heartbeat pic when i tap the widget.....so cool!
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#265
Originally Posted by gabby131 View Post
@Nononoyes

i like the logo and the heartbeat pic when i tap the widget.....so cool!
Progress images for animation are here:

Code:
/usr/share/icons/hicolor/48x48/hildon/
Code:
queen-beecon-progress[0-3].png
is the cycle. Change/size them at your will.
__________________
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
 

The Following 3 Users Say Thank You to No!No!No!Yes! For This Useful Post:
Posts: 76 | Thanked: 4 times | Joined on Apr 2010
#266
Hello,

Is it possible to create a beecon to see the online status of the contacts in my contact book?

Thanks
 
Posts: 23 | Thanked: 9 times | Joined on Feb 2010
#267
Is there a way to change/disable the progress icons? I've tried placing an icon with the same name in the ~/.queen_beecon_dir/ directory (eg ~/.queen_beecon_dir/queen-beecon-progress0.png), but it's ignored.

The image can be used as an icon for the title, so I know it can be read. If I remove or replace the icons in the /usr/share/icons/hicolor/48x48/hildon/ directory, the widget crashes.
 
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#268
Originally Posted by No!No!No!Yes! View Post
Progress images for animation are here:

Code:
/usr/share/icons/hicolor/48x48/hildon/
Code:
queen-beecon-progress[0-3].png
is the cycle. Change/size them at your will.
yes!!!! this is reminding me of the warning pop-up on advanced settings.

"are you sure you wanna go PRO?"

"YES!!!"
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
moepda's Avatar
Posts: 334 | Thanked: 118 times | Joined on Apr 2010 @ United Kingdom
#269
Originally Posted by karatestarfish View Post
Is there a way to change/disable the progress icons? I've tried placing an icon with the same name in the ~/.queen_beecon_dir/ directory (eg ~/.queen_beecon_dir/queen-beecon-progress0.png), but it's ignored.

The image can be used as an icon for the title, so I know it can be read. If I remove or replace the icons in the /usr/share/icons/hicolor/48x48/hildon/ directory, the widget crashes.
start by removing your new icons from queen beecon dir . make sure you have 4 icons sized 48x48 and copy to usr/share/icons/48x48/hildon. i resized some transparent icons on my n900 , renamed them to match originals and overwrote using openSSH on pc . rebooted phone all worked fine..
 
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#270
Originally Posted by karatestarfish View Post
Is there a way to change/disable the progress icons? I've tried placing an icon with the same name in the ~/.queen_beecon_dir/ directory (eg ~/.queen_beecon_dir/queen-beecon-progress0.png), but it's ignored.

The image can be used as an icon for the title, so I know it can be read. If I remove or replace the icons in the /usr/share/icons/hicolor/48x48/hildon/ directory, the widget crashes.
Uhm ... this is weird ... i'll try to test your case ...

However I plan to add custom icons management for progress icons in 0.1.9.5 so everything should work as per your 1st sentence and per usual image search policy
__________________
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:54.