#
e39fc9c4 |
| 31-Oct-2023 |
Axel Dörfler <axeld@pinc-software.de> |
DiskProbe: Make FindWindow use BLayoutBuilder
* No other functional change intended.
Change-Id: I2f95e66ce79ed0a26bb848973466227e80620171 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7086 Rev
DiskProbe: Make FindWindow use BLayoutBuilder
* No other functional change intended.
Change-Id: I2f95e66ce79ed0a26bb848973466227e80620171 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7086 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
1bf0271f |
| 07-Sep-2016 |
Gabriel Maia <gbl08ma@gmail.com> |
DiskProbe: select Find window text
Select the text to find as the Find window is opened. This makes the behavior more consistent with other apps. Fixes the main subject of #10844.
Also removes trai
DiskProbe: select Find window text
Select the text to find as the Find window is opened. This makes the behavior more consistent with other apps. Fixes the main subject of #10844.
Also removes trailing whitespace.
Signed-off-by: Axel Dörfler <axeld@pinc-software.de>
show more ...
|
#
bab64f65 |
| 19-Feb-2016 |
Alexander von Gluck IV <Alex.vonGluck@r1soft.com> |
Merge remote-tracking branch 'upstream/master' into intel-extreme
|
#
fa19dd44 |
| 11-Dec-2015 |
looncraz <looncraz@looncraz.net> |
apps: Convert to using Set*UIColor.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com> Patches 0045-0075, 0077-0087 from looncraz, unmodified.
|
#
25a7b01d |
| 05-May-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge branch 'master' into package-management
Additional changes: * Add src/system/kernel/lib/zlib, which builds a kernel version of zlib, needed by packagefs. * BuildFeatures: Add a build feature
Merge branch 'master' into package-management
Additional changes: * Add src/system/kernel/lib/zlib, which builds a kernel version of zlib, needed by packagefs. * BuildFeatures: Add a build feature "gcc2" to allow for easier checks. * Referenceable.cpp: Include <OS.h> instead of <debugger.h>. The latter is not needed and prevents building for the build platform. * zlib/zutil.h: Fix gcc 2 build. We really should use the external package instead.
Conflicts: .gitignore build/jam/BuildSetup build/jam/FileRules build/jam/FloppyBootImage build/jam/HaikuImage build/jam/ImageRules build/jam/KernelRules build/jam/NetBootArchive build/jam/OptionalBuildFeatures build/jam/OptionalLibPackages build/jam/OptionalPackageDependencies build/jam/OptionalPackages build/scripts/build_haiku_image configure data/bin/installoptionalpackage data/system/boot/Bootscript headers/os/app/Message.h headers/os/package/PackageInfo.h headers/os/package/PackageInfoAttributes.h headers/os/package/PackageInfoSet.h headers/os/package/PackageRoster.h headers/os/package/PackageVersion.h headers/os/package/hpkg/PackageInfoAttributeValue.h headers/os/storage/FindDirectory.h headers/os/storage/Node.h headers/os/support/StringList.h headers/private/system/directories.h src/add-ons/kernel/drivers/audio/ac97/es1370/Jamfile src/add-ons/kernel/file_systems/packagefs/AttributeIndex.cpp src/add-ons/kernel/file_systems/packagefs/Jamfile src/add-ons/kernel/file_systems/packagefs/Package.cpp src/add-ons/kernel/file_systems/packagefs/Package.h src/add-ons/kernel/file_systems/packagefs/PackageDomain.cpp src/add-ons/kernel/file_systems/packagefs/PackageDomain.h src/add-ons/kernel/file_systems/packagefs/PackageFSRoot.cpp src/add-ons/kernel/file_systems/packagefs/PackageLinkDirectory.cpp src/add-ons/kernel/file_systems/packagefs/PackageLinkDirectory.h src/add-ons/kernel/file_systems/packagefs/PackageLinkSymlink.cpp src/add-ons/kernel/file_systems/packagefs/PackageLinkSymlink.h src/add-ons/kernel/file_systems/packagefs/PackageLinksDirectory.cpp src/add-ons/kernel/file_systems/packagefs/PackageNode.h src/add-ons/kernel/file_systems/packagefs/ResolvableFamily.cpp src/add-ons/kernel/file_systems/packagefs/Version.cpp src/add-ons/kernel/file_systems/packagefs/Version.h src/add-ons/kernel/file_systems/packagefs/Volume.cpp src/add-ons/kernel/file_systems/packagefs/Volume.h src/add-ons/kernel/file_systems/packagefs/kernel_interface.cpp src/add-ons/kernel/file_systems/userlandfs/shared/driver_settings.c src/apps/deskbar/BarApp.cpp src/apps/deskbar/BarMenuBar.cpp src/apps/deskbar/BarMenuBar.h src/apps/deskbar/BarView.cpp src/apps/deskbar/BarView.h src/apps/deskbar/BarWindow.cpp src/apps/deskbar/BarWindow.h src/apps/deskbar/DeskbarMenu.cpp src/apps/deskbar/DeskbarMenu.h src/apps/deskbar/DeskbarUtils.cpp src/apps/deskbar/DeskbarUtils.h src/apps/deskbar/ExpandoMenuBar.cpp src/apps/deskbar/ExpandoMenuBar.h src/apps/deskbar/TeamMenu.cpp src/apps/processcontroller/ProcessController.cpp src/apps/remotedesktop/RemoteDesktop.cpp src/bin/bash/config-top.h src/bin/finddir.c src/bin/package/Jamfile src/bin/package/command_add.cpp src/bin/package/command_create.cpp src/bin/package/command_list.cpp src/bin/package_repo/command_list.cpp src/bin/pkgman/command_refresh.cpp src/build/libbe/support/Jamfile src/build/libpackage/Jamfile src/build/libroot/Jamfile src/build/libroot/fs.cpp src/build/libroot/remapped_functions.h src/kits/locale/MutableLocaleRoster.cpp src/kits/opengl/GLRendererRoster.cpp src/kits/package/PackageInfo.cpp src/kits/package/PackageInfoSet.cpp src/kits/package/PackageRoster.cpp src/kits/package/PackageVersion.cpp src/kits/package/RepositoryCache.cpp src/kits/package/hpkg/PackageWriterImpl.cpp src/kits/package/hpkg/ReaderImplBase.cpp src/kits/package/hpkg/WriterImplBase.cpp src/kits/print/PrintTransport.cpp src/kits/print/Printer.cpp src/kits/screensaver/ScreenSaverRunner.cpp src/kits/support/StringList.cpp src/kits/tracker/ContainerWindow.cpp src/kits/tracker/DeskWindow.cpp src/kits/tracker/PoseView.cpp src/libs/print/libprint/Transport.cpp src/preferences/printers/AddPrinterDialog.cpp src/preferences/screensaver/ScreenSaverWindow.cpp src/servers/debug/DebugServer.cpp src/servers/input/AddOnManager.cpp src/servers/media_addon/MediaAddonServer.cpp src/system/boot/Jamfile src/system/boot/loader/Jamfile src/system/boot/loader/loader.cpp src/system/boot/loader/vfs.cpp src/system/kernel/fs/vfs.cpp src/system/kernel/fs/vfs_boot.cpp src/system/libroot/os/find_directory.cpp src/system/runtime_loader/runtime_loader.cpp src/tools/package/Jamfile
show more ...
|
#
546208a5 |
| 16-Apr-2012 |
Oliver Tappe <zooey@hirschkaefer.de> |
More catalog-related cleanup.
* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO * adjust all uses of both macros in Haiku'
More catalog-related cleanup.
* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO * adjust all uses of both macros in Haiku's source tree * use correct header guard for collecting/Catalog.h
The renamed macros require adjustments to all external applications using catalogs.
show more ...
|
#
f2afc4be |
| 13-Sep-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Patch by diver: Localize Find window title. Thanks! Closes ticket #6593.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38627 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
e77e4cff |
| 21-Jun-2010 |
Adrien Destugues <pulkomandy@pulkomandy.ath.cx> |
Patch by Jorma Karvonen (#6080) : improve diskprobe localization.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37186 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
a021189b |
| 17-May-2010 |
Stephan Aßmus <superstippi@gmx.de> |
Patch by Jorma Karvonen: Localization of DiskProbe and small style cleanups. Closes ticket #5916, thanks a bunch!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36849 a95241bf-73f2-0310-859d-f
Patch by Jorma Karvonen: Localization of DiskProbe and small style cleanups. Closes ticket #5916, thanks a bunch!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36849 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
40dd3b47 |
| 22-Nov-2009 |
Philippe Saint-Pierre <stpere@gmail.com> |
DiskProbe : Use the Insert method when pasting text into the find window rather than SetText.
This fixes ticket #3344 while making more sense semantically.
git-svn-id: file:///srv/svn/repos/h
DiskProbe : Use the Insert method when pasting text into the find window rather than SetText.
This fixes ticket #3344 while making more sense semantically.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34181 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
72dace95 |
| 14-Aug-2009 |
Philippe Saint-Pierre <stpere@gmail.com> |
Make the FindWindow closeable with the escape key.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32403 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
cb744e5c |
| 21-Jan-2009 |
Axel Dörfler <axeld@pinc-software.de> |
* Implemented Copy(), Cut(), and Paste() for the hex mode. Additionally, the text view will now accept raw data in text mode as well. * This closes bug #3327.
git-svn-id: file:///srv/svn/repos/ha
* Implemented Copy(), Cut(), and Paste() for the hex mode. Additionally, the text view will now accept raw data in text mode as well. * This closes bug #3327.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28976 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
758b1d0e |
| 12-Nov-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Fixes that make Haiku build with gcc 4. Mainly out of the following categories: * Missing includes (like <stdlib.h> and <string.h>). * Linking against $(TARGET_LIBSTDC++) instead of libstdc++.r4.so.
Fixes that make Haiku build with gcc 4. Mainly out of the following categories: * Missing includes (like <stdlib.h> and <string.h>). * Linking against $(TARGET_LIBSTDC++) instead of libstdc++.r4.so. * Local variables shadowing parameters. * Default parameters in function definitions (as opposed to function declarations). * All C++ stuff (nothrow, map, set, vector, min, max,...) must be imported explicitly from the std:: namespace now. * "new (sometype)[...]" must read "new sometype[...]", even if sometype is something like "const char *". * __FUNCTION__ is no longer a string literal (but a string expression), i.e. 'printf(__FUNCTION__ ": ...\n")' is invalid code. * A type cast results in a non-lvalue. E.g. "(char *)buffer += bytes" is an invalid expression. * "friend class SomeClass" only works when SomeClass is known before. Otherwise the an inner class with that name is considered as friend. gcc 4 is much pickier about scopes. * gcc 4 is generally stricter with respect to type conversions in C.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14878 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
fc165838 |
| 15-Dec-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Fixed a bug that I introduced with revision 1.9 when fixing the selection deletion: you just couldn't delete over a ' ' with backspace... Merged B_BACKSPACE and B_DELETE handling again. Applied sugge
Fixed a bug that I introduced with revision 1.9 when fixing the selection deletion: you just couldn't delete over a ' ' with backspace... Merged B_BACKSPACE and B_DELETE handling again. Applied suggestions made by Stefano, like using ByteAt(x) over Text()[x].
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10464 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
f0abe83f |
| 29-Jul-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Now saves the current find settings, too (find mode and case sensitivity). Updated the about requester to read "Haiku" instead of "OpenBeOS".
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8
Now saves the current find settings, too (find mode and case sensitivity). Updated the about requester to read "Haiku" instead of "OpenBeOS".
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8498 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
cc838276 |
| 25-May-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Could not delete a selection using backspace if that selection started at the first character.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7644 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
2d359e77 |
| 04-Mar-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Set a minimum size where the window is still usable and looks okay. The checkbox and the "find" button are now in the same row to make the window a bit smaller.
git-svn-id: file:///srv/svn/repos/ha
Set a minimum size where the window is still usable and looks okay. The checkbox and the "find" button are now in the same row to make the window a bit smaller.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6893 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
bf26236c |
| 02-Mar-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Uppercase letters were accidently converted in the wrong way, and therefore, ignored in the find panel.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6852 a95241bf-73f2-0310-859d-f6bbb57e9c
Uppercase letters were accidently converted in the wrong way, and therefore, ignored in the find panel.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6852 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
0283ecc0 |
| 29-Feb-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Implemented case insensitive search. It's now available in hex mode as well.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6822 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
61102d43 |
| 29-Feb-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Fixed bug in GetHexFromData() (accidently used Text() instead of the data parameter passed in). Now correctly restores the whole state (find mode and case sensitivity).
git-svn-id: file:///srv/svn/
Fixed bug in GetHexFromData() (accidently used Text() instead of the data parameter passed in). Now correctly restores the whole state (find mode and case sensitivity).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6820 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
96e78734 |
| 29-Feb-2004 |
Axel Dörfler <axeld@pinc-software.de> |
The FindWindow can now restore a previous state; it's now set to the state from the window that opened it.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6819 a95241bf-73f2-0310-859d-f6bbb57
The FindWindow can now restore a previous state; it's now set to the state from the window that opened it.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6819 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
afed986d |
| 29-Feb-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Added missing hex <-> data conversions. Find now works fine.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6816 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
f19cd997 |
| 29-Feb-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Hex mode text input now works. BTextView is really lacking in some parts.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6809 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
3aed9edd |
| 29-Feb-2004 |
Axel Dörfler <axeld@pinc-software.de> |
Implemented a find panel. It's one application wide panel that will always target the last activated window. Not yet complete - work in progress.
git-svn-id: file:///srv/svn/repos/haiku/trunk/curre
Implemented a find panel. It's one application wide panel that will always target the last activated window. Not yet complete - work in progress.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6797 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|