Source Activity
Trac Timeline
Updated: 1 hour 37 min ago
Sun, 2010-03-14 20:37
- 1 edit in haiku/trunk/src/apps/devices/pci.ids
update pci idsO
Sun, 2010-03-14 18:52
- 1 edit in haiku/trunk/src/add-ons/kernel/drivers/bus/firewire/fw_raw.c
pass the firewire comm cookie instead of the bus driver cookie
Sun, 2010-03-14 15:40
- 1 edit in haiku/trunk/data/image_directories/home-config-settings-printers-save-as-pdf.rdef
Reverted r35043. The "Save as PDF" printer could not save to
a PDF file, because it could not locate the "Print To file"
transport add-on.
Sun, 2010-03-14 14:53
- 1 edit in haiku/trunk/src/apps/screenshot/ScreenshotWindow.cpp
Dummy strings used as size indicators should not be localized.
Sun, 2010-03-14 14:39
- 1 edit in haiku/trunk/src/apps/aboutsystem/Utilities.cpp
Identifiers in BMessages should not be localized.
Sun, 2010-03-14 14:13
- 4 edits2 moves5 adds62 deletes in haiku/trunk
* moved tiff public headers to headers/libs/tiff
* build shared and static libraries for libtiff, cleaned libtiff sources
* TIFFTranslator now uses this library
I used 3.8 as library version as it seems the API didn't change since then
Sun, 2010-03-14 12:54
- 1 edit in haiku/trunk/src/kits/interface/SeparatorItem.cpp
Set the preferred height of the separator to be always even, since, and center
the horizontal lines which represents it to the actual bounds. Should fix
#5440.
Sun, 2010-03-14 12:15
- 1 copy in haiku/trunk/src/libs/tiff
copied libtiff 3.9.2 to trunk
Sun, 2010-03-14 12:08
- 470 adds in haiku/vendor/libtiff/current
import of libtiff 3.9.2
Sun, 2010-03-14 12:05
- 2 adds in haiku/vendor/libtiff
libtiff vendor dir
Sun, 2010-03-14 11:37
- 1 edit in haiku/trunk/src/libs/png/Jamfile
adjusted png library version as suggested by Oliver. I hope I got it right!
Sun, 2010-03-14 10:16
- 2 edits in haiku/trunk/src/apps/bootman
Fixed UI issues:
* Centered "file" text control and "select" button vertically.
* Made "file" text control smaller, so it is not overlapped by "select"
button.
* Updated the scroll bar proportions in the "partitions" list.
* Positioned rows in "partitions" list correctly so they do not overlap.
* Increased row height, so the text control always fits into it.
* Centered "show" check box vertically.
Sun, 2010-03-14 10:10
- 1 edit in haiku/trunk/src/apps/activitymonitor/ActivityView.cpp
Subtract the dragger size more consequently from the legend frame, fixing the
ugly big color indicators.
BTW, I noticed that the ActivityView is not really using layout management at
all. But with the incomplete archiving features, this probably wouldn't work
too well anyway.
Sun, 2010-03-14 07:19
- 1 edit in haiku/trunk/build/jam/OptionalPackages
Added BeAE as an optionalpackage, so far just for gcc2 builds, might also work on gcc4, but haven't tested that yet.
Sat, 2010-03-13 19:41
- 2 edits1 delete in haiku/trunk
Removed vim, since it is now available as an optionalpackage.
Sat, 2010-03-13 18:38
- 1 edit in haiku/trunk/src/add-ons/translators/png/PNGTranslator.cpp
libpng API changed, adapted PNGTranslator accordingly
Sat, 2010-03-13 18:30
- 19 edits1 copy2 deletes in haiku/trunk
updated libpng to 1.4.1
Sat, 2010-03-13 18:28
- 1 edit in haiku/trunk/src/apps/launchbox/MainWindow.cpp
Fixed completely broken restoration of the path as the main means to refer to
an application location. It was basically always using the fallback of launching
apps by signature... Should fix #5458.
Sat, 2010-03-13 18:08
- 1 edit in haiku/trunk/build/jam/OptionalPackageDependencies
Moved tar to be a MandatoryPackage.
Sat, 2010-03-13 18:02
- 1 edit in haiku/trunk/src/bin/Jamfile
Removed tar from the Jamfile instead of just commenting it out.