|
2010-08-23
, 17:14
|
|
Posts: 411 |
Thanked: 1,105 times |
Joined on Jan 2010
@ Europe
|
#572
|
By design when Show=Visible, the background canvas is drawn when clicked to give visual feedback, you can change the color however of the hexagonal frame. (Just to keep original beehive related branding )
However ... why not reconsidering using individual QBWs for each hotspot ... you also have the advantage to be able to customize the progress animation for each hotspot and hide every other unwanted trace of the widget... (but the monitor QBW)
The Following User Says Thank You to BluesLee For This Useful Post: | ||
|
2010-08-23
, 20:07
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#573
|
i dont like the idea to have too many widgets on my desktop.
the main reason why i switched from queen beecon to desktop
command widget and now back is that i had some serious issues
with hildon-desktop resp. hildon-home and i thought that it was
caused by qbw / desktop command widget. in my case switching
back to qbw gave me much more stability since two weeks. in
case of a crash i had to add all the single widgets which was
annoying, therefore i will try to go for one "big" widget instead :-)
Blues
p.s. by the way, it works great so far.
|
2010-08-23
, 20:18
|
|
Posts: 411 |
Thanked: 1,105 times |
Joined on Jan 2010
@ Europe
|
#574
|
|
2010-08-23
, 20:38
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#575
|
what does the widget on the bottom right side of the 2nd screenshot
do?
Blues
|
2010-08-28
, 06:14
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#576
|
queen-beecon (1.0.4) * New: Implemented the possibility to have the Progress Animation displayed at widget click X,Y coordinates; with relevant configuration parameter "progressAnimationAtClickXY" * New: Implemented the possibility to hide the background Canvas on click both for Beecons and Snippets with relevant configuration parameter "hideClickCanvas" * Changed: Some optimizations in QBW at startup, expecially for instances with execute @startup flag; should speed up widget appearance * Changed: Checks for obsolete instances in configuration file moved to Advanced Settings and Tools Dialog; check is performed upon entering. * Changed: Some optimizations in progress icon animation logic * Changed: Some optimization in multiple-clicks management * Bugfixing: Command output for Test Drive in Advanced Settings and Tools Dialog still buggy and not displaying complete output; fixed * Bugfixing: Logic for multiple clicks count was a bit bugged; fixed * Bugfixing: DBUS Signal emission at end of command execution was misplaced ; fixed * Bugfixing: Logging info incorrect for timeout seconds count function GetSeconds; fixed queen-beecon (1.0.3) * New: Added button to change Logger Verbosity in Advanced Settings and Tools Dialog Box * New: Implementation of Command and Results image orientation angle (w/ relevant configuration parameters) * New: Added edit box in Settings Dialog for "rememberMe" value. Can now be initialized also from widget and not only via DBUS method * New: Parameter Variables substitution for using with scripts which holds the number of times a QBW was pressed/clicked: $QBW_CLICKS_COUNT; useful for handling single/double/triple... clicks and behave accordingly (Tested up to 12 ... :) ) * New: Parameter Variables substitution for using with scripts which hold X and Y coordinates where a QBW was pressed/clicked: $QBW_CLICK_X, $QBW_CLICK_Y; useful for handling different arbitrary/dynamic hotspots on widgets via launched shell scripts * Changed: Now QBW instances with status disabled/minimized (black small 60x60 inactive sleeping bee icon) are enable again on double-click and non on single-click * Bugfixing: TestDrive in Advanced Settings and Tools Dialog Box was not fetching the whole command output; fixed * Bugfixing: Typos in "Edit Cmd" Dialog Box title; fixed * Bugfixing: Not proper memory deallocation of some strings parameter in Settings Dialog; fixed queen-beecon (1.0.2) * Source Modules: Changed architecture of source module ... now split into single modules according to QBW subfunctions ... expect some sneaky regressions!!! * New: Parameter Variables substitution for using with scripts which holds Network Connection status: $QBW_IS_CONNECTED (true=QBW Instance is connected to the network (either WLAN or GPRS) false=QBW Instance is NOT connected to the network (either WLAN or GPRS)) * Changed: In Settings Dialog Box changed "Custom(")" to "Custom(Secs)" for custom timer label * Changed: In Advanced Settings and Tools Dialog Box it's now possible to scroll dialog both vertically and horizontally. So all buttons will be accessible even if you have big fonts * Changed: In Advanced Settings and Tools Dialog Box added more checks for Import Instance/Command Data (It should now be more restrictive on Import Data consistency/congruency) * Bugfixing: System Proxy fetching logic bugged; fixed * Bugfixing: reset_rearm_timer DBUS method call was not disabling timer when timer update was disabled; fixed * Bugfixing: set_param_uint32 DBUS method call had problems if values = 0; fixed queen-beecon (1.0.0.1) * New: Nothing - Release Candidate to Extras (0.1.9.9 -> 1.0.0.1) * Changed: Nothing - Release Candidate to Extras (0.1.9.9 -> 1.0.0.1) * Bugfixing: Nothing - Release Candidate to Extras (0.1.9.9 -> 1.0.0.1) queen-beecon (0.1.9.9) * New: Added "On Sight" Update Policy (If flagged, content is not updated if widget is out of sight (on other desktop) or if display is locked or in stand-by) * New: Parameter Variables substitution for using with scripts which holds "On Sight" or "Out Of Sight" status: $QBW_ON_SIGHT (true=QBW Instance is "ON SIGHT", that is widget is on current desktop and display is not locked or on stand by. false=QBW Instance is not on current desktop and visible or display is off or on stand by) * New: DBUS method "is_on_sight" which returns true (QBW Instance is "ON SIGHT", that is, widget is on current desktop and display is not locked or on stand by) or false (QBW Instance is not on current desktop and visible or display is off or on stand by) * Changed: Optimized usability of settings for Widget Width and Height * Changed: Optimized progress animation logic for visibility when instance not On Sight * Bugfixing: - queen-beecon (0.1.9.8) * New: Implemented per-instance progress animation with customizable number of frames, timer, position and possibility to have it shown or hidden (Now every instance can have its own progress animation) + Settings for Hide/Show, frames #, timer, position and basename. * Changed: Extended error message text to all DBUS methods * Changed: Now when command or script do not return any output no more "No Output" text gets printed inside the widget * Bugfixing: Added error message if non existing parameter is supplied to all DBUS methods "set_param_*" * Bugfixing: Under certain conditions HotSpot Index was not properly reset in case update policies prevented execution of script from happening. Fixed. queen-beecon (0.1.9.7) * New: - * Changed: Line width for widget contours FX when widget pressed set to 1px * Bugfixing: Reentrancy issues for DBUS Monitor. Fixed * Bugfixing: "If you enter a long name for the title, the right part of the prefs gui isn't visible anymore and you can't scroll to the now hidden gadgets!". Fixed. Area is now scrollable also horizontally. * Bugfixing: Issues with positioning of small widgets with respect to bottom and right margins. Fixed. queen-beecon (0.1.9.6) * New: REVOLUTION!!! :) Implementation of multiple (9 = grid 3x3) Hot Spots to click on the widget. Clicked Hot Spot Index Position can then be passed to the executed script via Parameter Variables Substitution $QBW_HOTSPOT_PRESS (0=Not Pressed or other update policy,1=Top Left,2=Top Center,3=Top Right,4=Center Left,5=Center,6=Center Right,7=Bottom Left,8=Bottom Center,9=Bottom Right) * New: Parameter Variables substitution for using with scripts which hold Proxy related information: $QBW_HTTP_PROXY, $QBW_HTTPS_PROXY, $QBW_FTP_PROXY, $QBW_SOCKS_PROXY, $QBW_RTSP_PROXY (In the format <host:port>) * New: Parameter Variables substitution for using with scripts which hold Proxy related information: $QBW_IGNORE_HOSTS_PROXY (In the format <host1;host2;host...>) * New: Parameter Variables substitution for using with scripts which hold Proxy related information: $QBW_AUTO_CONFIG_PROXY_URL * New: Parameter Variables substitution for using with scripts which hold status or persistency information stored in configuration via DBUS method call set_param_string string:"rememberMe" string:<rememberthis> : $QBW_REMEMBER_ME. Useful, for example, for remembering values like counters across subsequent command executions. * Changed: Logic to purge configuration settings of non-existent QBW instances from configuration file. (Check/Purge performed at every entrance in Settings dialog) * Bugfixing: Reentrancy problem with Settings dialog box. At times, in case of laggy interface, 2 or more instances of dialog were opening. Fixed. * Bugfixing: Incomplete unreferentiation of DBUS resources. Fixed. * Bugfixing: Incomplete unreferentiation of callback functions for async command execution and timers. Fixed. * Bugfixing: Incorrect logic for updating when widget desktop was active/on. It was updating also when active widget's desktop was swept off. Now updates content only if "Update on Desktop" is TRUE and Widget's Desktop is being swept on. Fixed. queen-beecon (0.1.9.5) * New: Added supplementary progress images/icons (cycle is "queen-beecon-progress[0-3].png") searching logic in directory storage in this order 1) "~/Mydocs/.images/queen_beecon_dir" 2) "~/.queen_beecon_dir" * New: Added button in Command Edit dialog to add instance only commands to the list of stored commands * New: Implementation of following DBUS methods: get_current_results_text (Get current content of results text) * New: Parameter Variables substitution for using with scripts which holds the current content of results text ($QBW_CURRENT_RESULTS_TEXT=Current content of results text) * Changed: Default shape for Beecons is now rectangle. Hexagonal cell will be only shown when pressed * Changed: Shadow/Light effects on widget surface, either when pressed or not, are now fixed in size (~4px) * Changed: Changed some logic in simple Command Edit dialog box * Changed: After instance imported, now advanced dialog box closes and reverts back to settings with all parameters reloaded * Changed: Changed Warning and Information notification in Advanced Settings to display hildon_banner* * Changed: Changed DBUS connection acquisition for DBUS Monitor. * Bugfixing: Refined and fixed logic for DBUS Monitor initialization and deinitialization * Bugfixing: Changed and fixed logic for handling/displaying Exit Code if error spawning asynchronous command * Bugfixing: New asynchronous execution logic was not releasing file handles. Fixed 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
|
2010-09-01
, 05:35
|
Posts: 326 |
Thanked: 335 times |
Joined on Feb 2010
|
#577
|
|
2010-09-01
, 08:25
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#578
|
No!No!No!Yes! since you are Italian... Do you think that this could be inserted in the wiki about your widget? :
http://www.maemomeego.net/qbw-oc-con...f59-vt933.html
|
2010-09-01
, 23:19
|
Posts: 139 |
Thanked: 20 times |
Joined on Apr 2010
@ Planet Earth for now!
|
#579
|
The Following User Says Thank You to AgentZ For This Useful Post: | ||
|
2010-09-02
, 08:00
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#580
|
QBW is awesome thank you for this, but i'm having a problem with the random pictures, I'm only getting about 7-10 pics they are no longer random just the same pics over and over again. Is there something i'm missing or failed to do? Also if i change the site address can i still use the command to get pics? Thanks again for a great app
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
However ... why not reconsidering using individual QBWs for each hotspot ... you also have the advantage to be able to customize the progress animation for each hotspot and hide every other unwanted trace of the widget... (but the monitor QBW)
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