Results 1 to 9 of 9

Thread: LibQxt 0.6.0

  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default LibQxt 0.6.0

    The Qxt team is proud to announce the immediate release of LibQxt version 0.6.0.

    LibQxt, an extension library for Qt, provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit by Nokia.

    LibQxt 0.6.0 introduces new features and contains bug fixes to the 0.5.x series:

    • General
      • Revised the build system
      • Revised docs (now based on qdoc3)
      • QxtConfig.cmake

    • Bug fixes
      • #4 QxtDaemon::daemonize() compilation warning
      • #24 QxtFlowView::currentIndex()
      • #29 qxtwecore
      • #33 Problem in QxtMailMessage
      • #34 Debug PDB files
      • #36 QxtCommandoptions on Windows wrong option parsing
      • #41 Compilation issue on Mac

    • QxtCore
      • Added QxtModelSerializer
      • Removed obsolete QxtSemaphore
      • Added QxtJSON

    • QxtGui
      • Added rich text support to QxtItemDelegate
      • Removed obsolete QxtTabWidget::TabMovementMode & QxtTabBar
      • Removed obsolete QxtDockWidget
      • Revised QxtConfigDialog & QxtConfigWidget
      • Enhanced QxtWindowSystem::idleTime() to resolve libXss at run-time
      • Added QxtCrumbView::crumbDelegate()
      • Added QxtFilterDialog and QxtLookupLineEdit

    • QxtNetwork
      • Added QxtXmlRpc
      • Added QxtMainAttachment::fromFile()
      • Revised QxtSmtp
      • Added QxtJSONRpcClient and QxtJSONRpcCall

    • Added QxtZeroConf module


    More information and downloads are available at http://libqxt.org.
    J-P Nurmi

  2. #2
    Join Date
    Jan 2006
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: LibQxt 0.6.0

    Hi all,

    this is a very fine Lib.

    But do you have a litle sample, which show, how to work with QxtScheduleView?

    thanks in advance

  3. #3

    Default Re: LibQxt 0.6.0

    I can't generate doc ? Anybody same with me ?

  4. #4
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default Re: LibQxt 0.6.0

    I get compiling errors what the point here:

    Qt Code:
    1. compiling debug/.moc/moc_qxtglobalshortcut.cpp
    2. rcc resources.qrc
    3. cygwin warning:
    4. MS-DOS style path detected: C:/Qt/2010.01/qt/binrcc.exe
    5. Preferred POSIX equivalent is: /cygdrive/c/Qt/2010.01/qt/binrcc.exe
    6. CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    7. Consult the user's guide for more details about POSIX paths:
    8. http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    9. /usr/bin/sh: C:/Qt/2010.01/qt/binrcc.exe: No such file or directory
    10. mingw32-make[2]: *** [debug/.rcc/qrc_resources.cpp] Error 127
    11. mingw32-make[2]: Leaving directory `C:/libqxt/src/gui'
    12. mingw32-make[1]: *** [debug] Error 2
    13. mingw32-make[1]: Leaving directory `C:/libqxt/src/gui'
    14. mingw32-make: *** [sub-src-gui-make_default] Error 2
    To copy to clipboard, switch view to plain text mode 

  5. #5
    Join Date
    Mar 2009
    Location
    Tennessee, US
    Posts
    41
    Thanks
    3
    Thanked 11 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: LibQxt 0.6.0

    This is great library! Thanks for the features. I am highly interested in the using the QxtSpanSlider since Qt doesn't provide that kind of widget. I wonder why they don't anyway. Seems to be a common widget these days. Anyway, thanks for that widget.

  6. #6
    Join Date
    Sep 2009
    Posts
    57
    Thanks
    7
    Thanked 5 Times in 4 Posts

    Default Re: LibQxt 0.6.0

    Wow, what a nice library. If you are looking for new ideas I would love a QxtCompleter widget that supports 'tags' or 'keywords' style completion with a definable separator. Also the QxtScheduleView is nice but screams out for a QxtCalendar that allows you to select days / weeks / group of days that can be connected to it (think about how the calendar view works in MS Outlook).

    Great stuff though, such high quality.

  7. #7
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibQxt 0.6.0

    Quote Originally Posted by birger View Post
    But do you have a litle sample, which show, how to work with QxtScheduleView?
    I'm afraid (and shamed) that component never got matured, really. There haven't been functional changes for a couple of years or so. I recall that the author wanted to rewrite it using the graphics view framework.

    Quote Originally Posted by tingxx View Post
    I can't generate doc ? Anybody same with me ?
    Could you open an issue and provide more details, please?

    Quote Originally Posted by codeman View Post
    I get compiling errors what the point here:

    Qt Code:
    1. compiling debug/.moc/moc_qxtglobalshortcut.cpp
    2. rcc resources.qrc
    3. cygwin warning:
    4. MS-DOS style path detected: C:/Qt/2010.01/qt/binrcc.exe
    5. Preferred POSIX equivalent is: /cygdrive/c/Qt/2010.01/qt/binrcc.exe
    6. CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    7. Consult the user's guide for more details about POSIX paths:
    8. http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    9. /usr/bin/sh: C:/Qt/2010.01/qt/binrcc.exe: No such file or directory
    10. mingw32-make[2]: *** [debug/.rcc/qrc_resources.cpp] Error 127
    11. mingw32-make[2]: Leaving directory `C:/libqxt/src/gui'
    12. mingw32-make[1]: *** [debug] Error 2
    13. mingw32-make[1]: Leaving directory `C:/libqxt/src/gui'
    14. mingw32-make: *** [sub-src-gui-make_default] Error 2
    To copy to clipboard, switch view to plain text mode 
    You might want to try without Cygwin.

    Quote Originally Posted by liversedge View Post
    If you are looking for new ideas I would love a QxtCompleter widget that supports 'tags' or 'keywords' style completion with a definable separator.
    Could you create a proposal and provide more details, please?

    Quote Originally Posted by liversedge View Post
    Also the QxtScheduleView is nice but screams out for a QxtCalendar that allows you to select days / weeks / group of days that can be connected to it (think about how the calendar view works in MS Outlook).
    See the answer to birger above.

    Thanks everyone for your comments!
    Last edited by jpn; 24th November 2010 at 08:26.
    J-P Nurmi

  8. #8
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibQxt 0.6.1

    Announcing a bit late here, because the forum didn't let me post again after answering to the thread. Anyway, the Qxt team is proud to announce the release of LibQxt version 0.6.1 containing improvements and bug fixes to the 0.6.x series.

    J-P Nurmi

  9. #9
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibQxt 0.6.2

    The Qxt team is proud to announce the immediate release of LibQxt version 0.6.2 containing improvements and bug fixes to the 0.6.x series.

    J-P Nurmi

Similar Threads

  1. LibQxt
    By jpn in forum Qt-based Software
    Replies: 10
    Last Post: 9th October 2009, 22:20
  2. Apps with libqxt-0.5.0
    By codeman in forum Qt Programming
    Replies: 6
    Last Post: 6th May 2009, 09:21

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.