Sen descrición

Nox P@sNox 336fe6631a Fix build error with recent gcc %!s(int64=12) %!d(string=hai) anos
Python 725f00f619 bindings update %!s(int64=13) %!d(string=hai) anos
doc 32b56f461b Fix doxygen file to generate help for QtHelp format. %!s(int64=13) %!d(string=hai) anos
examples 0019b01e24 Removed useless resource %!s(int64=13) %!d(string=hai) anos
include 99879daaf5 Add helpers for windows %!s(int64=13) %!d(string=hai) anos
resources e7c5e06f42 Introduce pNetworkAccessManager & pPaypalButton %!s(int64=14) %!d(string=hai) anos
src 336fe6631a Fix build error with recent gcc %!s(int64=12) %!d(string=hai) anos
translations a4314ac633 Update translations. Ready let release 1.0.0 %!s(int64=13) %!d(string=hai) anos
.gitignore 338813e8af Update ignore file %!s(int64=13) %!d(string=hai) anos
CMakeLists.txt 026c7c3487 Fix merge conflicts %!s(int64=13) %!d(string=hai) anos
FindFresh.cmake c9bbadffd7 Fix small typo %!s(int64=13) %!d(string=hai) anos
LICENSE f2ec78ec10 Add license file as well as main documentation file. %!s(int64=13) %!d(string=hai) anos
README 2c5e3659e0 Update readme (cherry-picking from commit f72dfcb41d43a3137eeac13a86afb0cb0ba1b643) %!s(int64=12) %!d(string=hai) anos
fresh.pro 0f615fde1d Fix build upong SDK 10.4u and up %!s(int64=13) %!d(string=hai) anos
fresh_shared.prf 346a1a70ab Fix linking on mac os x %!s(int64=13) %!d(string=hai) anos
fresh_static.prf 346a1a70ab Fix linking on mac os x %!s(int64=13) %!d(string=hai) anos
functions.pri ae40018bcd Fix slash / backslash replace in qmake project %!s(int64=12) %!d(string=hai) anos
installs.pri ae40018bcd Fix slash / backslash replace in qmake project %!s(int64=12) %!d(string=hai) anos
subdirs.pro 37919f79e1 Fix project files due to examples projects moved. %!s(int64=14) %!d(string=hai) anos

README

Fresh is a library extending the Qt library by adding new classes/widgets.
Library has Python bindings.
It's developped by Filipe AZEVEDO (Nox P@sNox, pasnox@gmail.com)
Python bindings created by Andrei KOPATS (hlamer, hlamer@tut.by)

Licensed in LGPL v3.
Home Page: http://bettercodes.org/projects/fresh


Building library and examples WITHOUT Python support
====================================================
Dependencies:
* C++ compiler (ubuntu package g++)
* Mac OS X: CoreFoundation
* Qt4 library v4.6+, headers and tools. (ubuntu packages qt4-qmake, libqt4-dev)

Building:
qmake ./fresh.pro && make
Building an example (after having built the library):
cd examples/cpp
qmake
make
Running an example
./examples


Building library and examples WITH Python support
=================================================
Dependencies:
* C++ compiler (Ubuntu package g++)
* Qt4 library v4.7, headers and tools. (Ubuntu packages qt4-qmake, libqt4-dev)
* PyQt4 including development files (Ubuntu packages python-qt4, python-qt4-dev)
* SIP (http://www.riverbankcomputing.co.uk/software/sip/download) (Ubuntu package python-sip-dev)

Building:
mkdir build
cd build
cmake ..
make all
make install
The last command requires root privileges
Executing Python example:
cd examples/python
python freshexample.py


Reporting bugs
==============

monkeystudio.ide@gmail.com