Showing results 1 to 25 of 40 @ 0.02 seconds. Search: Posts Made By: cpscotti
Forum: Development 2011-06-29, 09:55
Replies: 144
Views: 77,077
Posted By cpscotti
Re: [ANNOUNCE] Qt Mobility 1.2 for Fremantle

I managed to make it work..

Copy all headers from source to SDK

cp qtm1.2/qt-mobility/src/connectivity/bluetooth/*.h...
Forum: Development 2011-06-29, 01:00
Replies: 144
Views: 77,077
Posted By cpscotti
Re: [ANNOUNCE] Qt Mobility 1.2 for Fremantle

Hey there,

Having a bit of a problem to use qtm-12-connectivity (Bluetooth). Build will find the CamelCase headers (e.g. QBluetoothUuid ) but not the actual headers pointed by those...
Forum: Applications 2011-06-28, 09:54
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Have you tried:

ssh -fN -L 1430:imapserver:143 user@borderhost.com | echo ""


(just in case..)
Forum: Applications 2010-08-25, 13:17
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Well, if everything goes as planned (me finding time again to work on my side-projs) I'll have time to push a new version (probably with asynchronous cmd execution) sometime in the future.
Forum: Applications 2010-08-25, 13:03
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Well, I do check!
a)The version 1.10 (on extras-devel/extras-testing) is, for sure, safer than 0.9

b)I currently use 4 widgets on my desktop and no lockups so far, suggesting that maybe the...
Forum: Applications 2010-04-11, 22:10
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

I just uploaded a new version do -devel that addresses many of the bugs described here (including for example the execution at boot, the settings dialog glitches..).

I'll leave it on -devel for...
Forum: Applications 2010-04-05, 17:58
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Probably the command you set up for the fourth widget is broken and locks. Try Removing the ".desktop_cmd_exec" file in your home directory, this will force default values.
Forum: Applications 2010-03-24, 04:46
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Known problem:
All commands are executed on boot and thus if your commands take too long or if they lock if executed on boot... it locks!
Next versions will have another check box to enable/disable...
Forum: Applications 2010-03-14, 15:52
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Those are all valuable requests and they are in my "TODO" list.

Now.. after some talk.maemo.org procrastination, back to my thesis.
Forum: Applications 2010-03-09, 00:32
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Yeah... it is a "known buggy". Will be fixed on the next version. (together with the overwritting on =])

PS: I'm very busy and so the next version is expected to some time in the end of march when...
Forum: Applications 2010-02-16, 15:04
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Search the phone manual for adding widgets to your desktop... :D
Basically you have to click in an empty space then on the gear that will appear on the top of the desktop. This will unveil the "edit...
Forum: Applications 2010-02-16, 03:32
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Removing the user's old commands was "necessary" since the syntax of some of the configuration file changed a bit; this version is supposed to go to extras so it should work on every device no matter...
Forum: Applications 2010-02-15, 16:15
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Version 0.9 in -testing !
Please test it (and vote at garage! =]) so we can finally promote it to extras.

This new version includes a "Display Title" checkbox and some bugfixes for commands...
Forum: Applications 2010-02-03, 04:39
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Yep.. also .I added almost all of the scripts from here to the preloaded commands. But note that the preloaded commands are only showed/added to users without any previous config file for the widget...
Forum: Applications 2010-01-28, 02:22
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Multiple Lines and a new preloaded uptime command.
I believe 0.7 will go all the way to extras. Than later we can add more stuff (from the source already pushed here =]).

We need some extensive...
Forum: Applications 2010-01-27, 11:32
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Well.. I'll just "extend" the "hack" to height. I believe that what happened there is due to the lower widget being "saved" as big and the re-loaded. The others were loaded from a single line one and...
Forum: Applications 2010-01-27, 11:09
Replies: 414
Views: 155,057
Posted By cpscotti
Thumbs up Re: Desktop Command Execution Widget scripts

Good that it helped someone!
That hack was necessary when I started with custom width. Without it, the "X" (close) bt for the widget would go to the top-right corner when the widget is loaded but it...
Forum: Applications 2010-01-27, 10:22
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

=]]
I'll sure add it to the main source tonight!! (with proper credits)
Seems my code is not THAAT bad then.. lol!


Thanks!
Like this:
Forum: Applications 2010-01-27, 02:24
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Just do as if there was none: Click outside any widgets on your destkop; this will unhide a gear on the top.. click the gear. This will enable the config of the desktop.. then click on the upper bar...
Forum: Applications 2010-01-27, 02:09
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Hi!
I just read most of the brainstorm and it really IS close to my widget! =]
Some observations: instead of multiple lines, we opted for multiple widgets with user-defined width. The idea is to...
Forum: Applications 2010-01-26, 00:55
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Hi everybody!
Version 0.6 at extras-devel!

In this version, you can add as many widgets as you want and set up custom width. Also, each widget retains it's own settings except for the commands...
Forum: Applications 2010-01-23, 16:22
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Ok.. I see that this bug seems really annoying =/
Some things I would try to checkif the problem really is my widget:
a) install desktop-cmd-exec, triggering the prob and then just reboot (without...
Forum: Applications 2010-01-22, 16:02
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

It's not open for voting yet since it's on -devel (not -testing). I expect to promote it to -testing soon.. then I'll ask for votes here =]
Forum: Applications 2010-01-22, 14:56
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

Current version is 0.4, uploaded to extra last night at 3a.m. (UTC+1)..

@liedekef:
That could solve the problem momentarily but then u have to be clicking on it all the time.. which then beats...
Forum: Applications 2010-01-22, 14:26
Replies: 414
Views: 155,057
Posted By cpscotti
Re: Desktop Command Execution Widget scripts

I'll study that bug soon.. I may know what is causing it..

On the multiple instances vs. multiple lines.. I'll give "recaller" a look (what app is this?)..
Multiple instances seems nicer than...
Showing results 1 to 25 of 40



 
Forum Jump

All times are GMT. The time now is 00:44.