haiku/src/servers/registrar
Axel Dörfler 5d93a13bb4 The registrar marks itself now as a B_BACKGROUND_APP application, so that it
is no longer visible in the Deskbar.
Changed registrar.rdef to match the same application flags, and added a comment
that those flags are actually ignored. Cleaned it up a bit, too.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15508 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-12-12 00:27:51 +00:00
..
AppInfoList.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
AppInfoList.h Added Sort() functionality. 2005-07-06 14:25:05 +00:00
AppInfoListMessagingTargetSet.cpp * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
AppInfoListMessagingTargetSet.h * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
Clipboard.cpp Replace ClipboardTree by Clipboard, a class just representing a clipboard. 2005-01-13 00:45:55 +00:00
Clipboard.h Replace ClipboardTree by Clipboard, a class just representing a clipboard. 2005-01-13 00:45:55 +00:00
ClipboardHandler.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
ClipboardHandler.h Replace ClipboardTree by Clipboard, a class just representing a clipboard. 2005-01-13 00:45:55 +00:00
Debug.h Reverted my change for the INFORM define. 2005-05-17 08:50:53 +00:00
Event.cpp Documented the class. Do() now gets a pointer to the event queue as parameter. 2002-10-14 21:08:53 +00:00
Event.h Documented the class. Do() now gets a pointer to the event queue as parameter. 2002-10-14 21:08:53 +00:00
EventMaskWatcher.cpp Added documentation. Some smaller fixes. 2002-10-23 01:06:13 +00:00
EventMaskWatcher.h Generic watching support classes. 2002-10-18 14:01:09 +00:00
EventQueue.cpp * Documented the class. 2002-10-14 21:13:24 +00:00
EventQueue.h * Documented the class. 2002-10-14 21:13:24 +00:00
Jamfile The <arch_config.h> header is needed in <syscalls.h>, since we're using 2005-12-07 23:11:02 +00:00
MessageDeliverer.cpp * reverted Adi's premature changes to BWindow and restored _DetermineTarget() and 2005-11-20 16:24:23 +00:00
MessageDeliverer.h * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
MessageEvent.cpp Added the class MessageEvent, which is an Event sending a message when executed. 2002-10-14 21:01:47 +00:00
MessageEvent.h * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
MessageHandler.cpp An interface for classes being able to handle messages. More lightweight than BHandler. 2003-02-06 23:30:14 +00:00
MessageHandler.h An interface for classes being able to handle messages. More lightweight than BHandler. 2003-02-06 23:30:14 +00:00
MessageRunnerManager.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
MessageRunnerManager.h Added EventQueue and Event and MessageRunnerManager classes used for the 2002-10-12 22:37:07 +00:00
MessagingService.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
MessagingService.h * Added missing MessagingCommandHandler methods. 2005-01-30 01:17:09 +00:00
MIMEManager.cpp Changes due to moving RegistrarDefs stuff into the BPrivate namespace. 2005-01-18 01:14:50 +00:00
MIMEManager.h Updated to use RegistrarThreadManager instead of ThreadManager 2002-10-01 07:36:08 +00:00
PriorityMessageQueue.cpp A priority message queue. We will use it to handle system notifications faster than client requests. 2003-02-06 23:31:45 +00:00
PriorityMessageQueue.h A priority message queue. We will use it to handle system notifications faster than client requests. 2003-02-06 23:31:45 +00:00
R5Compatibility.cpp File we only compile in for the obos_registrar, the one for testing under R5. Contains dummies for syscalls not existent there. 2005-01-24 01:28:33 +00:00
RecentApps.cpp Fixed warning. 2003-02-11 18:18:29 +00:00
RecentApps.h * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
RecentEntries.cpp MIME types and signatures are case insensitive. 2005-07-18 07:06:21 +00:00
RecentEntries.h * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
Referenceable.cpp Renamed Referencable to Referenceable (mainly to make Axel happier :-). 2005-01-25 16:10:03 +00:00
Referenceable.h Renamed Referencable to Referenceable (mainly to make Axel happier :-). 2005-01-25 16:10:03 +00:00
Registrar.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
Registrar.h * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
registrar.rdef The registrar marks itself now as a B_BACKGROUND_APP application, so that it 2005-12-12 00:27:51 +00:00
RosterAppInfo.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
RosterAppInfo.h * Moved TRoster out of the BPrivate namespace. It does no longer appear in 2005-07-03 17:17:40 +00:00
RosterSettingsCharStream.cpp gcc3 fixes necessary to compile and link the registrar 2004-07-28 16:23:46 +00:00
RosterSettingsCharStream.h Implemented loading and saving of recent docs, folders, and apps lists 2002-11-08 00:43:58 +00:00
ShutdownProcess.cpp Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
ShutdownProcess.h Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
TRoster.cpp The registrar marks itself now as a B_BACKGROUND_APP application, so that it 2005-12-12 00:27:51 +00:00
TRoster.h Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
Watcher.cpp Now we use the MessageDeliverer to send asynchronous messages to other apps. Seems to work when the target port is not full. The other case has not been tested yet. 2005-01-29 17:49:32 +00:00
Watcher.h Added documentation. Some smaller fixes. 2002-10-23 01:06:13 +00:00
WatchingService.cpp gcc3 fixes necessary to compile and link the registrar 2004-07-28 16:23:46 +00:00
WatchingService.h gcc3 fixes necessary to compile and link the registrar 2004-07-28 16:23:46 +00:00