Sen descrición

CYBERDEViL cc138fa6b7 Replace deprecated QApplication::desktop()->screenGeometry() hai 1 ano
debian 8653989272 Specific files for lucid and maverick %!s(int64=13) %!d(string=hai) anos
doc dbe6ae41f8 Update documentation %!s(int64=12) %!d(string=hai) anos
examples 37e4bdfda7 Replace deprecated tabStopWidth with tabStopDistance hai 1 ano
include d6dc5b29e4 Move class pRecursiveSortFilterProxyModel to core. %!s(int64=10) %!d(string=hai) anos
qmake-extensions.git @ b60b99bccb cd735c55c5 Update qmake-extensions to master %!s(int64=10) %!d(string=hai) anos
resources e7c5e06f42 Introduce pNetworkAccessManager & pPaypalButton %!s(int64=14) %!d(string=hai) anos
src cc138fa6b7 Replace deprecated QApplication::desktop()->screenGeometry() hai 1 ano
translations 7f67528867 Update translations %!s(int64=12) %!d(string=hai) anos
.directory a277a0fc45 Update folder icon %!s(int64=8) %!d(string=hai) anos
.gitattributes 659532cd50 .deb is Buildable on squeeze %!s(int64=13) %!d(string=hai) anos
.gitignore 7a67765e74 Update ignored files. %!s(int64=12) %!d(string=hai) anos
.gitmodules 2630f69e2b Update qmake-extensions submodule. %!s(int64=12) %!d(string=hai) anos
LICENSE f2ec78ec10 Add license file as well as main documentation file. %!s(int64=13) %!d(string=hai) anos
README 4bb5827abd Small miss for name case %!s(int64=10) %!d(string=hai) anos
defines.pri 362458e26c Strict iterators and disable implicit casts. %!s(int64=9) %!d(string=hai) anos
fresh-bundle-check.pri 156817a59c Some fixes for shadow build support. %!s(int64=12) %!d(string=hai) anos
fresh-bundle.pri dfb22de19b PRE_TARGETDEPS only if file exists. %!s(int64=10) %!d(string=hai) anos
fresh-subdirs.pro d2070352d9 Small update. looks like the project is now in a good state for a release! %!s(int64=12) %!d(string=hai) anos
fresh.pro d6dc5b29e4 Move class pRecursiveSortFilterProxyModel to core. %!s(int64=10) %!d(string=hai) anos
fresh_shared.prf 156817a59c Some fixes for shadow build support. %!s(int64=12) %!d(string=hai) anos
fresh_static.prf 156817a59c Some fixes for shadow build support. %!s(int64=12) %!d(string=hai) anos
installs.pri fdcc3ec81a Fix eol and indentations. %!s(int64=12) %!d(string=hai) anos
mk-include.sh d6dc5b29e4 Move class pRecursiveSortFilterProxyModel to core. %!s(int64=10) %!d(string=hai) anos

README

Fresh is a library extending the Qt library by adding new classes/widgets.
It's developped by Filipe Azevedo (Nox P@sNox, pasnox@gmail.com)
The library had python bindings created by Andrei KOPATS (hlamer, hlamer@tut.by), see python-bindings branch.
The python bindings are discontinued it's why they have been moved to the python-bindings branch, feel free to take over.

Licensed in LGPL v3
===================

Home Page: https://github.com/pasnox/fresh
Issues Tracker: https://github.com/pasnox/fresh/issues

Building library and examples:
==============================

HINT: Depending your plat-form, replace qmake by qmake-qt4

Dependencies:
* C++ compiler (ubuntu packages build-essential / g++)
* Qt4 library v4.6+, headers and tools. (ubuntu packages qt4-qmake, libqt4-dev)
* Mac OS X: CoreFoundation

On Ubuntu install all with command:
sudo apt-get install make build-essential g++ libqt4-dev qt4-qmake

Building library:
qmake -r ./fresh.pro && make

Installing the built library (after having built the library):
make install

Building library and an example:
qmake -r ./fresh-subdirs.pro && make
./bin/examples

NOTE: On some platforms replace qmake by qmake-qt4, replace make by nmake or mingw32-make. Installing the library may require root privileges.