CIA.vc
modeenf
Real-time open source activity stats
Stats » Authors » modeenf
informationsyndicateUTC clock
16:05 on Feb 12, 2012
event counters
The last message was received 2.08 weeks ago at 02:27 on Jan 29, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 3 messages last month
61 messages since the first one, 3.68 years ago, for an average of 3.15 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
23:06 on Jan 28haiku
Commit by modeenf on master :: rhrev43697 haiku/: (link)

Fixing debug in Media Kit.

  • Only fixing debug i the media kit.
  • Help with ASSERT(flavorID == testFlavorID) would be nice, don't know what ASSERT do.
#
21:47 on Jan 27haiku
Commit by modeenf on master :: rhrev43696 haiku/: (link)

Fixing an "error" in how BMediaDecoder was built.

  • If reading BeBook the class should be B_NO_INIT until we have called SetTo
  • When I at it, any suggestion on how a test tool for BMediaEncoder should look like?
#
11:58 on Jan 27haiku
Commit by modeenf on master :: rhrev43695 haiku/: (link)

First commit on git, making the sis19x driver part of the nightly images

  • just making the sis19x driver part of the nightly images.
#
18:38 on Jun 05, 2011OpenBeOS
Commit by modeenf :: r41943 /haiku/trunk/src/add-ons/kernel/drivers/network/ipro1000/dev/em/:
remove unused code the em driver are in e1000
#
17:44 on Jun 05, 2011OpenBeOS
Commit by modeenf :: r41940 /haiku/trunk/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/ (42 files):
Reverting so I can work on it without disturbing the GSoC project ;)
#
19:36 on May 29, 2011OpenBeOS
Commit by modeenf :: r41815 /haiku/trunk/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/ (42 files):
Hope I fix more than I breake with this update of ipro1000
it's taken from freebsd driver e1000 r221505

This include alot of cards (including my HP)

I had to "remove" som parts. led was the easiest part. All code shoulc have haiku in them

The part below was perhaps needed but I could not fix the error that whas showing (located in if_em.c) aslo it works as is on my HP 8540.

static int
em_sysctl_reg_handler(SYSCTL_HANDLER_ARGS)
{
        struct adapter *adapter;
        u_int val;

        adapter = oidp->oid_arg1;
        val = E1000_READ_REG(&adapter->hw, oidp->oid_arg2);
        return (sysctl_handle_int(oidp, &val, 0, req));
}
#
08:25 on May 08, 2011OpenBeOS
Commit by modeenf :: r41376 /haiku/trunk/src/preferences/bluetooth/BluetoothSettingsView.cpp:
Guess the constructor was not only used in the layout API ;)
#
21:51 on Nov 19, 2009OpenBeOS
Commit by modeenf :: r34141 /haiku/trunk/src/apps/screenshot/ (ScreenshotWindow.cpp ScreenshotWindow.h):
Change back _FindValidFileName to use BString, don't know what I was thinking, thanks Jerome and Stephan.
#
20:47 on Nov 19, 2009OpenBeOS
Commit by modeenf :: r34140 /haiku/trunk/src/apps/screenshot/ (9 files):
Additional CLI parameters for Screeshot (Ticket #3816) and some cleanup (I hope), using Translator kit now instead of own PNG when using CLI. More changes will follow.
#
12:30 on Oct 31, 2009OpenBeOS
Commit by modeenf :: r33852 /haiku/trunk/src/apps/gradients/Jamfile:
Fix a left over, thanks Jerome (hm must use UTF-8)
#
08:48 on Oct 31, 2009OpenBeOS
Commit by modeenf :: r33851 /haiku/trunk/src/apps/gradients/ (8 files):
An old code cleanup I have had along time.. run that python also..
#
07:08 on Oct 31, 2009OpenBeOS
Commit by modeenf :: r33850 /haiku/trunk/src/add-ons/input_server/filters/shortcut_catcher/BitFieldTesters.cpp:
BOM are a nice thing :)
This would fix the gcc4 build..
#
21:42 on Oct 30, 2009OpenBeOS
Commit by modeenf :: r33849 /haiku/trunk/build/jam/HaikuImage:
The last commit in this serie, I have a datafile shoul I unclude that in some way?
#
21:40 on Oct 30, 2009OpenBeOS
Commit by modeenf :: r33848 /haiku/trunk/src/preferences/ (31 files in 3 dirs):
So here it goes..
I hope I have fixed all parts that don't follow our guidelines. (that python script was good start)
This are the app, I havn't change the file in clv those are from Santa gift bag
#
21:35 on Oct 30, 2009OpenBeOS
Commit by modeenf :: r33847 /haiku/trunk/src/add-ons/input_server/filters/ (18 files in 2 dirs):
So here it goes..
I hope I have fixed all parts that don't follow our guidelines. (that python script was good start)
This is the filter..
#
15:09 on Oct 25, 2009OpenBeOS
Commit by modeenf :: r33761 /haiku/trunk/src/apps/autoraise/AutoRaiseIcon.cpp:
Fix for r33732, now it builds.. don't know if works though.
#
17:40 on Sep 18, 2009OpenBeOS
Commit by modeenf :: r33172 /haiku/trunk/src/tests/kits/net/preflet/ (2 files in 2 dirs):
Added some missing files :)
#
17:51 on Sep 16, 2009OpenBeOS
Commit by modeenf :: r33156 /haiku/trunk/src/tests/kits/net/preflet/ (7 files in 5 dirs):
Added some missing files and fixed some last minute changes
#
17:13 on Sep 16, 2009OpenBeOS
Commit by modeenf :: r33155 /haiku/trunk/src/tests/kits/net/preflet/ (76 files in 10 dirs):
Code from Philippe Houdoin old machine :)
Fixed code style (not the PPP part)
Updated it with the current Network Pref.
the PPP add-on don't work.
This should work as much as the Network Pref does today.
#
17:04 on Aug 30, 2009OpenBeOS
Commit by modeenf :: r32839 /haiku/branches/releases/r1alpha1/src/preferences/mouse/ (6 files):
Merged from r32838
#