haiku/src/apps
Stephan Aßmus 3b364ddd42 Intermediate commit, because I want to rename FolderIterator but it has changes.
* Beginnings of node monitoring support. Currently disabled, but detects
  new, changed and removed files. Folders untested yet. There may also be
  a problem with the toplevel folders when a pose selection message is used.
  That's untested too as of yet.
* Removed some superfluous whitespace.
* Small refactoring in FolderIterator to access some stuff from the outside
  as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26795 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-04 15:16:30 +00:00
..
3dmov Fix build 2007-11-27 22:32:31 +00:00
aboutsystem Add copyrights for Udis86, used in the kernel debugger disasm module. 2008-07-24 21:47:12 +00:00
activitymonitor * Offloaded the data source retrieval into another thread for more accuracy. 2008-07-15 17:10:52 +00:00
autoraise - add jamfile & rdef 2008-05-11 01:02:34 +00:00
bootman Highlight selected menu item with > ... <. 2008-04-20 18:42:59 +00:00
bsnow Added HVIF icon for BSnow, courtesy of "Meanwhile". I was planning to do 2008-05-07 10:43:11 +00:00
cdplayer * Used ui_color() for default view color. 2008-05-10 11:27:48 +00:00
clock replaced misc values with respective constants 2007-10-29 19:10:30 +00:00
codycam fix some warnings 2008-06-16 16:36:38 +00:00
cortex Made buildable under Dano. 2008-06-26 00:32:15 +00:00
deskbar * Coding style cleanup. 2008-08-03 16:04:20 +00:00
deskcalc BRoster::GetAppInfo() only works on running applications, for the replicant to 2008-05-12 19:58:20 +00:00
diskprobe DiskProbe also used B_RGB32 instead of B_RGBA32 and would therefore display a black background on the icon. 2008-07-21 12:28:14 +00:00
drivesetup Calling BDiskDeviceSystem::CommitModifications() will delete all BPartition 2008-07-26 18:57:14 +00:00
expander Applied patch from n3s: the check for file extension was broken. Thanks! 2008-04-12 07:58:43 +00:00
fontdemo Fix freeing uninitialized pointer. 2008-02-10 21:52:05 +00:00
glteapot * removed some refactoring left-over 2008-02-27 13:31:54 +00:00
icon-o-matic Small cleanup of duplicated files. AutoLocker and AutoDeleter are already 2008-05-30 14:03:02 +00:00
installer * show EULA before the Installer window 2008-06-08 12:09:10 +00:00
launchbox Don't display error when BRoster::Launch() returns B_ALREADY_RUNNING... 2008-04-03 17:21:34 +00:00
login Header guard and copyrights. 2008-04-26 20:14:09 +00:00
magnify * Added 24-bit mode support. 2008-04-30 16:07:25 +00:00
mail * Added shortcut "command-shift-q" that, analogously to "command-shift-w", quits 2008-06-23 21:51:46 +00:00
mandelbrot Ah yeah, another interesting use of BView resizeMask and flags... 2008-01-21 20:31:12 +00:00
mediaconverter Fix for being a self-contained header. 2008-01-27 13:09:54 +00:00
mediaplayer Make the peak display automatically go back down for the max peaks. 2008-07-31 13:33:37 +00:00
midiplayer CHANGED the MidiPlayer GUI to use the layout system, mostly for the purposes of 2008-07-14 16:41:21 +00:00
networkstatus mmlr + stippi: 2008-07-15 18:20:01 +00:00
packageinstaller fixed bug #2101 : normalize user paths, use localType for links 2008-04-20 15:57:54 +00:00
pairs Patch by Ralf Schuelke with changes/fixes by myself: 2008-04-28 10:54:38 +00:00
people more on gcc4 build fix 2007-10-15 23:03:15 +00:00
poorman Build fix. 2008-05-07 12:07:22 +00:00
powerstatus * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
processcontroller Applied patch by Duane R. Bailey: 2008-04-07 09:19:56 +00:00
pulse Show popup menu also when right-clicking the load meter. It was a blind spot. Added the virtual keyword to the other two load meter view hooks. 2008-03-08 20:06:50 +00:00
resedit fix misuse of ... with B_UTF8_ELLIPSIS 2008-04-29 21:48:36 +00:00
showimage Haiku's BMessenger::SendMessage() only takes a pointer... 2008-05-02 22:23:50 +00:00
soundrecorder * Use shared AutoDeleter.h instead of custom array deleter. 2008-08-01 14:16:05 +00:00
stylededit * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
sudoku * Turned off replicant handle for the time being; it's not really usable as 2008-05-10 12:55:53 +00:00
terminal r26509 broke char codes (e.g. Ctrl-K and Ctrl-D) matching one of the 2008-07-21 22:14:25 +00:00
text_search Intermediate commit, because I want to rename FolderIterator but it has changes. 2008-08-04 15:16:30 +00:00
tracker created vector icon (now I really need to rest my eyes) 2007-03-28 22:01:30 +00:00
tv The title of the (primary) window of (non-document) apps and preferences should be the filename of the executable. File and window names should be changed in tandem in the future. All IMO. Sorry, Marcus, for changing TV-O-Rama. :/ We may want to consider using more proper language, e.g. 'Screensaver' or 'Screen Saver' instead of 'ScreenSaver'. DeskCalc or 'Desk Calculator' should be just Calculator. We should avoid clinging to BeOS history, like with the name CodyCam, which hardly makes any sense anymore, even if you happen to be one of the few BeOS oldtimers. 2008-02-09 13:26:28 +00:00
webwatch - add a jamfile and rdef 2008-05-11 00:32:02 +00:00
workspaces * Popup menu is now sticky - this should probably be the default of all menus 2008-07-14 17:33:10 +00:00
Jamfile Moved TextSearch to apps folder, since it's actually a regular app. 2008-08-02 18:51:20 +00:00