Re: [gentoo-portage-dev] Hello! portage UI

2006-03-15 Thread Paul de Vrieze
On Tuesday 14 March 2006 17:48, tvali wrote: 2006/3/14, Marius Mauch [EMAIL PROTECTED]: Brian wrote: On Tue, 2006-14-03 at 13:14 +0200, tvali wrote: Ok, i was, yes, speaking about kde. I will check out this Porthole :) I was actually thinking more about c ++, but nothing against

Re: portage from C (was Re: [gentoo-portage-dev] Hello! portage UI)

2006-03-15 Thread tvali
sorry lines char tt; for (tt=0; tt40; tt++) fputc(tt, inputf); /.../ fputc(EOF, inputf); are not needed at all and do nothing -- i was just testing a thought before i catched how those pipes and forks work in linux :) i have mostly done things in windows and c++ and WinApi so

Re: [gentoo-portage-dev] Hello! portage UI

2006-03-14 Thread tvali
Ok, i was, yes, speaking about kde. I will check out this Porthole :) I was actually thinking more about c++, but nothing against python -- i was quite a fan of python when i first found it. I'm new to gentoo, so could you tell me, where i find some clear manual for doing the following: *

Re: [gentoo-portage-dev] Hello! portage UI

2006-03-14 Thread Brian
On Tue, 2006-14-03 at 16:55 +0200, tvali wrote: Ok, i will finish this chat about making portage cache, then learn portage code, then write basic sql modules and when this thing is running, i am more able to be involved in portage GUI as i can understand background of portage, then ...i hope

Re: [gentoo-portage-dev] Hello! portage UI

2006-03-14 Thread Marius Mauch
Brian wrote: On Tue, 2006-14-03 at 13:14 +0200, tvali wrote: Ok, i was, yes, speaking about kde. I will check out this Porthole :) I was actually thinking more about c ++, but nothing against python -- i was quite a fan of python when i first found it. I believe Kuroo is in C, maybe c++

Re: [gentoo-portage-dev] Hello! portage UI

2006-03-14 Thread tvali
I looked over that: SIP also makes it easy to take a Python application (maybe a prototype) and selectively implement parts of the application (maybe for performance reasons) in C or C++. This could mean that portage could be made fully compatible with c++ app? Again, havent tried/tested, just

[gentoo-portage-dev] Hello! portage UI

2006-03-13 Thread tvali
Hello! I am thinking about making user interface for portage. I see the possibility to browse portage tree, turning different filters on and off, as it's most important feature. I dont think that it should contain any functions for updating, emerging or unmerging or syncing at it's beginning, as

Re: [gentoo-portage-dev] Hello! portage UI

2006-03-13 Thread Brian
On Tue, 2006-14-03 at 00:39 +0200, tvali wrote: Hello! I am thinking about making user interface for portage. I see the possibility to browse portage tree, turning different filters on and off, as it's most important feature. I dont think that it should contain any functions for updating,