Adrien Destugues
bb132940c3
Add package for Sawteeth.
2015-04-26 22:12:12 +02:00
Stefano Ceccherini
63effa099c
Fix typo (missing pointer dereference).
...
Found by PVS-Studio developer Svyatoslav Razmyslov.
Also update my email address.
2015-04-26 22:02:04 +02:00
François Revol
b211592822
zipomatic: notify an error when /bin/zip is missing
...
Since zip has been outsourced, it's possible to loose it when
upgrading, in which case ZOM went busylooping without noticing the
thread actually never started.
At least now it says "failed to create the archive".
Maybe it should try to install zip?
2015-04-26 20:33:33 +02:00
Augustin Cavalier
3733598912
Tracker: delete more non-Haiku code.
2015-04-26 14:01:05 -04:00
Augustin Cavalier
4a6014fe23
Tracker: fix PoseView border in FilePanels.
2015-04-26 13:58:36 -04:00
Adrien Destugues
9ac06d90b1
ffmpeg: fix compatibility with Media server.
2015-04-26 14:11:48 +02:00
Adrien Destugues
a8ee0de7ea
Make qt4 package installable again.
2015-04-26 10:49:00 +02:00
Adrien Destugues
eb5fc5a7c1
Update qt4 packages for icu 55.1.
2015-04-25 21:45:26 +02:00
Adrien Destugues
32cc744b8c
Add dosbox and libedit_x86.
2015-04-25 20:07:46 +02:00
Adrien Destugues
296867b5cf
Add CriticalMass and update cmake.
2015-04-25 19:22:48 +02:00
Janus
3c7469c1c1
DataTranslations: Put the dragged translators in the nonpackage dir.
...
* Fixes #12008
2015-04-25 19:08:05 +02:00
Adrien Destugues
9ea04c4dc7
Add package for VLC 0.8.6i.
...
* Update fmpeg to include GPL code (needed by VLC).
* Update libebml with fixed headers.
2015-04-25 17:57:16 +02:00
Adrien Destugues
94d0d42372
HaikuWebKit 1.4.11.
...
* Built against ICU 55.1.
2015-04-25 15:03:52 +02:00
Adrien Destugues
2b7f655db0
Update boost for ICU 55 upgrade.
2015-04-25 15:03:51 +02:00
Janus
a482dbd51e
DataTranslations: Fix duplicate fields.
2015-04-25 13:56:33 +02:00
Janus
7bfb4a1eb8
DataTranslations: use layout, standard format.
...
* Small layout fix.
* Fixes #11999 .
2015-04-25 12:02:45 +02:00
autonielx
10d3384452
Update translations from Pootle
2015-04-25 06:27:26 +02:00
Fredrik Holmqvist
bd7a8d8329
Temporarily hardcode ACPI _REV to 2 until we upgrade ACPICA.
...
Some manufacturers (Dell, HP, ..) use this value to detect Windows and
only do proper setup in this case. Now we pretend to be Windows as well.
This may cause some things to behave different or stop working.
Please keep this in mind.
For more information see:
http://mjg59.dreamwidth.org/34542.html
7af0021968 (diff-76c5dc94fc085f5e3e2d17e6304f3ae0L186)
2015-04-24 21:51:50 +02:00
Gerasim Troeglazov
4eea074142
vst_host: use FindPaths instead find_directory
2015-04-24 21:30:38 +10:00
Janus
d9c440a536
DataTranslations: use layout, standard format.
...
* Fix jpeg, jpeg2000.
* Partialy fixes #11999 .
2015-04-24 08:20:03 +00:00
François Revol
a2ddc1c06e
Fix CompileDTS rule to locate the device tree blob properly
...
This avoids having to call it from the BoardSetup files.
2015-04-24 02:27:55 +02:00
Michael Lotz
8361c0f11a
ActivityMonitor: Fix leak of message when saving settings.
...
Adding a message to a message does not transfer ownership.
2015-04-23 23:13:20 +02:00
Michael Lotz
ea9f4d993c
Tiny whitespace cleanup only.
2015-04-23 23:12:23 +02:00
Michael Lotz
5919f6d4af
screen_saver filter: Fix use-after-free on destruction.
...
Stop watching nodes before quitting and therefore deleting the looper
that was subscribed.
2015-04-23 23:09:40 +02:00
Michael Lotz
5d05694ad6
kernel guarded heap: Implement allocations debugger command.
...
It can be used to dump the current heap allocations with their details
and stack traces if enabled.
2015-04-23 23:04:38 +02:00
Michael Lotz
453ee84e23
kernel guarded heap: Also store team id for allocations.
2015-04-23 23:01:53 +02:00
Michael Lotz
337c4ccf01
kernel debugger: Use memcpy for stack trace on kernel stack.
...
If it was already determined that the memory is within the kernel
stack, a simple memcpy is enough.
This allows capturing kernel stack traces in situations where a fault
handler cannot be installed (i.e. where one is already installed).
2015-04-23 22:54:45 +02:00
Michael Lotz
c14658c763
keyboard input device: Fix 64 bit debug build.
2015-04-23 22:50:10 +02:00
Michael Lotz
26bebb13a1
usb_hid: Avoid read/writing past allocations with report items.
...
When extracting/inserting report items there might not be a full uint32
available in the report anymore. Only copy as many bytes as are actually
needed by the report item and guaranteed to be present in the report.
2015-04-23 22:50:10 +02:00
Michael Lotz
87c27f4f27
usb_hid: Fix copy length of key state array.
...
Twice the size was copied due to a missed adjustment in hrev31839,
reading past the key state array. This didn't cause any corruption
because the overwritten state wasn't used anymore later on and the
write didn't overrun. It could cause a crash however if the read went
past the allocated area.
2015-04-23 22:50:10 +02:00
Michael Lotz
0034a3c515
usb_hid: 80 character limit cleanup.
2015-04-23 22:50:09 +02:00
Michael Lotz
127092c594
usb_hid: Rename cookie flag define to be more descriptive.
2015-04-23 22:50:09 +02:00
Michael Lotz
25f723de85
usb_hid: Let protocol handlers know of their closing.
...
On close a flag is set in the cookie of this user of a protocol handler
and the device cancels its pending transfer. This wakes up any possible
listeners. When the closed flag is set, an error code is returned from
_ReadReport() which causes the retry loop to be left. Handlers listening
on the same device which were not closed just retry the transfer.
This ensures that closing a device will cause pending control requests
to complete with a sensible error code.
2015-04-23 22:50:09 +02:00
Gerasim Troeglazov
6653e74873
vst_host: remove vstplugin folder creation, code clean-up
2015-04-23 21:37:54 +10:00
Janus
b5118c36cc
DataTranslations: use layout, standard format.
...
* Fix icns, ico.
* Small fix.
* Partialy fixes #11999 .
2015-04-23 10:21:26 +00:00
Janus
2d00a953c7
DataTranslations: use layout, standard format.
...
* Small fix.
* Partialy fixes #11999 .
2015-04-23 08:32:29 +00:00
Automatic Committer
d312a25031
Update usb.ids from www.linux-usb.org
2015-04-23 05:20:26 +02:00
Automatic Committer
83fe85b404
Update pci.ids from pciids.sourceforge.net
2015-04-23 05:20:24 +02:00
Janus
c2751c41b7
DataTranslations: use layout, standard format.
...
* Fix gif, hvif, png, psd, tga.
* Partialy fixes #11999 .
2015-04-22 23:19:00 +00:00
Janus
037bc75e7f
DataTranslations: use layout, standard format.
...
* Fix webP, ppm, sgi, tiff, wonderbrush.
* Partialy fixes #11999 .
2015-04-22 21:03:52 +00:00
Adrien Destugues
e3552201be
Add packages for Samba and Twolame
...
* More VLC dependencies.
2015-04-22 21:12:01 +02:00
Janus
b70b9a384d
DataTranslations: use layout, standard format.
...
* Fix bmp, exr, pcx, raw.
* Partialy fixes #11999 .
2015-04-22 16:44:09 +00:00
Janus
5871779df8
DataTranslations: sort translator list.
...
* Fixes #10353 .
2015-04-22 16:44:01 +00:00
François Revol
83b9ad27c9
libtool: update packages, add gcc4 version
2015-04-22 16:14:37 +02:00
Gerasim Troeglazov
3e6f186242
Added mda_vst package for x86_gcc2
2015-04-22 23:14:41 +10:00
Gerasim Troeglazov
7a8db36852
Added MailNews package for x86_gcc2
2015-04-22 23:10:25 +10:00
François Revol
5c2425a61e
PPC: fix COFF bootloader entry point
...
The concept of entry point in COFF is actually different than in ELF.
In COFF, the entry point is actually a "descriptor" (pointer) to the actual
start code. So we patch the entry point address when calling objcopy.
Now my old Performa 5400/180 actually starts the loader correctly \o/
2015-04-22 02:43:35 +02:00
François Revol
ade89bf38e
PPC: simplify the bootloader linker script
...
the OF 2.0 COFF loader skips sections other than
.text .data and .bss, so merge others into those three.
2015-04-22 02:43:34 +02:00
Janus
853598431c
Preferences: Consistent buttons position and spacing.
...
* Fix DataTranslations.
* Fix Touchpad.
* Fixes #5230 .
2015-04-21 21:15:20 +00:00
Adrien Destugues
510eb73653
Add libdca
...
* Another dependency of VLC 0.8.6…
2015-04-21 21:38:56 +02:00