跳到內容

The Lounge

Chilling out? Want to discuss Abraham Lincoln? Well, in the Lounge you can discuss literally anything.
1.0k 主題 8.8k 貼文
  • Insteresting news of web apps come from google

    8
    0 評價
    8 貼文
    4k 瀏覽
    U
    But why would you want the bloated browser in the first place? Just take a look at webGL - performance is pathetic, just like everything else "web" related. There is nothing cool about your applications running like cr@p... Besides, being a "web" application simply means it runs over the web, it does not imply an HTML browser, nor does it need one. A QML browser will be just as much a web browser, plus it will have better performance. Trying to plug it all into HTML is an unnecessary drag... As for porting QML to HTML - it seems another pointless endeavor, HTML provides a fixed set of functionality, everything else you have to use JS for. If you want to port "native" QML elements to HTML, you will lose all the performance and efficiency benefits. I reckon the other way around makes more sense - port HTML to QML - this way users will be able to browse HTML content as well as QML content. The limited HTML set can easily be implemented in QML.
  • Name forums in "Qt Development" category by names of Qt Modules?

    3
    0 評價
    3 貼文
    1k 瀏覽
    sierdzioS
    [quote author="rominf" date="1369686097"]There are several thousand question in each forum from "Qt Development" category. I think these forums became too big. I think it would be logical to name forums by name of Qt modules: "Qt Widgets", "Qt Core", ... Those forums can be subforums in "Qt Development" -> "Qt Modules" forum.[/quote] They would become big, too, as time goes. This is a big forum with lots of members :) As long as gitorious has enough storage space and bandwidth, I think we are fine :)
  • Who's Making Qt framework decisions now?

    9
    0 評價
    9 貼文
    4k 瀏覽
    T
    bq. I think all the stuff about open governance is creating the wrong idea of a democracy in the minds of some people, while it clearly isn’t. Open governance is not democratic. It clearly calls itself meritocratic right in the first sentence of the page I linked to. Democracy is not even mentioned. bq. Open governance doesn’t extend all the way down to the bottom, It might not be perfect, but it actually works pretty well from my experience. Of course I read posts by Lars or Thiago more carefully than those by people I have never noticed before. That is a social thing: People you have worked with before and found reliable/trustworthy/competent or whatever do get a bonus in all future interactions. bq. ... it is more of a thin layer whose purpose is to attract more small contribution while keeping the core of decision making detached. That has never been my impression. bq. I’ve seen developer base requests ignored, often by means of “do it yourself then” statements, I’ve even seen cases where people actually do it themselves and even offer to contribute it just to have it rejected. Of course that will happen. My requests are sometimes ignored, too, just as some of my patches are rejected. Most have to go through several rounds of review before I can submit them. There are many reasons to reject patches, "I do not know that person" or "that company sucks" are not among those though. bq. As Tobias Hunger said, those who “contribute” the most have the call, and that just so happens to be a company named Digia, [...] I am maintainer of the version control code in creator and personally work with several maintainers that are not employed by Digia, that are responsible for individual VCS implementations. I do follow their lead in all that effects their plugin only. Yes, I do overrule some ideas where they change interfaces that effect more than one VCS. Making sure that everything works well together is my job, of course I take the right to reject patches that effect that. bq. [...] so technically no one contributes more than Digia, and at the core, decision making is a subject of managers and corporate politics, much like everywhere else. That has never been my experience in Qt/Nokia. I have always experienced the Qt department as very developer driven. This is even more true in Digia. bq. Qt is a product in decades of development by a significantly big team of experienced professional developers, so at this point in time, I think it is pretty much impossible to do anything that can contribute to such an extent as to make your voice prominent enough. All you need to be invited to the "Qt Contributor Summit":http://blog.qt.digia.com/blog/2013/05/14/qt-cs-please-register/?utm_source=rss&utm_medium=rss&utm_campaign=qt-cs-please-register is approver status. That is not too hard to get, even without dedicating a lot of resources into one aspect of the Qt ecosystem.
  • Why the Japanese sometimes garbled in utf8 mode?

    5
    0 評價
    5 貼文
    2k 瀏覽
    musimbateM
    Thanks Tobias, My code files are set to UTF-8 but I was getting scrambled nonsense text displayed in my messageBox until I used FromLocal8Bit.Can my set up here cause any problems? [quote author="Thomas Zander" date="1368597121"] I suggest using an external document you load and not text you type in your .cpp files.[/quote] What if your application uses text that is directly embedded in your code.Want to know if there is something wrong with what I have done. Thanks.
  • How to understand and analyze an undocumented Qt application(the source code)

    3
    0 評價
    3 貼文
    2k 瀏覽
    musimbateM
    Thanks qxoz for your answer.I just wanted to hear what others are doing to address similar problems.I'll have a look at the book you proposed and see what I can get.May be do you guys have steps of your own that you would like to share? :-)
  • How to organize a developer event like Qt developers days?

    5
    0 評價
    5 貼文
    2k 瀏覽
    I
    thanks. I sent them messages.
  • Clang and the full C++11

    2
    0 評價
    2 貼文
    2k 瀏覽
    sierdzioS
    Yup, great news. Nice to see that clang actually overtook GCC in that respect :) I'm using it for some months myself, very cool stuff.
  • Qt Contributor Summit 2012 Videos?

    9
    0 評價
    9 貼文
    4k 瀏覽
    D
    Any news about the videos? If anyone have access to them, I'd like to see my short entry on hacking webkit to test the sensors (something with a wii-mote connected). br Lars
  • [SOLVED] Managing cross-platform code repositories

    4
    0 評價
    4 貼文
    2k 瀏覽
    SGaistS
    You're welcome ! Don't forget to update the thread's title to solved so other forum users may know that you have found what you were looking for :)
  • Class or library

    2
    0 評價
    2 貼文
    1k 瀏覽
    G
    Hi Here is my take on it (my comment is based on the assumption that you need access to these functions across different classes): Since all your functions are static, you will never need to instantiate an object of your class, which means having the class in the first place is obsolete. In this instance, I would personally have used a namespace to group (what seems to me to be) a bunch of utility functions together and the reason for my decision is this: "How non-member functions improve encapsulation":http://www.drdobbs.com/cpp/how-non-member-functions-improve-encapsu/184401197 Hope that helps :)
  • Did something go wrong on the forums?

    6
    0 評價
    6 貼文
    2k 瀏覽
    G
    Ah, well, as I'm sure we all know, these things happen :)
  • Python web framework Inspired by QT

    2
    0 評價
    2 貼文
    2k 瀏覽
    T
    I apologize for the audio from the original screen cast, it was really sub-par. I bought a new microphone and re-recorded it: "View here":http://www.youtube.com/watch?v=0L8TsmrZPLg&feature=youtu.be Thanks! Timothy
  • Can phonon use in Qt5?

    2
    0 評價
    2 貼文
    2k 瀏覽
    sierdzioS
    I thought it was an add-on module? Grab the sources and compile. I think it should work.
  • Did we miss the silent entry of another Mad Scientist?

    17
    0 評價
    17 貼文
    5k 瀏覽
    S
    @holygirl Thanks for your support as well.
  • Qt performance

    17
    0 評價
    17 貼文
    12k 瀏覽
    J
    The reason may be that all those Symbian c++ \ Qt \ j2me mobile devs may have migrated either to ios or Android and they may be working with objc or Java now. As it stands, c++ is not the main language in both the leading platforms. Once Qt for ios and android is released, things may change. With Qt you are no longer confined to being a mobile developer, since Qt works across domains. Objc devs can comfortably switch to Qt. Old symbian c++ / Qt symbian devs can return to Qt. Even the Java devs can easily learn Qt if they are not 'afraid' of pointers.
  • Qt on ios

    5
    0 評價
    5 貼文
    2k 瀏覽
    J
    Lots of devs still don't know about Qt. Some believes, its that api for the failed Symbian platform. It is sad for me to hear that. Qt on ios and Android can change all that and can be a game changer in terms of Qt adoption. I hope that will happen. Qt will be a revolutionary crossplatform framework for desktop, mobile and embedded.
  • Unity Next will be Qt/QML

    5
    0 評價
    5 貼文
    4k 瀏覽
    J
    I don't have the link right now, but they are advising developers to use Qt/QML as one of the primary development tools for Ubuntu phone app development. Edit: Here is the "link":http://www.ubuntu.com/devices/phone/app-ecosystem "For rich applications with gorgeous movement and transitions, and graphics-heavy games, Ubuntu provides an amazing native developer environment. It uses QML to give you a really slick, easy development experience for native apps with engines in C or C++, and JavaScript for UI glue that isn’t performance critical."
  • App development and scripting

    5
    0 評價
    5 貼文
    2k 瀏覽
    Q
    My opinion programming languages ​​should be in the first place convinient and than easy. And the fact that languages allows a lot of people to develop apps even if they don’t have enough programming skills that is not quite the right way of language evolution. Already in development process people put the speed of writing code rather than quality. And as result been created programs that hangs even on a powerful hardwares, although their functionality is only playing music, viewing photos, games like Tetris and so on.
  • Would Qt5 be a big helper to popularise c++11?

    2
    0 評價
    2 貼文
    2k 瀏覽
    U
    A big helper to popularize C++11 would be compiler vendors ramping up on C++11 feature implementation. Qt itself has long provided alternatives to the standard library that are better feature wise. Stuff like threads, for each and so on has long been supported by Qt and has just now been introduced to the standard. And while Qt5 itself features some C++11 optimizations, it does not require developers to use C++11 features, not to mention the focus is heavily shifted away from C++ in general, so no, I don't see Qt5 as a BIG HELPER to popularize C++11. However, by adding support for Android and iOS, Qt will become a big helper to popularize C++ by finally providing a unified tool set that supports all major platforms while at the same time retaining the advantage of platform native code.
  • Skills and money, two interesting articles

    2
    0 評價
    2 貼文
    983 瀏覽
    U
    bq. Nokia announced on March 11, 2011 that it had paid Elop a $6 million signing bonus, “compensation for lost income from his prior employer," on top of his $1.4 million annual salary. Ironically, some people get paid to ruin things far more than the people who create them...