Commit Graph
53627 Commits
Author SHA1 Message Date
Axel Dörfler e711e6e42f Moved BJob, and JobQueue into the support kit.
* Put it in the BSupportKit namespace, following the style introduced
  with the package kit for now.
* The BSupportKit::BJob class no longer knows about the package kit's
  Context class. However, the BPackageKit::BJob class does.
* Due to the namespace juggling, a lot of files had to be touched.
* The JobQueue class remains private.
* Due to the way Haiku is built on itself, you cannot build this change
  under Haiku with an older release.
2015-05-21 21:37:01 +02:00
Automatic Committer 5f9f1ac662 Update pci.ids from pciids.sourceforge.net 2015-05-21 05:20:27 +02:00
Humdinger f425c07003 Updated Beezer package. 2015-05-19 19:08:30 +02:00
Jérôme Duval 5122e6fe7b Added enca and libass packages for x86_64. 2015-05-18 17:44:26 +02:00
Jérôme Duval d546253a4b Added x86_64 packages for lua, sdl_gfx, sdl_image, smpeg.
* Update libvorbis x86_64 package.
2015-05-18 17:36:19 +02:00
Adrien Destugues 1d9f30253d Update gcc6809 and lwtools.
* This version actually works.
2015-05-17 22:09:10 +02:00
Jérôme Duval d61c73b352 Add lcms package for x86_64. 2015-05-17 11:13:32 +02:00
Puck Meerburg 47c470c6d0 BeDecorator: Add Stack & Tile support 2015-05-16 20:23:59 +02:00
Janus 85892ec52f PoorMan: Autoresize window.
* Fix #9244.
2015-05-16 16:25:13 +02:00
autonielx 9fed3c6836 Update translations from Pootle 2015-05-16 06:37:08 +02:00
Humdinger c55993ea13 Update Sawteeth package. 2015-05-15 11:34:57 +02:00
Jérôme Duval e1e60a66bd Add xz_utils_devel package for x86. 2015-05-14 20:47:43 +02:00
Jérôme Duval f2590ad75b Add python_mako and python_setuptools packages for x86. 2015-05-14 20:36:03 +02:00
Automatic Committer e71310a066 Update pci.ids from pciids.sourceforge.net 2015-05-14 05:20:28 +02:00
Axel Dörfler 5ce80a78c9 BMessage: implemented KMessage reply.
* When you receive a message from a KMessage, and reply to it,
  it will automatically reply as KMessage, too.
* This allows to communicate with BLoopers from within the kernel
  or libroot.so.
2015-05-13 23:06:51 +02:00
Axel Dörfler 446d4dca66 Looper.cpp: fixed include order. 2015-05-13 23:06:50 +02:00
Axel Dörfler 4d50aa327c MessageAdapter: cleanup, no functional change. 2015-05-13 23:06:49 +02:00
Jérôme Duval 0efd0f54d3 Update xz_utils package for x86. 2015-05-13 00:16:34 +02:00
Jérôme Duval 65ac084f46 Update icu packages for x86.
* Add icu54 packages for x86 for compatibility.
2015-05-12 23:29:41 +02:00
Jérôme Duval 06e2e74f41 usb_modeswitch: fixed gcc4/64bit build. 2015-05-12 20:16:31 +02:00
haiqu b4c466459f Update Huawei in usb_modeswitch
Signed-off-by: Jérôme Duval <[email protected]>
2015-05-12 20:16:31 +02:00
Axel Dörfler c2bc264987 HaikuDepot: use at least strcasecmp() for sorting.
* With localized/pretty titles, the formerly used strcmp() is not
  adequate anymore.
2015-05-11 22:55:57 +02:00
Axel Dörfler d0f27e418f DiskProbe: improved initial window size.
* Also some automatic whitespace cleanup.
2015-05-11 22:55:49 +02:00
Axel Dörfler 748c0f3021 kernel: Fixed broken port tracing.
* Broken since the scheduler merge.
2015-05-11 22:55:41 +02:00
Humdinger c0ffeef275 Adding ArmyKnife package. 2015-05-11 18:10:40 +02:00
Janus 8d1603cd54 Debugger: BColumnListView supports big fonts.
* Fix #9240.
2015-05-10 23:53:55 +02:00
Jérôme Duval 73de58376a Update icu x86_64 package with namespace renaming enabled.
"Renaming" means the icu namespace is suffixed with the version number,
atm icu_55. Using "renaming" allows to use two different versions of ICU,
thus easing upgrades. For instance haikuwebkit uses a current version of ICU,
while the system uses a newer one after an upgrade.

* Replace all uses of the icu namespace in our public headers, with a macro
defaulting to icu. As the namespace is only used for private fields pointers,
there should be no impact.
* Locale kit *.cpp have to import the macro from <unicode/uversion.h> *before*
including any locale headers. Ditto for a Time preferences cpp file. This way,
the correct current icu namespace is referenced.
* Fixes bug #12057.
2015-05-10 21:52:36 +02:00
Michael Lotz 87af13952c fat: Fix time format constant, fixing debug build of FAT fs. 2015-05-10 18:31:04 +02:00
Janus 86213fcb0d Printers: printers preferences uses layout.
* Partialy fix #4178.
2015-05-09 23:20:12 +02:00
Stephan Aßmus 0cbb6c11ee Icon-O-Matic: Make GradientTransformable a BReferenceable
* Switch to using support/Referenceable.h instead of using an older copy
   of this code.
 * Make GradientTransformable a BReferenceable and fix #12033.
2015-05-09 21:38:15 +02:00
Janus 8f1823774c Printers: PDF uses layout.
* Fix Advanced settings dialog.
* Fix Fonts dialog.
* Improve Page Setup.
* Partialy fix #4178.
2015-05-09 16:52:12 +02:00
autonielx 684739c6bd Update translations from Pootle 2015-05-09 06:36:46 +02:00
François Revol 54656b39c6 stdio.h: declare fcloseall() GNU extension
Since libroot already exports it and I've found some code using it.
2015-05-08 23:46:15 +02:00
Jérôme Duval 5fab548f45 Update icu package for x86_64.
* Add icu54 package for x86_64 for compatibility.
2015-05-08 21:28:19 +02:00
Jérôme Duval c0d1a618d1 Add x86_64 packages for gpgme and its dependencies.
* Update sqlite package for x86_64.
2015-05-08 20:05:35 +02:00
Jérôme Duval 6fff70bc6d Update llvm package for x86_64. 2015-05-08 19:54:45 +02:00
Augustin Cavalier 0ccc5a5ee4 makehaikufloppy: delete.
The last change to it was 2009, in which Stephan said "I have no
idea if this even still works." With the advent of packagefs,
it's even more unlikely that it does, and there's no real need for
it anyway.

If someone happes to have a usecase as well as a patch to make it work,
we can consider re-adding it.
2015-05-08 13:34:53 -04:00
Augustin Cavalier 3ecb7fb441 3rdparty: delete CUE file.
Almost certainly doesn't work anymore, and Jam can create ISOs
if needed.
2015-05-08 13:31:02 -04:00
Augustin Cavalier fe4a91e388 ReadMe: fix typo. 2015-05-08 13:29:23 -04:00
Augustin Cavalier ae495ca8fe filesystems: we aren't BeOS, so we can safely use -O2(+). 2015-05-08 13:28:01 -04:00
Augustin Cavalier 4bb1fc1791 Tracker: get rid of fTrashContextMenu member from DeskWindow...
... as it's useless and shadowing the one in ContainerWindow.
No functional change intended, and none occurs (from my testing).

PVS message V703.
2015-05-08 13:07:35 -04:00
Augustin Cavalier eb8660457a Tracker: Model: use SetToFormat. 2015-05-08 13:02:10 -04:00
Jérôme Duval 728d237aa6 Update llvm package for x86_gcc2. 2015-05-08 16:44:50 +02:00
Hamish Morrison fb67dbf0a4 user mutex: dequeue waiters when waking them up
* This prevents the same waiter being woken multiple times, before it
  has a chance to run and dequeue itself.
2015-05-07 23:20:54 +01:00
Automatic Committer d1b6645b56 Update usb.ids from www.linux-usb.org 2015-05-07 05:20:32 +02:00
Automatic Committer 600f975f36 Update pci.ids from pciids.sourceforge.net 2015-05-07 05:20:30 +02:00
Jérôme Duval f17050992b Update llvm package for x86. 2015-05-06 23:22:46 +02:00
Jérôme Duval 1d1613ffa9 Updated unzip packages.
* Fix extraction of symbolic links, ticket #12042.
2015-05-06 19:21:42 +02:00
Janus 7a2aced4bf MediaPlayer: playlist uses system colors.
* Partialy fix #10840.
2015-05-06 18:59:24 +02:00
Janus d54a4f43cc BColumListView: uses system colors.
* Partialy fixes #10840.
2015-05-03 19:28:23 +02:00