View Single Post
Old 09-22-2013, 09:40 PM   #1
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Lightbulb osmo... in progress

http://clayo.org/osmo/

Few niggles still....
  • Keyboard input (biggest bugbear TODO.)

Have to think about maybe either launching something xid like baf does in kterm or actually embedding a keyboard into the app...
fixed. went with a primarily native solution. configurable in an external script.

Of course there is not easy mechanism to launch the keys either... so may embed something in the menu/gtknotebooks... havent thought of a GREAT solution yet... a double-finger tap would be nice as a toggle perhaps???

Still no great key toggle solution.

  • layout

setting the size on the PW / K5 is a bit of a faff as some windows are gtkscrolledwindows, some are windows, some are overlays on the dialog layer, blah, blah, blah. However that's mainly done. with the odd exception.
fixed - needs thorough testing on various device screen sizes

  • Exiting the app

There is no way to leave at the moment as the application appears to expect window decoration. I think there is a right click menu in there somewhere that could be repurposed but yet to notice it.
Now fixed
  • scrollbars

I totally suck at gtk theming... any clues on making scrollbars a SENSIBLE width would be greatly appreciated.
Now fixed (thanks baf)


I managed to get the contact module to build (better than the debian version...) so the "complete support" is indeed there. "Backups" are disabled in the svn version so yeah... not my doing. when they become "available" again all the supporting libs are in place.

syncml support does not work ref: https://sourceforge.net/p/osmo-pim/bugs/31/


So yeah. WIP but getting there.

Happy to provide a complete diff of my works so far on svn revision 937 if anyone would like to help...

Thought I would shove up a few pics of the "so far"


Code:
root@dev:/usr/local/src/osmo-pim-code# CFLAGS="-march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -ffast-math -mfloat-abi=softfp" LDFLAGS="-Wl,-rpath,/mnt/us/extensions/osmo/usr/lib:/mnt/us/extensions/aspell/usr/lib:/mnt/us/extensions/gtkspell/usr/lib:/mnt/us/extensions/enchant/usr/lib/ -static-libstdc++" ./configure --prefix=/mnt/us/extensions/osmo/usr --enable-printing=no --enable-backup=yes --with-config-path=/mnt/us/extensions/osmo/usr --without-libsyncml
Attached Thumbnails
Click image for larger version

Name:	Selection_660.png
Views:	396
Size:	84.1 KB
ID:	111862   Click image for larger version

Name:	Selection_661.png
Views:	370
Size:	77.9 KB
ID:	111863   Click image for larger version

Name:	Selection_662.png
Views:	358
Size:	112.7 KB
ID:	111864   Click image for larger version

Name:	Selection_677.png
Views:	373
Size:	102.4 KB
ID:	111865   Click image for larger version

Name:	Selection_678.png
Views:	367
Size:	133.1 KB
ID:	111866   Click image for larger version

Name:	Selection_679.png
Views:	375
Size:	104.9 KB
ID:	111867   Click image for larger version

Name:	Selection_680.png
Views:	343
Size:	103.0 KB
ID:	111868   Click image for larger version

Name:	Selection_681.png
Views:	376
Size:	128.1 KB
ID:	111869   Click image for larger version

Name:	Selection_663.png
Views:	326
Size:	61.6 KB
ID:	111870   Click image for larger version

Name:	Selection_664.png
Views:	334
Size:	50.5 KB
ID:	111871   Click image for larger version

Name:	Selection_665.png
Views:	331
Size:	105.6 KB
ID:	111873   Click image for larger version

Name:	Selection_666.png
Views:	351
Size:	52.5 KB
ID:	111874   Click image for larger version

Name:	Selection_668.png
Views:	344
Size:	55.0 KB
ID:	111875   Click image for larger version

Name:	Selection_669.png
Views:	291
Size:	32.2 KB
ID:	111877   Click image for larger version

Name:	Selection_671.png
Views:	327
Size:	70.2 KB
ID:	111878   Click image for larger version

Name:	Selection_672.png
Views:	346
Size:	71.4 KB
ID:	111879   Click image for larger version

Name:	Selection_670.png
Views:	304
Size:	43.7 KB
ID:	111880  

Last edited by twobob; 10-10-2013 at 06:29 PM.
twobob is offline   Reply With Quote