Giter Site home page Giter Site logo

pasnox / fresh Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 6.0 3.05 MB

Fresh is a Qt extension library. It provide many useful classes / widgets.

Home Page: http://monkeystudio.org

License: GNU Lesser General Public License v3.0

C++ 95.34% Shell 0.31% C 0.75% Objective-C++ 0.82% QMake 2.30% Objective-C 0.48%

fresh's People

Contributors

evgeni avatar hlamer avatar pasnox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fresh's Issues

minor bugs in pDockWidgetTitleBar and pToolButton

pToolButton: You forgot to initialize mDirection, but in setDirection check, if value is changed

QSize pDockWidgetTitleBar::sizeHint() const
{
if ( mDock->features() & QDockWidget::DockWidgetVerticalTitleBar ) {
size.rheight() += fm.width( mDock->windowTitle() ) +wis.width();
}
else {
size.rwidth() += fm.width( mDock->windowTitle() ) +wis.width();
}
() += looks strange

Fresh package for few Debian versions

Hi

I wrote a Makefile, which builds .deb package for few Ubuntu and Debian releases, but, not only for oneiric.
It is 90% finished. I don't need it now, but if you want, you can take it from multi-deb-source-package branch.

Dependency on Qt 4.7.

We requite qtcore 4.7.0~beta1

Fix it, download debian virtual machine, try to install package

a@a-desktop:/Запампоўкі$ dpkg -I libfresh1_1.1.0-4-ppa1_i386.deb
new debian package, version 2.0.
size 486776 bytes: control archive= 1443 bytes.
537 bytes, 12 lines control
2957 bytes, 39 lines md5sums
25 bytes, 1 lines shlibs
Package: libfresh1
Source: fresh
Version: 1.1.0-4-ppa1
Architecture: i386
Maintainer: Filipe Azevedo [email protected]
Installed-Size: 1616
Depends: libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libqt4-network (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0
beta1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1)
Section: libs
Priority: extra
Homepage: http://github.com/pasnox/fresh
Description: Fresh is a C++ library extending the Qt library.
Fresh is a C++ library extending the Qt library by adding new classes/widgets.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.