maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Dialcentral 1.0 (https://talk.maemo.org/showthread.php?t=29347)

epage 2011-01-08 19:21

Re: Dialcentral 1.0
 
Quote:

Originally Posted by sjgadsby (Post 915120)
1.2.9-0 launches beautifully. Thanks!

Would obscuring the user's Google account password behind asterisks or the like as it is entered into the initial login dialog be a difficult change? I suppose that's not critical; I was simply surprised it was shown plainly on screen as I entered it.

My choices are:
  • Display asterisks instead of the characters actually entered.
  • Display characters as they are entered while editing otherwise display asterisks.

I like Maemo partial display-on-edit because on a small keyboard or OSK I am more likely to have typos and not know it.

I thought Qt's display-on-edit was going to be like Maemo but learned it is all-or-nothing (which is very bad when demonstrating software.

Thanks for the reminder, I should change this.

Den in USA 2011-01-10 15:17

Re: Dialcentral 1.0
 
Quote:

Originally Posted by epage (Post 915008)
Each alarm has an id. On uninstall I delete the DC alarm. The only thing I could think of is I deleted a stale alarm id which was now being using by email.

Could you provide the following file:
Code:

/var/lib/alarmd/alarm_queue.xml
And the output of
Code:

/opt/dialcentral/lib/alarm_handler.py -x

My problem cleared up by reinstalling mnotify.

Addison 2011-01-10 19:37

Re: Dialcentral 1.0
 
Texts still don't display correctly Edward, but I'm sure you already knew that.

Like the 6 I sent you, only the third & forth ones displayed, and the forth one ran off the screen.

I hope you can find a fix. :)

Den in USA 2011-01-10 20:39

Re: Dialcentral 1.0
 
@epage - when my screen is not maximized I loose any incomming text that is longer than 50 characters. If there was an option to enable "maximum screen" on startup then it would display about 58.

epage 2011-01-10 20:46

Re: Dialcentral 1.0
 
Quote:

Originally Posted by Den in USA (Post 917221)
@epage - when my screen is not maximized I loose any incomming text that is longer than 50 characters. If there was an option to enable "maximum screen" on startup then it would display about 58.

You are referring to the messages tab contents?

Also, did I forget to get fullscreen settings persisted?

Den in USA 2011-01-10 20:51

Re: Dialcentral 1.0
 
Quote:

Originally Posted by epage (Post 917224)
You are referring to the messages tab contents?

Also, did I forget to get fullscreen settings persisted?

Yes, when viewing "messages" tab.
Also, yes, I cannot get it to stay at fullscreen at startup.

epage 2011-01-11 00:20

Re: Dialcentral 1.0
 
Quote:

Originally Posted by Addison (Post 917154)
Texts still don't display correctly Edward, but I'm sure you already knew that.

Like the 6 I sent you, only the third & forth ones displayed, and the forth one ran off the screen.

I hope you can find a fix. :)

I was about the post the following:

There does not seem to be a fix. The issue some something called height-for-width. I'm requesting something very wide (no wrapping) but not very tall. Qt says no on the width but doesn't compensate on the height at all, cutting things off. I'm just dropping down to 1 message line and letting that get cut off.

But then I found out an interesting round about way to solve it that is still fairly clean. It definitely looks better now :)

Quote:

Originally Posted by Den in USA (Post 917229)
Also, yes, I cannot get it to stay at fullscreen at startup.

I think that is the same thing Addison has been complaining about and should be fixed in the next build.

Quote:

Originally Posted by Den in USA (Post 917229)
Also, yes, I cannot get it to stay at fullscreen at startup.

Weird, on my desktop and n810 I can use fullscreen just fine. I doubt it but maybe an error is cropping in, preventing it. Log?

delaroca 2011-01-11 06:59

Re: Dialcentral 1.0
 
The latest 1.2.12 build of Dialcentral crashes upon starting on my N900. Previous builds were working fine.

Addison 2011-01-11 07:16

Re: Dialcentral 1.0
 
Quote:

Originally Posted by delaroca (Post 917548)
The latest 1.2.12 build of Dialcentral crashes upon starting on my N900. Previous builds were working fine.

It's a bust for the Diablo version as well.


[1|user@Nokia-N800-43-7|~]/opt/dialcentral/bin/dialcentral.py
Traceback (most recent call last):
File "/opt/dialcentral/bin/dialcentral.py", line 39, in <module>
dialcentral_qt.run()
File "/opt/dialcentral/lib/dialcentral_qt.py", line 824, in run
handle = Dialcentral(app)
File "/opt/dialcentral/lib/dialcentral_qt.py", line 94, in __init__
self._mainWindow = MainWindow(None, self)
File "/opt/dialcentral/lib/dialcentral_qt.py", line 562, in __init__
self.set_orientation(self._app.orientationAction.i sChecked())
File "/opt/dialcentral/lib/dialcentral_qt.py", line 673, in set_orientation
qui_utils.set_window_orientation(QtCore.Qt.Horizon tal)
TypeError: _null_set_window_orientation() takes exactly 2 arguments (1 given)

epage 2011-01-11 11:37

Re: Dialcentral 1.0
 
Quote:

Originally Posted by Addison (Post 917559)
It's a bust for the Diablo version as well.


[1|user@Nokia-N800-43-7|~]/opt/dialcentral/bin/dialcentral.py
Traceback (most recent call last):
File "/opt/dialcentral/bin/dialcentral.py", line 39, in <module>
dialcentral_qt.run()
File "/opt/dialcentral/lib/dialcentral_qt.py", line 824, in run
handle = Dialcentral(app)
File "/opt/dialcentral/lib/dialcentral_qt.py", line 94, in __init__
self._mainWindow = MainWindow(None, self)
File "/opt/dialcentral/lib/dialcentral_qt.py", line 562, in __init__
self.set_orientation(self._app.orientationAction.i sChecked())
File "/opt/dialcentral/lib/dialcentral_qt.py", line 673, in set_orientation
qui_utils.set_window_orientation(QtCore.Qt.Horizon tal)
TypeError: _null_set_window_orientation() takes exactly 2 arguments (1 given)

Another one of those "How in the world did I not see this myself" issues. I had already fixed it but didn't push out a new build because "no one should see it". Oh well.

Addison 2011-01-11 13:00

Re: Dialcentral 1.0
 
Sorry for grabbing it so quickly Ed.

I honestly don't mean to stay right on top of you like I'm doing. :)

Den in USA 2011-01-11 15:41

Re: Dialcentral 1.0
 
Installed version 1.2.13. Has word wrap! Excellent! Thanks, Edward!

zerocool2k 2011-01-11 18:00

Re: Dialcentral 1.0
 
I haven't used this for a while but is there no landscape mode any more? The icons on the left side also seem to be in "reverse landscape" direction.

epage 2011-01-11 18:14

Re: Dialcentral 1.0
 
Quote:

Originally Posted by zerocool2k (Post 918003)
I haven't used this for a while but is there no landscape mode any more? The icons on the left side also seem to be in "reverse landscape" direction.

"no landscape mode"? Do you mean no portrait mode which auto-rotation was put into the last GTK build which not everyone had a chance to run?

The icon orientation is something controlled by Qt. I'm not a fan of it.

I have started experimenting with being able to change the layout (Ctrl+o will re-layout which right now only changes where the tabs are located so if you are on something like an n8x0 which can force portrait mode, enjoy) but the Qt bindings I use doesn't seem to expose orientation. I have plans to switch over to the new bindings (actually make it auto-detect to maintain Maemo 4.1 support)

zerocool2k 2011-01-11 18:20

Re: Dialcentral 1.0
 
I don't know what's wrong with mine but on my phone, after the latest upgrade, DC always defaults to portrait mode. I have looked around but couldn't find a setting option for this.

epage 2011-01-11 18:33

Re: Dialcentral 1.0
 
Quote:

Originally Posted by zerocool2k (Post 918028)
I don't know what's wrong with mine but on my phone, after the latest upgrade, DC always defaults to portrait mode. I have looked around but couldn't find a setting option for this.

Wow, looks like I did get manual rotation working and I've got some logic reversed. Use Ctrl+o to reverse it, but then it puts tabs in the wrong location. I'll get a build out tonight that fixes this.

Or that I left in more problems than expected when I made last nights build. There are several problems I'm going to need to fix.

Addison 2011-01-11 23:04

Re: Dialcentral 1.0
 
Did the screen shot I gave you in a PM help you at all Edward?

That occurred when I tried to reply back to a message and it wouldn't let me.

epage 2011-01-12 02:04

Re: Dialcentral 1.0
 
So I just did a couple of builds that dealt with removing some recent bugs and improving rotation support. Except for the fact that the SMS window doesn't automatically switch to landscape when the keyboard pops out, I'm actually finding portrait mode pretty slick and will probably use it exclusively.

Addison 2011-01-12 04:51

Re: Dialcentral 1.0
 
Oh wow!

Version 1.2.16 is tops dude! http://http.cdnlayer.com/cf/images/smilies/thumbsup.gif

I threw a ton of junk at it and DC handled it all correctly.

Thank you Edward! :)

heavyt 2011-01-12 05:22

Re: Dialcentral 1.0
 
Nice work, very nice!

Den in USA 2011-01-12 14:04

Re: Dialcentral 1.0
 
Installed version 1.2.16. Solid!

Addison 2011-01-16 00:21

Re: Dialcentral 1.0
 
Hi Ed!

Hey, a simple feature request...

Since you can't hold down the escape key to close this application anymore, could you have it so that this key will refresh messages?

Otherwise, as it is now, the escape key is dead and useless so it could be used for something. :)

epage 2011-01-16 00:28

Re: Dialcentral 1.0
 
Quote:

Originally Posted by Addison (Post 921251)
Hi Ed!

Hey, a simple feature request...

Since you can't hold down the escape key to close this application anymore, could you have it so that this key will refresh messages?

Otherwise, as it is now, the escape key is dead and useless so it could be used for something. :)

I didn't know the escape key did anything, huh.

Not liking the refresh buttons within the UI?

I don't know if I'll get to this compared in light of my other tasks, but file an enhancement request so I don't lose track of this.

Addison 2011-01-16 07:08

Re: Dialcentral 1.0
 
With your older version, holding the escape key would close the application.

In your QT release, it no longer does this.

So yeah, having a simple hardware key to refresh would be a nice treat.

Also, it would be great if you could add icons for DC as well.

I did run into a horrible bug today.

I'm not sure if I can reproduce it though.

I went to Tools->Accounts and tried to change the notification settings.

It didn't bring that window up for some reason.

Nothing at all after that was there a way for me to be able to kill DC. A reboot didn't even do the trick.

Finally it took like a 3rd reboot to be able to get DC back to normal.

Not sure what happened during all of that.

Anyway, would you ever consider playing a chosen audio file for notifications as well?

Other than that, I think this version is perfect in so many ways.

Thank you so very much for releasing this Edward. :)

epage 2011-01-17 11:43

Re: Dialcentral 1.0
 
Quote:

Originally Posted by Addison (Post 921355)
With your older version, holding the escape key would close the application.

In your QT release, it no longer does this.

So yeah, having a simple hardware key to refresh would be a nice treat.

I'm still curious what is the use case for a hardware refresh button over the touch one?

Feel free to file a request as I think I already said but I don't know where this will end up lying in priority.

Quote:

Originally Posted by Addison (Post 921355)
Also, it would be great if you could add icons for DC as well.

This is partly me being lazy and purely relying on a Qt feature not available on Maemo 4.1 to load system icons. Feel free to file it but I'm not sure where this would lend up being prioritized.

Quote:

Originally Posted by Addison (Post 921355)
I did run into a horrible bug today.

I'm not sure if I can reproduce it though.

I went to Tools->Accounts and tried to change the notification settings.

It didn't bring that window up for some reason.

Nothing at all after that was there a way for me to be able to kill DC. A reboot didn't even do the trick.

Finally it took like a 3rd reboot to be able to get DC back to normal.

Not sure what happened during all of that.

Please provide a log file, hopefully I'll be able to see something there.

Quote:

Originally Posted by Addison (Post 921355)
Anyway, would you ever consider playing a chosen audio file for notifications as well?

Other than that, I think this version is perfect in so many ways.

Thank you so very much for releasing this Edward. :)

This is one of those things that back when I had notification support I provided a mechanism for custom notifiers and provided example code for sound notifications and said it was unofficially supported. I think that will continue to be the case.

heavyt 2011-01-18 05:06

Re: Dialcentral 1.0
 
Nice progress.

The size of the fonts for the time stamp in the call log is so small is it possible to get them to be half the size of the fonts for the names in the list? Thanks.

heavyt 2011-01-18 05:08

Re: Dialcentral 1.0
 
As posted before having the hardware key to close the app was a great feature in the last version.

Addison 2011-01-18 05:28

Re: Dialcentral 1.0
 
Quote:

I'm still curious what is the use case for a hardware refresh button over the touch one?
I usually carry my tablet with my left hand, so just clicking on a single hardware key to refresh the messages would be really nice.

Please consider this Edward. :)

And yeah, I filed a request feature thingy for this.

jasonzhang2002 2011-01-19 15:54

Re: Dialcentral 1.0
 
With the newest DialCenter, I can not login in. The issue comes down to

File "/opt/dialcentral/lib/backends/gvoice/gvoice.py", line 40, in <module>
from xml.sax import saxutils
ImportError: No module named sax

Can anyone know where I can get the python2.5-xml package?

thanks
-jason

epage 2011-01-19 16:00

Re: Dialcentral 1.0
 
Quote:

Originally Posted by jasonzhang2002 (Post 923886)
With the newest DialCenter, I can not login in. The issue comes down to

File "/opt/dialcentral/lib/backends/gvoice/gvoice.py", line 40, in <module>
from xml.sax import saxutils
ImportError: No module named sax

Can anyone know where I can get the python2.5-xml package?

thanks
-jason

Could you clarify what you mean by latest? And any guesses as to what the previous version you were running was? You've only installed through the Application Manager? n8x0 or n900?

jasonzhang2002 2011-01-19 16:22

Re: Dialcentral 1.0
 
Quote:

Originally Posted by epage (Post 923890)
Could you clarify what you mean by latest? And any guesses as to what the previous version you were running was? You've only installed through the Application Manager? n8x0 or n900?

Have the problem fixed.
My device: N810
DialCentral:1.2.18.
I do not know why python2.5-xml is not in my device. Maybe I removed it when my / is full. I get it installed by running "apt-get install python2.5-xml". After this, I can login in successfully.

-jason

epage 2011-01-19 16:27

Re: Dialcentral 1.0
 
Quote:

Originally Posted by jasonzhang2002 (Post 923900)
Have the problem fixed.
My device: N810
DialCentral:1.2.18.
I do not know why python2.5-xml is not in my device. Maybe I removed it when my / is full. I get it installed by running "apt-get install python2.5-xml". After this, I can login in successfully.

-jason

It is still a problem in general that I seem to be missing a dependency. Were you before using the GTK version of DC?

jasonzhang2002 2011-01-19 16:39

Re: Dialcentral 1.0
 
Quote:

Originally Posted by epage (Post 923902)
It is still a problem in general that I seem to be missing a dependency. Were you before using the GTK version of DC?

No, This is the first time I use DC.
By the way, why do I need a call back number? Can I just use it to make out-bound call like Skype? Skype does not need a callback number.

thanks

epage 2011-01-19 16:41

Re: Dialcentral 1.0
 
Quote:

Originally Posted by jasonzhang2002 (Post 923908)
No, This is the first time I use DC.
By the way, why do I need a call back number? Can I just use it to make out-bound call like Skype? Skype does not need a callback number.

thanks

DialCentral is a Google Voice client and operates like the website. On the GV website you need to specify what phone you will make the call on. The same is true for DC.

AgentZ 2011-01-20 00:24

Re: Dialcentral 1.0
 
Question about the updated DC for the N900 where is the exit button? I am using TOR mainly but there are times when DC is handy, but the last couple of updates have eliminated an exit button or a minimize button or am I missing something?

Again great work keep it up!

epage 2011-01-20 01:01

Re: Dialcentral 1.0
 
Quote:

Originally Posted by AgentZ (Post 924285)
Question about the updated DC for the N900 where is the exit button? I am using TOR mainly but there are times when DC is handy, but the last couple of updates have eliminated an exit button or a minimize button or am I missing something?

Again great work keep it up!

So a bug at some point in all of my mini-releases might have gotten fullscreen/windowed mixed up. The way to drop out of fullscreen is Ctrl+Enter.

Addison 2011-01-20 04:15

Re: Dialcentral 1.0
 
DialCentral:1.2.19 will crash if you go to Menu->Tools->About

Only way I found to then kill the app is with
killall kill hildon-desktop

Any possible consideration into implementing the hardware escape key to refresh messages Ed? :)

Addison 2011-01-20 22:23

Re: Dialcentral 1.0
 
When sending a new text, I'm getting a can't send attribute error. :(

Addison 2011-01-20 22:38

Re: Dialcentral 1.0
 
Nuts.

Same error when responding back to a text as well.

epage 2011-01-20 23:58

Re: Dialcentral 1.0
 
Quote:

Originally Posted by Addison (Post 924350)
DialCentral:1.2.19 will crash if you go to Menu->Tools->About

Only way I found to then kill the app is with
killall kill hildon-desktop

Really? That is strange as it works fine on mine. Log?

Quote:

Originally Posted by Addison (Post 924350)
Any possible consideration into implementing the hardware escape key to refresh messages Ed? :)

I don't think I've seen an enhancement request come in that I've asked for. I have to prioritize and balance my work between my various projects (and potential future projects).

Quote:

Originally Posted by Addison (Post 925010)
When sending a new text, I'm getting a can't send attribute error. :(

Have a guess what I'll ask for? I'll give you a hint, it is a homonym of log.


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

vBulletin® Version 3.8.8