maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Modest more finger friendly and with move in the toolbar (https://talk.maemo.org/showthread.php?t=22293)

yerga 2008-07-26 10:43

Modest more finger friendly and with move in the toolbar
 
2 Attachment(s)
I have fixed the following bugs in Modest:

I have done it for my personal use because it was two features I really would want in Modest, so I coded a bit. This way I wanted to share the .deb that I have done, for if someone prefers Modest with these new features.

PD: It doesn't fix the "crash" error message what all world seems suffer except me.

The new look is this:

tso 2008-07-26 11:38

Re: Modest more finger friendly and with move in the toolbar
 
had to launch modest twice to get the new folder look, but beyond that, looks good :)

not that i use either, much...

now i wonder, could you do something a bit more radical, like say:
https://bugs.maemo.org/show_bug.cgi?id=2583

allnameswereout 2008-07-26 12:56

Re: Modest more finger friendly and with move in the toolbar
 
Thanks! Please, upload your patches to the specific Bugzilla entries so they can be reviewed and/or integrated in the next release(s). :)

alephito 2008-07-26 17:44

Re: Modest more finger friendly and with move in the toolbar
 
Great, Yerga. And I love the fact that I can move mails from one account to another. Thanks.

munky261 2008-07-28 18:55

Re: Modest more finger friendly and with move in the toolbar
 
would it be at all possible to get even spacing between the icons?

Un27Pee 2008-07-28 19:41

Re: Modest more finger friendly and with move in the toolbar
 
Hi i updated with this patches but when i launch modest there are no changes, done all but the same old UI nothing happens.

tso 2008-07-28 20:09

Re: Modest more finger friendly and with move in the toolbar
 
close and launch again.

oh, and make sure you dont have a modest process hanging around in memory...

Un27Pee 2008-07-29 17:49

Re: Modest more finger friendly and with move in the toolbar
 
how do you check if it hangs in memory

tso 2008-07-29 18:29

Re: Modest more finger friendly and with move in the toolbar
 
by having either load-applet or osso-statusbar-cpu installed and active, then while modest isnt running, hit either of them and go to "list processes" (load-applet) or "show processes" (osso-statusbar-cpu). if either of these show modest, its still lingering in ram.

another way, if you have multiple accounts in modest, is to leave it in the non-default account when closing it. if you then start it back up, and its still in the non-default account, its stuck in memory...

top or htop in the terminal are also possible options.

i think top is installed pr default, htop on the other hand is not (and i dont recall if its available in extras, or some other repo).

Tabster 2008-07-29 19:38

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by tso (Post 207258)
...
now i wonder, could you do something a bit more radical, like say:
https://bugs.maemo.org/show_bug.cgi?id=2583

I would like this too. Aparently, to do this you just need to change one line in the code. But the option was never given a way to toggle it in the gui. And, without the gui option I am out of luck!

Quote:

Comment By: Sergio Villar Senin (svillar)
Date: 2008-05-29 10:44

Message:
Well the reason not to show all the accounts is that the screen is really small if you have to show several accounts with some folders.

Anyway if you want to change it, you can go to the source code and edit src/maemo/modest-platform.c

and in modest_platform_create_folder_view () replace the call to

modest_folder_view_set_style (MODEST_FOLDER_VIEW (widget), MODEST_FOLDER_VIEW_STYLE_SHOW_ONE);

by

modest_folder_view_set_style (MODEST_FOLDER_VIEW (widget), MODEST_FOLDER_VIEW_STYLE_SHOW_ALL);

Un27Pee 2008-07-29 19:51

Re: Modest more finger friendly and with move in the toolbar
 
i have killed modest in the osso-st-cpu process have updated, the scroll bars changed but the folders remained unchanged.

tso 2008-07-29 21:28

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by Tabster (Post 208368)
I would like this too. Aparently, to do this you just need to change one line in the code. But the option was never given a way to toggle it in the gui. And, without the gui option I am out of luck!

figures...

by the sound of it, it will be a problem for imap users, but for pop users it will just show the inbox anyways. but as imap is king, one hard code it to benefit the imap users...

i keep feeling that i would have been better served by osso-mail with a new interface vs this sillyness...

hmm, is the osso-mail code available?

yerga 2008-07-30 12:35

Re: Modest more finger friendly and with move in the toolbar
 
1 Attachment(s)
Updating the package, this one has the patch for multiple accounts in the folder view.

Try it!

tso 2008-07-30 13:26

Re: Modest more finger friendly and with move in the toolbar
 
seems to work perfectly.

but then i have just two simple pop3 accounts.

i wonder how the experience will be for someone with multiple large gmail accounts ;)

Tabster 2008-07-30 13:36

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by yerga (Post 208567)
Updating the package, this one has the patch for multiple accounts in the folder view.

Try it!

wow thanks. I might give it a try.

Question: What are possible problems with installing this? If nokia comes out with an update for Modest, will the update not install over this patch? Are we able to remove this patch once it is installed and revert back to the original application?

thanks

yerga 2008-07-30 13:45

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by Tabster (Post 208584)
wow thanks. I might give it a try.

Question: What are possible problems with installing this? If nokia comes out with an update for Modest, will the update not install over this patch? Are we able to remove this patch once it is installed and revert back to the original application?

thanks

Yes, no problem with it.
I haven't changed the version number from the original one, so when an update comes it will overwrite this version as if it is the original one. Of course this changes wont' be present in the updated version (except if Nokia put it in that version).

Mara 2008-07-30 13:46

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by Tabster (Post 208584)
wow thanks. I might give it a try.

Question: What are possible problems with installing this? If nokia comes out with an update for Modest, will the update not install over this patch? Are we able to remove this patch once it is installed and revert back to the original application?

thanks

That is a good question since Modest is getting significant changes to its code... watch out when the next SSU System Software update show up.

tso 2008-07-30 14:55

Re: Modest more finger friendly and with move in the toolbar
 
thanks for the warning.

still, could these changes be refined and folded into modest?

like say, adding a option about multiple accounts on screen at the same time and so on?

tso 2008-08-13 03:07

Re: Modest more finger friendly and with move in the toolbar
 
so will this be updated for the post-ssu modest?

lma 2008-08-13 10:03

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by tso (Post 208386)
hmm, is the osso-mail code available?

Yes, here.

allnameswereout 2008-08-14 18:01

Re: Modest more finger friendly and with move in the toolbar
 
Did you send your patches to upstream? Are your recent updates in sync with the last updates from Nokia's recent SSU?

yerga 2008-08-20 15:29

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by tso (Post 213143)
so will this be updated for the post-ssu modest?

Sure. I returned from my vacations today, so soon I will update the package.

yerga 2008-08-28 16:54

Re: Modest more finger friendly and with move in the toolbar
 
It seems the source code for the last update of modest isn't available in any repository.

Have you seen it or should I open a bug report?

qwerty12 2008-08-28 16:59

Re: Modest more finger friendly and with move in the toolbar
 
yerga, I'd say open a bug. Nokia haven't updated the repos for the SSU update, I know because kernel-source-diablo is the version pre-SSU.

yerga 2008-08-28 17:11

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by qwerty12 (Post 218580)
yerga, I'd say open a bug. Nokia haven't updated the repos for the SSU update, I know because kernel-source-diablo is the version pre-SSU.

I will do, it's a bad thing.

Jaffa 2008-08-29 10:24

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by yerga (Post 218588)
I will do, it's a bad thing.

And indeed you have: https://bugs.maemo.org/show_bug.cgi?id=3648

yerga 2008-09-30 11:46

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by allnameswereout (Post 213778)
Did you send your patches to upstream? Are your recent updates in sync with the last updates from Nokia's recent SSU?

Sorry, I missed this post in its time.
I uploaded some of the patchs to the bug reports, but the main problem is the Nokia UI specification doesn't allow to Modest developers change the UI with this changes (or others). We will see in Fremantle.


Btw, as the sources are now in the repositories, I am applying the patchs to the last modest version, I will upload the deb package in some time today.

yerga 2008-09-30 14:44

Re: Modest more finger friendly and with move in the toolbar
 
1 Attachment(s)
Here we go.

This is the modified modest with the last SSU with the features explained in the post. A summary for lazy people who don't wanna read the last posts ;)

* Folder view finger-sized. MB#2553
* Move to folder button in the main view. MB#2554
* Show all accounts in the folder view. MB#2583

Note that the last SSU update is version 4.2008.36-5, while that the last modest version is 1.0-2008.35. Don't worry about it, is the right modest version.

tso 2008-09-30 15:29

Re: Modest more finger friendly and with move in the toolbar
 
installed, and it works. thanks :D

where do i send the beer money? ;)

yerga 2008-09-30 15:59

Re: Modest more finger friendly and with move in the toolbar
 
Quote:

Originally Posted by tso (Post 228871)
installed, and it works. thanks :D

where do i send the beer money? ;)

It's better face-to-face, sure I will go to Norway some day, then we will talk ;)


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

vBulletin® Version 3.8.8