📄 changelog
字号:
Tue Apr 20 18:10:58 1999 Carsten Pfeiffer <pfeiffer@kde.org> * kfilesimpleview.cpp (insertItem): QList::insert() seems to have changed: valid range for index is only from 0 to count(). Passing -1 as index results in an error - and a segfault in kfile. => changed KFileSimpleView::insertItem() to set index to count() if it is set to -1 (coming from KFileInfoContents::setSorting()).Sat Apr 17 15:50:41 1999 Carsten Pfeiffer <pfeiffer@kde.org> * kfiledetaillist.{cpp,h}, kdirview.{cpp,h}: those views didn't have proper keyboard bindings (HOME, END, RETURN) * kfiledialog.cpp: fixed some geometry management problems with large toolbar (noticed because of icon+text in toolbar)1999-01-14 Stephan Kulow <coolo@kde.org> * kfiledialog.cpp: fixed some GUI problems and moved all default configurations into config-kfile.h. Changed some default values, so that users that never looked into the config dialog gets a nice suprise with 1.1 ;-) * kfiledialog.cpp: changed selectedFile to return decoded path instead of encoded oneThu Jan 7 23:14:39 1999 Carsten Pfeiffer <pfeiffer@kde.org> * kfilesimpleview.cpp (keyPressEvent): fixed segfault on keypress, when there were no files at all in the list1998-12-19 Stephan Kulow <coolo@kde.org> * kfiledialog.cpp: fixing an ugly bug when "." is used as argumentMon Dec 14 23:00:41 1998 Carsten Pfeiffer <pfeiffer@kde.org> * kfilebookmark.cpp: renamed class KBookmark to KFileBookmark to avoid problems with KFM's KBookmark class. Renamed bookmark.* to kfilebookmark.*, too and changed all occurrences of bookmark.* to kfilebookmark.* (especially all the .po-files)Wed Dec 2 15:59:13 1998 Carsten Pfeiffer <pfeiffer@kde.org> * kfilesimpleview.cpp: Fixed some more keyboard navigation bugs. Added method isColCompletelyVisible( int col ), now you can scroll perfectly to make items completely visible. Moreover, in resizeEvent() the number of columns was not calculated correctly in a special case. And the currently selected item is rehighlighted correctly after resizing, now.1998-10-12 Jochen K黳per <jochen@uni-duesseldorf.de> * kfiledialog.cpp (okPressed): Changed okPressed to store the correct filename before leaving the dialog.1998-06-07 Stephan Kulow <coolo@kde.org> * kfilesimpleview.cpp: added some checks to prevent division with zero using the latest qt snapshots * kfilesimpleview.cpp: added a repaint call after a resize * kfiledialog.cpp: new experimental button order * kfiledialog.cpp: added lastDirectory to remember the last visited directory for next open1998-05-24 Stephan Kulow <coolo@kde.org> * kfiledialog.cpp: use setSelection also for the initial filename given * kfiledialog.cpp: introduced KFileFilter to make an abstraction for the used filter widget. Currently only QComboBox is supported, but this may change in the future 1998-05-20 Stephan Kulow <coolo@kde.org> * kfiledialog.cpp: changed the accelerator for completion to CTRL-T * kfiledialog.cpp: fixed the setSelection() feature1998-05-19 Stephan Kulow <coolo@kde.org> * kfiledialog.h: added setSelection1998-05-18 Stephan Kulow <coolo@kde.org> * kfiledialog.cpp: bugfixes1998-05-15 Stephan Kulow <coolo@kde.org> * kfileinfocontents.cpp: some more changes and speed ups (caching and some other little things)1998-05-14 Stephan Kulow <coolo@kde.org> * kfileinfocontents.cpp: added addItemList * kfileinfocontents.h: introduced KFileInfoContentsSignaler * kfileinfocontents.cpp: some more speed improvment1998-05-10 Stephan Kulow <coolo@kde.org> * kfiledialog.cpp: tried to speed up the refresh1998-04-17 Stephan Kulow <coolo@kde.org> * kfiledetaillist.cpp: implemented the date field * kfiledetaillist.cpp: made the columns wider * kfileinfocontents.cpp: use the new icons by MarkThu Apr 16 10:51:24 1998 Daniel Grana <grana@ie.iwi.unibe.ch> * kfiledialog.*: some small fixes concerning preview * kfileinfocontents.cpp: fixed sorting bug in preview * kfilepreview.*: small bug fixes * kpreview.*: small bug fixes * added some documentation1998-04-15 Stephan Kulow <coolo@kde.org> * kfilepreview.cpp: use a list box instead of simple view * kfiledialog.cpp: fixed an ugly bug1998-04-14 Stephan Kulow <coolo@kde.org> * kfiledialogconf.cpp: removed the width/height sliders * kfiledialog.cpp: save the width and height on exit * kfiledialogconf.cpp: added more guys to the about box * kfiledialog.h: removed init*Children. They were useless * kfiledialog.cpp: set the default size to a useful valueMon Apr 6 17:30:18 1998 Daniel Grana <grana@ie.iwi.unibe.ch> * kfilepreview.*: restructured previewing, one can now easily use custom previewers, dynamically * kpreview.*: changes for allowing custom previewers, two previewers are hardcoded so far * kfiledialog.*: changes changes for allowing custom previewers * kfstest.cpp: changes to preview mode * xview.*: QimageIO module allowing the visual-schnauzer generated images to be loaded1998-04-06 Stephan Kulow <coolo@kde.org> * debug.h: added debugC. An empty macro to hide debug outputThu Apr 2 19:39:37 1998 Daniel Grana <grana@ie.iwi.unibe.ch> * kpreview.*: widget which for now shows some info about a file/folder along with the first 20-30 lines of it * kfilepreview.*: added a new view which has a preview of any text file in the right part * kfstest.cpp: added the new mode "preview" which shows the above view1998-03-30 Stephan Kulow <coolo@kde.org> * kfilesimpleview.cpp: fixed highlightning * kfiledialog.cpp: some fixes for the dir selection * kfiledialog.h: Moved KFileDialog into KFileBaseDialog and made KFileDialog and KDirDialog a derived class of KFileBaseDialog to make this virtual functions workMon Mar 30 17:53:20 1998 Daniel Grana <grana@ie.iwi.unibe.ch> * kcombiview.cpp: bug fixes for completion & corresponding highlighting * kfiledialog.cpp: small bug fix, too much copying into location * kfileinfocontents.cpp: completion slightly remodeled, should work in all views now * kfileinfocontents.h: changed nameList to case insensitive list 1998-03-28 Stephan Kulow <coolo@kde.org> * kfiledialog.cpp: changed the filter seperator to \n. This looks nicer in the source code of the callSat Mar 28 14:49:00 1998 Stephan Kulow <coolo@kde.org> * kfiledialog.cpp: changed the meaning of the dirName argument * kfiledialog.h: added getShowFilterThu Mar 26 12:47:42 1998 Stephan Kulow <coolo@kde.org> * kfilesimpleview.cpp: improved scrolling in simple view * kfileinfocontents.cpp: add a / after a found dir * kfiledialog.cpp: fixed bug for !showFilterWed Mar 25 18:39:09 1998 Daniel Grana <grana@ie.iwi.unibe.ch> * kfileinfocontents.cpp: completion now working * kcombiview.cpp: changed behaviour for completion, it now highlights completed directory and file Tue Mar 24 16:08:46 1998 Daniel Grana <grana@ie.iwi.unibe.ch> * kfileinfocontents.cpp: sorting now fully working * kfiledialog.cpp: modifications for sorting in the on the fly reconfiguration * kfileinfocontents.*: modification to the constructor to pass along the sorting * kfiledetaillist.*: modification to the constructor to pass along the sorting * kcombiview.*: modification to the constructor to pass along the sorting * kfilesimpleview.*: modification to the constructor to pass along the sortingTue Mar 24 10:45:15 1998 Daniel Grana <grana@ie.iwi.unibe.ch>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -