Commit Graph

317 Commits

Author SHA1 Message Date
beveloper
673bc6b1e1 It's no longer needed to link Media preferences against
the Haiku libmedia.so, the R5 and Zeta libmedia.so is
good enough. No private Haiku functions are used.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10973 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-23 01:14:42 +00:00
Phil Greenway
ea932d8aee Updated
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10825 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-18 09:31:50 +00:00
Phil Greenway
098ad0a57f Updated
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10791 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-17 08:35:56 +00:00
Jérôme Duval
e332769a38 added flag to work on R5
added flag work with gcc 20041202


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10725 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-14 12:47:56 +00:00
Jérôme Duval
5c889cacf2 replaced ... by B_UTF8_ELLIPSIS
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10724 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-14 10:42:54 +00:00
Nathan Whitehorn
d864e822ca Bumped MDR version number to 3.0.2
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10716 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-13 23:09:44 +00:00
DarkWyrm
eb740ad17f Disabled code for cursor config until API settles
Added low-level clipping support to decorator preview
Added comments to clarify disabled cursor and color set support


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10215 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-24 20:03:14 +00:00
shatty
3bf2b70a08 address compiler warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10143 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 02:00:59 +00:00
shatty
171f2ead33 address compiler warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10142 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 01:41:57 +00:00
shatty
03f6835ae7 address compiler warning
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10141 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-22 01:34:19 +00:00
shatty
a27166de67 address compiler warning
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10083 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-21 05:52:18 +00:00
Matthew Wilber
7df553e6f3 Removed unnessecary BView creation, added code to check for the initial, "no config view yet" state
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9971 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-15 23:57:45 +00:00
Matthew Wilber
85e99c67fa Fixed config view color so that, like Be's version, all config views have the same color
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9970 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-15 23:38:36 +00:00
Jérôme Duval
7ffb9bb195 visual fix
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9963 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-15 19:50:19 +00:00
Jérôme Duval
535c5018e0 added stdlib.h for system()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9953 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-15 17:09:15 +00:00
Stefano Ceccherini
c82fcfe3f3 stricmp -> strcasecmp
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9929 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-11 15:58:03 +00:00
Matthew Wilber
d8757cb585 Removed unused member variable, fixed drawing of highlight box, made style changes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9907 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-10 23:46:55 +00:00
Matthew Wilber
347759a7e7 Continued refactoring. Made style changes, renamed variables to improve consistency and clarity.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9891 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-10 01:12:46 +00:00
Matthew Wilber
ac7ba0d23c Added code to correct the saved window position if it causes part of the window to be off-screen.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9890 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-10 00:05:12 +00:00
Matthew Wilber
76efe265de Continued refactoring. Made style changes, fixed memory leak, added more error checking, moved view changing co
de out of GetTranInfo function. Still need to resolve color issue.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9876 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-09 00:08:02 +00:00
Matthew Wilber
8b8d5f70ad Continued refactoring. Removed unneeded member variables, renamed members to fit style guidelines, simplified code. Still need to make more style changes, add error checking and comments.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9838 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-07 23:26:37 +00:00
Matthew Wilber
6646684604 Added IconView.cpp to Jamfile
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9836 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-07 21:17:52 +00:00
Matthew Wilber
239f85ff46 Beginnings of refactoring. Removed unnessecary member variables, removed commented out code, renamed some member v
ariables to meet style guidelines, fixed icon repainting by moving icon drawing to its own BView class. Still need
to check for more unnessecary member variables, fix more style issues and resolve behavior differences between the
 Haiku and Be versions of this preference panel.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9830 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-07 17:05:56 +00:00
Matthew Wilber
8a8da59c02 Moved icon drawing out of the BWindow class and into this BView class to fix the repainting issues.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9828 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-07 16:56:58 +00:00
DarkWyrm
a0fdabc807 <smacks forehead> Kevin's changes also affected the ScrollBar prefs. Fixed build. *sigh*
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9384 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-16 23:05:05 +00:00
DarkWyrm
ad398ac272 Updated to match changes to DisplayDriver::StrokeLineArray
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9376 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-16 01:58:44 +00:00
Jérôme Duval
4b078ea6cb fixed warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9211 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-05 18:42:42 +00:00
Nathan Whitehorn
82a393590f Finished converting the mail daemon to use rdefs instead of binary resource files.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9136 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-30 23:37:34 +00:00
Nathan Whitehorn
ebab3a7e9c Fixed some library dependency issues that broke compilation on systems that don't have Haiku MDR installed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9078 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-27 19:47:06 +00:00
Jérôme Duval
3bc52dc6ba Now uses global header
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9045 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-23 15:37:17 +00:00
Jérôme Duval
5c8e314fba Now use a global header
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9044 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-23 15:36:30 +00:00
Nathan Whitehorn
0d21a7f43f Added packaging for the mail daemon, added build support for SSL mode (although it currently relies on manually uncommenting things in the Jamfile). PPP state detection still broken.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9025 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-21 20:23:32 +00:00
Nathan Whitehorn
f7215ac853 Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment. Other than that, it seems to work beautifully. Packaging will come later.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9016 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-20 22:31:50 +00:00
Jérôme Duval
88caa4a867 added missing scrolllock
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8805 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-02 21:18:43 +00:00
Jérôme Duval
bab3205a73 changed signature
added error outputs


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8742 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-31 09:56:59 +00:00
Jérôme Duval
1e4e105d82 added error outputs
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8741 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-31 09:56:17 +00:00
Jérôme Duval
76dd4cf399 Revised the code, to be cleaner
added a rdef file


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8713 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-29 16:28:21 +00:00
Jérôme Duval
970f7be9fb fixed mouse settings to avoid writing input_server settings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8709 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-29 15:07:10 +00:00
DarkWyrm
1507de760c Made some tweaks to make adding other modules less bug-prone
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8617 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-21 20:06:36 +00:00
DarkWyrm
bc7060f4fc Removed warnings and errors which were missed in the transition to BPortLink
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8616 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-21 19:48:13 +00:00
beveloper
3de0f7bc7f Changed to Haiku mime type which matches the desklink application.
For better bachward compatibility, we should probably switch to x-vnd.Be. later


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8582 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-15 16:01:21 +00:00
Jérôme Duval
37a348ee2c signature update
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8512 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-29 16:27:45 +00:00
Jérôme Duval
f853683ebf Fixing my mistakes ...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8490 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-27 13:46:53 +00:00
Jérôme Duval
efc2b733e6 Now uses a private header for _restore_key_map_
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8484 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-27 10:20:33 +00:00
Philippe Houdoin
619f4cda12 Included the Network preflet to the haiku-networkingkit-cvs package.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8478 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-26 22:06:20 +00:00
Philippe Houdoin
c075a6b85c Created an haiku-printingkit-cvs package.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8477 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-26 22:03:44 +00:00
Jérôme Duval
f17a2e57e5 fix lock display
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8467 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-25 21:12:05 +00:00
Jérôme Duval
d1717955dc various fixes , clean up, Numlock taken into account
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8466 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-25 20:43:57 +00:00
Jérôme Duval
b192cc3351 typo signature
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8465 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-23 13:19:18 +00:00
Jérôme Duval
91acc870b6 typo signature
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8464 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-07-23 12:46:39 +00:00