53458 Commits

Author SHA1 Message Date
Augustin Cavalier
1b1789a711 TextSearch: use the layout API. 2015-03-31 20:02:08 -04:00
Augustin Cavalier
90ce311356 TextSearch: normalize copyright headers. 2015-03-31 17:52:05 -04:00
Augustin Cavalier
5f25359909 TextSearch: remove legacy Translation.h. 2015-03-31 17:45:14 -04:00
Augustin Cavalier
696f4254ca TextSearch: trim trailing whitespace. 2015-03-31 17:42:02 -04:00
Augustin Cavalier
05840b4c2a TextSearch: don't save the 'show contents' option.
Also get rid of the redundant menu option.
2015-03-31 17:38:54 -04:00
Augustin Cavalier
c28822e799 TextSearch: RDEF tweaks. 2015-03-31 17:18:02 -04:00
Jérôme Duval
94c4bba0ad Updated patch, wget, which packages. hrev48968 2015-03-31 20:21:37 +02:00
Axel Dörfler
213f3cdb69 Network: preselect first item, make device view resizable.
* After start, the first item will now be selected.
* The InterfaceAddressView will no longer restrict its width, so
  that the window doesn't have to be resized anymore when switching
  to it.
* This implements ticket #11923.
hrev48967
2015-03-31 18:00:23 +02:00
Axel Dörfler
a526734858 Network: gcc 4 build fix. hrev48966 2015-03-31 16:52:42 +02:00
Augustin Cavalier
8e655993c3 Tracker: default HideDotFiles to false (again).
As discussed on the ML.
hrev48965
2015-03-31 10:10:36 -04:00
Axel Dörfler
6257ef9246 Network: let add-ons replace themselves by name.
* Ie. an add-on "Super duper service" in ~/config will override
  one with the same name in /system (and non-packaged in packaged,
  etc.).
* Fixed size of the scroller to ignore the content size vertically.
hrev48964
2015-03-31 14:45:17 +02:00
Axel Dörfler
1aaa0c2142 Package Kit: FetchFileJob now contains package size.
* So that you know how much already was, and still has to be downloaded.
* Automatic whitespace cleanup.
* The link in FetchFileJob.h did not fetch the correct header under
  Haiku anymore (since the addition of the private headers to the
  image).
hrev48963
2015-03-31 13:40:42 +02:00
Axel Dörfler
b49e806d3d Deskbar: minor style cleanup. 2015-03-31 13:40:37 +02:00
Alexander von Gluck IV
bc02619755 serialconnect: Fix baudrate submenu
* kBaudrates is an int not a char
* Just look at first kBaudrates member to figure out array size.
* Drop a few *extremely* uncommon speeds that you'll never see to
  shorten the list.
hrev48962
2015-03-30 17:48:44 -05:00
Jérôme Duval
e5d75a0920 Update the ca_root_certificates package. hrev48961 2015-03-30 20:59:58 +02:00
Gerasim Troeglazov
9a25c1dbbd Update NanoSVGTranslator package hrev48960 2015-03-30 13:05:19 +00:00
Gerasim Troeglazov
c57c52b1cc Add NanoSVGTranslator package hrev48959 2015-03-30 12:45:22 +00:00
Augustin Cavalier
2ead925e2f Tracker: fix extra border in spatial mode. hrev48958 2015-03-29 18:36:51 -04:00
Augustin Cavalier
a1fc016c14 Tracker: allow opening the desktop as a window in navigator mode.
Fixes #9610.
2015-03-29 18:35:20 -04:00
Augustin Cavalier
4e35726354 Tracker: add "hide dotfiles" option to the GUI & enable it by default.
Changing this many lines of code to add a single boolean preference
is absolutely insane. We need a new preference-tracking system, and
one that can be reused in other applications, too.

Fixes #9200.
hrev48957
2015-03-29 18:10:51 -04:00
Augustin Cavalier
f24bfb3e90 icons: delete the App_BeShare icon.
BeShare now uses it and has it in its tree, so no need to keep
it here.
2015-03-29 18:10:48 -04:00
Humdinger
97f5ebc1ae Sentence casing... hrev48956 2015-03-29 19:48:53 +02:00
Michael Lotz
0e24bb020b UserlandFS: Fix detection when a file system should be deleted.
This was a regression from hrev39870 where a private Referenceable class
was replaced with BReferenceable. Referenceable::RemoveReference()
returned a boolean to indicate whether the last reference was released
while BReferenceable::ReleaseReference() returns the previous reference
count.

A file system would therefore be deleted when any but the last reference
to it would be released (when multiple volumes of that file system were
mounted and one of them was unmounted) and leaked otherwise (when only
one volume of that file system was mounted and then unmounted).

Fixes #11718.
hrev48955
2015-03-29 17:46:47 +02:00
Michael Lotz
5f396f6a00 UserlandFS: Some whitespace cleanup. hrev48954 2015-03-29 16:25:18 +02:00
Michael Lotz
ffba66060b UserlandFS: Make 64 bit clean and enable build for x86_64.
I did not bother to fix the BeOS kernel emulation, so this part is
still left out of the x86_64 build.
2015-03-29 16:25:17 +02:00
Gerasim Troeglazov
47ff5824b8 Update djvutranslator and djvuviewer packages hrev48953 2015-03-29 12:13:53 +00:00
Murai Takashi
cddfcf2f87 Fix incorrect initialization.
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
hrev48952
2015-03-29 11:01:31 +02:00
Jérôme Duval
5c63f9d60d Makes the Haiku package depend on Expander extraction tools
.. for regular builds. Helps with #11928.
2015-03-29 11:01:30 +02:00
Alexander von Gluck IV
3f80e2801f loader/fatfs: Fix tracing hrev48951 2015-03-28 17:36:53 -05:00
Alexander von Gluck IV
115ac6bcae arm/mailbox: Load mailbox base from FDT in loader hrev48950 2015-03-28 16:56:50 -05:00
Jérôme Duval
f5e61f7174 libroot.so: libc-lock.h: use a pthread mutex based impl.
* based on current glibc sysdeps/nptl/bits/libc-lock.h file.
* include missing headers which were previously included by libc-lock.h.
* This fixes #11182.
hrev48949
2015-03-28 22:02:53 +01:00
Alexander von Gluck IV
c6a4fee579 loader/u-boot: Use FDT serial info to create uart
* drop my fdt tests
* we have to call fdt parsing code *after* cpu_init (why?)
* pass fdt pointer to all FDT support calls to avoid confusion
  once we get into the kernel land
* look for PL011 compatible uart and use it
* Add some saftey checks to serial putc code to avoid null*
* fdt_node_check_compatible returns 0 on success not 1
* fdt_get_device_reg needs to add the SOC base to the result
* fdt_get_device_reg might need to add the second range cell
  instead of reg?
hrev48948
2015-03-28 15:52:16 -05:00
Alexander von Gluck IV
3d02d66b03 rpi2: Begin using internal FDT 2015-03-28 14:33:58 -05:00
Alexander von Gluck IV
7b1ea45c34 FDT: Add dts for Raspberry Pi 2 from upstream FreeBSD
* Next steps are to begin using reg-addresses instead of
  hard coding them at build time.
hrev48947
2015-03-28 08:39:57 -05:00
Michael Lotz
3384ca1a7b rootfs: Fix wrong comparison for buffer reuse on rename.
The comparison to decide whether or not to reuse the name buffer when
renaming a rootfs entry was reversed. For renames where the new name
was longer than the old one this resulted in writing beyond the name
buffer and corrupting random kernel memory.

A likely candidate for this to be triggered was when a audio cd was
renamed due to a CDDB lookup, as the placeholder "Audio CD" is quite
short and the actual CD name is usually longer.

Fixes: #10259. Possibly fixes the related #9528 and #9858.
hrev48946
2015-03-28 12:18:29 +01:00
Gerasim Troeglazov
3dc2b74b6f Add DjVuViewer and DjVuTranslator packages for x86_gcc2 hrev48945 2015-03-28 10:13:53 +00:00
Gerasim Troeglazov
01aff382a7 Add djvulibre packages for x86_gcc2 hrev48944 2015-03-28 09:52:33 +00:00
Jérôme Duval
c5b66b40ab use macro instead of attributes for weak aliases. hrev48943 2015-03-28 09:41:40 +01:00
Jérôme Duval
d789b5e208 ice1712: fix debug build 2015-03-28 09:41:39 +01:00
autonielx
83d05088a3 Update translations from Pootle hrev48942 2015-03-28 06:31:11 +01:00
Jérôme Duval
452809de11 Update libpng packages. hrev48941 2015-03-27 23:16:13 +01:00
Augustin Cavalier
1f35b0186b pkgman: fix build. hrev48940 2015-03-27 16:59:18 -04:00
Augustin Cavalier
74de74358a pkgman: fix problems pointed out by Jerome & Axel. hrev48939 2015-03-27 16:47:54 -04:00
Jérôme Duval
8ee7375aa0 don't redefine __weak_reference. hrev48938 2015-03-27 21:40:47 +01:00
Augustin Cavalier
c771066bd2 pkgman: cleanup output.
This makes the progressbars disappear after the download is complete,
as well as reducing the number of lines for most actions to 1 instead
of 3-4.
hrev48937
2015-03-27 16:16:13 -04:00
Jessica Hamilton
8667d6c758 pkgman: replace install/uninstall pairs with upgrade text.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
I fixed some bugs and removed some code duplication.
2015-03-27 16:16:11 -04:00
Augustin Cavalier
e22040efac pkgman: make progressbar work properly when the width is < 70. 2015-03-27 16:16:09 -04:00
Jérôme Duval
9f543f8044 Fix unittests build. hrev48936 2015-03-27 20:37:23 +01:00
Jérôme Duval
b43255eb85 Update icu packages. hrev48935 2015-03-27 20:24:02 +01:00
Jérôme Duval
4a9c56f6c7 x86_64: fenv.c needs __weak_reference()
* the weak symbol feenableexcept wasn't available.
2015-03-27 20:16:57 +01:00