Commit Graph

38738 Commits

Author SHA1 Message Date
Alexander von Gluck IV
28ff2040e9 myself and #c++ think this really doesn\'t do anything good, removing to ensure the Beceem Wimax driver compiles under gcc2... also removes a warning on gcc4
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40853 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 21:33:57 +00:00
Jonas Sundström
cb9c3e9ced Support added to the resource compiler and resource definition files (.rdef) for application name catalog reference. Please review.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40852 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 19:04:59 +00:00
Alexander von Gluck IV
17202e2f0f add newlines after case breaks to enhance readability
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40851 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 18:30:16 +00:00
Alexander von Gluck IV
4b7b79d52f fix a few missed style corrections in BeceemCPU; style cleanup in BeceemDDR; no functional change
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40850 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 18:26:19 +00:00
Fredrik Holmqvist
1687edd0fd Final set of style cleanup patches by John Scipione as part of #7052.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40849 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 16:57:59 +00:00
Joachim Seemer
044f12ae62 Localization of screensavers. Fixes #7326.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40848 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 16:42:58 +00:00
Fredrik Holmqvist
1ad8c760ed More style cleanup patches from John Scipione as part of #7052.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40847 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 15:57:48 +00:00
Alexander von Gluck IV
e0728fa558 BeceemCPU style cleanup, little functional change
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40846 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 15:54:37 +00:00
Matt Madia
7b2a8eeb1c Refactored a bit, to reduce duplicate commands. No functional change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40845 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 15:38:20 +00:00
Matt Madia
2a8ccc52be Some cleanup. No functional change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40844 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 15:10:31 +00:00
Philippe Saint-Pierre
d020e3568f Screenshot
* Fix violations to coding guidelines
 * Error checks on the received entry_refs
 * Typo in comment

Thanks Axel!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40843 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 14:14:37 +00:00
Siarzhuk Zharski
d099bb8b90 Belarusian, Finnish, Russian and Ukrainian translations are updated from HTA.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40842 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 13:31:56 +00:00
Matt Madia
0356e97fc0 Corrected Tar's jam code. A GCC 4[hybrid] will now use the gcc 4 binary.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40841 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 13:15:03 +00:00
Matt Madia
7c0e083c40 Corrected GetText' jam code. It will now be added to a pure gcc2 package.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40840 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 13:11:24 +00:00
Matt Madia
b82b73b49e Remove EtPan left over.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40839 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 12:03:46 +00:00
Jérôme Duval
0f4ab8dfd3 Comparing with i915 DRM:
* add a INTEL_TYPE_915M type to be used by 0x2592 (mobile version)
* 0x2e32 is actually non mobile, added its brothers 0x2e02, 0x2e12, 0x2e22, 0x2e42, 0x2e92
* 0x27a2 is actually mobile.
* added 0x2972, 0x2982, 0x2992 for INTEL_TYPE_965 type, and 0x2a12 for INTEL_TYPE_965M.
* added corresponding entries in intel_gart.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40838 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 11:57:20 +00:00
Stephan Aßmus
670fbd136a Typo fixed and debug left-over removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40837 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 10:34:16 +00:00
Stephan Aßmus
45739d5d4b * Added creation of default indices, as are currently present on regular Haiku
volumes. I've decided not to put this into InstallerInitScript, as I reckon
   the script is to customize the installation process more than to be a critical
   part of the process.
 * Make mirroring the existing indices onto the target volume ignore more errors.
This should be the final fix for ticket #7320.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40836 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 10:25:25 +00:00
Clemens Zeidler
13ee057787 Fix spelling, thanks Jérôme!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40835 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 09:41:11 +00:00
Jérôme Duval
0961433d2a Patch from diver (bug #7329) with cleanup by myself: remove excessive localization
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40834 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 09:33:39 +00:00
Clemens Zeidler
6c6f425ceb Remove EtPan left over. Thanks Matt.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40833 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 08:07:17 +00:00
Clemens Zeidler
f5a2f7b79d Set progress after the body has been fetched. This fixes #7255.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40832 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 07:49:00 +00:00
Clemens Zeidler
8c018efae7 Add some check if we are still connected.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40831 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 07:42:20 +00:00
Clemens Zeidler
faad334022 Fix endless loop when try to logout and the connection is already lost.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40830 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-06 07:36:45 +00:00
Matt Madia
2440159a1e Repackaged WebPositive:
* fixed the displayed attributes in Tracker (eg, Size, Modified, ...)
 * added .OptionalPackageDescription
Noticed by diver. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40829 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 23:11:48 +00:00
Matt Madia
cbed190f71 Removed no longer needed TODO.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40828 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 22:56:01 +00:00
Matt Madia
50ca9a25c9 As per Ingo's comment 13 in #7286, removed support for isGCCAgnostic.
There should be separate gcc 2 and gcc 4 packages instead.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40827 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 22:55:31 +00:00
Philippe Saint-Pierre
c6d2f9af2c Screenshot
* Consider the message that the FilePanel returns and add the path to the output destination MenuField.

Ticket #6886


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40826 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 22:13:12 +00:00
Matt Madia
6d53e80072 Added isCDPackage to Vim, as GetText already has isCDPackage set to true.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40825 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 21:08:28 +00:00
Matt Madia
280a51c2b8 Removed the isCDPackage argument for Curl and SQLite.
This allows WebPositive to run on LiveCD (ISO) images again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40824 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 20:28:30 +00:00
Matt Madia
2f860da9e3 Some cleanup. No functional change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40823 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 20:12:30 +00:00
Jérôme Duval
272551646d update ecj package with a script fix, bootclasspath wasn't handled correctly.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40822 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 18:26:00 +00:00
Matt Madia
39fcca5b5a Listed OpenSSL as a dependency for Curl.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40821 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 18:02:57 +00:00
Stephan Aßmus
df4e063a13 Of course I did not get this right on first try... the targetDevice
was taken from sourceDirectory, and fs_read_index_dir does not set
errno when returning NULL (i.e. no more index entry), which resulted
in the logic to think an error happened, but it only carried over from
fs_create_index() when the index already existed. I think lsindex
needs to be fixed as well, since it checks errno after
fs_read_index_dir(). In case fs_read_index_dir() is supposed to set
errno, it should reset it internally before it's possible to encounter
any error.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40820 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 17:37:24 +00:00
Jérôme Duval
8775d8d25d dir_remove() now handles a path which ends with "/./" and fixed #6817.
Another way would be to disallow removing such a path, as Linux does.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40819 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 17:17:19 +00:00
Fredrik Holmqvist
1075cc34a0 Missed these as part of r40817. Style cleanup by John Scipione from bug 7052.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40818 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 16:33:57 +00:00
Fredrik Holmqvist
c562239723 Even more style clean up patches by John Scipione from bug 7052.
(I modified BeMenu.h to have consistent style for pointer variables.)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40817 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 16:22:42 +00:00
Stephan Aßmus
a2dc49b516 * Mirror all the indices from the source volume to the target volume.
Note that it would have been an option to invoke mkindex, which has
   a similar mirroring option, in the InstallerInitScript, but I favor
   making Installer depend on as few external tools as possible.
 * Very small cleanup in _PerformInstall(). It should be broken up more
   into individual methods.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40816 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 16:14:52 +00:00
Fredrik Holmqvist
4ec67d2b37 Patches from John Scipione as part of bug 7052.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40815 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 15:52:49 +00:00
Fredrik Holmqvist
62a78b3566 Style cleanup patches by John Scipione from bug 7052. (Modified header to have consistent style).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40814 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 15:40:24 +00:00
Jonas Sundström
4d15b48647 Reordering for readability.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40813 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 12:11:45 +00:00
Clemens Zeidler
4e401f8153 Fix crash when opening a new mail. Thanks Jonas.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40812 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-05 00:18:25 +00:00
Jonas Sundström
cd7548f537 Some apps get the name lookup attribute.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40811 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 22:34:20 +00:00
Clemens Zeidler
c8057498b3 One more sanity check.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40810 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 21:31:11 +00:00
Jonas Sundström
fca835f134 Style fixes. Thanks, Axel!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40809 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 18:42:48 +00:00
Axel Dörfler
65763c9728 * Fit image to the view bounds again after a rotation (it's quite annoying when
you suddenly only see part of the image). This could be improved by only doing
  so if the image was fit before, too.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40808 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 18:04:10 +00:00
Scott McCreary
8723d9bbb5 Added doxygen as an OptionalPackage
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40807 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 16:39:31 +00:00
Joachim Seemer
d4f58f5cf9 Added DateTimeView.cpp to Jamfile to DoCatalogs. Thanks diver for pointing that out in #7278.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40806 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 14:34:01 +00:00
Jonas Sundström
ec3ead230b Style fixes. Doxygen comment. Use standard strchr function.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40803 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 11:11:03 +00:00
Ryan Leavengood
8a99b1dc31 Apply patch from stimut to avoid a C++ exception in the JPEGTranslator.
Should fix the remaining issue on #6975.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40800 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-04 03:21:53 +00:00