Main > Free Download Search >

Free bazaar ideas software for mac

bazaar ideas

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 389
Bazaar 1.16 RC1 / 1.15.1

Bazaar 1.16 RC1 / 1.15.1


Free and open source application that adapts to the workflows you want to use Bazaar is a distributed version control system available under the GPL that reduces barriers to participation in your more>> Free and open source application that adapts to the workflows you want to use

Bazaar is a distributed version control system available under the GPL that reduces barriers to participation in your project.
Bazaar is designed to support Mac OS, GNU/Linux, UNIX, Windows. In summary, Bazaar gives you fast, distributed revision control that "Just Works", supporting renames of directories and files smoothly.
Bazaar is designed to maximise the level of community participation in your project.
Bazaar branches can be published on any web server, and uploaded over sftp, ftp, or rsync. If you want the fastest possible network performance, there is a smart server.
Bazaar supports flexible work models: centralized like cvs or svn, commit offline, enforced code review when desired, and automatic regression testing.
Decentralized revision control systems give people the ability to collaborate more efficiently over the internet using the bazaar development model and have many other advantages.
When you use Bazaar, you can commit to your own local branches of your favourite free software projects without needing special permission.

Main features:
Good performance:
- Bazaar status in a tree of 5,000 files takes just 0.5 seconds, so almost every open source project can get the advanced features of Bazaar without slowing down its developers. Bazaar is robust in the face of radical tree restructuring, saving you time when it comes to merging from your community.
Safe with your data:
- There have not been any data loss bugs in a Bazaar release in the past two years. Bazaar has a huge test suite that ensures that new file formats can be tested automatically. The development process follows best practice with code review of all core and community code landings.
Friendly:
- Bazaar "Just Works" (which is why the Ubuntu team chose it for their project). Bazaar has a natural feel, you can publish your code on any web server or use a custom server for performance. Bazaar has perfect support for renaming files AND directories, which means you can unleash your community and merge efficiently even from contributors who are radically restructuring the tree.
Free:
- Bazaar is available under the GPL v2 or later.
Easy to integrate:
- Bazaar is designed as a Python API with a plugin system, so it is easy to embed in your tools and projects and easy to extend or integrate with existing infrastructure. Whether you are managing your development, or keeping track of configuration files, or building a new content management system, Bazaar is a great choice if you like to work in Python.

System requirements:
-

Enhancements
Compatibility Breaks:
- Display prompt on stderr (instead of stdout) when querying users so that the output of commands can be safely redirected. (Vincent Ladeuil, #376582)
New Features:
- A new repository format 2a has been added. This is a beta release of the the brisbane-core (aka group-compress) project. This format now suitable for wider testing by advanced users willing to deal with some bugs. We would appreciate test reports, either positive or negative. Format 2a is substantially smaller and faster for many operations on many trees. This format or an updated version will become the default in bzr 2.0.
- This is a rich-root format, so this repository format can be used with bzr-svn. Bazaar branches in previous non-rich-root formats can be converted (including by merge, push and pull) to format 2a, but not vice versa. We recommend upgrading previous development formats to 2a.
- Upgrading to this format can take considerable time because it expands and more concisely repacks the full history.
- If you use stacked branches, you must upgrade the stacked branches before the stacked-on branches. (See )
- --development7-rich-root is a new dev format, similar to --dev6 but using a Revision serializer using bencode rather than XML. (Jelmer Vernooij, John Arbash Meinel)
- mail_client=claws now supports --body (and message body hooks). Also uses configured from address. (Barry Warsaw)
Improvements:
- --development6-rich-root can now stack. (Modulo some smart-server bugs with stacking and non default formats.) (John Arbash Meinel, #373455)
- --development6-rich-root delays generating a delta index for the first object inserted into a group. This has a beneficial impact on bzr commit since each committed texts goes to its own group. For committing a 90MB file, it drops peak memory by about 200MB, and speeds up commit from 7s => 4s. (John Arbash Meinel)
- Numerous operations are now faster for huge projects, i.e. those with a large number of files and/or a large number of revisions, particularly when the latest development format is used. These operations (and improvements on OpenOffice.org) include: branch in a shared repository (2X faster), branch --no-tree (100X faster), diff (2X faster), tags (70X faster) (Ian Clatworthy)
- Pyrex version of bencode support. This provides optimized support for both encoding and decoding, and is now found at bzrlib.bencode. bzrlib.utils.bencode is now deprecated. (Alexander Belchenko, Jelmer Vernooij, John Arbash Meinel)
Bug Fixes:
- Bazaar can now pass attachment files to the mutt email client. (Edwin Grubbs, #384158)
- Better message in bzr add output suggesting using bzr ignored to see which files can also be added. (Jason Spashett, #76616)
- bzr pull -r 123 from a stacked branch on a smart server no longer fails. Also, the Branch.revision_history() API now works in the same situation. (Andrew Bennetts, #380314)
- bzr serve on Windows no longer displays a traceback simply because a TCP client disconnected. (Andrew Bennetts)
- Clarify the rules for locking and fallback repositories. Fix bugs in how RemoteRepository was handling fallbacks along with the _real_repository. (Andrew Bennetts, John Arbash Meinel, #375496)
- Fix a small bug with fetching revisions w/ ghosts into a new stacked branch. Not often triggered, because it required ghosts to be part of the fetched revisions, not in the stacked-on ancestry. (John Arbash Meinel)
- Fix status and commit to work with content filtered trees, addressing numerous bad bugs with line-ending support. (Ian Clatworthy, #362030)
- Fix problem of "directory not empty" when contending for a lock over sftp. (Martin Pool, #340352)
- Fix rule handling so that eol is optional, not mandatory. (Ian Clatworthy, #379370)
- Pushing a new stacked branch to a 1.15 smart server was broken due to a bug in the BzrDirFormat.initialize_ex smart verb. This is fixed in 1.16, but required changes to the network protocol, so the BzrDirFormat.initialize_ex verb has been removed and replaced with a corrected BzrDirFormat.initialize_ex_1.16 verb. 1.15 clients will still work with a 1.16 server as they will fallback to slower (and bug-free) methods. (Jonathan Lange, Robert Collins, Andrew Bennetts, #385132)
- Reconcile can now deal with text revisions that originated in revisions that are ghosts. (Jelmer Vernooij, #336749)
- Support cloning of branches with ghosts in the left hand side history. (Jelmer Vernooij, #248540)
- The bzr diff now catches OSError from osutils.rmtree and logs a helpful message to the trace file, unless the temp directory really was removed (which would be very strange). Since the diff operation has succeeded from the users perspective, no output is written to stderr or stdout. (Maritza Mendez, #363837)
- Translate errors received from a smart server in response to a BzrDirFormat.initialize or BzrDirFormat.initialize_ex request. This was causing tracebacks even for mundane errors like PermissionDenied. (Andrew Bennetts, #381329)
Documentation:
- Added directory structure and started translation of docs in Russian. (Alexey Shtokalo, Alexander Iljin, Alexander Belchenko, Dmitry Vasiliev, Volodymyr Kotulskyi)
API Changes:
- Added osutils.parent_directories(). (Ian Clatworthy)
- bzrlib.progress.ProgressBar, ChildProgress, DotsProgressBar, TTYProgressBar and child_progress are now deprecated; use ui_factory.nested_progress_bar instead. (Martin Pool)
- graph.StackedParentsProvider is now a public API, replacing graph._StackedParentsProvider. The api is now considered stable and ready for external users. (Gary van der Merwe)
- bzrlib.user_encoding is deprecated in favor of get_user_encoding. (Alexander Belchenko)
- TreeTransformBase no longer assumes that limbo is provided via disk. DiskTreeTransform now provides disk functionality. (Aaron Bentley)
Internals:
- Remove weave.py script for accessing internals of old weave-format repositories. (Martin Pool)
Testing:
- The number of cores is now correctly detected on OSX. (John Szakmeister)
- The number of cores is also detected on Solaris and win32. (Vincent Ladeuil)
- The number of cores is also detected on FreeBSD. (Matthew Fuller)

<<less
Download (4.8MB)
Added: 2009-06-13 License: GPL Price: FREE
182 downloads
 
Other version of Bazaar
Bazaar 1.15.1using the bazaar development model and have many other advantages. When you use Bazaar, you can ... data loss bugs in a Bazaar release in the past two years. Bazaar has a huge test suite that ensures
Price: FREE
License:GPL
Download (4.1MB)
191 downloads
Added: 2009-06-10
Bazaar VCS 1.8 RC1 / 1.7.1

Bazaar VCS 1.8 RC1 / 1.7.1


Free and open source application that adapts to the workflows you want to use more>> <<less
Download (3.6MB)
Added: 2008-10-08 License: GPL Price: FREE
391 downloads
SSw Idea 1.0

SSw Idea 1.0


SSw Idea comes to you as a useful little application which is created for personal use and helps know how to code an application. more>>

SSw Idea 1.0 comes to you as a useful little application which is created for personal use and helps know how to code an application.

Requirements:

  • Mac OS X 10.2 or higher
<<less
Download (591.8KB)
Added: 2003-06-24 License: Freeware Price:
downloads
SoulBroken Widget 1.1

SoulBroken Widget 1.1


SoulBroken Widget subscribes to the SoulBroken Blog and SoulBroken Connection RSS more>>
SoulBroken Widget will help you view the latest blog entries from the SoulBroken website. The widget has two feeds: the SoulBroken Blog and the SoulBroken Connection.

The Blog feed is simply a rambling of musings I have come across and the Connection feed was mainly for myself to remember development ideas, code, and configuration settings. Developers might find my stupidity amusing.
<<less
Download (296KB)
Added: 2007-04-10 License: Freeware Price:
927 downloads
Acta Classic 1.0

Acta Classic 1.0


Acta Classic is a powerful outline processor more>>
Acta is an outline processor. It lets you organize just about anything -- reports, ideas, lists, projects, graphics -- in the form of an outline, where topics have subtopics.

Works in OS X (Classic Environment).

<<less
Download (140KB)
Added: 2006-09-06 License: Freeware Price:
1144 downloads
Idea Knot 0.5

Idea Knot 0.5


Idea Knot is an application that quickly write, organize, and link ideas more>>

Idea Knot 0.5 is such an application used for Mac that quickly supports users to write documents, organize and link ideas together. Write documents that contain ideas written quickly at the instant inspiration hits you, then organize these ideas together into relevant groups for export. A group can have multiple copies of the same idea and you can include any idea in as many groups as you wish - to explore alternatives in the flow of your narrative. It can also be used to develop drafts for legal documents, use-cases for software development and brainstorming documents during meetings.

Requirements: Universal Binary

<<less
Download (718KB)
Added: 2009-06-14 License: Freeware Price: FREE
27 downloads
 
Other version of Idea Knot
Idea Knot 0.4That is what Idea Knot does. With it you write documents that contain ideas written quickly at ... You then organize these ideas together into relevant groups. Finally, when you have more time
License:Freeware
Download (0.539MB)
2010 downloads
Added: 2004-05-15
Fraction Squares 1.0

Fraction Squares 1.0


Fraction Squares is designed to be an educational and helpful program which can be used by students in grades five through seven to practice basic fraction ideas. more>>

Fraction Squares 1.0 is designed to be an educational and helpful program which can be used by students in grades five through seven to practice basic fraction ideas. Students are shown a square and must determine what fraction is shaded and what fraction is unshaded. Students can use an on-screen pencil to draw lines and mark pieces.

<<less
Download (1.2MB)
Added: 2002-06-10 License: Freeware Price:
downloads
Apache for OSX 1.3.29

Apache for OSX 1.3.29


Apache is the most popular internet webserver application in the world. Its created by a collaborative effect of software developers more>> Apache is the most popular internet webserver application in the world. Its created by a collaborative effect of software developers. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation. These volunteers are known as the Apache Group. In addition, hundreds of users have contributed ideas, code, and documentation to the project.
Requirements:
MacOS X
<<less
Download (3.6MB)
Added: 2002-06-19 License: Free Price:
downloads
NoodleBoard 1.0

NoodleBoard 1.0


NoodleBoard - Shared, secure virtual whiteboard widget more>>
NoodleBoard is a Mac OS X dashboard widget that allows you to securely share your ideas, thoughts, lists, links or anything you can type with others.
By combining the dashboard, Ajax and a dash of cryptography NoodleBoard allows you to create a private virtual white board which is shared across the internet (and it mostly works!)
To set up a new board download the widget and visit www.noodleboard.com
Enhancements:
- Resize no-longer loses status & sizer bars.
- UI Redesign
- Board names can be URL unsafe (signup process)
- Ability to change font / font size
- Note name now shown on front of widget.
<<less
Download (253KB)
Added: 2006-10-04 License: Freeware Price:
726 downloads
GameRanger 4.6.7

GameRanger 4.6.7


GameRanger - Multi-player gaming network with chat interface more>>
Game Ranger provides a completely customized Macintosh-friendly environment for players to meet worthy opponents, organize and play games, discuss strategies, and exchange tricks and ideas.

Persistent player accounts, profiles, chat rooms, game rooms, audio voice chat, paging, server lists andpowerful filtering are just a handful of the features GameRanger offers.

Download the GameRanger client, create an account, and let the games begin!

NOTE: If you are upgrading from GameRanger 4.5.2, you can safely trash your old GameRanger folder. Your preferences will not be affected.
<<less
Download (380KB)
Added: 2007-03-27 License: Freeware Price:
972 downloads
SuperDesktop 1.1

SuperDesktop 1.1


SuperDesktop creates desktop pictures based on your Synergy Album Covers. more>>
SuperDesktop creates desktop pictures based on your Synergy Album Covers. If you dont have Synergy installed you can select an other folder to create your personal great looking desktop picture.
Just give it a try. Its free! We have great ideas for the next version. Hopefully you have some too; please let us know.
Enhancements:
- custom image size
- custom number of rows and columns
<<less
Download (1.5MB)
Added: 2005-01-06 License: Freeware Price:
1752 downloads
FontanaMixer 1.0

FontanaMixer 1.0


FontanaMixer - Generative sound environment more>>
FontanaMixer is a generative sound environment based on John Cages composition "Fontana Mix" (1958). The original concept of the piece uses a graphical random generator that is fed with the score.

This new computerized version, however, uses realtime sound generation and produces completely unforeseeable sonic results which are reflecting Cages ideas of indeterminacy, chance, and silence.

<<less
Download (3.3MB)
Added: 2006-10-11 License: Freeware Price:
1109 downloads
Bursting Hearts Screensaver 1.1

Bursting Hearts Screensaver 1.1


Bursting Hearts Screensaver brings you the opportunity of enjoying a fireworks display where some of the fireworks explode in little heart shapes on your screen. more>>

Bursting Hearts Screensaver 1.1 brings you the opportunity of enjoying a fireworks display where some of the fireworks explode in little heart shapes on your screen. Originally this was made for valentines day. Perfect for your sweetie, or if you like dripping cuteness.

Requirements: Mac OS X 10.5 or higher

<<less
Download (62.5KB)
Added: 2008-05-24 License: Freeware Price:
downloads
HTMLValidator 1.0

HTMLValidator 1.0


HTMLValidator - Validate web pages on your Mac more>>
HTMLValidator is a useful software created for web designers, a tool that allows you to verify that your webpages meet W3C html and xhtml standards.

Because HTMLValidator uses the same validation technique as the official validator you can be assured the the pages you create work correctly.

HTMLValidator works without access to the web. This means that you dont need an active internet connection to validate pages and nothing is sent over the internet during validation. Your pages remain secure and you dont need to open your firewall to validate your intranet.

HTMLValidator also has some Applescript support, so you can script the validation and see the errors.

This is only the first release of HTMLValidator, so please send in any ideas or suggestions (or bug reports if necessary)

<<less
Download (2.7MB)
Added: 2007-08-01 License: Freeware Price:
817 downloads
The Holidays Widget 1.0.1

The Holidays Widget 1.0.1


The Holidays Widget - Bring selected best deals to your dashboard more>>
The Holidays Widget brings selected gift ideas and best deals straight to your dashboard.

A new gift idea is displayed every time dashboard is activated.

Products are automatically selected based on their popularity and the amount of savings (in percent, off the list price).


<<less
Download (66KB)
Added: 2005-11-28 License: Freeware Price:
1446 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5