]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
Links in index file corrected, note about the original site hosting the articles...
authorMichal Horn <hornmich@fel.cvut.cz>
Tue, 18 Feb 2014 13:37:04 +0000 (14:37 +0100)
committerMichal Horn <hornmich@fel.cvut.cz>
Tue, 18 Feb 2014 13:37:04 +0000 (14:37 +0100)
prednasky/gui/index.mdwn
prednasky/gui/the-gnome-story.html
prednasky/gui/the-qt-story.html

index 941350a2d1cae0115bda16df7814f897d3f38076..f9d0eee367b8ddf9fc4b7f4351cc46c08c1491f2 100644 (file)
@@ -170,7 +170,7 @@ Používat přímo xlib by bylo poněkud těžkopádné ([[příklad| xlib-examp
 - GTK+
 - Bylo potřeba něco jako Win95 pro Linux.
 - V r. 1997 Miguel de Icaza and Federico Mena mimo jiné i kvůli problémům s Qt licencí v KDE.
-- [the story of the Gnome](the-gnome-story.html)
+- [[the story of the Gnome|the-gnome-story]]
 
 ----------
 
@@ -207,7 +207,7 @@ Používat přímo xlib by bylo poněkud těžkopádné ([[příklad| xlib-examp
 
 ## QT
 
-- Haavard Nord a Eirik Chambe-Eng (Norwegian Institute of Technology in Trondheim) začali vývoj v roce 1991, později založili firmu Trolltech [celkem zajímavé](the-qt-story.html).
+- Haavard Nord a Eirik Chambe-Eng (Norwegian Institute of Technology in Trondheim) začali vývoj v roce 1991, později založili firmu Trolltech [[celkem zajímavé|the-qt-story]].
 - V r. 2009 ji koupila Nokia.
 - V C++ => obtížnější wrapping.
 - Od samého počátku multiplatformní (dokonce vlastni make systém).
index dc2aadf5819e970d5c0185e6ae09d50eceeb32ac..194776e2ff217339d4b1062188594874fb9b2eb4 100644 (file)
@@ -8,8 +8,9 @@
 
 <h1>The Story of the GNOME project</h1>
 
-An incomplete recollection of some of the events in the story of the
-GNOME project.  Maybe one day I will finish it.
+<p>An incomplete recollection of some of the events in the story of the
+GNOME project.  Maybe one day I will finish it.</p>
+<p>This is our local copy of the original pages from http://primates.ximian.com/~miguel/gnome-history.html</p>
 
 <h2>The early days</h2>
 
index 8f84958d8beda5f54a9a8873e969d1a6af325ea0..988a1c89e37feece6c5f475c6abbad442be7bdd5 100644 (file)
@@ -1,7 +1,12 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+  <title>A Brief History of Qt</title>
+</head>
 <body>
 <h1>A Brief History of Qt</h2>
-
+<p>This is our local copy of the original pages from http://www.civilnet.cn/book/embedded/GUI/Qt4/pref04.html</p>
 <p>The Qt framework first became publicly available in May 1995. It was initially developed by Haavard Nord (Trolltech's CEO) and Eirik Chambe-Eng (Trolltech's president). Haavard and Eirik met at the Norwegian Institute of Technology in Trondheim, where they both graduated with master's degrees in computer science.</p>
 <p>Haavard's interest in C++ GUI development began in 1988 when he was commissioned by a Swedish company to develop a C++ GUI framework. A couple of years later, in the summer of 1990, Haavard and Eirik were working together on a C++ database application for ultrasound images. The system needed to be able to run with a GUI on Unix, Macintosh, and Windows. One day that summer, Haavard and Eirik went outside to enjoy the sunshine, and as they sat on a park bench, Haavard said, "We need an object-oriented display system." The resulting discussion laid the intellectual foundation for the object-oriented cross-platform GUI framework they would soon go on to build.</p>
 <p>In 1991, Haavard started writing the classes that eventually became Qt, collaborating with Eirik on the design. The following year, Eirik came up with the idea for "signals and slots", a simple but powerful GUI programming paradigm that has now been embraced by several other toolkits. Haavard took the idea and produced a hand-coded implementation. By 1993, Haavard and Eirik had developed Qt's first graphics kernel and were able to implement their own widgets. At the end of the year, Haavard suggested that they go into business together to build "the world's best C++ GUI framework".</p>