maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Shortcut Maker (https://talk.maemo.org/showthread.php?t=69809)

Tiboric 2011-02-14 00:02

[Announce] Shortcut Maker
 
What is Shortcut Maker?

Shortcut Maker is an application for your N900 which creates shortcuts('.desktop' files) to sms, email, and instant calls for any body you want
(normally to use on your desktop to decrease key presses when contacting your most used contacts)

http://i52.tinypic.com/2956zjc.png

This is in devel and is a early release, as I learn more QT + Python it should get better with each release.

Features:

(1)make Sms shortcuts
(2)make Email shortcuts
(3)make Instant call shortcuts
(4)And delete them, lol
(to delete just input name as you entered it the first time and press the corresponding delete button, depending on which type of shortcut you want to delete)

Please let me know of any Bugs (it's know that some devices will ask for their root password, this is something I'm working on)

And of course any improvements you want made.
(I want GUI ideas as well as the current needs work)

Big Thanks to nicolai for his original scripts and remember to donate to him for all his hard work.

Edit: Added Command function, to create Cmd shortcuts for xterm just use 'name' input to name the shortcut and the 'Cmd' input for the command you want to execute, most commands should work. (just make sure your not beginning the command with a capital letter, but the name can be any thing really)

MohammadAG 2011-02-14 00:27

Re: [Announce] Shortcut Maker
 
Code:

self.setWindowTitle("TitleHere")
to set the window title, it has to be in QMainWindow's __init__ method.

Tiboric 2011-02-14 00:48

Re: [Announce] Shortcut Maker
 
Thanks MAG,
would you also know a better way of getting permisions to write the .desktop file to /usr/share/applications/hildon/ ?
at the moment I'm using
Code:

Exec=osso-xterm 'sudo run-standalone.sh python2.5 /opt/shortcutmkr/main.py'
in my own .desktop file to get around it.

neboja 2011-02-14 01:22

Re: [Announce] Shortcut Maker
 
this is cool! but, it would be awesome, to be able to make a .desktop file for some commands, scripts, etc...
and same an option to choose a icon for that same desktop shortcut ;)
great app, but much more it can offer ;)

Tiboric 2011-02-14 01:29

Re: [Announce] Shortcut Maker
 
Those are both planned features, I am working on the commands feature as we speak, but the icon will have to wait a day or two. I’m finding it hard to arrange the layout of the gui at the moment, I don't think its optimum as it is.

Thanks for the input, keep them coming....

Edit: I also want to include selecting contacts from built in Contacts list using pyside but at the moment that's a bit ahead of my skills.

MohammadAG 2011-02-14 01:47

Re: [Announce] Shortcut Maker
 
Quote:

Originally Posted by Tiboric (Post 945563)
Thanks MAG,
would you also know a better way of getting permisions to write the .desktop file to /usr/share/applications/hildon/ ?
at the moment I'm using
Code:

Exec=osso-xterm 'sudo run-standalone.sh python2.5 /opt/shortcutmkr/main.py'
in my own .desktop file to get around it.

You don't need osso-xterm, also, by adding #!/usr/bin/python2.5 to the top of the main.py file and doing a chmod +x /opt/shortcutmkr/main.py in postinst, you can reduce this to sudo run-standalone.sh /opt/shortcutmkr/main.py.

BTW, shouldn't you be using run-standalone.sh sudo /opt/shortcutmkr/main.py, so it'd only require a sudoers entry for that file and not the run-standalone.sh script? :)

Tiboric 2011-02-14 02:54

Re: [Announce] Shortcut Maker
 
Thanks MAG that helps alot I'll put this in next release.

@neboja: this is a test version for you to test(i've done some testing)
to create Cmd shortcuts for xterm(and later any other) most commands should work. (just make sure your not beginning the command with a capital letter, but the name can do)
like i say i've gota sort out the gui and put in some stuff MAG has given me to go on.

Cheers for now(gotta be up in 4 hours for work, lol)

Shortcut Maker 0.6b

rebelnoob 2011-02-14 08:53

Re: [Announce] Shortcut Maker
 
@Tiboric you've got an awesome theme whats the name of it and the icon pack?
P.S:sorry its out of topic..

cutehunk04 2011-02-14 09:00

Re: [Announce] Shortcut Maker
 
after clicking on the application X-terminal opens and ask for the password... what is the password.

neboja 2011-02-14 09:05

Re: [Announce] Shortcut Maker
 
COOOOOOOOOOOL!!!!!!!!!!! great stuff man! simple, but yet a very needed app!
no need to rush! but, i was waiting for that thing for a long time ;)
(i was once requested for someone to make a dialpad app http://talk.maemo.org/showthread.php?t=63013, but resolving that kind of "problem" in this way, is just fine!!!!!) ;)

kind regards ;)


All times are GMT. The time now is 23:26.

vBulletin® Version 3.8.8