..
3dmov
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
aboutsystem
Added Rimas and Simonas as Lithuanian translators. Thanks guys.
2011-12-03 16:53:58 +01:00
activitymonitor
Move functions declared in private/system/system_info.h out of the public namespace.
2011-05-15 17:02:36 +00:00
autoraise
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.
2011-03-25 22:13:48 +00:00
bootmanager
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
bsnow
Fix BSnow localization.
2011-11-14 20:39:41 +01:00
cdplayer
Reverted bogus change.
2011-11-29 19:56:02 +01:00
charactermap
Corrected typo. Thanks Rimas.
2011-11-25 22:26:12 +01:00
clock
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.
2011-03-25 22:13:48 +00:00
codycam
Attempt to fix translation of app names of CodyCam, People and PoorMan.
2011-05-21 22:41:49 +00:00
cortex
Adjusted the copyright header, to account for Be Sample Code License and
2011-08-14 18:05:48 +00:00
debuganalyzer
Style fix, no functional change.
2011-11-30 16:16:42 -05:00
debugger
Move Debugger's Array class to headers/shared
2011-11-25 06:18:52 +01:00
deskbar
Filtered flat import of Oliver's svn package management branch
2011-11-25 06:17:07 +01:00
deskcalc
Add a scientific mode to Deskcalc.
2011-11-06 09:38:39 +00:00
devices
* detect storage controller and handle
2011-09-08 02:30:43 +00:00
diskprobe
* Really, there is absolutely no need to pass the default argument to an
2011-05-06 20:03:15 +00:00
diskusage
DiskUsage: Implement truncation in tabs labels
2011-11-13 22:20:25 -05:00
drivesetup
Patch by oco: use more regular look for size slider in DriveSetup partition
2011-10-30 17:30:11 +00:00
expander
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
fontdemo
Patch by Karvjorm : localize FontDemo ( #7349 ).
2011-10-29 15:46:26 +00:00
glteapot
Teapot 3D model data moved to app resources
2011-12-05 22:35:20 +01:00
gradients
* Minor cleanup.
2011-09-29 23:44:46 +00:00
haiku3d
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
icon-o-matic
* Style cleanup.
2011-05-06 19:39:39 +00:00
installedpackages
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
installer
Add missing break statement
2011-11-23 20:57:12 -05:00
launchbox
Fixed typo spotted by helix84.
2011-11-29 18:12:31 +01:00
login
Fix login window width to prevent time / date being cut off
2011-11-14 14:24:31 +00:00
magnify
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
mail
Make the enclosure string in the mail body translatable.
2011-12-04 09:04:35 +01:00
mandelbrot
Localized GLTeapot with a patch by taos. Removed unnecessary 'locale' again from Mandelbrot Jamfile. +alpha3
2011-05-20 16:28:11 +00:00
mediaconverter
* Fix layout problem which appeared with the introduction of CollapsingLayouter. Basically, one of the layouts expected empty columns to act like glue, which is how they worked at the time. Now use BSpaceLayoutItem::CreateGlue() to get equivalent behaviour.
2011-05-23 18:27:29 +00:00
mediaplayer
Protects against possible NULL return from dynamic_cast
2011-11-27 00:55:13 -05:00
midiplayer
* Style cleanup.
2011-05-06 19:46:55 +00:00
musiccollection
Add a simple query app to search all music files on all volumes. Entries are searched and displayed on the fly while typing the search string. The query searches for artist, album and title. After some smaller improvements it could be integrated into media player.
2011-05-14 07:08:26 +00:00
networkstatus
* Don't show the separator if there aren't any devices.
2011-06-15 20:11:35 +00:00
overlayimage
Set view non-editable. (The cursor would show up and blink if one clicked the text view.)
2011-04-15 00:01:56 +00:00
packageinstaller
Added missing localization macros.+alpha
2011-06-05 17:56:25 +00:00
packagemanager
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
pairs
Patch by Karvjorm ( #7348 ): localize Pairs application name.
2011-10-30 09:10:23 +00:00
people
Attempt to fix translation of app names of CodyCam, People and PoorMan.
2011-05-21 22:41:49 +00:00
poorman
Memory leak fix
2011-11-26 21:57:05 -05:00
powerstatus
* Minor coding style fix.
2011-05-06 19:20:39 +00:00
processcontroller
Filtered flat import of Oliver's svn package management branch
2011-11-25 06:17:07 +01:00
pulse
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.
2011-03-25 22:13:48 +00:00
readonlybootprompt
* Provided a way to define language keymap mappings, and used them to solve
2011-07-10 21:02:12 +00:00
remotedesktop
Filtered flat import of Oliver's svn package management branch
2011-11-25 06:17:07 +01:00
resedit
Style fixes
2010-08-09 13:38:54 +00:00
screenshot
Using DefaultItemSpacing() and DefaultLabelSpacing() as suggested by Axel.
2011-04-07 16:37:05 +00:00
showimage
Make the zoom "sticky" at 1.0 for about half a second when zooming with the mousewheel.
2011-06-25 04:24:54 +00:00
soundrecorder
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.
2011-03-25 22:13:48 +00:00
stylededit
Follow up commit on r41184, which removed the Edit->Clear menu item.
2011-04-06 08:47:48 +00:00
sudoku
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
switcher
* Removed TypedGroupListModel - without GCC2's covariant return type handling,
2011-05-29 08:17:27 +00:00
terminal
Terminal:Fix printing and windows settings path.
2011-12-03 20:00:39 +01:00
text_search
Removing most About windows and menu items as discussed here
2011-03-26 02:18:52 +00:00
tracker
Set the exclusive launch flag on servers, daemons, Tracker and Deskbar.
2011-04-11 12:23:51 +00:00
tv
Make the TV app support the IANA-registered tv: URI scheme, so at least it launches when you "open tv:" in Terminal.
2011-11-02 09:42:05 +00:00
webwatch
Fix WebWatch build, remove __declspec(dllexport)
2011-11-14 14:59:31 +00:00
workspaces
Style fix
2011-11-30 13:41:00 +01:00
Jamfile
Remove reference to no longer existing NetworkTime Jamfile.
2011-06-05 14:56:28 +00:00