![]() |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
I am not sure what I can do with this app, but if I will edit the main.qml I will be able to make the app to have different behaviour in different places?
I thought that by changing the target etc. I will be able to have it, but I am not sure... Can you give me some suggestion on what to do to help you with this?? :) |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
First clear bahavior in qtedger-settings and then in main.qml after onSignalEdge: {
Code:
if (edge == "right3") //bottom right swipe |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
I have wrote this:
Code:
onSignalEdge: { Even with your script I don't see any led or any behavior on BatteryGraph.... |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
"WebOS Games" ?? rather "/usr/bin/wgames"
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Yeap it works :D
Can I use dbus signals as well? |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
I didn't test but I think you can.
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
I will try to write what I think as a nice behavior and I will upload the file to see it and tell me what you think (maybe not now...) :D
Thanks for this ;D P.S: Dbus works as well ;) |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
I tried with microB window and qtedger-settings one (also multimedia) |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
I know that this is in an early stage but here are some ideas for the future use of this app :D
on desktop: right->menu left->task manager up->hildon status menu(if possible) down->nothing on menu: right->task manager left->desktop up->hildon status menu down->nothing on task manager: right->desktop left->menu up->hildon status menu down->close all running apps(if possible) on app: right->menu left->task manager up->hildon status menu down->close the app(if possible) on call(incoming): right->menu left->task manager or silent up->hildon status menu down->reject call on call(while talking): right->menu left->task manager or mute up->hildon statuse menu down->end call |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
Quote:
P.S. You must implement dbus in hildon-status-menu yourself because I don't know nothing about gtk. |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
...... :D EDIT: Is that normal it kills *every* microB window open? |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
elros34 do you know why it doesn't understand some programs like the web for example? do you have to do something with the qmlapplicationviewer to make it understand the apps or what?
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
ok I didn't have as well installed the wmctrl :P
so after checking what it can really do here is on more command that you can use :D close running app(I added it on bottom swipe): wmctrl -c :ACTIVE: |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
Quote:
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
(maybe like the other one which is editable in qt :)) |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
no, at the moment I'm busy with something else: own lockscreen http://www.youtube.com/watch?v=KfcK-NjKqYM
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
P.S: How did you lock the n900 with the power button? Is there any app available? |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
just press twice power button.
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Here is a something I wrote that I thing that might help on making the app a little faster :)
(There are some names that are not right and some things that won't function but it is a small try :)) Code:
Connections { |
Re: (Help) N9 Swipe to N900
Quote:
thanx in advance :) |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
sorry my bad I corrected second post.
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
There is nothing to improve so..
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
I will try it now :D
Thanks for your great work ;) |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
One more thing!
How do we edit the profile of each program? :) By the way what's going on with you qt lockscreen? :D |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Just press "Add new".
Quote:
http://www.youtube.com/watch?v=qWJip2AwmI4 |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
Can you upload the source code of the qtedger? |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
I didn't plan it because code it's little "ugly" but if you really want, send me message on pm ( I will send you source later)
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
This is why I want it :) |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
No, there isn't any database of all apps. You have global settings and profiles. In profiles you can add new application by "Add new" button then write name of window. To find window's name:
killall qtedger /opt/qtedger/qtedger and do some swipes then you will see window name. |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
I will try it now! :D |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
I 've got a problem... The swipe doesn't work with the command /opt/qtedger/qtedger
, I mean it runs the program but it stays showing something about the velocity. |
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
When you run it just do swipe
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Quote:
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
You should see in terminal a lot of output
|
Re: [Announce] N900 qtedger (N9 Swipe to N900!)
Here it's what I get! I even swipe, but it doesn't show anything, and it doesn't do the swipe!
http://i1283.photobucket.com/albums/...psd11964d1.png |
All times are GMT. The time now is 08:10. |
vBulletin® Version 3.8.8