Active Topics

 



Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1521
Originally Posted by sjgadsby View Post
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.
__________________
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:
Den in USA's Avatar
Posts: 1,390 | Thanked: 642 times | Joined on Nov 2007 @ California USA
#1522
Originally Posted by epage View Post
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.
__________________
N800 / Diablo / 16gb int / 16gb ext / Globalsat BT-359 gps ..... Dell Streak 5 - Android 2.2.2
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1523
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's Avatar
Posts: 1,390 | Thanked: 642 times | Joined on Nov 2007 @ California USA
#1524
@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.
__________________
N800 / Diablo / 16gb int / 16gb ext / Globalsat BT-359 gps ..... Dell Streak 5 - Android 2.2.2
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1525
Originally Posted by Den in USA View Post
@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?
__________________
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:
Den in USA's Avatar
Posts: 1,390 | Thanked: 642 times | Joined on Nov 2007 @ California USA
#1526
Originally Posted by epage View Post
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.
__________________
N800 / Diablo / 16gb int / 16gb ext / Globalsat BT-359 gps ..... Dell Streak 5 - Android 2.2.2
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1527
Originally Posted by Addison View Post
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

Originally Posted by Den in USA View Post
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.

Originally Posted by Den in USA View Post
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?
__________________
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:
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#1528
The latest 1.2.12 build of Dialcentral crashes upon starting on my N900. Previous builds were working fine.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1529
Originally Posted by delaroca View Post
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's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1530
Originally Posted by Addison View Post
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.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Reply


 
Forum Jump


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