Warning, /network/konqueror/ChangeLog is written in an unsupported language. File is not indexed.
0001 This ChangeLog is really outdated and only kept for nostalgic historical reasons.
0002 Use svn log instead.
0003
0004 2001-05-10 Mark Deneen <deneen@bucknell.edu>
0005
0006 * Implemented header of vertical toggle views, with support for
0007 a caption text and a close-button
0008
0009 2001-05-05 David Faure <faure@kde.org>
0010
0011 * konq_mainwindow.cc: Set WDestructiveClose again when going
0012 to fullscreen mode (Qt bug), to prevent Alt+F4 from crashing.
0013 * konq_misc.cc: Only abort full-screen mode for windows on the
0014 current desktop.
0015
0016 2001-05-01 Simon Hausmann <simon@kde.org>
0017
0018 * konq_mainwindow.cc : moved the connect and disconnect calls
0019 to/from the highlighting signals of the actioncollections into
0020 two separate methods, for cleanup, and use the qt child deletion
0021 mechanism to delete the bookmark actioncollection
0022
0023 2001-04-28 Simon Hausmann <simon@kde.org>
0024
0025 * konq_actions.h (class KonqGoURLAction): new class, derived
0026 from KAction, used for the 'go url' action. when plugging the
0027 action into a toolbar make sure to align the button right.
0028 Otherwise the toolbar layout completely fucks up and QToolBar
0029 starts flickering like mad, when the window width is getting
0030 small than the lenght of the url in the combobox.
0031
0032 * konq_mainwindow.cc (initActions): use KonqGoURLAction
0033
0034 2001-04-27 Simon Hausmann <simon@kde.org>
0035
0036 * konq_mainwindow.cc (goURL): new slot, sending a fake key
0037 event to the lineedit, acting like the user pressing return
0038 (initActions): allocate a "Go" action and connect it to the
0039 new goURL slot
0040
0041 * konqueror.rc: inserted go action into the locationbar
0042
0043 2001-04-07 Simon Hausmann <simon@kde.org>
0044
0045 * konq_mainwindow.cc (slotReload): call m_currentView->lockHistory(),
0046 to fix #23818
0047 * konq_view.cc/h (reload): removed obsolete method
0048
0049 2001-03-31 David Faure <faure@kde.org>
0050
0051 * konq_mainwindow.cc(slotRunFinished): Stop wheel animation when a
0052 konqrun fails and we have no view.
0053
0054 2001-03-25 Simon Hausmann <simon@kde.org>
0055
0056 * iconview/konq_iconview.cc (KonqKfmIconView): specify a status text for
0057 some actions. Likewise for some actions in KonqDirPart. Also call
0058 setHighlightingEnabled in the KonqDirPart constructor
0059
0060 * konq_mainwindow.cc (slotShowMenuBar): call saveMainWindowSettings and
0061 KGlobal::config()->sync() after toggling the visiblity of the menubar,
0062 just like it is done for toolbars.
0063 (slotPartActivated): connect and disconnect to/from the actionStatusText
0064 and clearStatusText signals of the part's actioncollection
0065
0066 2001-03-02 Simon Hausmann <simon@kde.org>
0067
0068 * konq_view.cc, konq_browseriface.cc/h: Utilize and implement the newly
0069 added KParts::BrowserInterface
0070
0071 2001-02-06 Simon Hausmann <simon@kde.org>
0072
0073 * konq_mainwindow.cc (openBookmarkURL): Patch by
0074 Marco Krohn <Marco.Krohn@stud.uni-hannover.de> to call openFilteredURL
0075 instead of openURL. Allows environment variables in bookmarks and
0076 other sugar.
0077
0078 2001-01-28 Stephan Kulow <coolo@kde.org>
0079
0080 * konq_mainwindow.cc (initActions): Plug the actions into a KAccel to
0081 fix short cuts in full screen mode
0082
0083 2001-01-16 Simon Hausmann <simon@kde.org>
0084
0085 * konq_actions.cc (fillHistoryPopup),
0086 libkonq/kbookmarkmenu.cc (fillBookmarkMenu): When a Website has
0087 "&" in the Title, make sure to transform it into "&&" before
0088 inserting it into a QPopupMenu (for history or for bookmarks) , to
0089 avoid QPopupMenu interpreting it as accelerator.
0090
0091
0092 2001-01-15 David Faure <faure@kde.org>
0093
0094 * konq_aboutpage.cc, konq_mainwindow.cc: Support for "about:konqueror".
0095 Credits to Simon for the part, and Torsten for the icons.
0096
0097 2001-01-14 David Faure <faure@kde.org>
0098
0099 * konq_viewmgr.cc (loadItem): Use openView instead of view->openURL,
0100 so that "view-follows-view" is also applied on startup. Fixes #17679.
0101
0102 * konq_mainwindow.cc etc.: Lock to current location doesn't make the
0103 view passive anymore. This allows to e.g. change the view mode.
0104
0105 * konq_frame.cc: Added Lock / Unlock to view statusbar's popupmenu.
0106
0107 2001-01-13 David Faure <faure@kde.org>
0108
0109 * konq_dirpart.cc etc.: Always paste to current directory, even
0110 when an item is selected.
0111
0112 2001-01-12 David Faure <faure@kde.org>
0113
0114 * konq_viewmgr.cc (loadViewProfile): Set active part before loading
0115 URL, so that the URL appears in the location bar.
0116
0117 * konq_mainwindow.cc, konq_dirpart.cc: Store find part into history,
0118 in order to restore it when pressing back.
0119
0120 2001-01-11 David Faure <faure@kde.org>
0121
0122 * konq_mainwindow.*, konq_view.*: Store caption in the view,
0123 fixes caption when switching parts or removing one.
0124
0125 2001-01-11 Carsten Pfeiffer <pfeiffer@kde.org>
0126
0127 * konq_historymgr.*: KonqHistoryManager now implements the new
0128 HistoryProvider (from KParts)
0129
0130 2001-01-09 Alexander Neundorf <neundorf@kde.org>
0131
0132 * konq_mainwindow.*, konq_dirpart.*: Copy (F7) and move (F8) are now
0133 available as soon as some files are selected in a directory view.
0134 A dialog asks for the destination.
0135
0136 2001-01-08 Simon Hausmann <simon@kde.org>
0137
0138 * KonquerorIface.cc (openBrowserWindow),
0139 (createNewWindow),
0140 (createNewWindow),
0141 (createBrowserWindowFromProfile),
0142 (createBrowserWindowFromProfile),
0143 (createBrowserWindowFromProfileAndURL),
0144 (createBrowserWindowFromProfileAndURL): changed return type from void
0145 to DCOPRef
0146
0147 2001-01-07 David Faure <faure@kde.org>
0148
0149 * konq_mainwindow.*: One KonqRun per view (del the old one in setRun),
0150 only one with no view associated (KonqMainWindow::m_initialKonqRun).
0151 This fixes "clicking on two bookmarks very fast opens both URLs,
0152 splitting the view".
0153
0154 2000-12-28 Simon Hausmann <simon@kde.org>
0155
0156 * konq_viewmgr.cc (loadViewProfile): When loading an empty profile
0157 (in particular the webbrowsing one) , activate the clear_location
0158 action. This gives the focus to the location bar -> the user can
0159 type in an url right away when loading the webbrowsing profile
0160
0161 2000-12-27 Simon Hausmann <simon@kde.org>
0162
0163 * konq_mainwindow.cc (enableAllActions): for iterating over all actions
0164 don't use the action( int index ) method of KActionCollection but instead
0165 retrieve a QValueList<KAction *> and iterate over that, as the =+(int)
0166 operator of QDictIterator isn't really fast
0167
0168 ----- KDE 2.1 BETA 1 RELEASE ----
0169
0170 2000-12-12 David Faure <faure@kde.org>
0171
0172 * konq_viewmgr.cc: Fixed saving of profiles containing views
0173 "locked to their current location". The attribute was missing from
0174 the profile.
0175
0176 * konq_mainwindow.cc: Save and restore the preferred service in for
0177 each toolbar 'viewmode' button.
0178
0179 2000-12-10 David Faure <faure@kde.org>
0180
0181 * konq_mainwindow.cc, konq_view.*, browserextension.*: Fixed
0182 the initial state of the common actions (cut,copy,paste etc.).
0183 Had to move all the handling of the action states to browserextension.
0184
0185 2000-12-10 Simon Hausmann <simon@kde.org>
0186
0187 * konqview_example.tar.gz: removed outdated example.
0188
0189 * konq_frame.h, konq_view.{cc,h},
0190 konq_factory.{cc,h}, konq_mainwindow.{cc,h} : Code cleanups,
0191 added missing const's here and there, removed some old unused
0192 code.
0193
0194 2000-12-09 Simon Hausmann <simon@kde.org>
0195
0196 * konq_actions.{cc,h}: Added KonqViewModeAction, a KRadioAction
0197 with an additional delayed popupmenu
0198
0199 * konq_mainwindow.{cc,h}: Changed the toolbar viewmode buttons to
0200 show the available viewmodes grouped. For directories they are
0201 grouped by iconview and listview. This way one can quickly
0202 switch between the favourite list and iconview while still having
0203 the complete choice of viewmodes via delayed popupmenus
0204 (idea by Torsten and David)
0205
0206
0207 2000-12-08 David Faure <faure@kde.org>
0208
0209 * konq_mainwindow.cc (openURL): Support for about:blank
0210 Fix for severe problems with the activation of the standard actions.
0211 The state of the action is now stored in each KonqView.
0212
0213 2000-12-08 Malte Starostik <malte@kde.org>
0214
0215 * libkonq/, iconview/: Preview for HTML files implemented.
0216
0217 2000-12-08 David Faure <faure@kde.org> and Carsten Pfeiffer <pfeiffer@kde.org>
0218
0219 * dirtree/*: Major rewrite of the directory tree, to make it generic.
0220 It can now handle toplevel items over to specific modules. Current
0221 modules available are the dirtree module (directory listing) and the
0222 history module (for a way to visualize the persistent history).
0223
0224 2000-12-06 Matthias Elter <elter@kde.org>
0225
0226 * konq_mainwindow.cc: Turned the Configure submenu into a single dialog.
0227
0228 2000-12-02 David Faure <faure@kde.org>
0229
0230 * konq_mainwindow.cc (slotToolFind): "Find Files" now embeds the kfind
0231 part, and the result of the search is connected to the current directory
0232 part. "Close" or opening any other URL closes the 'find' part.
0233 Thanks to Eric Coquelle for the kfind classes, and to jpmartin for
0234 pushing us to do this :)
0235
0236 * konq_viewmgr.cc: Support for suicidal passive views, more arguments
0237 to splitView and splitWindow.
0238
0239 * konq_guiclients.cc: Duplicated code removed, uses splitWindow now.
0240
0241 2000-11-30 David Faure <faure@kde.org>
0242
0243 * konq_mainwindow.cc: Use current profile in "New Window" to fix #16283.
0244
0245 2000-11-28 David Faure <faure@kde.org>
0246
0247 * konq_actions.cc: Accel (Alt+O in English) to give focus to location bar,
0248 shown by the label.
0249
0250 * konq_profiledlg.cc: Ported to KListView to fix problems with selection.
0251
0252 2000-11-26 David Faure <faure@kde.org>
0253
0254 * konq_misc.cc, kfmclient.cc, KonquerorIface.cc: Speed up for URLs opened
0255 from another process using KRun (e.g. kdesktop's Minicli), by passing the
0256 mimetype through to konqueror.
0257
0258 2000-11-25 David Faure <faure@kde.org>
0259
0260 * konq_misc.cc: Fixed location bar not showing the URL asap.
0261
0262 * konq_mainwindow.cc : Icons for the configure submenu.
0263
0264 * konq_actions.cc : KonqHistoryAction turned into KToolBarPopupAction.
0265 Drag the "Location" label to start a drag with the current URL.
0266
0267 2000-11-25 Simon Hausmann <simon@kde.org>
0268
0269 * konq_view.cc (connectPart): Install new url event filter for plain
0270 krops and for browserviews with the enableURLDropHandling property enabled
0271 (eventFilter): New eventfilter which listens for url drop events
0272
0273 Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org>
0274
0275 * konq_mainwindow.cc: Completion handling overhauled. We have
0276 one KonqHistoryManager, which holds a KCompletion object and syncs
0277 the history with the completion.
0278
0279 * konq_view.cc:
0280 set m_bAborted before calling slotCompleted in slotCanceled()
0281 feed the history manager
0282
0283 * konq_actions.cc: use KonqHistoryCombo that doesn't mess with the
0284 competion-object, we do our own synchronization now.
0285
0286 * libkonq/ added konq_history*
0287
0288 2000-11-22 David Faure <faure@kde.org>
0289
0290 * konq_listview.cc: Added "Default" Icon Size, which corresponds to
0291 KIcon::Small (but when switching to icon view, it becomes whatever's
0292 configured for the "Desktop" group).
0293
0294 2000-11-21 David Faure <faure@kde.org>
0295
0296 * konq_listview.cc: Case Insensitive Sort option, on by default.
0297
0298 * Views: Major rework of the "delayed mimetypes determination" feature,
0299 to make it available to the list view. This makes the list view
0300 MUCH faster in big directories.
0301 This also showed a bug in the listview background painting -> fixed.
0302
0303 2000-11-19 David Faure <faure@kde.org>
0304
0305 * Views: Implemented in-place renaming of items ("Rename" in menus, F2)
0306
0307 2000-11-17 David Faure <faure@kde.org>
0308
0309 * konq_profiledlg.cc: Made checkbox states persistent (saved to config)
0310
0311 * konq_run.cc: Check that when we call KRun from KonqRun, it's not going
0312 to launch another konqueror.
0313 * konq_guiclients.cc: Build toggle-view actions in the actioncollection
0314 of the mainwindow, so that it's possible to assign them a shortcut.
0315
0316 2000-11-16 David Faure <faure@kde.org>
0317
0318 * konq_viewmgr.cc: Patch by Keunwoo Lee <klee@cs.washington.edu> to
0319 implement dynamic accels for the profile submenu.
0320
0321 2000-11-15 David Faure <faure@kde.org>
0322
0323 * konq_drag.cc: Export URLs as text/plain as well.
0324
0325 * konq_mainwindow.cc: Implemented auto-saving of toolbars (KMainWindow),
0326 removed "Save Settings".
0327 Fixed "clicking on directory in dirtree uses wrong view mode for dirs".
0328 * konq_iconview.cc: Added +/- buttons for changing the icon size.
0329
0330 2000-11-06 David Faure <faure@kde.org>
0331
0332 * konq_operations.cc: statURL, calls a slot when it stat'ed
0333 the url and created a kfileitem for it.
0334 Used in doDrop when the destination's kfileitem is unknown. Fixes #14739.
0335 Also, KPropsDlg now does a similar thing when called with a KURL.
0336
0337 2000-11-05 David Faure <faure@kde.org>
0338
0339 * konqueror.rc: Moved the "open with" actions to the Location menu,
0340 and added a separator to the action list.
0341
0342 * konq_view.cc (connectPart): moved call to setSaveViewPropertiesLocally
0343 (used to be in various places in KonqMW) so that the flag is
0344 also correct when switching views.
0345
0346 * konq_dirpart.cc and directory views: apply background color and pixmap
0347 to the viewport(), and updated konq_iconview to do the same. This fixes
0348 many inconsistencies, and makes resizing a window much faster & smoother.
0349 Note that it has to be the viewport and not the widget, otherwise in the
0350 listview, the box between the scrollbars appears colored/pixmap-ed.
0351
0352 * konq_mainwindow.cc: action renamed View Properties Saved In Directory
0353
0354 2000-11-04 David Faure <faure@kde.org>
0355
0356 * konq_viewmgr.cc: now takes care of enableAllActions.
0357 Show led and active statusbar even in the tree+icon configuration
0358 (the rule is now "more than one view", not "more than one activeable
0359 view"). This should remove some confusion.
0360
0361 * konq_frame.cc: "Remove View" in RMB on statusbar.
0362 Don't try to activate passive views when clicking statusbar.
0363 Different background color on statusbar for active view.
0364
0365 * konq_mainwindow.cc: Fixes for "Remove Active View" enabling,
0366 to avoid ending up with a lonely embedded konsole, and some
0367 cleanup of code for enabling other view-related actions.
0368 Introducing updateViewActions for common code between enableAllActions
0369 and slotPartActivated. Fixes a few glitches in action activation.
0370
0371 2000-10-31 Carsten Pfeiffer <pfeiffer@kde.org>
0372
0373 * libkonq: Implemented "Text preview" functionality
0374
0375 2000-10-26 David Faure <faure@kde.org>
0376
0377 * keditbookmarks/*: Finally, a bookmark editor for konqueror.
0378
0379 * kbookmarkmanager.*: Separated from kbookmark.* after dcopidl dying on
0380 "mutable" :). Implemented DCOP notifications between processes.
0381 Implemented "internal bookmark address". KonqBookmarkManager is no more.
0382
0383 * kbookmarkbar.*: Update for XML bookmarks, fill in aboutToShow, update
0384 sub-menus upon changed() signal, enabled "Add Bookmark" and "New Folder"
0385
0386 2000-10-24 David Faure <faure@kde.org>
0387
0388 * kbookmark*: Reimplemented the bookmarks, they are now saved in XML.
0389 Desktop files are imported if the XML file doesn't exist (it's
0390 immediately saved, so this should happen only once).
0391
0392 2000-10-22 Simon Hausmann <simon@kde.org>
0393
0394 * konq_view.{cc,h} : changed part->child( 0, "KParts::BE" ) calls to
0395 use the new childObject method in BrowserExtension
0396
0397 2000-10-22 David Faure <faure@kde.org>
0398
0399 * dirtree/konq_dirtree.cc: Fixed support for devices in the directory
0400 tree. It currently requires MountPoint in the device desktop file.
0401
0402 * listview/konq_textviewwidget.cc: Only the Name column is now
0403 selected, and used as a drop area - like in other listviews.
0404 This requires the fix in KListView to work properly.
0405
0406 2000-10-21 David Faure <faure@kde.org>
0407
0408 * Fix for linked views saved in profile, introducing isLoadingProfile().
0409
0410 2000-10-20 David Faure <faure@kde.org>
0411
0412 * konq_misc.cc: Use webbrowsing profile for *.html *.htm as well.
0413
0414 2000-10-20 Simon Hausmann <hausmann@kde.org>
0415
0416 * Duplicate window duplicates the history as well.
0417
0418 [...... long period of development up to KDE 2.0 ommitted .....]
0419
0420 1999-03-15 Michael Reiher <michael.reiher@gmx.de>
0421
0422 * Implemented an ActiveViewIndicator : KonqFrame
0423
0424 1999-02-28 Simon Hausmann <tronical@gmx.net>
0425
0426 * Rewrite from scratch, with completely new IDL
0427
0428 1999-02-09 David Faure <faure@kde.org>
0429
0430 * Source imported in kdebase/konqueror
0431
0432 1999-01-25 Torben Weis <weis@kde.org>
0433
0434 * Initial import of kfmIII in corba/kfm
0435
0436