<Ayla> kyak: hi
<qi-bot> [commit] Ayla: The links will now be loaded from both the system and the user-specific directories. (install_locations) http://qi-hw.com/p/gmenu2x/f7817b1
<Ayla> kyak: gmenu2x/install_locations is IMHO ready for a merge
<kristianpaul> I was wrong all this time!, was bad desition trying to implement namuru from the tracking modules, as this carry a bit amount of work and trouble because of the clock domain sync of the control and status registers wich can be up to 256 registers...
<kristianpaul> A better aproucc will be to bridge the avalon-like bus of namuru wih the milkymist wishbone, and that bridge include clocks of course.. is a better path i think, because handshake is already there just missing clock sycking...
<kristianpaul> cya later
<wolfspraul> kristianpaul: I wish I could follow your work in code, I would really like to learn that stuff... maybe one day.
<Ayla> kyak: hi?
<kristianpaul> wolfspraul: modeling hardware is interesting task, hardware puts interesting challenges like metastability :-)
<kristianpaul> digital hardware*
<kristianpaul> but i think you already know how interesting and unique hardware is ;)
<kristianpaul> thats why mm1 have a single clock and uses in some stuff like ethernet,USB  a dual-ported memory as FIFO, to keep the beast apart :)
<kristianpaul> i guess,of course :)
<wpwrak> kristianpaul: in german, there's a saying "many opponents, much honor". so you should try to maximize the number of clocks and gain eternal fame ;-)
<kyak> Ayla: hey
<Ayla> hi
<Ayla> if fixed the sections issue in gmenu2x, so I believe the "install_locations" branch can now be merged
<kyak> Ayla: maybe you just merge it, then we adapt the openwrt Makefile and see if there are not problems?
<kyak> the openwrt Makefile is actually ready since the last time we tested it..
<Ayla> kyak, ok
<qi-bot> [commit] Ayla: The user skin directories were not created when saving the skin.conf file; Thus it was never saved. (master) http://qi-hw.com/p/gmenu2x/12a7fe4
<qi-bot> [commit] Ayla: Merge branch 'master' into install_locations (master) http://qi-hw.com/p/gmenu2x/f10bb60
<qi-bot> [commit] Maarten ter Huurne: Added missing #include. (master) http://qi-hw.com/p/gmenu2x/8995a3c
<qi-bot> [commit] Maarten ter Huurne: Cleaned up link flags. (master) http://qi-hw.com/p/gmenu2x/23042f3
<qi-bot> [commit] Ayla: The FileLister won't list a file if a previous one has the same file name (without path). (master) http://qi-hw.com/p/gmenu2x/6c97139
<qi-bot> [commit] Ayla: Merge branch 'install_locations' of projects.qi-hardware.com:gmenu2x into install_locations (master) http://qi-hw.com/p/gmenu2x/d0a24ac
<qi-bot> [commit] Ayla: Fixed the renameSection() and deleteSection() functions to use the new directories. The sections can now be renamed and deleted. (master) http://qi-hw.com/p/gmenu2x/6cb7ce1
<qi-bot> [commit] Ayla: The log.txt file will now be saved on the user-specific directory. (master) http://qi-hw.com/p/gmenu2x/3998e19
<qi-bot> [commit] Ayla: Moved all the data files (translations, skins...) to the "data" folder. (master) http://qi-hw.com/p/gmenu2x/47a4e5c
<qi-bot> [commit] Ayla: Moved the pandora's "input.conf" file lying in the top directory to the pandora/data directory, replacing the previous (obsolete) one. (master) http://qi-hw.com/p/gmenu2x/34af938
<qi-bot> [commit] Ayla: The ./configure will now accept the --enable-platform switch. (master) http://qi-hw.com/p/gmenu2x/b646c33
<qi-bot> [commit] Ayla: Merge branch 'master' of projects.qi-hardware.com:gmenu2x into install_locations (master) http://qi-hw.com/p/gmenu2x/ef4b012
<qi-bot> [commit] kyak: Update gmenu2x.sh for install_locations changes (master) http://qi-hw.com/p/gmenu2x/4b22318
<qi-bot> [commit] Ayla: GMenu2X now won't load skin files from the Default skin when using another skin. (master) http://qi-hw.com/p/gmenu2x/439d25c
<qi-bot> [commit] Ayla: The links will now be loaded from both the system and the user-specific directories. (master) http://qi-hw.com/p/gmenu2x/f7817b1
<qi-bot> [commit] Ayla: Merge branch 'install_locations' (master) http://qi-hw.com/p/gmenu2x/55dad41
<qi-bot> [commit] Ayla: Add a function which unlocks the virtual terminal before and after each execution of a binary. (master) http://qi-hw.com/p/gmenu2x/0993a48
<qi-bot> [commit] Ayla: Removed a bug where the Default skin was chosen even if another (working) skin was defined on the config file. (master) http://qi-hw.com/p/gmenu2x/00d8a04
<qi-bot> [commit] Ayla: Revert "GMenu2X now won't load skin files from the Default skin when using another skin." (master) http://qi-hw.com/p/gmenu2x/11e58c8
<qi-bot> [commit] Ayla: The SurfaceCollection won't load the files selection.png, bottombar.png or topbar.png from the Default skin if they are missing in the current skin. (master) http://qi-hw.com/p/gmenu2x/3a85cab
<Ayla> whohoooooo
<Ayla> kyak: allright, everything is in master
<kyak> Ayla: great, i'll give it a try :)
<kristianpaul> Is this forked gmenu2x load faster thena before?
<kristianpaul> i mean , time load atsystem  startup
<kristianpaul> load time*
<Ayla> no idea
<qi-bot> [commit] kyak: gmenu2x: update to the latest git (master) http://qi-hw.com/p/openwrt-packages/6038548
<kyak> Ayla: --^ thanks!
<Ayla> it works fine? :)
<kyak> yeah, very fine!
<Ayla> awesome!
<kyak> pulls the icons from /usr/share/gmenu2x
<kyak> save settings in ~/.gmenu2x
<Ayla> what you may want to change is the nanonote's default config, it sets the screen bpp to 32, I believe that it should be 16 bpp instead
<kyak> nope, it's 32bpp
<kyak> i mean, Ben's screen does does 32bpp
<kyak> *does support
<kyak> bb later
<Ayla> ok
<mth> kristianpaul: I reduced the number of libraries gmenu2x uses, so that might decrease the startup time
<mth> I'm not sure by how much, since libraries are paged in only when they're actually used
<DocScrutinizer> roh: ping
<wpwrak> lekernel: still needs the synthesis part :)
<DocScrutinizer> stupid bot
<roh> re DocScrutinizer
<DocScrutinizer> hi roh
<DocScrutinizer> imsp.om.org down
<DocScrutinizer> imap even
<DocScrutinizer> also the munin frontend or where i looked for it
<DocScrutinizer> wonders how any screen may support 32bpp
<wpwrak> DocScrutinizer: step 1: decide which bits you don't need ...
<DocScrutinizer> hmm, iirc *studio* norm for RGB digital is 10bit per color channel
<DocScrutinizer> LCDs usually can not even do 8bit per channel
<DocScrutinizer> it's more like 5/6/5 usually
<DocScrutinizer> or 5/5/5
<wpwrak> bah, 1/1/1+1 is plenty :) ubb-vga forever ;-)