KDE TechBase
  • Page
  • Discussion
  • Edit
  • History
KDE TechBase is a Wiki - You can help! Please contribute! Questions?
Please ask development related questions in the KDE Community Forum.

Revision history of "Development/Tutorials/First program"

View logs for this page
Browse history  
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)

Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with current version, (prev) = difference with preceding version, m = minor edit.

  • (cur) (prev) 06:17, 10 August 2009 90.43.56.61 (Talk) (7,643 bytes) (undo)
  • (cur) (prev) 20:06, 27 December 2008 Deltaecho (Talk | contribs) m (7,602 bytes) (Changed "KGuiItem guiItem" to "KGuiItem yesButton") (undo)
  • (cur) (prev) 10:40, 3 December 2008 Jucato (Talk | contribs) (7,600 bytes) (replaced app.exec() with 0 to make the program quit properly) (undo)
  • (cur) (prev) 18:07, 11 November 2008 Predator106 (Talk | contribs) (7,609 bytes) (Added the include_directories(${KDE4_INCLUDES}) line to CMakeLists.txt, it wasn't working for me, without it.) (undo)
  • (cur) (prev) 18:26, 8 November 2008 Pkpatel88 (Talk | contribs) (7,589 bytes) (→The Code) (undo)
  • (cur) (prev) 17:41, 17 October 2008 Tstaerk (Talk | contribs) (7,566 bytes) (→CMakeLists.txt) (undo)
  • (cur) (prev) 17:39, 17 October 2008 Tstaerk (Talk | contribs) (7,469 bytes) (→CMakeLists.txt) (undo)
  • (cur) (prev) 17:38, 17 October 2008 Tstaerk (Talk | contribs) m (7,409 bytes) (make clear that this link is not a definition, but a tutorial) (undo)
  • (cur) (prev) 17:33, 17 October 2008 Tstaerk (Talk | contribs) (7,409 bytes) (When I wrote this, I had no idea how easy build life can be. Teach everyone (how) to use cmake.) (undo)
  • (cur) (prev) 18:41, 16 August 2008 Neundorf (Talk | contribs) (8,359 bytes) (→Make And Run) (undo)
  • (cur) (prev) 23:12, 21 May 2008 80.171.111.52 (Talk) (8,340 bytes) (undo)
  • (cur) (prev) 23:33, 20 May 2008 85.177.168.136 (Talk) (8,338 bytes) (undo)
  • (cur) (prev) 23:32, 20 May 2008 85.177.168.136 (Talk) (8,342 bytes) (undo)
  • (cur) (prev) 13:51, 18 May 2008 Ossi (Talk | contribs) (8,086 bytes) (→Build) (undo)
  • (cur) (prev) 21:47, 18 April 2008 Frinring (Talk | contribs) m (7,875 bytes) (add trailing slash for correct url) (undo)
  • (cur) (prev) 14:02, 22 March 2008 Milliams (Talk | contribs) m (7,874 bytes) (→The Code: Add bracket) (undo)
  • (cur) (prev) 01:49, 21 March 2008 Aseigo (Talk | contribs) (7,873 bytes) (undo)
  • (cur) (prev) 07:23, 10 February 2008 68.161.74.42 (Talk) (7,309 bytes) (undo)
  • (cur) (prev) 17:15, 15 January 2008 SaroEngels (Talk | contribs) (7,312 bytes) (→Build) (undo)
  • (cur) (prev) 14:16, 27 December 2007 Milliams (Talk | contribs) m (7,226 bytes) (→The Code: Remove unncecessary headers) (undo)
  • (cur) (prev) 17:15, 26 December 2007 Milliams (Talk | contribs) m (7,273 bytes) (→Make And Run) (undo)
  • (cur) (prev) 17:13, 26 December 2007 Milliams (Talk | contribs) m (7,277 bytes) (CMakeLists.txt) (undo)
  • (cur) (prev) 21:55, 25 December 2007 Milliams (Talk | contribs) (7,273 bytes) (Some proofreading) (undo)
  • (cur) (prev) 12:43, 25 November 2007 163.5.255.61 (Talk) (7,257 bytes) (→Make And Run) (undo)
  • (cur) (prev) 21:17, 24 September 2007 Dhaumann (Talk | contribs) (7,207 bytes) (daily round-trip) (undo)
  • (cur) (prev) 16:34, 24 September 2007 Dremymongo (Talk | contribs) m (7,246 bytes) (→The Code) (undo)
  • (cur) (prev) 14:41, 16 August 2007 80.143.163.170 (Talk) (7,246 bytes) (→Abstract) (undo)
  • (cur) (prev) 16:42, 31 July 2007 Dhaumann (Talk | contribs) (better readable, fix indentation) (undo)
  • (cur) (prev) 16:09, 31 July 2007 Dhaumann (Talk | contribs) (better link) (undo)
  • (cur) (prev) 17:29, 26 July 2007 Shaforostoff (Talk | contribs) (use vars!) (undo)
  • (cur) (prev) 13:13, 22 July 2007 Powerfox (Talk | contribs) m (Changed nav bar (page location)) (undo)
  • (cur) (prev) 11:29, 22 July 2007 Powerfox (Talk | contribs) m (Added Language Navigation Bar) (undo)
  • (cur) (prev) 17:32, 5 July 2007 Ilic (Talk | contribs) m (Update to new KAboutData API.) (undo)
  • (cur) (prev) 19:20, 2 July 2007 141.76.120.123 (Talk) (→Previous code didn't work) (undo)
  • (cur) (prev) 13:09, 2 July 2007 Bgrolleman (Talk | contribs) (Updated the main.c code to fit the new kaboutbox) (undo)
  • (cur) (prev) 15:56, 28 June 2007 Milliams (Talk | contribs) (Fix links) (undo)
  • (cur) (prev) 15:52, 28 June 2007 Milliams (Talk | contribs) m (Development/Tutorials/Programming Tutorial KDE 4/First program moved to Development/Tutorials/First program) (undo)
  • (cur) (prev) 14:41, 28 June 2007 Milliams (Talk | contribs) (→Using CMake: Explain the CMakelists.txt file) (undo)
  • (cur) (prev) 08:43, 3 June 2007 Tstaerk (Talk | contribs) m (→The Code) (undo)
  • (cur) (prev) 19:07, 20 May 2007 Milliams (Talk | contribs) m (API Change) (undo)
  • (cur) (prev) 19:03, 20 May 2007 Milliams (Talk | contribs) m (API Change) (undo)
  • (cur) (prev) 18:27, 25 April 2007 Jhernandez (Talk | contribs) (Changed - →Make And Run: to use cmakekde) (undo)
  • (cur) (prev) 12:08, 13 April 2007 TMG (Talk | contribs) (→Using CMake: add cmake link) (undo)
  • (cur) (prev) 12:06, 13 April 2007 TMG (Talk | contribs) (→Abstract: Add tip to use kdevelop and link to that page) (undo)
  • (cur) (prev) 00:36, 11 March 2007 Pino (Talk | contribs) (→Build: why should a simple kde4 application link explicitely to dl?!) (undo)
  • (cur) (prev) 23:09, 9 March 2007 84.189.29.172 (Talk) (qt-unstable -> qt-copy) (undo)
  • (cur) (prev) 15:46, 2 March 2007 Dhaumann (Talk | contribs) (fix link) (undo)
  • (cur) (prev) 19:21, 28 February 2007 Apaku (Talk | contribs) (Fix the build instructions, link against QtCore and QtGui) (undo)
  • (cur) (prev) 07:36, 28 January 2007 72.16.19.112 (Talk) (→Build) (undo)
  • (cur) (prev) 07:35, 28 January 2007 84.82.198.140 (Talk) (→Using CMake) (undo)
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
Retrieved from "http://techbase.kde.org/Development/Tutorials/First_program"

Navigation

  • Home
  • Help
  • Recent changes

Sections

  • Getting started
  • Development
  • Schedules
  • Policies
  • Contribute
  • Projects

Toolbox

  • What links here
  • Related changes
  • RSS  Atom 
  • Special pages

Personal tools

  • 38.107.191.98
  • Talk for this IP
  • Log in / create account
  • Login with OpenID
Creative Commons License SA 3.0 as well as the GNU Free Documentation License 1.2
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal