Sqliteman

Sqlite Databases Made Easy

Development

Developing Sqliteman is open for everyone.
Sqliteman is written in C++ language using goods of the Trolltech's Qt4 library. Usage of Qt4 changes the nature of C++ spirit a bit so the source code is easier to understand and easier to write too.

Browse source code

Have a quick look at the code online.

Obtain the latest source code

The base Subversion URL is: http://tools.assembla.com/svn/sqliteman and it is suffixed with common SVN structure - trunk, tags and branches. Use online SVN browser to get more informations.

Trunk

svn co http://tools.assembla.com/svn/sqliteman/trunk

Release-1.2.x

svn co http://tools.assembla.com/svn/sqliteman/branches/release-1.2

Release-1.0.x

svn co http://tools.assembla.com/svn/sqliteman/branches/release-1.0

Requirements for developing

  • Installed Qt4 environment with its header files and tools (moc, uic, designer etc.). Download. Linux/Unix: use distribution package rather.
  • C++ compiller (gcc, mingw)
  • Cmake tool for UN*X, Qt4 qmake for MS Windows
  • Your favourite Subversion client. Kdesvn, TortoiseSVN etc.

Tasks to do

Log-in into task and bug tracker and select your area of the interest. Leave a note what are you doing.

Coding Standards

Please follow existing coding habit based on the Scribus Coding Standards.