summaryrefslogtreecommitdiffstats
path: root/konqueror/ChangeLog
blob: a6b8bed4c203966720b483825fc7da6b9a79373f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
2001-05-10  Mark Deneen <deneen@bucknell.edu>

	* Implemented header of vertical toggle views, with support for
	a caption text and a close-button

2001-05-05  David Faure  <faure@kde.org>

	* konq_mainwindow.cpp: Set WDestructiveClose again when going
	to fullscreen mode (Qt bug), to prevent Alt+F4 from crashing.
	* konq_misc.cpp: Only abort full-screen mode for windows on the
	current desktop.

2001-05-01  Simon Hausmann  <simon@kde.org>

	* konq_mainwindow.cpp : moved the connect and disconnect calls
	to/from the highlighting signals of the actioncollections into
	two separate methods, for cleanup, and use the qt child deletion
	mechanism to delete the bookmark actioncollection

2001-04-28  Simon Hausmann  <simon@kde.org>

	* konq_actions.h (class KonqGoURLAction): new class, derived
	from TDEAction, used for the 'go url' action. when plugging the
	action into a toolbar make sure to align the button right.
	Otherwise the toolbar layout completely fucks up and QToolBar
	starts flickering like mad, when the window width is getting
	small than the length of the url in the combobox.
	
	* konq_mainwindow.cpp (initActions): use KonqGoURLAction

2001-04-27  Simon Hausmann  <simon@kde.org>

	* konq_mainwindow.cpp (goURL): new slot, sending a fake key
	event to the lineedit, acting like the user pressing return
	(initActions): allocate a "Go" action and connect it to the
	new goURL slot

	* konqueror.rc: inserted go action into the locationbar

2001-04-07  Simon Hausmann  <simon@kde.org>

	* konq_mainwindow.cpp (slotReload): call m_currentView->lockHistory(),
	to fix #23818
	* konq_view.cpp/h (reload): removed obsolete method

2001-03-31  David Faure  <faure@kde.org>

	* konq_mainwindow.cpp(slotRunFinished): Stop wheel animation when a 
	konqrun fails and we have no view.

2001-03-25  Simon Hausmann  <simon@kde.org>

	* iconview/konq_iconview.cpp (KonqKfmIconView): specify a status text for
	some actions. Likewise for some actions in KonqDirPart. Also call
	setHighlightingEnabled in the KonqDirPart constructor

	* konq_mainwindow.cpp (slotShowMenuBar): call saveMainWindowSettings and
	TDEGlobal::config()->sync() after toggling the visiblity of the menubar,
	just like it is done for toolbars.
	(slotPartActivated): connect and disconnect to/from the actionStatusText
	and clearStatusText signals of the part's actioncollection

2001-03-02  Simon Hausmann  <simon@kde.org>

	* konq_view.cpp, konq_browseriface.cpp/h: Utilize and implement the newly
	  added KParts::BrowserInterface

2001-02-06  Simon Hausmann  <simon@kde.org>
	
	* konq_mainwindow.cpp (openBookmarkURL): Patch by 
	Marco Krohn <Marco.Krohn@stud.uni-hannover.de> to call openFilteredURL
	instead of openURL. Allows environment variables in bookmarks and
	other sugar.

2001-01-28  Stephan Kulow  <coolo@kde.org>

	* konq_mainwindow.cpp (initActions): Plug the actions into a TDEAccel to
	fix short cuts in full screen mode

2001-01-16  Simon Hausmann  <simon@kde.org>

	* konq_actions.cpp (fillHistoryPopup),
	  libkonq/kbookmarkmenu.cpp (fillBookmarkMenu): When a Website has
	"&" in the Title, make sure to transform it into "&&" before
	inserting it into a QPopupMenu (for history or for bookmarks) , to
	avoid QPopupMenu interpreting it as accelerator.


2001-01-15  David Faure  <faure@kde.org>

	* konq_aboutpage.cpp, konq_mainwindow.cpp: Support for "about:konqueror".
	Credits to Simon for the part, and Torsten for the icons.

2001-01-14  David Faure  <faure@kde.org>

	* konq_viewmgr.cpp (loadItem): Use openView instead of view->openURL,
	so that "view-follows-view" is also applied on startup. Fixes #17679.

	* konq_mainwindow.cpp etc.: Lock to current location doesn't make the
	view passive anymore. This allows to e.g. change the view mode.

	* konq_frame.cpp: Added Lock / Unlock to view statusbar's popupmenu.

2001-01-13  David Faure  <faure@kde.org>

	* konq_dirpart.cpp etc.: Always paste to current directory, even
	when an item is selected.

2001-01-12  David Faure  <faure@kde.org>

	* konq_viewmgr.cpp (loadViewProfile): Set active part before loading
	URL, so that the URL appears in the location bar.

	* konq_mainwindow.cpp, konq_dirpart.cpp: Store find part into history,
	in order to restore it when pressing back.

2001-01-11  David Faure  <faure@kde.org>

	* konq_mainwindow.*, konq_view.*: Store caption in the view,
	fixes caption when switching parts or removing one.

2001-01-11  Carsten Pfeiffer <pfeiffer@kde.org>

	* konq_historymgr.*: KonqHistoryManager now implements the new 
	HistoryProvider (from KParts)

2001-01-09  Alexander Neundorf <neundorf@kde.org>

	* konq_mainwindow.*, konq_dirpart.*: Copy (F7) and move (F8) are now
	available as soon as some files are selected in a directory view.
	A dialog asks for the destination.

2001-01-08  Simon Hausmann  <simon@kde.org>

	* KonquerorIface.cpp (openBrowserWindow),
	(createNewWindow),
	(createNewWindow), 
	(createBrowserWindowFromProfile),
	(createBrowserWindowFromProfile), 
	(createBrowserWindowFromProfileAndURL),
	(createBrowserWindowFromProfileAndURL): changed return type from void
	to DCOPRef

2001-01-07  David Faure <faure@kde.org>

	* konq_mainwindow.*: One KonqRun per view (del the old one in setRun),
	only one with no view associated (KonqMainWindow::m_initialKonqRun).
	This fixes "clicking on two bookmarks very fast opens both URLs,
	splitting the view".
	
2000-12-28  Simon Hausmann  <simon@kde.org>

	* konq_viewmgr.cpp (loadViewProfile): When loading an empty profile
	(in particular the webbrowsing one) , activate the clear_location
	action. This gives the focus to the location bar -> the user can
	type in an url right away when loading the webbrowsing profile

2000-12-27  Simon Hausmann  <simon@kde.org>

	* konq_mainwindow.cpp (enableAllActions): for iterating over all actions
	don't use the action( int index ) method of TDEActionCollection but instead
	retrieve a QValueList<TDEAction *> and iterate over that, as the =+(int)
	operator of QDictIterator isn't really fast

	          ----- KDE 2.1 BETA 1 RELEASE ----
	
2000-12-12  David Faure  <faure@kde.org>

	* konq_viewmgr.cpp: Fixed saving of profiles containing views
	"locked to their current location". The attribute was missing from 
	the profile.

	* konq_mainwindow.cpp: Save and restore the preferred service in for 
	each toolbar 'viewmode' button.

2000-12-10  David Faure  <faure@kde.org>

	* konq_mainwindow.cpp, konq_view.*, browserextension.*: Fixed
	the initial state of the common actions (cut,copy,paste etc.).
	Had to move all the handling of the action states to browserextension.

2000-12-10  Simon Hausmann  <simon@kde.org>

	* konqview_example.tar.gz: removed outdated example.

	* konq_frame.h, konq_view.{cc,h},
	  konq_factory.{cc,h}, konq_mainwindow.{cc,h} : Code cleanups,
	added missing const's here and there, removed some old unused
	code.

2000-12-09  Simon Hausmann  <simon@kde.org>

	* konq_actions.{cc,h}: Added KonqViewModeAction, a TDERadioAction
	with an additional delayed popupmenu

	* konq_mainwindow.{cc,h}: Changed the toolbar viewmode buttons to
	show the available viewmodes grouped. For directories they are
	grouped by iconview and listview. This way one can quickly
	switch between the favourite list and iconview while still having
	the complete choice of viewmodes via delayed popupmenus
	(idea by Torsten and David)
	

2000-12-08  David Faure  <faure@kde.org>

	* konq_mainwindow.cpp (openURL): Support for about:blank
	Fix for severe problems with the activation of the standard actions.
	The state of the action is now stored in each KonqView.
	
2000-12-08  Malte Starostik <malte@kde.org>
	
	* libkonq/, iconview/: Preview for HTML files implemented.

2000-12-08  David Faure  <faure@kde.org> and Carsten Pfeiffer <pfeiffer@kde.org>

	* dirtree/*: Major rewrite of the directory tree, to make it generic.
	It can now handle toplevel items over to specific modules. Current
	modules available are the dirtree module (directory listing) and the
	history module (for a way to visualize the persistent history).

2000-12-06  Matthias Elter <elter@kde.org>

	* konq_mainwindow.cpp: Turned the Configure submenu into a single dialog.

2000-12-02  David Faure  <faure@kde.org>

	* konq_mainwindow.cpp (slotToolFind): "Find Files" now embeds the kfind
	part, and the result of the search is connected to the current directory
	part. "Close" or opening any other URL closes the 'find' part.
	Thanks to Eric Coquelle for the kfind classes, and to jpmartin for 
	pushing us to do this :)

	* konq_viewmgr.cpp: Support for suicidal passive views, more arguments 
	to splitView and splitWindow.

	* konq_guiclients.cpp: Duplicated code removed, uses splitWindow now.

2000-11-30  David Faure  <faure@kde.org>

	* konq_mainwindow.cpp: Use current profile in "New Window" to fix #16283.

2000-11-28  David Faure  <faure@kde.org>

	* konq_actions.cpp: Accel (Alt+O in English) to give focus to location bar,
	shown by the label.

	* konq_profiledlg.cpp: Ported to TDEListView to fix problems with selection.

2000-11-26  David Faure  <faure@kde.org>

	* konq_misc.cpp, kfmclient.cpp, KonquerorIface.cpp: Speed up for URLs opened
	from another process using KRun (e.g. kdesktop's Minicli), by passing the
	mimetype through to konqueror.

2000-11-25  David Faure  <faure@kde.org>

	* konq_misc.cpp: Fixed location bar not showing the URL asap.
	
	* konq_mainwindow.cpp : Icons for the configure submenu.

	* konq_actions.cpp : KonqHistoryAction turned into TDEToolBarPopupAction.
	Drag the "Location" label to start a drag with the current URL.

2000-11-25  Simon Hausmann  <simon@kde.org>

	* konq_view.cpp (connectPart): Install new url event filter for plain
	krops and for browserviews with the enableURLDropHandling property enabled
	(eventFilter): New eventfilter which listens for url drop events

Sat Nov 25 17:38:27 2000  Carsten Pfeiffer  <pfeiffer@kde.org>

	* konq_mainwindow.cpp: Completion handling overhauled. We have
	one KonqHistoryManager, which holds a TDECompletion object and syncs
	the history with the completion.

	* konq_view.cpp: 
	set m_bAborted before calling slotCompleted in 	slotCanceled()
	feed the history manager

	* konq_actions.cpp: use KonqHistoryCombo that doesn't mess with the
	competion-object, we do our own synchronization now.
	
	* libkonq/ added konq_history*
	
2000-11-22  David Faure  <faure@kde.org>

	* konq_listview.cpp: Added "Default" Icon Size, which corresponds to 
	TDEIcon::Small (but when switching to icon view, it becomes whatever's 
	configured for the "Desktop" group).

2000-11-21  David Faure  <faure@kde.org>

	* konq_listview.cpp: Case Insensitive Sort option, on by default.

	* Views: Major rework of the "delayed mimetypes determination" feature,
	to make it available to the list view. This makes the list view
	MUCH faster in big directories.
	This also showed a bug in the listview background painting -> fixed.

2000-11-19  David Faure  <faure@kde.org>

	* Views: Implemented in-place renaming of items ("Rename" in menus, F2)

2000-11-17  David Faure  <faure@kde.org>

	* konq_profiledlg.cpp: Made checkbox states persistent (saved to config)

	* konq_run.cpp: Check that when we call KRun from KonqRun, it's not going
	to launch another konqueror.
	* konq_guiclients.cpp: Build toggle-view actions in the actioncollection 
	of the mainwindow, so that it's possible to assign them a shortcut.

2000-11-16  David Faure  <faure@kde.org>

	* konq_viewmgr.cpp: Patch by Keunwoo Lee <klee@cs.washington.edu> to
	implement dynamic accels for the profile submenu.

2000-11-15  David Faure  <faure@kde.org>

	* konq_drag.cpp: Export URLs as text/plain as well.

	* konq_mainwindow.cpp: Implemented auto-saving of toolbars (TDEMainWindow),
	removed "Save Settings".
	Fixed "clicking on directory in dirtree uses wrong view mode for dirs".
	* konq_iconview.cpp: Added +/- buttons for changing the icon size.

2000-11-06  David Faure  <faure@kde.org>

	* konq_operations.cpp: statURL, calls a slot when it stat'ed
	the url and created a tdefileitem for it.
	Used in doDrop when the destination's tdefileitem is unknown. Fixes #14739.
	Also, KPropsDlg now does a similar thing when called with a KURL.

2000-11-05  David Faure  <faure@kde.org>

	* konqueror.rc: Moved the "open with" actions to the Location menu,
	and added a separator to the action list.

	* konq_view.cpp (connectPart): moved call to setSaveViewPropertiesLocally
	(used to be in various places in KonqMW) so that the flag is
	also correct when switching views.

	* konq_dirpart.cpp and directory views: apply background color and pixmap
	to the viewport(), and updated konq_iconview to do the same. This fixes
	many inconsistencies, and makes resizing a window much faster & smoother.
	Note that it has to be the viewport and not the widget, otherwise in the
	listview, the box between the scrollbars appears colored/pixmap-ed.

	* konq_mainwindow.cpp: action renamed View Properties Saved In Directory

2000-11-04  David Faure  <faure@kde.org>

	* konq_viewmgr.cpp: now takes care of enableAllActions.
	Show led and active statusbar even in the tree+icon configuration
	(the rule is now "more than one view", not "more than one activeable 
	view"). This should remove some confusion.

	* konq_frame.cpp: "Remove View" in RMB on statusbar.
	Don't try to activate passive views when clicking statusbar.
	Different background color on statusbar for active view.

	* konq_mainwindow.cpp: Fixes for "Remove Active View" enabling,
	to avoid ending up with a lonely embedded konsole, and some
	cleanup of code for enabling other view-related actions.
	Introducing updateViewActions for common code between enableAllActions
	and slotPartActivated. Fixes a few glitches in action activation.

2000-10-31  Carsten Pfeiffer  <pfeiffer@kde.org>

	* libkonq: Implemented "Text preview" functionality

2000-10-26  David Faure  <faure@kde.org>

	* keditbookmarks/*: Finally, a bookmark editor for konqueror.
	
	* kbookmarkmanager.*: Separated from kbookmark.* after dcopidl dying on
	"mutable" :). Implemented DCOP notifications between processes.
	Implemented "internal bookmark address". KonqBookmarkManager is no more.

	* kbookmarkbar.*: Update for XML bookmarks, fill in aboutToShow, update
	sub-menus upon changed() signal, enabled "Add Bookmark" and "New Folder"

2000-10-24  David Faure  <faure@kde.org>

	* kbookmark*: Reimplemented the bookmarks, they are now saved in XML.
	Desktop files are imported if the XML file doesn't exist (it's
	immediately saved, so this should happen only once).

2000-10-22  Simon Hausmann  <simon@kde.org>

	* konq_view.{cc,h} : changed part->child( 0, "KParts::BE" ) calls to
	  use the new childObject method in BrowserExtension

2000-10-22  David Faure  <faure@kde.org>

	* dirtree/konq_dirtree.cpp: Fixed support for devices in the directory 
	tree. It currently requires MountPoint in the device desktop file.

	* listview/konq_textviewwidget.cpp: Only the Name column is now
	selected, and used as a drop area - like in other listviews.
	This requires the fix in TDEListView to work properly.

2000-10-21  David Faure  <faure@kde.org>

	* Fix for linked views saved in profile, introducing isLoadingProfile().

2000-10-20  David Faure  <faure@kde.org>

	* konq_misc.cpp: Use webbrowsing profile for *.html *.htm as well.

2000-10-20  Simon Hausmann  <hausmann@kde.org>

	* Duplicate window duplicates the history as well.

[...... long period of development up to KDE 2.0 ommitted .....]
	
1999-03-15  Michael Reiher <michael.reiher@gmx.de>

	* Implemented an ActiveViewIndicator : KonqFrame

1999-02-28  Simon Hausmann <tronical@gmx.net>

	* Rewrite from scratch, with completely new IDL

1999-02-09  David Faure  <faure@kde.org>

	* Source imported in tdebase/konqueror

1999-01-25  Torben Weis  <weis@kde.org>
	
	* Initial import of kfmIII in corba/kfm