Commit Graph
28 Commits
Author SHA1 Message Date
Jérôme Duval 855cb66465 added ISA PnP support
isa device ids list is parsed with grep and awk by jam

tested with VirtualPC2004 ISA PnP devices : Game Port and Sound Blaster 16


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8361 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-09 15:28:53 +00:00
Jérôme Duval 758822b29d Added an unformatted list of isa pnp ids
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8355 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-08 16:13:25 +00:00
Jérôme Duval 9310e248b4 Fix DMA Combobox in ConfigurationWindow, added a space between IRQs and DMAs in DeviceWindow
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8158 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-25 12:09:48 +00:00
Phil Greenway 825849ba91 Updated by Mark Hogben <[email protected]>
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8142 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-24 11:54:21 +00:00
Axel Dörfler 136b2d209a pcihdr.h is no longer in private/kernel, as it is only really needed by
the Devices preferences application.
Removed the now unneeded include path from the Jamfile.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7462 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-08 18:43:54 +00:00
Axel Dörfler 72a2590171 Added missing newline.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7461 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-08 18:41:55 +00:00
Jérôme Duval 22b19ff048 Improvements. Still not beta.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7441 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-05-07 09:02:48 +00:00
Jérôme Duval 62b323538c Devices working a bit now
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7287 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-04-21 18:55:56 +00:00
Phil Greenway 610bb7fd59 Minor changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6604 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-02-15 20:32:05 +00:00
Phil Greenway 92430c9c7e Added the frame to the modemwindow and the button placement.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4528 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-07 21:12:16 +00:00
shatty ededd6e07f added ModemWindow.cpp at sikosis request
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4464 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-03 01:57:24 +00:00
Phil Greenway 2d2fdde13f Working on ModemWindow
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4454 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-02 21:09:07 +00:00
Phil Greenway efb0209b94 Added Basic ModemWindow (one of the menu options)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4363 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-23 07:17:03 +00:00
Phil Greenway 9361f4d2b5 Just adjusted the menu. Hoping to have some more time to work on the app soon.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4289 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-16 22:08:30 +00:00
shatty f1f43f47d8 include resource usage window.cpp in the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4234 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-06 06:01:09 +00:00
Phil Greenway 9e53835da9 Fixed up the way the TabView was working.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4109 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-27 13:07:41 +00:00
Phil Greenway 57dd76be4d Code clean up and SetSizeLimit added.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4056 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-24 14:09:11 +00:00
Phil Greenway a94c3386de Added dummy listviews so I can play around with the tabs as I've not used them before.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4039 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-21 13:16:54 +00:00
Phil Greenway 75d162977d Added TabView to Resource Usage Window and added blank Views for the necessary tabs. Just need help understanding where the current R5 Devices application is "getting" this information from.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4027 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-20 11:58:28 +00:00
Phil Greenway b87ce267f2 ResourceUsageWindow is now the correct type and size. Researching that tabby thing atm ...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4026 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-20 04:47:53 +00:00
Phil Greenway 57d8f1d980 Various bug fixes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4025 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-20 03:47:34 +00:00
Phil Greenway 796880c693 Fixed a bad comment line.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4024 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-20 03:27:00 +00:00
Phil Greenway 0055cc7415 Various changes to Devices.
Add the ResourceUsagesWindow. Still need help on the "guts" of this project. Any devices nuts, please email me - [email protected]


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4014 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-19 11:53:38 +00:00
Phil Greenway c74b73a4ec Fixed the BMenu to work properly now. :D
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3263 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-05-20 10:56:01 +00:00
Phil Greenway cf0ad7c0c5 Added the ability to load/save settings via flattened bmessages - saves current position
next is to save outlineview settings


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3256 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-05-19 13:51:21 +00:00
shatty fe5cc7b493 add newline to end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3066 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-04-14 01:56:41 +00:00
Phil Greenway 395ea9a9b7 Added a BBox, BButton and several BStringViews.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2919 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-03-15 01:19:52 +00:00
Phil Greenway 333dca6673 Initial Checkin - Basic GUI with Menu 10% - Coded by Sikosis
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2866 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-03-04 12:21:20 +00:00