The Following User Says Thank You to kojacker For This Useful Post: | ||
![]() |
2010-05-03
, 15:32
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#32
|
Here's a patch that gets the buttons looking more like the ones in the phone app:
http://slexy.org/raw/s2EQSbmWP1
Unfortunately, I couldn't get the buttons themselves styled as they need to be in a GtkTable for that.
It's not perfect and it's questionable as to whether you'll wish to apply it. But who knows?
The Following User Says Thank You to aspidites For This Useful Post: | ||
![]() |
2010-05-03
, 15:40
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#33
|
Considering how I got the letters to display in the first place, anything that improves the appearance even slightly that doesn't hender performance is welcome in my book. I'm applying this to my branch until ossi has a chance to look at it in the meantime.
* I find Qt far more intuitive and the rediculously long names in (py)gtk irk me.
![]() |
2010-05-03
, 16:24
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#34
|
The Following User Says Thank You to aspidites For This Useful Post: | ||
![]() |
2010-05-03
, 19:34
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#35
|
![]() |
2010-05-03
, 19:46
|
Posts: 889 |
Thanked: 537 times |
Joined on Mar 2010
@ scotland
|
#36
|
![]() |
2010-05-04
, 07:45
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#37
|
cd /to/the/path/you/downloaded/vertsms/to/
python vertsms.py
The Following 2 Users Say Thank You to ossipena For This Useful Post: | ||
![]() |
2010-05-04
, 08:25
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#38
|
@ ossipena: one question:
does sms from your program store somewhere (maybe store all together in conversations)???????
The Following 3 Users Say Thank You to ossipena For This Useful Post: | ||
![]() |
2010-05-04
, 08:54
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#39
|
The Following 5 Users Say Thank You to slender For This Useful Post: | ||
![]() |
2010-05-04
, 12:14
|
Posts: 147 |
Thanked: 32 times |
Joined on Sep 2009
|
#40
|
![]() |
Tags |
portrait sms, python |
|
Edit: never mind, found it
To answer a question above, the sms conversations are stored on a SQLite3 database (“/home/user/.rtcom-eventlogger/el.db” if i remember right) so it should be possible to read and write messages from other apps to there.
Last edited by kojacker; 2010-05-03 at 15:56.