Commit Graph

55265 Commits

Author SHA1 Message Date
Axel Dörfler
29871039d7 IMAP: Use BStringList instead of STL vector. 2015-12-22 19:35:09 +01:00
Axel Dörfler
e69a3a86fc strace: Added option to dump syscall stats.
* Use -c/-C (same as in Linux's strace) to enable the stat output.
* Former -c to turn of colored output is now --no-color.
2015-12-22 19:35:09 +01:00
Axel Dörfler
30ac5550f1 mail_daemon: Only show new message count for new messages.
* Ie. do not show it always when the new message count changes,
  only show it when it increases.
2015-12-22 19:35:09 +01:00
Axel Dörfler
184619e625 IMAP: removed superfluous files from the old implementation. 2015-12-22 19:35:08 +01:00
Humdinger
958bf09770 Added hint to have an updated "bison" for compiling on OS X 2015-12-22 17:46:39 +01:00
Adrien Destugues
3c5c6990bb Really fix swr_convert usage for gcc2. 2015-12-21 22:48:23 +01:00
Augustin Cavalier
6984b8554c Revert "libroot: Undefine constants for unsupported POSIX features"
This reverts commit 7aebec8db1.
As per the discussion on the mailing list.
2015-12-21 12:16:33 -05:00
Simon South
7aebec8db1 libroot: Undefine constants for unsupported POSIX features
Haiku does not yet support certain features related to POSIX threads.
Constants used to test for the presence of these features should
therefore be left undefined, according to the POSIX spec, but are
currently set to -1. This can cause software built on Haiku to
incorrectly detect the presence of these features.

* unistd.h: Undefine _POSIX_THREAD_ATTR_STACKADDR,
  _POSIX_THREAD_PRIORITY_SCHEDULING feature constants.
* conf.cpp: __sysconf: Return -1 for unsupported features.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-12-21 11:09:34 -05:00
Humdinger
349ef416e4 Updated cdrtools package for x86_64 2015-12-20 08:21:24 +01:00
Adrien Destugues
9dd9b45436 Use swresample to rematrix audio channels, try 2
This code is closer to what we used before for gcc2, and should not
crash there anymore. I could not get exactly the same code to work, but
reduced the difference to a single statement (which makes gcc2 work and
breaks gcc4). This is protected under a guard with appropriate ffmpeg
version test.

This code works for both gcc2 and gcc4 (tested with mp3 and aac files as
well as youtube videos). It still gets the timestamps wrong with ffmpeg
2.4, but I'll try to solve that another time.
2015-12-19 21:55:10 +01:00
autonielx
92734afaa2 Update translations from Pootle 2015-12-19 06:37:48 +01:00
Alexander von Gluck IV
fd7970fdc2 Add libaacs package for x86_64 2015-12-18 22:35:03 -06:00
Alexander von Gluck IV
5f24e87d7a Add libgcrypt packages for x86_64 2015-12-18 22:29:12 -06:00
Alexander von Gluck IV
4c889ee5bd Update libbluray packages for x86_64 2015-12-18 21:03:23 -06:00
Augustin Cavalier
8a822b7c85 Revert "AVCodecDecoder: use swresample to interleave audio channels."
Commit 856cc59e58 didn't really "fix"
anything; it just broke audio pretty much everywhere but YouTube,
and there videos play at 2x speed so it wasn't really worth it.

Stopgap solution for #12509.
2015-12-18 20:42:29 -05:00
Humdinger
d625b5f6bb Updated cdrtools package. 2015-12-18 18:20:11 +01:00
Humdinger
128efd5eae Added application/xhtml+xml as supported type for TextSearch 2015-12-18 18:17:56 +01:00
Guillermo Bonvehi
937aabf5a1 MediaPlayer: Added simple shortcuts to playlist.
Fixes #6562.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
I tweaked some coding style and added back the missing
B_BACKSPACE shortcut.
2015-12-17 16:52:38 -05:00
Markus Himmel
a89ac5a653 Tracker: Add dragged poses to the drag message in the correct order
The function EachPoseAndModel iterates through poses in reverse order.
This fixes #12333.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-12-17 16:25:16 -05:00
Jérôme Duval
33840df504 app_server: declare jam dependency for BitmapPainter to freetype 2015-12-17 21:51:08 +01:00
Jérôme Duval
f9b95ccd2d Revert icu* packages for x86_gcc2. 2015-12-17 20:54:16 +01:00
Jérôme Duval
6316accd29 Update icu and wget packages for x86_64. 2015-12-17 19:25:30 +01:00
Jérôme Duval
12bb78e6ce Add gcc5 package for x86 and gcc5_x86 for x86_gcc2.
* update gmp package for x86, gmp_x86 for x86_gcc2.
* update wget packages for x86 and x86_gcc2.
* update icu* packages for x86_gcc2 and x86.
* update libgpg_error* packages for x86_gcc2.
2015-12-17 18:28:57 +01:00
Automatic Committer
381c562bc4 Update usb.ids from www.linux-usb.org 2015-12-17 05:20:33 +01:00
Augustin Cavalier
928081790f WebPositive: Fix typo in SettingsWindow.
Thanks Anarchos!
2015-12-16 16:16:35 -05:00
François Revol
ffa40c8562 Add package for ThemeManager 2015-12-16 17:25:41 +01:00
Dariusz Knociński
c0349163fd Preferences/VirtualMemory: fixed crash when exiting from not fully initialized application.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-12-15 21:21:23 -05:00
Augustin Cavalier
485f533935 RWLocker: Move to kits/shared.
As requested by looncraz. A lot of stuff in IOM/MediaPlayer's
'support' directories probably should be moved to 'shared' anyway.
2015-12-15 21:15:06 -05:00
Jeroen Oortwijn
ea74aafd98 configure: Add host as valid build target in help.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-12-15 21:02:02 -05:00
Jérôme Duval
d0afcca041 Add gcc5 packages for x86_64.
* Beware that installing these packages will replace gcc and syslibs. gcc5 packages
can be used to check that packages still build correctly with gcc5, simply being
places in haikuporter packages folder.
* libstdc++ is configured for "gcc4 compatibility", this means we could switch to
this version, while maintaining binary compatibility. However a switch to the new abi
will eventually require a full rebuild of packages depending on libstdc++. For this
to happen, the affected packages should be buildable with gcc5, which can easily be done
with the addition of these packages. Mainstream packages with up to date versions are
probably already buildable with gcc5, some aren't (ie boost). All haiku-* packages are
to be checked. I'll open a provisioning ticket to track the related activities.
2015-12-14 11:44:43 +01:00
Jessica Hamilton
d691af0888 Update qt5 packages for x86_gcc2. 2002-11-13 11:08:37 +13:00
Humdinger
204407321e 64bit packages of cdrtools, haikuwebkit, youtube-dl and ubertuber
Thanks vidrep for testing those packages.
2015-12-12 22:08:32 +01:00
Jérôme Duval
9c66d4120d Update gmp package for x86_64. 2015-12-12 10:38:40 +01:00
autonielx
f7b5f43258 Update translations from Pootle 2015-12-12 06:35:29 +01:00
Humdinger
ea6fcd5055 Added x86 builds of opus and opusfile. 2015-12-10 19:31:55 +01:00
Automatic Committer
58cc0108e9 Update pci.ids from pciids.sourceforge.net 2015-12-10 05:20:24 +01:00
Jérôme Duval
db541d98a0 Updated automake, libpng, openssl and python packages.
* added automake113 and python3 packages for x86 and x86_64.
2015-12-09 23:03:53 +01:00
Humdinger
8c2efb9ee7 Added packages opus, opusfile, opus_tools 2015-12-08 21:19:33 +01:00
François Revol
8840a3d9cd Add a Device_USB_Zip icon
Just Device_USB_Floppy with some blue, feel free to make it better.
2015-12-07 17:03:29 +01:00
Alexander von Gluck IV
95a51e6e93 data/artwork: Add additional bootsplashes and motivation? 2015-12-06 09:05:06 -06:00
Dario Casalinuovo
ec7d3b4053 Move old launch_media_server to deprecated file 2015-12-06 15:09:12 +01:00
Dario Casalinuovo
1acc73c437 Deprecate media_realtime_init_* functions 2015-12-06 15:03:49 +01:00
Dario Casalinuovo
aad4b937be media_kit: Add Deprecated.cpp file 2015-12-05 19:04:52 +01:00
Dario Casalinuovo
226be01113 media_kit: General maintainance
* Move !missing_symbols.cpp in the legacy directory.
* Move useless methods in a Deprecated.cpp file.
* SetRealtimeFlags / GetRealtimeFlags are useless, they
don't make sense nowadays.
* The symbols are anyway preserved.
2015-12-05 18:59:38 +01:00
Humdinger
5fb16fc743 Updated lbreakout2 package. 2015-12-05 18:55:06 +01:00
Dario Casalinuovo
2b480e44f3 AddOnManager: Fix logic inversion 2015-12-05 13:16:00 +01:00
autonielx
6dd94f5e3a Update translations from Pootle 2015-12-05 06:34:04 +01:00
Dario Casalinuovo
f798491a8f FFmpegPlugin: Remove forgot variable 2015-12-04 12:18:52 +01:00
Dario Casalinuovo
8cd14ac0cd BMediaEncoder: Style fixes 2015-12-04 01:33:53 +01:00
Dario Casalinuovo
7f3ca22e46 AVCodecEncoder: Solve a crash at personalStudio startup
* This makes the app to start, but it's not enough
to have it show the window.
2015-12-04 01:33:53 +01:00