Notices


Reply
Thread Tools
Addison's Avatar
Posts: 3,811 | Thanked: 1,150 times | Joined on Oct 2007 @ East Lansing, MI
#1431
Okay. Just want to make a quick mention on how to remove unnecessary notifications with DC.

Go to google.com/voice and remove everything from the inbox, incuding texts sent.

Then, simply SMS someone first.

Works great for quite some time until there's too much of a build up, then you will start going back to notifications when sending a text as well.

Cheers.
 
slvr32's Avatar
Posts: 168 | Thanked: 104 times | Joined on Feb 2008 @ California, USA
#1432
A few questions about the Qt version in the works...

Is this the appropriate thread for discussion of the Qt version, or will/should discussion for the Qt version be moved to another thread?

On more of a general Qt note, I've been getting started with some Qt (C++) development of my own, and I decided to pick up an N8 as another target for Qt/C++ and Symbian^3 development.

Are you planning to start building Symbian^3 versions of the Qt version of DialCentral?

I realize that porting between Maemo and Symbian^3 isn't completely trivial, and I've only written portable Qt/C++, that currently builds and runs on Linux, OS X, and Maemo5, without any platform-specific #ifdef so far.

Any feedback on these questions would be greatly appreciated.
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#1433
Originally Posted by slvr32 View Post
I realize that porting between Maemo and Symbian^3 isn't completely trivial, and I've only written portable Qt/C++, that currently builds and runs on Linux, OS X, and Maemo5, without any platform-specific #ifdef so far.

Any feedback on these questions would be greatly appreciated.
In general all of the platform specific code I have had to write -with #ifdefs - has been for components that are specifically not supported by Symbian. For me this primarily means Telepathy and surprisingly enough, the QT system tray icon class.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,150 times | Joined on Oct 2007 @ East Lansing, MI
#1434
Hey Ed, small request?

DC 1.1.13-0

When using the hardware menu key button, you have

Login
Paste
Refresh
About

Any chance you could put Refresh on top?

It would save on two extra key presses each time.

Thanks.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1435
Originally Posted by slvr32 View Post
Is this the appropriate thread for discussion of the Qt version, or will/should discussion for the Qt version be moved to another thread?
Yes it is because in theory it will soon become the only DialCentral.

Originally Posted by slvr32 View Post
On more of a general Qt note, I've been getting started with some Qt (C++) development of my own, and I decided to pick up an N8 as another target for Qt/C++ and Symbian^3 development.

Are you planning to start building Symbian^3 versions of the Qt version of DialCentral?

I realize that porting between Maemo and Symbian^3 isn't completely trivial, and I've only written portable Qt/C++, that currently builds and runs on Linux, OS X, and Maemo5, without any platform-specific #ifdef so far.

Any feedback on these questions would be greatly appreciated.
DialCentral is built using Python. I am unsure what the status of PyQt or PySide is on Symbian. uvatbc has ported his C++/Qt GV app to Symbian.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following User Says Thank You to epage For This Useful Post:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1436
Originally Posted by Addison View Post
Hey Ed, small request?

DC 1.1.13-0

When using the hardware menu key button, you have

Login
Paste
Refresh
About

Any chance you could put Refresh on top?

It would save on two extra key presses each time.

Thanks.
irc you have a n800 rather than n810? Because I have Ctrl+r mapped to refresh. I'd rather not change the menu ordering as this aligns more with how menus are generally organized. Maybe swapping paste and refresh. Don't like to use the long-tap on the tabs? Too bad I couldn't get that to work in Qt.

As for 1.1.9X (Qt) I'm unsure why the keyboard shortcuts aren't working.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following User Says Thank You to epage For This Useful Post:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1437
Originally Posted by george_seifert View Post
I just installed DialCentral. The install seemed to go without a hitch, but when I start it nothing happens. The app manager thinks it's there. What happened?
Maemo 4.1 (n8x0) or Maemo 5 device? What version of DialCentral? Was this previously working? What version did you upgrade from if so?
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 33 | Thanked: 2 times | Joined on Jun 2009
#1438
Originally Posted by epage View Post
Maemo 4.1 (n8x0) or Maemo 5 device? What version of DialCentral? Was this previously working? What version did you upgrade from if so?
It was Maemo 4 on an N810. Application Manager says the version of DialCentral is 1.1.98-0 (the latest). This was a new install. I'd like to get Google Voice working with it.

George
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1439
Originally Posted by george_seifert View Post
It was Maemo 4 on an N810. Application Manager says the version of DialCentral is 1.1.98-0 (the latest). This was a new install. I'd like to get Google Voice working with it.

George
I already have a good guess as to what the problem is. I've not gotten around to filing a bug report on it. You have extras-devel enabled (having D 1.1.9X). The version of PyQt in extras-devel is broken.

Steps to recover. The alternative is you only run the version of DC out of extras (rather than extras-devel). The version in extras-devel is a beta though I think all outstanding issues are resolved (anyone want to correct me, especially n8x0 users?).
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 33 | Thanked: 2 times | Joined on Jun 2009
#1440
Originally Posted by epage View Post
I already have a good guess as to what the problem is. I've not gotten around to filing a bug report on it. You have extras-devel enabled (having D 1.1.9X). The version of PyQt in extras-devel is broken.

Steps to recover. The alternative is you only run the version of DC out of extras (rather than extras-devel). The version in extras-devel is a beta though I think all outstanding issues are resolved (anyone want to correct me, especially n8x0 users?).
Yep, you're right. I'll load the other one. Thanks. BTW, is there a way to load the Extras version without disabling Extras-devel? I'm not a power-user - can you tell?

George
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:28.