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)

heavyt 2011-04-20 04:32

Re: Dialcentral 1.0
 
In the Call History the fonts for the time stamp/phone # are too tiny. Is there a way to make them the size that were in ver 1.1.13?

N810 ver 1.3.2

voip_wire 2011-04-20 22:38

Re: Dialcentral 1.0
 
Quote:

Originally Posted by epage (Post 992160)
I've already seen the first problem with 1.3.0. For some reason the "Apply" button for settings is not working which wouldn't be too big of a deal but the callback is stored along with an account-specific cache which I drop because the format changed.

Ed,
Minor error in dialogs.py. On line 423, it should be
Code:

self.__on_settings_apply(checked)
instead of
Code:

self._on_settings_apply(checked)
The current code is recursive!

-m
P.S. Thanks for dialcentral.

voip_wire 2011-04-25 20:45

Re: Dialcentral 1.0
 
Quote:

Originally Posted by voip_wire (Post 992879)
Ed,
Minor error in dialogs.py. On line 423, it should be
Code:

self.__on_settings_apply(checked)
instead of
Code:

self._on_settings_apply(checked)
The current code is recursive!

Thanks for fixing this (possibly before I reported it?). The auto-rotation seems to be broken in the current version. Line 285 of qwrappers.py should be deleted to fix this.
Code:

283:        elif orientation == self._app.AUTO_ORIENTATION:
284:            qui_utils.set_autorient(self.window, True)
285:            qui_utils.set_window_orientation(self.window, None)

The set_window_orientation call is overriding the auto-orient and sets the orientation to portrait.
-m

epage 2011-04-27 00:05

Re: Dialcentral 1.0
 
Quote:

Originally Posted by voip_wire (Post 995207)
The auto-rotation seems to be broken in the current version. Line 285 of qwrappers.py should be deleted to fix this.
Code:

283:        elif orientation == self._app.AUTO_ORIENTATION:
284:            qui_utils.set_autorient(self.window, True)
285:            qui_utils.set_window_orientation(self.window, None)

The set_window_orientation call is overriding the auto-orient and sets the orientation to portrait.
-m

I had mixed up how some of the Qt API works. I thought I was marking landscape/portrait orientation support by marking them both as true but instead was marking them to be forced to that orientation. I've hopefully fixed set_window_orientation so that instead it will not force an orientation.

I don't normally use auto-orientation so missed this. Thanks for noticing it and reporting on it.

voip_wire 2011-04-27 19:17

Re: Dialcentral 1.0
 
Quote:

Originally Posted by epage (Post 995872)
I had mixed up how some of the Qt API works. I thought I was marking landscape/portrait orientation support by marking them both as true but instead was marking them to be forced to that orientation. I've hopefully fixed set_window_orientation so that instead it will not force an orientation.

I don't normally use auto-orientation so missed this. Thanks for noticing it and reporting on it.

Confirmed fixed. Thanks.

Does the play voicemail part work? I get
Code:

org.freedesktop.DBus.Error.ServiceUnknown: The name com.nokia.osso_media_server was not provided by any service files.
I can save the message and play it with the stock media player.
-m

epage 2011-04-28 00:25

Re: Dialcentral 1.0
 
Quote:

Originally Posted by voip_wire (Post 996381)
Confirmed fixed. Thanks.

Does the play voicemail part work? I get
Code:

org.freedesktop.DBus.Error.ServiceUnknown: The name com.nokia.osso_media_server was not provided by any service files.
I can save the message and play it with the stock media player.
-m

I forgot to add a dependency which I didn't notice because other apps of mine pull it in. So instead it is falling back to the n8x0 way of playing the voicemail which is failing.

If you'd like to get it working before I get a new build out, you can go in an install nqaap.

epage 2011-06-02 22:06

Re: Dialcentral 1.0
 
Things have been pretty quiet around these parts. I just wanted to check in to see if everything is going alright, any feedback on the load of features in 1.3, etc.

Addison 2011-06-03 06:37

Re: Dialcentral 1.0
 
Hey Ed, if you could have a feature or option where the chat box can somehow be really high up on the top of the screen I definitely would jump back on board with your QT release.

I was hoping to do something with DC like this concept. :)
http://talk.maemo.org/showthread.php?t=73310

epage 2011-06-06 22:39

Re: Dialcentral 1.0
 
Quote:

Originally Posted by Addison (Post 1021468)
Hey Ed, if you could have a feature or option where the chat box can somehow be really high up on the top of the screen I definitely would jump back on board with your QT release.

I was hoping to do something with DC like this concept. :)
http://talk.maemo.org/showthread.php?t=73310

At some point I added to the Qt version support for auto-scrolling on VKB popup. I don't think I have other signals to work off of to tweak it to the point of the text box being completely at the top without hacks that would probably not work between devices.

Addison 2011-06-06 22:52

Re: Dialcentral 1.0
 
Is there a certain variable that tells the screen how big VKB is?

If you could state that it's actually bigger, that would scroll the text even higher on the screen.

Does that make any sense to you?


All times are GMT. The time now is 18:01.

vBulletin® Version 3.8.8