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
Janus
f9f8bce6d2
Printers: fix glitches in PrinterListView and JobListView.
...
* Fix 12103.
2015-05-31 21:30:29 +02:00
Hamish Morrison
162ae6204b
tcp: wait for connection to complete before notifying B_SELECT_WRITE
2015-05-31 17:30:00 +01:00
Hamish Morrison
2d5706f792
net_socket: notify of socket errors immediately when selected
2015-05-31 17:29:55 +01:00
Janus
03f60b036c
Printers: remove unused header
2015-05-30 21:42:04 +02:00
Janus
51c4f366c4
Printers: use a vector icon for the overlay checkmark.
...
* The checkmark is a McClintock's icon (Pref icon without the shadow)
2015-05-30 20:34:00 +02:00
Janus
8914c88dab
StyledEdit: add navigation menu to status bar.
...
* Fix #12099 .
2015-05-30 11:14:27 +02:00
autonielx
cf9328df22
Update translations from Pootle
2015-05-30 06:35:49 +02:00
Jessica Hamilton
7919d6569f
Revert "FilePanel: re-parenting the PoseView to get shortcuts to work"
...
This reverts commit 89486c9276
.
2015-05-30 14:04:48 +12:00
Jessica Hamilton
bcf6650e4f
libxml2_x86: update to fix use of xml catalogs
...
* Now correctly searches /boot/system/data/xml/catalog for
files containing xml catalogs
* This fixes use of docbook stylesheets with xsltproc
2015-05-30 14:01:35 +12:00
Jessica Hamilton
89486c9276
FilePanel: re-parenting the PoseView to get shortcuts to work
2015-05-30 13:39:46 +12:00
Humdinger
7b897448a9
Added CatKeysEditor
...
see https://github.com/puckipedia/BeLocalized
2015-05-29 18:20:46 +02:00
Humdinger
ea8395e241
Added MIME tpe for catkeys
...
Added x-vnd.be.locale-catalog.plaintext for catkeys, as created with
the makefile_engine via "make catkeys".
2015-05-29 18:18:00 +02:00
Gerasim Troeglazov
8c0f3653d0
Updated libftdi, confuse, avrdude and avr_libc packages for gcc2_x86
2015-05-29 21:45:19 +10:00