Active Topics

 



Notices


Reply
Thread Tools
heavyt's Avatar
Posts: 708 | Thanked: 125 times | Joined on Jan 2007 @ Too Close To D.C
#1701
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
 
Posts: 13 | Thanked: 6 times | Joined on Apr 2011
#1702
Originally Posted by epage View Post
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.
 

The Following User Says Thank You to voip_wire For This Useful Post:
Posts: 13 | Thanked: 6 times | Joined on Apr 2011
#1703
Originally Posted by voip_wire View Post
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
 

The Following User Says Thank You to voip_wire For This Useful Post:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1704
Originally Posted by voip_wire View Post
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.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following 2 Users Say Thank You to epage For This Useful Post:
Posts: 13 | Thanked: 6 times | Joined on Apr 2011
#1705
Originally Posted by epage View Post
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's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1706
Originally Posted by voip_wire View Post
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.
__________________
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
#1707
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.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1708
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's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1709
Originally Posted by Addison View Post
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.
__________________
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:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1710
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?
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:02.