*** lardman_ has quit IRC | 00:02 | |
*** lcuk has joined #maemo-ssu | 00:18 | |
*** lcuk has quit IRC | 00:18 | |
*** lcuk has joined #maemo-ssu | 00:18 | |
*** merlin1991 has quit IRC | 00:29 | |
*** lizardo has quit IRC | 00:30 | |
*** anidel has quit IRC | 00:43 | |
Sc0rpius | cool that it was fixed | 00:45 |
---|---|---|
Sc0rpius | now what about that change about the scroll and selection? | 00:45 |
Sc0rpius | http://gitorious.org/modest/modest/commit/b38bb395947076883ccb68e800b49e8dd68fdc7b | 00:46 |
Sc0rpius | nobody has taken a look at it? | 00:47 |
*** crashanddie has quit IRC | 00:53 | |
MohammadAG | Sc0rpius, already fixed | 00:58 |
MohammadAG | I thought I already added a comment on the bug | 00:58 |
MohammadAG | yup, https://bugs.maemo.org/show_bug.cgi?id=11874 | 00:59 |
povbot | Bug 11874: Impossible to select text once the email is scrolled (similar to Bug 10390) | 00:59 |
Sc0rpius | nice | 01:34 |
Sc0rpius | but an update hasn't been pushed | 01:34 |
Sc0rpius | it's ok | 01:34 |
MohammadAG | yes, this week means I have till sunday :P | 01:40 |
MohammadAG | enough to get horizontal scrolling fixes in | 01:41 |
MohammadAG | and maybe listen to portrait mode changes and repaint that New Message button? :P | 01:41 |
Sc0rpius | I wonder if listening to screen-changed signal is enough | 02:15 |
Sc0rpius | or maybe changing MODEST_EDITABLE_SIZE to HILDON_SIZE_AUTO_WIDTH | 02:22 |
Sc0rpius | #define MODEST_EDITABLE_SIZE 0 | 02:22 |
Sc0rpius | nah forget it. | 02:22 |
*** BCMM has joined #maemo-ssu | 02:38 | |
*** BCMM has joined #maemo-ssu | 02:38 | |
*** dimi77 has quit IRC | 02:43 | |
MohammadAG | Sc0rpius, listening to size-changed for the window would suffice | 02:44 |
*** _NIN has quit IRC | 02:48 | |
*** MohammadAG has quit IRC | 02:54 | |
Sc0rpius | the problem must be something else... | 03:03 |
*** MohammadAG has joined #maemo-ssu | 03:08 | |
*** MohammadAG has quit IRC | 03:09 | |
*** MohammadAG has joined #maemo-ssu | 03:09 | |
Sc0rpius | hmm | 03:12 |
Sc0rpius | this is weird: | 03:12 |
Sc0rpius | go to portrait mode, scroll a little until you get your New Message Button well drawn | 03:13 |
Sc0rpius | now change to landspace: it gets redrawn correctly | 03:13 |
Sc0rpius | why it works from portrait -> landscape and fails landspace -> portrait is beyond me | 03:13 |
MohammadAG | yes | 03:13 |
MohammadAG | yeah, noticed that | 03:13 |
MohammadAG | horizontal scrolling also needs to be fixed for portrait mode to work | 03:14 |
Sc0rpius | because every other GtkWidget in the screen gets redrawn correctly, the GtkTreeView (the list of folders, messages whatever) | 03:14 |
MohammadAG | yep | 03:14 |
Sc0rpius | even the menu if it's open gets redrawn correctly | 03:14 |
Sc0rpius | weird. | 03:14 |
Sc0rpius | I wonder why I typed landspace instead of landscape, my mind is playing tricks | 03:15 |
MohammadAG | only the new message button isn't redrawn correctly | 03:15 |
MohammadAG | I didn't notice that xD | 03:15 |
Sc0rpius | yup | 03:15 |
Sc0rpius | and only fails from landscape -> portrait. | 03:16 |
Sc0rpius | so I think Modest is already listening to changes in screen | 03:16 |
MohammadAG | also | 03:17 |
MohammadAG | if you open a new stacked window, and close it, the new message button is drawn properly | 03:17 |
Sc0rpius | indeed | 03:18 |
Sc0rpius | this is even worse: | 03:20 |
Sc0rpius | if you tap and hole the bad drawn New message button, it's "clicked" state is drawn correctly | 03:21 |
Sc0rpius | "hold" | 03:21 |
MohammadAG | pressed* | 03:22 |
MohammadAG | so it just needs something to repaint it | 03:22 |
Sc0rpius | and by the way the new message compose window looks really bad in portrait | 03:23 |
MohammadAG | true | 03:23 |
MohammadAG | Sc0rpius, | 03:24 |
MohammadAG | if the horizontal scrolling bug is fixed | 03:24 |
MohammadAG | it should be scrollable | 03:24 |
MohammadAG | which is bearable for portrait mode | 03:24 |
Sc0rpius | yeah and could be a "workaround" for the compose window | 03:24 |
Sc0rpius | until a proper compose window in portrait mode is coded | 03:24 |
MohammadAG | yes, since the buttons are all part of the same hildonpannablearea | 03:24 |
MohammadAG | also | 03:25 |
MohammadAG | do you know why there's no padding on the right? | 03:25 |
MohammadAG | even in landscape mode | 03:25 |
Sc0rpius | no ,why | 03:26 |
MohammadAG | I'm asking :P | 03:26 |
Sc0rpius | well the compose window in portrait is totally useless | 03:26 |
Sc0rpius | if you try to type, the virtual keyboard goes landscape | 03:26 |
MohammadAG | not if you have the portrait keyboard app installed | 03:26 |
Sc0rpius | oh | 03:27 |
Dhraakellian | portrait keyboard app? | 03:28 |
MohammadAG | FastSMSEvo | 03:28 |
MohammadAG | it's in -devel | 03:28 |
* Dhraakellian just wandered by and saw that phrase | 03:28 | |
Dhraakellian | ah | 03:28 |
* Dhraakellian generally stays out of -devel unless there's something very specific he's looking for | 03:29 | |
* Dhraakellian fires up fapman | 03:30 | |
Dhraakellian | not, y'know, that I use the virtual keyboard very often anyway | 03:30 |
MohammadAG | me neither | 03:30 |
MohammadAG | but it's useful to have | 03:30 |
*** M4rtinK has quit IRC | 03:31 | |
Dhraakellian | hmm | 03:39 |
Dhraakellian | I'm also seeing portrait-keyboard | 03:40 |
Dhraakellian | how does that compare? | 03:40 |
*** Dhraakellian has quit IRC | 03:42 | |
*** Dhraakellian has joined #maemo-ssu | 03:48 | |
MohammadAG | Dhraakellian, that was a proof of concept | 03:53 |
Dhraakellian | ah | 03:53 |
*** mveplus has joined #maemo-ssu | 04:08 | |
*** arisd has quit IRC | 04:38 | |
*** arisd has joined #maemo-ssu | 04:39 | |
*** b-man_ has joined #maemo-ssu | 04:56 | |
*** b-man_ is now known as b-man` | 04:56 | |
*** BCMM has quit IRC | 06:19 | |
*** lardman has joined #maemo-ssu | 07:30 | |
*** lardman has quit IRC | 07:30 | |
*** lardman has joined #maemo-ssu | 07:30 | |
*** DocScrutinizer has quit IRC | 07:30 | |
*** DocScrutinizer has joined #maemo-ssu | 07:31 | |
*** ZogG has quit IRC | 07:50 | |
*** ZogG has joined #maemo-ssu | 07:51 | |
*** prgrm has joined #maemo-ssu | 08:32 | |
*** prgrm is now known as prgrm_ | 08:33 | |
*** prgrm_ is now known as prgrm | 09:41 | |
prgrm | ping | 09:41 |
thp | MohammadAG: so you probably can apply my merge request 2 as-is then :) | 10:08 |
prgrm | is it normal to have a dist-upgrade try and remove everything? | 10:14 |
prgrm | i doubt it is. i think somebody in extras done goofed. | 10:15 |
prgrm | anyhoo... | 10:18 |
prgrm | and what was community-ssu-enabler supposed to do? | 10:25 |
psycho_oreos | adds community ssu into the category under HAM | 10:44 |
psycho_oreos | adds all the keys and what not | 10:44 |
prgrm | so am i supposed to manually install mp-fremantle-community-pr? | 10:45 |
psycho_oreos | no | 10:45 |
psycho_oreos | well not completely as far as I can see | 10:45 |
prgrm | oops | 10:47 |
prgrm | doesnt look like there was any harm done | 10:47 |
psycho_oreos | well its hard to say what you have done anyway, dist-upgrade usually pulls stuff from the official Extras repository as well as any other official repositories | 10:48 |
psycho_oreos | in other words afaik, you're not meant to use dist-upgrade when installing community SSU | 10:48 |
prgrm | oh well... it upgraded hildon-desktop and libvte, basically the stuff that the changelog says were changed | 10:55 |
prgrm | and others of course | 10:55 |
psycho_oreos | well those are stuff from community SSU so yeah I suppose you have community SSU properly enabled | 10:55 |
prgrm | the i messed up and had to change the extras-* from fremantle-1.3 to fremantle, and disable extras-devel cuz it was causing havoc, and in the meantime i missed the directive to "Look for Community SSU and launch it." | 10:58 |
prgrm | i even did a apt-get --reinstall on it. i havnt rebooted yet, nor was i directed to. | 10:58 |
prgrm | I will need to verify that "ensure HAM will now be using community repository for updates" and what the application script was suppose to do in general i guess. | 10:59 |
psycho_oreos | well when normally using stuff from community SSU, notably after upgrading those relevant core packages it should prompt you to restart, and before restarting you'll see hildon-desktop being killed in the process and what not | 11:00 |
prgrm | i did not | 11:00 |
prgrm | :( | 11:00 |
prgrm | friggin extras-devel... | 11:00 |
prgrm | kinda reminds me of my gentoo days when a dev would totally wreck portage with the depends... | 11:01 |
prgrm | and btw i am developing a PAM module that uses the lock code to auth against. | 11:02 |
prgrm | if theres a custom ham, it should be lockcode protected, imho. as should anything that admins the system. | 11:04 |
prgrm | the current way of just being able to sudo gainroot, or run ham for that matter, means anyone can rootkit my phone when im not looking for 5 minutes... | 11:05 |
prgrm | no bueno | 11:05 |
prgrm | i havnt really gotten gconf down, but maybe it would be possible to have a setting to lock down any sort of administrative stuff, like ham and sudo, with this PAM module that auths against the lockcode... | 11:07 |
psycho_oreos | I think there was a program available that could lock certain apps you don't want others to use. I could be mistaken however for thinking that it was for only symbian device | 11:07 |
psycho_oreos | why don't you have it so that when the user tries to run those packages it would prompt the lock code? | 11:08 |
prgrm | unfortunately, atm i dont think anything really links against libpam, so... | 11:08 |
prgrm | thats exactly what im thinking about | 11:09 |
prgrm | for the gui stuff, i need to find the library that handles the lockcode gui popup | 11:09 |
psycho_oreos | libdevlock1? | 11:10 |
prgrm | for xterm, im closely following pam_unix method of using pam_info() and pam_prompt(), but i need a way to figure out if i should use the gui... | 11:10 |
psycho_oreos | osso-systemui-tklock | 11:11 |
prgrm | what do both do? | 11:11 |
psycho_oreos | libdevlock1 - functions for validating and changing the lock code | osso-systemui-tklock - Touch screen and keypad lock UI | 11:13 |
psycho_oreos | there's plenty of packages matching lock when one does dpkg -l| grep lock | 11:13 |
Jaffa | Morning, all | 11:14 |
psycho_oreos | hi Jaffa | 11:14 |
Jaffa | MohammadAG: Not seen _nicolai_'s applet; but was aware of the issue. | 11:15 |
*** prgrm is now known as prgrm_ | 11:35 | |
*** NIN101 has joined #maemo-ssu | 11:50 | |
*** merlin_phone has joined #maemo-ssu | 12:01 | |
*** M4rtinK has joined #maemo-ssu | 12:03 | |
*** merlin_phone has quit IRC | 12:09 | |
*** merlin_phone has joined #maemo-ssu | 12:10 | |
*** merlin_phone has quit IRC | 12:18 | |
*** merlin_phone has joined #maemo-ssu | 12:19 | |
*** crashanddie has joined #maemo-ssu | 12:25 | |
*** merlin_phone has quit IRC | 12:26 | |
*** pH5 has joined #maemo-ssu | 12:33 | |
*** crashanddie has quit IRC | 12:45 | |
*** lizardo has joined #maemo-ssu | 12:59 | |
*** irock has quit IRC | 13:07 | |
*** mveplus has quit IRC | 13:37 | |
*** mveplus has joined #maemo-ssu | 13:37 | |
*** obironbo has quit IRC | 13:48 | |
*** merlin_phone has joined #maemo-ssu | 13:52 | |
*** lizardo has quit IRC | 14:00 | |
lardman | is it just me or does the community ssu install file link not work from the N900 browser? | 14:03 |
MohammadAG | lardman, which one? | 14:04 |
Jaffa | lardman: Define "not work" ;-) | 14:04 |
lardman | wiki.maemo.oeg/Community_SSU link at top | 14:04 |
lardman | I click, it does nothing, won't download, can't save it, etc | 14:04 |
* Jaffa needs to do a reflash PR1.3 later today | 14:04 | |
Jaffa | lardman: Which one, "Stable" or "Testing"? | 14:04 |
lardman | Testing, the one that on my desktop shows a link to an install file | 14:05 |
*** obironbo has joined #maemo-ssu | 14:05 | |
Jaffa | lardman: Hmm. Worked for me last time I tried. | 14:05 |
Jaffa | lardman: What if you manually type "http://j.mp/communityssu" in the location bar? | 14:06 |
lardman | yeah is strange | 14:06 |
MohammadAG | can't test atm, installing MeeGo on the eMMC | 14:06 |
lardman | This browser seems terribly slow, far slower than on my previous device | 14:06 |
lardman | this is pr1.3, so don't worry not the ssu's fault | 14:07 |
lardman | Probably just the browser being crap | 14:08 |
* lardman uses wget | 14:08 | |
lardman | I noteice no barcode on that page, I was so hoping ;) | 14:08 |
Jaffa | lardman: It was discussed, I think ZogG was suggesting it but he never did it. | 14:09 |
lardman | ok, if I provide a gif would you stick it up there? | 14:09 |
*** merlin__phone has joined #maemo-ssu | 14:10 | |
lardman | come on HAM..... more thumb twiddling | 14:10 |
*** merlin_phone has quit IRC | 14:10 | |
lardman | has HAM seen any love in the SSU? | 14:11 |
merlin__phone | not yet afaik | 14:12 |
RST38h | lardman: What is the issue with installing via apt-get? | 14:12 |
* lardman might take a look at that as it looks like we're going to be using this for the long haul | 14:13 | |
Jaffa | lardman: It's a wiki... :-p | 14:13 |
lardman | RST38h: none, just trying to get the .install file | 14:13 |
lardman | Jaffa: good call | 14:13 |
Jaffa | lardman: Some HAM hacking would be good. | 14:13 |
Jaffa | lardman: Just make it look pretty ;-) | 14:13 |
lardman | Jaffa: yes, but first of all make it fast | 14:13 |
lardman | (er) | 14:13 |
Jaffa | lardman: I meant the barcode | 14:13 |
* merlin__phone was thinking of caching the parsed list data to speed up startup | 14:14 | |
lardman | oh I see, what with an embedded pattern you mean? | 14:14 |
Jaffa | lardman: http://j.mp/cssut is a very short link to the -testing install. That should give you a smaller barcode | 14:14 |
lardman | ok thanks | 14:15 |
lardman | now call me a dumb user, but has it actually done anything, I didn't see it install, I just ticked a box and off it went | 14:16 |
merlin__phone | off it went? | 14:16 |
RST38h | Probably still working | 14:16 |
lardman | yeah the message vanished and nothing seemed to happen | 14:16 |
Jaffa | lardman: Have you read the install instructions? ;-) | 14:17 |
RST38h | check cpu load | 14:17 |
merlin__phone | it takes some time after the msg | 14:17 |
Jaffa | lardman: Now run "Community SSU Enabler" | 14:17 |
lardman | I thought that was autorun by the .install file? | 14:17 |
lardman | I seem to rmember ticking a box on something called that | 14:17 |
lardman | oh I see, it's an application | 14:18 |
lardman | My mind wandered in the 5min or so it took HAM to actually load and display the message from the .install file | 14:19 |
*** BCMM_ has joined #maemo-ssu | 14:26 | |
*** BCMM_ has quit IRC | 14:26 | |
*** chainsawbike has quit IRC | 14:32 | |
*** chainsawbike has joined #maemo-ssu | 14:39 | |
lardman | Any thoughts of including kernel patches in the ssu? | 14:54 |
lardman | Also, when a community ssu fixes a bug in the bugtracker, does one say so on the bugtracker | 14:55 |
*** merlin__phone has quit IRC | 15:04 | |
*** ZogG has quit IRC | 15:07 | |
*** ZogG has joined #maemo-ssu | 15:07 | |
*** pH5 has quit IRC | 15:25 | |
Jaffa | lardman: http://talk.maemo.org/showthread.php?p=923088#post923088 for bug workflow | 15:28 |
Jaffa | lardman: The community kernel package in kernel-power doesn't need an SSU to update it; but whether or not we pull it in is up in the air. No reason not to, as long as anything which then utilises its overclocking abilities is clearly labelled and warns the user if it's a user-friendly UI for excedding 600MHz | 15:29 |
*** marcels has joined #maemo-ssu | 15:30 | |
*** mirr0r has quit IRC | 15:40 | |
*** obironbo has quit IRC | 16:12 | |
*** obironbo has joined #maemo-ssu | 16:29 | |
*** pH5 has joined #maemo-ssu | 16:41 | |
*** bsdmaniak has joined #maemo-ssu | 16:45 | |
*** BCMM_ has joined #maemo-ssu | 16:57 | |
*** andre__ has quit IRC | 17:03 | |
*** Bozzy has joined #maemo-ssu | 17:11 | |
*** obironbo has quit IRC | 17:14 | |
lardman | Jaffa: thanks | 17:20 |
*** Kaptenen has quit IRC | 17:26 | |
*** Kaptenen has joined #maemo-ssu | 17:28 | |
*** mveplus has quit IRC | 17:51 | |
*** mveplus has joined #maemo-ssu | 18:08 | |
*** Bozzy has quit IRC | 18:10 | |
*** nsuffys has joined #maemo-ssu | 18:49 | |
*** lardman|home has joined #maemo-ssu | 18:56 | |
*** marcels has quit IRC | 18:58 | |
*** pH5 has quit IRC | 19:18 | |
*** merlin1991 has joined #maemo-ssu | 19:23 | |
*** pH5 has joined #maemo-ssu | 19:31 | |
*** RST38h has quit IRC | 19:32 | |
*** RST38h has joined #maemo-ssu | 19:33 | |
*** kennae has joined #maemo-ssu | 19:34 | |
kennae | Good evening. First time here and I have few questions just to ensure my repos are right | 19:36 |
kennae | installed SSU, works great, but cant see any new repos in HAM or FAPMAN, is this correct? | 19:37 |
MohammadAG | how did you install it? | 19:37 |
kennae | from the wiki link "testing" | 19:37 |
kennae | I have all these nokia OVI repos and stuff there and I think they arent used for anything anymore | 19:38 |
MohammadAG | I'm assuming that opened HAM and it showed a dialog to add the repo, afterwhich you clicked "Add" right? | 19:38 |
kennae | yes | 19:38 |
kennae | and it installed right and booted the phone | 19:38 |
MohammadAG | then the repository should be in HAM with the name "Community SSU (testing)" | 19:38 |
kennae | I would like to know what repos I essentially need and what I can remove | 19:39 |
merlin1991 | I can't tell you wich you need and wich not, but afaik I have pr 1.3 + cssu and that results in 5 repos: nokia apps, nokia systemupdates, ovi, meamo extras, cssu (names are changed since I have german translation here) | 19:40 |
kennae | yeah | 19:40 |
kennae | thanks | 19:40 |
kennae | been using extras and extras testing from the start too, no hiccups | 19:41 |
kennae | and thanks for the great work MohammadAG, your mods have saved me from upgrading my phone :) | 19:41 |
kennae | can I donate to the project? | 19:41 |
kennae | do I need the ovi repos or nokias own ones anymore? | 19:43 |
kennae | I mean, has there been any new packages in ages | 19:43 |
MohammadAG | kennae, you're welcome :) | 19:45 |
MohammadAG | The CSSU bases it's work on patches by the community | 19:46 |
MohammadAG | basically, donations are patches ;) | 19:46 |
kennae | :) | 19:46 |
kennae | not a coder myself, more of an graphics guy | 19:47 |
kennae | but I have seen so many projects that I know the amount of work | 19:47 |
MohammadAG | I can't accept donations for the SSU, it'd be ripping off others' work :) | 19:49 |
lcuk | MohammadAG, :) please shout if there is anything you need and we will try to find a way | 19:50 |
kennae | just thought that there could be some kind of community bank for SSU :) | 19:51 |
lcuk | why just for SSU? | 19:51 |
lcuk | there are communities around the world | 19:52 |
merlin1991 | hm when ones nose decide to bleed one shouldn't exhale through the nose heavily, damn mess here now :D | 19:53 |
lcuk | merlin1991, eep | 19:53 |
MohammadAG | lcuk, thanks :) | 19:53 |
merlin1991 | looks like I killed someone :D | 19:54 |
MohammadAG | merlin1991, I wouldn't be IRCing if my nose was bleeding :P | 19:54 |
merlin1991 | everything for the community ;) | 19:54 |
lcuk | I gave blood a few years ago. | 19:54 |
MohammadAG | lcuk, got a pic of your nick with the iPhone lying on the screen | 19:57 |
MohammadAG | the N86 beats it | 19:57 |
lcuk | :) | 19:57 |
lcuk | add it to the thread | 19:57 |
MohammadAG | sure | 19:58 |
MohammadAG | when I figure out how to send via BT :/ | 19:58 |
MohammadAG | oh right, it only supports sending pics via email | 19:58 |
merlin1991 | MohammadAG, how are the tags coming along? | 20:06 |
*** mveplus has quit IRC | 20:30 | |
*** mveplus has joined #maemo-ssu | 20:31 | |
*** lardman|home has quit IRC | 20:33 | |
MohammadAG | merlin1991, haven't got around to doing them, yet | 20:35 |
*** BCMM_ has quit IRC | 20:38 | |
*** IronLegend has quit IRC | 20:40 | |
*** merlin1991 has quit IRC | 20:44 | |
*** lardman|home has joined #maemo-ssu | 20:49 | |
*** peetah has quit IRC | 20:51 | |
*** MohammadAG has quit IRC | 20:53 | |
*** MohammadAG has joined #maemo-ssu | 20:53 | |
*** MohammadAG has quit IRC | 20:54 | |
*** MohammadAG has joined #maemo-ssu | 20:54 | |
*** peetah has joined #maemo-ssu | 20:56 | |
*** IronLegend has joined #maemo-ssu | 21:01 | |
*** lardman|home has quit IRC | 21:41 | |
*** trbs has joined #maemo-ssu | 21:55 | |
*** njsf has quit IRC | 22:12 | |
*** njsf has joined #maemo-ssu | 22:16 | |
*** njsf has left #maemo-ssu | 22:18 | |
*** pH5 has quit IRC | 22:40 | |
*** lcuk has quit IRC | 23:35 | |
*** nsuffys has quit IRC | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!