Clemens Zeidler
79bdca0650
Revert r41129 to get history back.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41133 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 08:10:26 +00:00
Jonas Sundström
2d93b5283f
Set Escape as shortcut for BAlert Cancel option.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41132 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 07:43:41 +00:00
Jonas Sundström
77e2c2dad3
Have ConfirmChangeIfWellKnownDirectory() protect the folders Common, Desktop, Root and Trash from renames and moves. Shift-key dialog protection added for the Home folder. Attempts on Desktop, Root and Trash are blocked silently. I admitt it's a bit odd to protect these so resolutely, unlike system, common and home, which are truly essential to the system. Would it be patronizing to enforce a stricter regime?
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41131 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 06:44:46 +00:00
Clemens Zeidler
5a63a4576e
Delete old c files.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41130 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 02:23:07 +00:00
Clemens Zeidler
278a2b8aaa
Making the ps2 busmanager c++.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41129 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 02:20:41 +00:00
Jonas Sundström
fdd2b7ebb1
Removal of the About window.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41128 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 21:59:49 +00:00
Jonas Sundström
8a5f363dd8
Add menu item 'Select all' to playlist window.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41127 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 19:14:55 +00:00
Jonas Sundström
ee6a2e5589
* Extend the Model class with a method bool HasLocalizedName().
...
* Disallow renaming of entries with localized names for now - this is meant to be temporary - and so far only in Tracker's Info window. Renames do not result in a change, visually, as the localized name hides the real name, and results in a bad user experience. One could possibly allow renames of the localized name, writing it back to the catalog. I've experimented with using BCatalogAddOn::SetString() but haven't been able to make it stick yet.
* Disallow renaming Trash in Tracker's Info window via Command-E.
* Adjust the argument order of BLocaleRoster::GetLocalizedFileName().
* Add a BLocaleRoster::GetLocalizedFileName() variant to look up another app's name given its signature and unlocalized, canonical name.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41126 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 18:38:05 +00:00
Jérôme Duval
6ccba002a8
adding more usbvce definitions
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41125 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 15:21:15 +00:00
Clemens Zeidler
b78920b3f1
Work in progress on a ALPS touchpad driver. The driver is roughly working but disabled at the moment. Its
...
more or less a copy of the synaptics driver. Next step is to refactor the movement generation and share the
code with the synaptics driver.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41124 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 08:53:57 +00:00
Joachim Seemer
40c53b443d
Updated Swedish catkeys.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41123 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 06:12:47 +00:00
Jonas Sundström
e28afdf1ea
Changes to the MediaPlayer's playlist window's menu options Remove, Remove all, Move to Trash.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41122 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 23:21:13 +00:00
Axel Dörfler
5b82a6b615
* Obviously forgot to compile after a last minute change, sorry!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41121 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 22:07:27 +00:00
Jonas Sundström
77fa0e9269
Add an -l option to 'query' - enabling lookup of path for localized names (or parts thereof). I'm not sure it should be part of 'query', but here it is. Due to using BString it is currently case-sensitive beyond plain ascii names.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41120 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 20:32:58 +00:00
Axel Dörfler
ea8749b6b5
* legacy_driver::devices_used was not taken into account when deciding to
...
unload a driver. This was causing bug #4608 depending on the order of events;
now you should have less worries removing your USB device before having it
unmounted.
* Added a "legacy_device" KDL command.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41119 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 20:26:33 +00:00
Axel Dörfler
31cf5e520a
* Cleanup, no functional change.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41118 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 20:23:21 +00:00
Axel Dörfler
2545ff58c1
* Applied patch by VinDuv/Jonas to use the existing check_for_key() that fixes
...
a problem on the Mac which obviously messed up its BIOS.
* This busy loops, but CPU utilization should be a maxed out in the boot loader
anyway - we could add a pause, though.
* This closes bug #2654 .
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41117 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 20:01:37 +00:00
Siarzhuk Zharski
eeb259b94e
Belarusian localization updated from HTA.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41116 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 19:24:53 +00:00
Jonas Sundström
62769fc6d5
Follow-up on r41108. Removal of About-windows and menu items.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41115 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 17:29:28 +00:00
Jonas Sundström
be348b0216
Missed these files in r41103.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41114 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 16:39:32 +00:00
Alexander von Gluck IV
63f50c210b
put AtomParser into header file, clean up var names to match style guidelines
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41113 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 16:25:59 +00:00
Alexander von Gluck IV
0ceb83958d
add first accelerant atombios wrapper sources, atombios is now accessible from accelerant; atombios calls PCI register read/write routines from the main accelerant that need implimented, thus bios.cpp is disabled atm... going to be tricky
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41112 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 16:19:25 +00:00
Jonas Sundström
ab5904510b
Translation update. Finnish and Norwegian bokmål.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41111 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 15:05:41 +00:00
François Revol
d05e1481da
Colorize "BeOS" in the credits, oh, nostalgia... (shouldn't it say "the BeOS" btw?)
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41110 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 14:57:03 +00:00
Joachim Seemer
323d7c6a41
Updated German catkeys.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41109 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 07:33:24 +00:00
Jonas Sundström
11c7ff531a
Removing most About windows and menu items as discussed here
...
http://www.freelists.org/post/haiku-commits/r40968-in-haikutrunksrcapps-activitymonitor-bootmanager-charactermap-codycam-deskbar,3
Leaving them for now in replicants, and in Terminal, according to (my interpretation of) the instructions here
http://dev.haiku-os.org/browser/haiku/trunk/src/apps/terminal/README.GPL_to_OBOS#L70
Some sporadic cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41108 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 02:18:52 +00:00
Jonas Sundström
b552b728d8
Crediting Takashi Murai and Kazuho Okui as contributors, for MuTerminal, from which the present Terminal was developed.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41107 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 01:57:20 +00:00
Scott McCreary
b0e6c980ed
Updated builds of apr, apr-util and cmake to correct directory issues.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41106 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 23:52:51 +00:00
Jérôme Duval
e34d20ad08
fix dstcheck rdef. Thanks diver!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41105 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 22:47:19 +00:00
Jérôme Duval
da97b3ed7a
support for top to bottom BMP files see #7342
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41104 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 22:28:30 +00:00
Jonas Sundström
560ff4478d
Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41103 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 22:13:48 +00:00
Jérôme Duval
c8cf09df90
add a resource file for dstcheck. Fixed #6903
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41102 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 20:31:17 +00:00
Alexander von Gluck IV
f931d8315e
make atombios headers available to radeon_hd accel; one small change to atombios to stop Werrors in accelerant
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41101 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 03:18:44 +00:00
Alexander von Gluck IV
9d9ecaca74
revert last change, disable warnings; this will keep us from having to make any additional modifications to atombios
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41100 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 02:05:32 +00:00
Alexander von Gluck IV
2b972a5652
make one time use functions static... this stuff is a mess. Fixes 'no previous prototype' warn->error
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41099 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 01:32:19 +00:00
Jonas Sundström
9e8a970bd5
A better for the leaf logo bitmap.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41098 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-24 22:43:48 +00:00
Jonas Sundström
b2290dd804
Reverting part of r41096. Those kBeLogoBits were actually the leaf bitmap.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41097 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-24 22:30:11 +00:00
Jonas Sundström
6e5ffd78c6
Farewell, Be logo, and thanks for all the bits! Credit Be Inc in AboutSystem.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41096 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-24 21:23:48 +00:00
Alexander von Gluck IV
682f910a4c
reduce changes on vendor sources, reverted and reworked; put Decoder.c back to stock moving define into Jamfile; put single ifdef wraper around un-needed typedefs; Move SubInclude to bottom of Jamfile;
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41095 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-24 02:02:02 +00:00
Clemens Zeidler
8066fbc766
Remove semi unused variable.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41094 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-23 21:28:14 +00:00
Clemens Zeidler
9d214f419d
Switch back to isspace for now. Have to read some utf8 stuff first. Feel free to fix it, though! will not do it in the near future...
...
Fix header order, ups never changed a libbe file before ;) thx Oliver. Add small optimization as pointed out by Ingo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41093 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-23 21:22:42 +00:00
Clemens Zeidler
a647218ee5
Only delete fully downloaded messages on the server! Clean up a bit.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41092 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-23 19:13:21 +00:00
Clemens Zeidler
6d9f904958
Take leave mail on server into account. Should fix #7400 .
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41091 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-23 02:02:20 +00:00
Jonas Sundström
2d5868f8b3
Use short-circuit evaluation to avoid out-of-bounds string access. Thanks Jérôme!
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41090 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-23 00:47:21 +00:00
Alexander von Gluck IV
e940d6c348
working towards making AtomBios compile under Haiku, almost there
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41089 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 23:00:27 +00:00
Alexander von Gluck IV
9ae5efb10b
add stock atombios from AMD
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41088 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 22:58:26 +00:00
Jonas Sundström
3a0bd3ef03
Swedish and Finnish catalog update.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41087 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 22:44:22 +00:00
Alexander von Gluck IV
5e89302676
removing atombios and starting clean, after some review I going with Axels suggestion to put it all in the accelerant.. I don't see the radeon_hd driver using AtomBios in the future. sorry for the commit spam
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41086 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 22:24:27 +00:00
Jonas Sundström
7758e371f4
Enable localization of Tracker add-on names and shortcuts, with the canonical name and shortcut as fallback.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41085 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 22:09:35 +00:00
Clemens Zeidler
b5ddb5072e
Switch to iswspace. Fix space detection at the right. Thanks Jérôme and Ingo. Please review, though.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41084 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 20:38:13 +00:00