diff options
Diffstat (limited to 'knotes/ChangeLog')
-rw-r--r-- | knotes/ChangeLog | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/knotes/ChangeLog b/knotes/ChangeLog index c5cfb84f0..fb3918281 100644 --- a/knotes/ChangeLog +++ b/knotes/ChangeLog @@ -3,7 +3,7 @@ ChangeLog for KNotes 2006/07/10 Michael Brade <brade@kde.org> - * added DCOP methods to get and change geometry: + * added DCOP methods to get and change tqgeometry: height(), width(), move(), resize() 2006/06/10 Michael Brade <brade@kde.org> @@ -182,7 +182,7 @@ ChangeLog for KNotes * when there is no note after restoring a session, still show the "No Notes" item in the notes menu * each note now has its own KXMLGUIBilder to get rid of the reparent-call, - the builder's parent will be the widgets' parent + the builder's tqparent will be the widgets' tqparent * fixed #87696: allow default sizes as small as 50x50 pixels 2004/08/20 Michael Brade <brade@kde.org> @@ -347,7 +347,7 @@ ChangeLog for KNotes 2004/03/15 Michael Brade <brade@kde.org> * removed const from KNotesApp::slotPreferences to make it possible to - set KNotesApp as parent of the config dialog -> fixes jumping to another + set KNotesApp as tqparent of the config dialog -> fixes jumping to another desktop when opening the config dialog 2004/03/13 Michael Brade <brade@kde.org> @@ -499,7 +499,7 @@ ChangeLog for KNotes * removed really old icons * made KNoteButtons always square * show the rich text actions only for actual rich text notes - * don't emit the bold/italic/underline signals when moving the cursor + * don't emit the bold/italic/underline Q_SIGNALS when moving the cursor or selecting text, otherwise this will change the selected text! 2002/10/15 Michael Brade <brade@kde.org> @@ -616,7 +616,7 @@ ChangeLog for KNotes 2001/06/23 Michael Brade <brade@informatik.uni-muenchen.de> * fixed #18086 (add a size grip for the notes) - * update the title layout if the font was changed + * update the title tqlayout if the font was changed 2001/06/17 Michael Brade <brade@informatik.uni-muenchen.de> @@ -631,7 +631,7 @@ ChangeLog for KNotes - removed the size setting from the local note config dialog - #20172: separate font settings for title and body * don't reload the display setting if changing e.g. only the color - - the note's geometry could have been changed already + the note's tqgeometry could have been changed already * fixed some bugs introduced by the QTextEdit port 2001/06/10 Michael Brade <brade@informatik.uni-muenchen.de> @@ -811,7 +811,7 @@ ChangeLog for KNotes KNotes rewrite: - changed config file to use KConfig - - use KDockWindow and KUniqueApplication + - use KTQt::DockWindow and KUniqueApplication - Changed structure to make smaller files 2000/01/30 Charles Samuels <charles@kde.org> @@ -863,7 +863,7 @@ Tue Aug 3 02:23:09 1999 Carsten Pfeiffer <pfeiffer@kde.org> * added possibility to play a sound when an alarm is activated, configurable in the defaults dialog * replaced the custom spinboxes with QSpinBoxes and made the dialog use - layout management (still not perfect, yet) + tqlayout management (still not perfect, yet) 1999-06-07 Petter Reinholdtsen <pere@td.org.uit.no> * knotes.cpp: Changed text Quit to Exit to match KDE style guide. @@ -883,7 +883,7 @@ Tue Aug 3 02:23:09 1999 Carsten Pfeiffer <pfeiffer@kde.org> Tue Feb 16 09:34:25 1999 David Faure <faure@kde.org> * Added option "dock in panel" (to disable docking) - Docking is automatically re-enabled if the last note is deleted + TQt::Docking is automatically re-enabled if the last note is deleted * Move options submenu to toplevel RMB menu (too many submenus!) * Re-added "Quit" menu entry (in order to quit when docking is off) @@ -922,7 +922,7 @@ Mon Nov 17 21:32:28 1997 Didier Belot <dib@avo.fr> Sat Nov 22 13:13:05 1997 Matthias Ettrich <ettrich@kde.org> - * sessionmanagement: uses kwm properties now, not only geometry info + * sessionmanagement: uses kwm properties now, not only tqgeometry info * look: pretty thin border. KPostit does no longer inherit QMultiline but simply QFrame. New class: KPostitMultilineEdit. New QMessage box for warning. Icon+Miniicon. |