UbuntuTweak

Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2011-05-22 07:37:33
Size: 209
Editor: 96
Comment:
Revision 13 as of 2011-05-26 12:15:24
Size: 2046
Editor: 96
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<<TableOfContents>>||

= Intro =
Line 2: Line 6:
t
= Get Started =

If you want to contribute code to Ubuntu Tweak, you should start from [[https://github.com/tualatrix/ubuntu-tweak/wiki/Get-involved-with-Ubuntu-Tweak-Development | Get Involved with the development of Ubuntu Tweak ]], the project uses Git as the SCM tool, currently the gi-rewrite is the next major branch.

After checkout the latest source code, you may want to [[UbuntuTweak/Plugin|Write Plugin for Ubuntu Tweak]]

= Roadmap =

== 0.6 ==

This is the first version targeting to be the "Power Users Tool" and try to get into Ubuntu repository. The major changes will be:

 * '''Safety feature''': API set to backup/restore the settings
 * '''Pluggability'''
   * Support install and load plug-ins from $HOME/.local/ubuntu-tweak/plugins
   * Separate "Application/Source Center" as a plug-in (Install from PPA, package name: ubuntu-tweak-community-plugins)
 * '''Janitor''': The previous "Package Cleaner" will be renamed to "Janitor", to instead the "Computer Janitor", it will support plug-in too.

=== Tech ===

 * Based on PyGObject instead of PyGTK, so it will be work under Ubuntu 11.10 Oneiric with GTK+3.0 smoothly
 * [[UbuntuTweak/BackupRestoreAPI|BackupRestoreAPI]]

=== Testing ===

 * https://launchpad.net/~tualatrix/+archive/next
 
== Future ==

 * Cover all parts of Ubuntu which can be configured (keep the core simple, extend with plugins)
 * Time line based view with all settings done by user, so that user can always know what he did before and easy to revert(try the Zeitgeist)

= References =

 * '''Project Homepage''': https://launchpad.net/ubuntu-tweak
 * '''Source Code''': https://github.com/tualatrix/ubuntu-tweak/
 * '''[[PowerUsers/PowerUserTool|PowerUserTool]]''':https://wiki.ubuntu.com/PowerUsers/PowerUserTool

Intro

Ubuntu Tweak is an application which makes configuring Ubuntu easier for everyone. It allows tweaking of many useful desktop and system configuration options which are unavailable via native system tools.

Get Started

If you want to contribute code to Ubuntu Tweak, you should start from Get Involved with the development of Ubuntu Tweak, the project uses Git as the SCM tool, currently the gi-rewrite is the next major branch.

After checkout the latest source code, you may want to Write Plugin for Ubuntu Tweak

Roadmap

0.6

This is the first version targeting to be the "Power Users Tool" and try to get into Ubuntu repository. The major changes will be:

  • Safety feature: API set to backup/restore the settings

  • Pluggability

    • Support install and load plug-ins from $HOME/.local/ubuntu-tweak/plugins
    • Separate "Application/Source Center" as a plug-in (Install from PPA, package name: ubuntu-tweak-community-plugins)
  • Janitor: The previous "Package Cleaner" will be renamed to "Janitor", to instead the "Computer Janitor", it will support plug-in too.

Tech

  • Based on PyGObject instead of PyGTK, so it will be work under Ubuntu 11.10 Oneiric with GTK+3.0 smoothly
  • BackupRestoreAPI

Testing

Future

  • Cover all parts of Ubuntu which can be configured (keep the core simple, extend with plugins)
  • Time line based view with all settings done by user, so that user can always know what he did before and easy to revert(try the Zeitgeist)

References

UbuntuTweak (last edited 2013-02-20 01:24:59 by 131)