Commit Graph

53722 Commits

Author SHA1 Message Date
Jérôme Duval
001b3b06b1 Updated expat package for x86. 2015-06-10 11:39:46 +02:00
Jérôme Duval
1f56c11b79 gzip: use the outsourced packages.
* remove gzip Jamfile from the build and gzip sources from the tree.
2015-06-10 11:26:51 +02:00
Jérôme Duval
45287a58ff Added packages for gzip. 2015-06-10 10:47:06 +02:00
Jessica Hamilton
a5bc477663 setarch: fix generation of new PATH environment variable.
* The insertion index didn't take into account the fact
  that some paths don't get added before the index is
  calculated. This resulted in the requested arch paths
  ending up in reverse if we were already in the
  requested arch environment.

Fixes #12125.
2015-06-10 14:16:08 +12:00
Janus
ae59605d24 Icon-o-Matic: fix variables name 2
* thanks to stippi for pointing out the problem.
2015-06-09 18:55:46 +02:00
Janus
c80329fa61 Icon-O-Matic: fix variables name 2015-06-09 18:08:32 +02:00
Janus
14f0e6d73d Icon-o-Matic: list views use system colors
* Fixes #10840.
* Properties view needs more work for dark themes
   (There is another ticket for that).
2015-06-09 16:04:32 +02:00
Jessica Hamilton
433838de9a libqt4: updated package which fixes pkg-config files [x86_gcc2] 2015-06-09 16:39:01 +12:00
Adrien Destugues
0e88b8d50b GPT: ignore partitions at offset 0
* This would be a GPT partition pointing to itself, leading to infinite
recursion in the GPT parser calling itself and Haiku would reset
(probably triple fault?).
* Thanks to Puck for discovering this!
2015-06-08 04:18:23 +02:00
Rene Gollent
d2a6418f63 Debugger: Cleanups, no functional change.
- Remove out-of-place accessor to type lookup info on ValueLoader.
  Instead, adjust CreateChildren() and CreateChildrenInRange() to take a
  TeamTypeInformation parameter. This can then be used by value nodes that
  need to be able to look up type information in order to properly
  publish their children, such as BList and BMessage. Refactor subclasses
  and callers accordingly
2015-06-07 21:40:05 -04:00
Rene Gollent
5ea6993dc2 Debugger: Fix edit mode redraw issue.
MemoryView:
- During edit mode, if navigating with the left or right arrow
  only resulted adjusting the focus nybble and not transitioning
  to another block, redraw wouldn't be triggered, leading to it appearing
  as if the keypress had no effect.
2015-06-07 21:39:52 -04:00
Adrien Destugues
9457b76963 hda: cleanup tracing.
* Make sure all traces are prefixed with the driver name (for easier
grepping)
* Remove some useless traces
* 80 column limit fixes
2015-06-08 00:40:53 +02:00
Janus
0a3ea2cfa4 Printers: the window has a proper minimum size
* Fixes #8675.
2015-06-07 15:24:29 +02:00
Jessica Hamilton
1c4f6196ed Add packages: lua_x86, swig_x86, tcl for x86_gcc2 2015-06-07 20:14:09 +12:00
Jessica Hamilton
9b438e176a Tracker: Find Panel - fix handling of duplicate mimetype descriptions.
Currently, Haiku has two mimetypes for MIDI files, which causes the
logic for clearing the currently marked item to sometimes fail. Instead,
when two mimetypes have the same description, the subtype is added to
the label in parentheses as is done in the FileTypes preflet.
2015-06-07 18:54:24 +12:00
Jessica Hamilton
0459d905e8 Add packages for TeX Live and LyX on x86_gcc2 2015-06-06 11:40:20 +12:00
Janus
1503b7f02b Backgrounds: saves the state of ImageFilePanel
* Fixes #8787.
2015-06-05 15:36:42 +02:00
Humdinger
38aa1d3b82 Avoid duplicate trnslation string in DNS settings view
As pointed out correctly by PulkoMandy. Thanks!
2015-06-05 09:34:30 +02:00
Humdinger
0ecdbff36a Small tweaks to Network prefs (DNS settings)
* Remove the BBox.
* Don't resize buttons when horizontally resizing the window.
* Compute the server address field width correctly by taking the label into
  account.
2015-06-05 09:15:19 +02:00
Janus
1ad18684bb Background: avoid 100% CPU usage
* There was an infinite exchange of messages between
  the main window and the BackgroundView.
* Fixes #11996.
2015-06-04 18:31:59 +02:00
Hamish Morrison
b092f872b3 fork: update the thread id in the pthread struct after forking
Otherwise the child process's main thread will inherit the thread id
of its parent and pthread operations will be directed at the wrong
thread.
2015-06-04 13:36:29 +01:00
Jessica Hamilton
42f25fe91b makebootable: add support for GPT partition tables; fixes #9291
* with #4028 implemented, we can now use makebootable on
  GPT formatted disks as well.
2015-06-04 23:03:21 +12:00
Jessica Hamilton
e20eba976b intel partitioning system: fix Jamfile
* Appears $(TARGET_ARCH) is the correct variable to use here.
2015-06-04 18:57:56 +12:00
Jessica Hamilton
d8ba3b0990 intel partitioning system: fix build for non-x86 systems
* There is no need for the Intel partitioning system to write MBR
  bootcode on non-x86 systems
* The MBR_HEADER define is used to prevent Jam from making MBR.h
  a dependency; the dependency is then specified explicitly when
  building for x86/x86_64 platforms
2015-06-04 18:35:33 +12:00
Automatic Committer
e460be6cbd Update pci.ids from pciids.sourceforge.net 2015-06-04 05:20:31 +02:00
Jessica Hamilton
11e8ecdd94 writembr: Implement support for GPT partitions, #4028.
* This should support both GPT and MBR formatted partitions.
* To boot Haiku from a GPT partition, it must have the correct
  BFS UUID for the partition.
* Tools such as gdisk/gptfdisk can create partitions with
  the correct BFS UUID.
2015-06-04 15:07:13 +12:00
Axel Dörfler
6ff95509c2 JobQueue: fixed leak, notification, added Pop() variant.
* Was leaking fQueuedJobs on destruction.
* fHaveRunnableJobSem implementation was not completed; it was never
  released.
* Added Pop() variant that is a bit more flexible, and allows for a
  timeout as well as waiting even when the queue is empty, and can
  return a status code.
2015-06-03 16:22:44 +02:00
Hamish Morrison
3375ee66bc ruby: add x86_gcc2 package for 2.2.2 2015-06-03 13:59:14 +01:00
Gerasim Troeglazov
85196dcc71 Updated QMPlay2 package 2015-06-03 14:31:48 +10:00
Gerasim Troeglazov
3f6e57e7ff Added graphite2 packages for x86_gcc2 2015-06-03 12:07:14 +10:00
Gerasim Troeglazov
b7a2e70d4b Added harfbuzz packages for x86_gcc2 2015-06-03 11:18:12 +10:00
Jérôme Duval
7b81aebcbc Add cppunit and librevenge packages for x86_64. 2015-06-02 23:05:20 +02:00
Gerasim Troeglazov
058cc97b3d Added enca packages for gcc2 and x86_gcc2 2015-06-03 06:40:47 +10:00
Jérôme Duval
47f1f22169 Update lz4, harfbuzz and sharutils packages for x86_64. 2015-06-02 20:10:06 +02:00
Hamish Morrison
9afa331102 chown: leave owner and group unchanged when values of -1 are passed 2015-06-02 16:54:40 +01:00
Murai Takashi
12d3254274 app_server: fix memory leak.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Fixes #10503.
2015-06-01 22:10:02 -04:00
Jérôme Duval
2c0a027ee7 Add boost and nspr packages for x86_64. 2015-06-02 17:17:29 +02:00
Augustin Cavalier
1639fe99db Partially revert "Zip-O-Matic: fix zipping single folder."
This partially reverts commit d1d90b0462.
The real culprit that was causing this issue is #12105, not the
zip/unzip upgrade as originally thought.
2015-06-01 21:17:03 -04:00
Gerasim Troeglazov
b5ab96b2eb Added QMPlay2 package 2015-06-02 22:12:14 +10:00
Gerasim Troeglazov
6049c972d4 Added libass, libcdio, libcddb packages for gcc2_x86 2015-06-02 22:03:43 +10:00
Augustin Cavalier
d1d90b0462 Zip-O-Matic: fix zipping single folder.
Fixes #12027. No clue why this code ever worked.
2015-06-01 20:57:45 -04:00
Augustin Cavalier
9fb72ec18e Expander: don't scroll to the end if the user modifies the scrollbar position.
Fixes #11027. This preserves the functionality of scroll-to-end while
allowing the user to interrupt it (and resume it, in the case of
extremely long archives).
2015-06-01 19:31:05 -04:00
Lioncash
1a5860e2d2 53c8xx: Fix array bounds for a setparam call.
_syncmsg is only 2 elements in size.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Fixes #11288.
2015-06-01 18:46:30 -04:00
Murai Takashi
04756e005c Fix GCC 5 suggest parentheses warning.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-06-01 18:37:24 -04:00
Murai Takashi
25122be50e Fix GCC 5 unused-variable warning.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-06-01 18:32:17 -04:00
Murai Takashi
f5abc4c08d Fix GCC 4.9 maybe-uninitialized warning.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-06-01 18:30:18 -04:00
Alexander G. M. Smith
143edb7460 docs: makefile-engine: add missing HTML tags.
Fixes #12063.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
2015-06-01 18:28:17 -04:00
Alexander G. M. Smith
88f9012805 BMessage: fix an off-by-one error in SetCurrentSpecifier.
You could set the index to be past the end of the Specifier array.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Fixes #12087.
2015-06-01 18:26:47 -04:00
Humdinger
6a7370ae68 Updated mplayer package.
Should now auto-detect CPU architecture.
2015-06-01 19:29:17 +02:00
Janus
7833a99719 BootManager: fix glitches in listview.
* Avoid labels overlapping.
* Avoid glitch on redraw partition size.
* Use system colors.
* Fix 9231.
2015-06-01 02:49:54 +02:00