Skip to content

Wiki Discussion

Having a writer's block? Discuss your wiki pages and all related matters here.
184 Topics 1.5k Posts
  • Call of writers

    5
    0 Votes
    5 Posts
    4k Views
    S
    I just meant it as that you can freely use that as base of material, so no need to rewrite everything from scratch. No-one can sue one from it.
  • Use of CamelCase

    9
    0 Votes
    9 Posts
    6k Views
    G
    Poll is "here":http://developer.qt.nokia.com/forums/viewthread/2262/.
  • Idea: Change the inter-language navigation

    10
    0 Votes
    10 Posts
    6k Views
    W
    Maybe we should have a boilderplate for the language names, the page names will follow the simple convention "enlish name language", maybe except the homepages, see "Idea: Change the names of translated homepages":http://developer.qt.nokia.com/forums/viewthread/2244/
  • Is there a way to "bookmark" a wiki page (other than using the browser)?

    Locked
    18
    0 Votes
    18 Posts
    13k Views
    ?
    the main post in this thread is already covered as posted in the first reply .. and is "here":http://developer.qt.nokia.com/forums/viewthread/1446 closing the duplicate thread now also derailed :)
  • 0 Votes
    14 Posts
    8k Views
    T
    THe thread has derailed completely. Closing. :-P
  • Recommended Books for learning C++

    17
    0 Votes
    17 Posts
    15k Views
    ?
    hi durriken, updated the wiki page with your link. thanks. also the wiki is not owned by one person, one could directly update the page ... so request to all, go ahead and directly post your knowledge there :)
  • German translations

    6
    0 Votes
    6 Posts
    4k Views
    W
    I think "German" would fit better than the currently used "Deutsch" - German Pages seem to be the only ones that use the native language name in wiki titles. If there would be Template pages that could be included, the local navigation between several translations should be made very easy. The outdated function for translations would by really useful, but its implementation seems to be complicated.
  • We should have some sort of banners for wiki articles

    4
    0 Votes
    4 Posts
    3k Views
    K
    [quote author="tamhanna" date="1291464068"] [quote author="QtK" date="1291463841"]Since you are also active in FN DiBo you might have noticed that lot of cleanup goes around after competitions.[/quote] Unfortunately, yes. Which is why I keep out of the Wiki as good as I can...[/quote] But then what I like is that there are lot of people very active to clean it up and what helps one most is the KB articles posted by FN Experts.
  • Question on sub category for multimedia

    6
    0 Votes
    6 Posts
    4k Views
    K
    +1 from me for creating a top level category Multimedia.
  • Pasting source code in wiki?

    5
    0 Votes
    5 Posts
    4k Views
    X
    Rather than removing scripts, could they instead have the code formatting attached to them? I wanted to use '[removed]' example in a line and got a nasty [removed] too. Edit: Oh, wow. I thought if I separated the colon and the words it would be fine. @jav* script :@ Changing the '*' to an 'a' gets '[removed]', even in a code block.
  • Renaming pages?

    7
    0 Votes
    7 Posts
    5k Views
    W
    [quote author="Alexandra Leisse" date="1284406748"]Hehe. The feature is there it's just not accessible for non-admins. We will discuss the options on our side. [/quote] Maybe this has changed meanwhile - the rename function seems to be active for normal editors of pages, visible at edit time on the second line under the memo (after edit summary) labeled Redirect to a more accurate wiki page: is this right? I've no found a sandbox for testing so far.
  • Russian translations of Getting Started Programming with Qt

    20
    0 Votes
    20 Posts
    13k Views
    D
    That's all folks! Poll is closed. We've started at merging part with kagami. Will inform you when something new will be known.
  • Wiki markup eats my XML slash signs

    2
    0 Votes
    2 Posts
    4k Views
    F
    This might be considered a bug in DevNet.
  • Spanish Language Translation of Getting Started Articles

    8
    0 Votes
    8 Posts
    6k Views
    M
    [quote author="pablojr" date="1288122738"]2. I had the same issue, the blank preview yesterday. Interesting to know that's a bug of the wiki software...[/quote] Hi, this was fixed yesterday :)
  • Category-specific Recent Changes RSS feeds?

    5
    0 Votes
    5 Posts
    4k Views
    T
    It would be nice to get web interface for the PySide category changes as well - not only Atom feed. And if we speak about Atom - it would be nice to get PubHubSubBub support there.
  • Getting an empty article after editing the wiki

    9
    0 Votes
    9 Posts
    5k Views
    A
    Problem solved! Congrats guys!
  • Images in wiki stopped working?

    7
    0 Votes
    7 Posts
    4k Views
    M
    Just a note that the img tag was fixed last week :)
  • Singleton instance of QSplashScreen

    20
    0 Votes
    20 Posts
    10k Views
    A
    try to use QObject::tr("") for strings instead string table in resource file.
  • Newsletters and Feeds

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Example on faking tap gesture on a desktop app

    4
    0 Votes
    4 Posts
    4k Views
    A
    chetankjain, yes:) but, unfortunately, I understood, ~QGestureEvent does not delete pointers on QTapGesture and they all will be accumulated in the application memory and will be deleted only when MainWindow is destroyed.