Commit Graph
143 Commits
Author SHA1 Message Date
Tyler Dauwalder 076a53fcd3 Build() now gets as far as reserving volume descriptor sequence space
and writing the anchor at block 256.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5577 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-05 05:41:59 +00:00
Tyler Dauwalder c8e155bd68 - Added VERBOSITY_MEDIUM support.
- Turned on iso9660 output by default for the time being (i.e. while still developing).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5576 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-05 05:41:05 +00:00
Tyler Dauwalder d53c774c1d Added VERBOSITY_MEDIUM.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5575 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-05 05:40:07 +00:00
Tyler Dauwalder 424632eb6d Added identing for MEDIUM and HIGH verbosities.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5574 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-05 05:39:34 +00:00
Niels Sascha Reedijk b9a05f7f4c Summary: Fix a lot of warnings in apps (merge from fixes-branch)
Keywords:

Patches applied:

 * [email protected]/bin-applications--fixes--0.1--base-0
   tag of [email protected]/bin-applications--mainline--0.1--base-0

 * [email protected]/bin-applications--fixes--0.1--patch-1
   Fix warning

 * [email protected]/bin-applications--fixes--0.1--patch-2
   Fix warning in roster.cpp

 * [email protected]/bin-applications--fixes--0.1--patch-3
   Fix warning in clipboard.cpp

 * [email protected]/bin-applications--fixes--0.1--patch-4
   Fix warning in shutdown.cpp (trivial)

 * [email protected]/bin-applications--fixes--0.1--patch-5
   Fix warnings in chop.c (trivial)

 * [email protected]/bin-applications--fixes--0.1--patch-6
   Trivial warning fix in eject.c

 * [email protected]/bin-applications--fixes--0.1--patch-7
   Trivial warning fix in hd.c

 * [email protected]/bin-applications--fixes--0.1--patch-8
   Trivial warning fixes in listarea.c

 * [email protected]/bin-applications--fixes--0.1--patch-9
   TRIVIAL: Fix warning in listimage.c

 * [email protected]/bin-applications--fixes--0.1--patch-10
   TRIVIAL warning fix in listport.c

 * [email protected]/bin-applications--fixes--0.1--patch-11
   TRIVIAL fix in listsem.c

 * [email protected]/bin-applications--fixes--0.1--patch-12
   TRIVIAL fix in mount.c

 * [email protected]/bin-applications--fixes--0.1--patch-13
   Trivial fix in prio.c

 * [email protected]/bin-applications--fixes--0.1--patch-14
   TRIVIAL changes in ps.c

 * [email protected]/bin-applications--fixes--0.1--patch-15
   TRIVIAL fix in renice.c

 * [email protected]/bin-applications--fixes--0.1--patch-16
   TRIVIAL fix for rescan

 * [email protected]/bin-applications--fixes--0.1--patch-17
   TRIVIAL fix in sysinfo.c

 * [email protected]/bin-applications--fixes--0.1--patch-18
   TRIVIAL fix in unchop.c

 * [email protected]/bin-applications--fixes--0.1--patch-19
   TRIVIAL fix in chkbfs

 * [email protected]/bin-applications--fixes--0.1--patch-20
   TRIVIAL fixes for listdev

 * [email protected]/bin-applications--fixes--0.1--patch-21
   TRIVIAL fixes in pc


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5557 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-03 20:02:15 +00:00
Tyler Dauwalder 6d6064cebf Added doxygen for new methods.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5552 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-03 08:58:49 +00:00
Tyler Dauwalder 20baf39617 - Added blocksize, blockshift, doudf, doiso, outputfile, outputfilename,
and initstatus member vars and supporting init code.
- Started work on Build(). Reserved area and udf vrs are now properly
  created.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5551 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-03 08:46:57 +00:00
Tyler Dauwalder a9919c4e03 Added blocksize, doudf, and doiso flags.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5550 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-03 08:44:26 +00:00
Tyler Dauwalder 02dc4e1e82 - Added Attribute.cpp and OutputFile.cpp to the build
- Added libbe.so to list of libaries to be linked to makeudfimage


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5549 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-03 08:43:49 +00:00
Tyler Dauwalder 5de135b92e Initial checkin. BDataIO wrapper around a single attribute in a file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5546 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-03 08:38:12 +00:00
Tyler Dauwalder d33dc9d01f Initial checkin. BFile subclass with some extra output functions.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5545 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-03 08:37:47 +00:00
Tyler Dauwalder 21ea9aea0c Removed category stuff from UdfDebug.h since it ended
up not being as useful as I'd hoped, and I need to use the
same debugging macros for makeudfimage as for udf.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5544 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-03 05:14:44 +00:00
Tyler Dauwalder 014bf8dd3f Added files used from udf fs-addon.
Added Allocator.cpp.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5531 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-02 10:55:10 +00:00
Tyler Dauwalder 9155696d47 Initial checkin. Block allocator class. Mostly complete, completely untested.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5530 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-12-02 10:53:20 +00:00
Waldemar Kornewald 280533f33d Fixed a bug in pppconfig and made some other changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5486 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-26 20:12:31 +00:00
Tyler Dauwalder 2c8a6eec09 Added basic verbosity support, and initial UdfBuilder creation and execution.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5466 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:14:24 +00:00
Tyler Dauwalder 5e4cddfd9e Added ConsoleListener.cpp and UdfBuilder.cpp to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5465 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:13:38 +00:00
Tyler Dauwalder 3078bf3fa5 Initial checkin. ProgressListener implementation that writes to standard output.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5464 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:13:14 +00:00
Tyler Dauwalder eb1cf1f2cc Initial checkin. Abstract interface for receiving updates about
image building progress.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5463 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:12:42 +00:00
Tyler Dauwalder 6caa00df87 Initial checkin. Main udf image building class.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5461 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 22:12:12 +00:00
Tyler Dauwalder e724add10a Added makeudfimage to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5457 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 12:26:04 +00:00
Tyler Dauwalder ca84d5aff2 Initial checkin. Start of UDF image building app.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5456 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-23 12:25:49 +00:00
DarkWyrm a2c4bea185 almost forgot this file for funzip building
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5321 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-11 22:16:38 +00:00
DarkWyrm 1ed56ea3b2 funzip finally builds, courtesy of the work of Michael Lotz
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5320 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-11 22:16:04 +00:00
Jérôme Duval 9f14e64533 Fix for the option e
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5259 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-05 14:17:32 +00:00
Axel Dörfler be98595d42 Now defaults to the current volume as the R5 version of that command does.
Unlike that one, the usage comment is now correct, too.
Some style changes, renamed variables.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5258 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-05 11:34:44 +00:00
Jérôme Duval 89cd09b305 Added installsound, rmattr. Committed translate from Jonas Sundstrom
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5257 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-05 11:03:24 +00:00
Jérôme Duval c05b770350 play modified and query added
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5254 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-04 09:30:46 +00:00
Jérôme Duval f6774ab931 play and query added
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5253 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-04 09:28:00 +00:00
Jérôme Duval 4266a803d5 i hope usage is fixed now
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5247 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-03 15:02:55 +00:00
François Revol 7639fe5225 better messages strings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5225 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-01 01:36:03 +00:00
François Revol 0443cf316f changed the class VCButton to MediaReplicant because the Media preferences
asks for that name when removing it, and the view name must match the class name.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5224 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-01 01:24:29 +00:00
François Revol 5e69d7c826 warning cleanup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5223 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 23:45:09 +00:00
François Revol 0e14e818cb Added forgoten File.h; sorted headers
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5222 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 23:36:36 +00:00
François Revol b5903e59f8 small fix for focus follows mouse users
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5221 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 20:10:06 +00:00
François Revol b7c866b485 added --list and --remove (all desklink entries) options
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5220 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 19:59:00 +00:00
François Revol 5622c96e08 - fixed a possible div by 0
- don't let the volume knob move if the mixer isn't there.
- "don't beep" option
- other option: which gain to act on (mixer or phys output)
- now has a settings file


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5218 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 18:49:08 +00:00
François Revol dd9cf102be - use the Mixer volume
- update volume when sliding
- FocusFollowsMouse fixes
- media_server restart fix


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5217 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-31 16:42:05 +00:00
Jérôme Duval f7d9ae3667 Added desklink
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5213 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-30 15:10:18 +00:00
Phil Greenway cc1c3ed6ec By Philipp John
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5176 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-27 04:03:05 +00:00
Phil Greenway 0edb7e893f By Philipp John - changed the application cal. It does not crash anymore, when the month and year parameter is invalid.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5175 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-27 03:56:12 +00:00
Philippe Houdoin b63115b602 Fix warnings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5171 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-25 23:50:03 +00:00
Waldemar Kornewald 0868fe5619 Added an error report.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5158 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-25 10:14:51 +00:00
Waldemar Kornewald cf3ba6b414 Bug fixes and some small changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5149 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-24 20:10:02 +00:00
Waldemar Kornewald 79d2631976 Added pppconfig bin command to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5122 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-23 18:03:42 +00:00
Waldemar Kornewald 6b6c29afe6 Fixed flags printing.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5091 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-20 20:45:48 +00:00
François Revol 8881c2584e Repport sizes in KB as the R5 version. Added --human (-h) to make reading sizes easier.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4995 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-12 00:47:52 +00:00
Philippe Houdoin 84263be16c Fix "no previous prototype" warnings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4826 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-26 10:01:21 +00:00
Phil Greenway 8fbd542d38 BSD License Included. Ported by Fernando Francisco de Oliveira.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4770 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-20 14:03:22 +00:00
Phil Greenway f3d6a89559 Includes BSD License. Ported and Coded by Chris Simmons.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4766 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-19 14:09:50 +00:00