Commit graph

19058 commits

Author SHA1 Message Date
David Faure
060dad5274 cosmetics (Html->HTML) and changed KonqHTMLView constructor args
svn path=/trunk/kdebase/konqueror/; revision=17342
1999-02-28 16:07:10 +00:00
David Faure
5e8a2a374a Adding kbrowser.* files back in.
svn path=/trunk/kdebase/konqueror/; revision=17338
1999-02-28 15:00:27 +00:00
David Faure
7425c888f2 Adding KonqHTMLView, converted from kfmbrowser. Not tested.
svn path=/trunk/kdebase/konqueror/; revision=17337
1999-02-28 15:00:03 +00:00
David Faure
6269c83d74 Ooops
svn path=/trunk/kdebase/konqueror/; revision=17334
1999-02-28 02:32:49 +00:00
David Faure
b4532932bd Simon's redesign of konqueror, with some minor changes by me to make it compile.
Old konqueror is backed up in konqueror_1.tar.gz for reference.
There is much much work to do !        (What a big commit !)

svn path=/trunk/kdebase/konqueror/; revision=17333
1999-02-28 02:25:54 +00:00
David Faure
6da30f8b27 A "AUTHORS" file for konqueror, as toplevel AUTHORS refers to it.
Feel free to update it, I did it quickly and probably forgot somebody.

svn path=/trunk/kdebase/konqueror/; revision=17153
1999-02-21 23:26:56 +00:00
Alex Zepeda
97971004f7 Changed a stupid ifndef FreeBSD to something that checks if /lib is really
there before adding it.

svn path=/trunk/kdebase/kfind/; revision=17112
1999-02-20 20:29:41 +00:00
Waldo Bastian
34dd535da5 WABA: Someting to read
svn path=/trunk/kdebase/konqueror/; revision=17012
1999-02-17 22:01:41 +00:00
David Faure
04ae753be5 Cleaned up ChangeLog. Only new features, not bugfixing.
svn path=/trunk/kdebase/konqueror/; revision=17000
1999-02-17 15:03:23 +00:00
David Faure
de833d122d Changed Torben's bad words....
No need to be injured every time I test konqueror :)

svn path=/trunk/kdebase/konqueror/; revision=16963
1999-02-16 17:40:18 +00:00
Simon Hausmann
861fe0f52d small fix to make the "new" menu work better
svn path=/trunk/kdebase/konqueror/; revision=16956
1999-02-16 15:58:57 +00:00
David Faure
b9255ade01 Made "show dot files" work for small icons and tree view.
The code in KfmView::setShowDot is a good example of why we need to rethink
the design of KfmView. We need a parent class for kfmfinder and kiconcontainer.

svn path=/trunk/kdebase/konqueror/; revision=16916
1999-02-15 17:37:54 +00:00
David Faure
7859050a46 ShowDotFile support. It works, but you have to press Reload button
when changing the setting...

svn path=/trunk/kdebase/konqueror/; revision=16898
1999-02-15 12:27:42 +00:00
David Faure
ab35e8a662 Added "Show dot files" preliminary support in the IDL, gui and view.
But does nothing since KfmIconView ignore this setting. Will look into it
now.

svn path=/trunk/kdebase/konqueror/; revision=16895
1999-02-15 12:14:16 +00:00
Simon Hausmann
98109f1251 - the bookmarks work now (puh, I didn't expect it to be that complicated)
- tiny fixes in kfmgui and kfm_mainwindow
- added general method openURL to kfm.idl
  (welcome "remote" konqueror users, there's more to come ;)

oops, btw: I had conlicts during merging... I hope I didn't miss/break
anything, please check (though I had no problems here)

svn path=/trunk/kdebase/konqueror/; revision=16866
1999-02-14 19:05:22 +00:00
David Faure
fa5ae76b69 Use LIB_KIO alias
svn path=/trunk/kdebase/konqueror/; revision=16856
1999-02-14 12:26:25 +00:00
David Faure
1cd6bf3c7b s/modified/isModified/
svn path=/trunk/kdebase/konqueror/; revision=16844
1999-02-13 23:04:52 +00:00
Torben Weis
1d65dcdcf7 Torben: Use new registry and added one missing include.
svn path=/trunk/kdebase/konqueror/; revision=16843
1999-02-13 22:23:18 +00:00
David Faure
e4bd1ffbfd Used IDs (defined in an enum) for toolbar and menu ids.
Used KStdAccel for standard accelerators.
Added some menu items taken from kfmII - some copied but commented out.
Fixed initial view.
Called setViewModeMenu from slotLargeIcons, slotSmallIcons, slotTreeView.

svn path=/trunk/kdebase/konqueror/; revision=16841
1999-02-13 22:16:04 +00:00
David Faure
07afbbfe0c First step towards multiple views. Currently it behaves _exactly_ like before,
but the number of views is no longer hardcoded, there is no Left or Right anything
What is needed now is a good Qt or K widget that would be a KMultiplePanner...
Doesn't seem to exist, I will try tomorrow with nesting KPanners or QSplitters
(what difference) ?

svn path=/trunk/kdebase/konqueror/; revision=16814
1999-02-12 22:59:24 +00:00
David Faure
df79e2611d Removed unnecessary code (due to KfmViewProps). Will try multiple views now.
svn path=/trunk/kdebase/konqueror/; revision=16812
1999-02-12 21:38:49 +00:00
Simon Hausmann
eb17034a74 - the new menu works now
- konqueror now exists clean (without any segfaults, mico-asserts, or so ;)
- small bugfix for the view-mode-menu

svn path=/trunk/kdebase/konqueror/; revision=16808
1999-02-12 20:01:45 +00:00
David Faure
459eb1bad4 Cosmetic fixes (removed all reference to bDirTree, already unused)
Added K*Bar position "flat", used switches.
Next todo : using ids for menu items.

svn path=/trunk/kdebase/konqueror/; revision=16801
1999-02-12 18:07:28 +00:00
David Faure
dcc2f5100e Removing old, unused main.* files, to avoid confusion.
svn path=/trunk/kdebase/konqueror/; revision=16799
1999-02-12 16:50:18 +00:00
David Faure
761467e75b m_bHTMLAllowed moved from KfmView to KfmViewProps, so that
it can be saved and restored

svn path=/trunk/kdebase/konqueror/; revision=16798
1999-02-12 15:26:27 +00:00
David Faure
a6da5a7f8b Moved m_bgPixmap from KfmGuiProps to KfmViewProps - more logical, simpler...
svn path=/trunk/kdebase/konqueror/; revision=16790
1999-02-12 11:11:26 +00:00
David Faure
9f1a8dc60b Split properties stuff into three classes :
* KfmGuiProps - global gui properties
* KfmViewProps - view related properties
* KfmViewSettings - used by kfm{browser|finder|icons}
That's all for today. More tomorrow evening.

svn path=/trunk/kdebase/konqueror/; revision=16772
1999-02-12 00:55:47 +00:00
David Faure
0d7d4dfc29 The KfmView Properties (two classes). More to come...
svn path=/trunk/kdebase/konqueror/; revision=16770
1999-02-11 23:35:32 +00:00
Simon Hausmann
339606df12 using the new file menu functions of opMenuBar to create proper file menu entries
svn path=/trunk/kdebase/konqueror/; revision=16769
1999-02-11 23:29:59 +00:00
Simon Hausmann
03f70459ff removed KfmPart and started making KfmGui a full featured part (KfmMainWindow
is now the default shell for Konqueror

(it already works really nice)

(BTW, I did _not_ remove the old *bar code but instead I commented it out.
This looks pretty ugly, but I'll remove this as soon as the OP-Stuff is finished)

svn path=/trunk/kdebase/konqueror/; revision=16744
1999-02-11 15:37:05 +00:00
Simon Hausmann
6b2cffb16b added option "--opshell" to use KfmMainWindow as mainwindow (shell) for kfm_part.
svn path=/trunk/kdebase/konqueror/; revision=16692
1999-02-10 10:06:05 +00:00
Matthias Welk
f4f0b9b9e9 Ooooooppps!
I tried to commit my changes and got some conflicts while merging.
Hopefully got all things working and broke nothing :-) Please test !

- fixed: keyboard is working again in view-mode (scrolling ...)
- added: each view has its own history now !

svn path=/trunk/kdebase/konqueror/; revision=16683
1999-02-10 01:34:27 +00:00
Simon Hausmann
707d7b8734 more work on KFM's OpenPart GUI:
- implemented history functionality
 - completed toolbar entries
 - several fixes

svn path=/trunk/kdebase/konqueror/; revision=16671
1999-02-09 21:49:23 +00:00
Simon Hausmann
4da148b20d (tiny fix) make KfmPart load your home directory as default
svn path=/trunk/kdebase/konqueror/; revision=16666
1999-02-09 17:21:43 +00:00
Simon Hausmann
7dca467c6a started work on KFM's OpenPart GUI
(-added dummy menu and toolbar entries)
 (-fixed segfault due to missing kfmguiprops in KfmPart)

(I hope no one minds if I start working on this.....maybe I should have asked
before...)

svn path=/trunk/kdebase/konqueror/; revision=16665
1999-02-09 16:59:59 +00:00
David Faure
1ad4535d33 Re-added the "Location:" label from kfm II. Makes it easier for bug reporters
to report and for me to explain to them :)

svn path=/trunk/kdebase/konqueror/; revision=16643
1999-02-09 14:19:02 +00:00
David Faure
75922e6bc9 Made m_pDefaultProps protected and added a public method for it
Removed const for KConfig*, since we change group in it.

svn path=/trunk/kdebase/konqueror/; revision=16642
1999-02-09 13:57:55 +00:00
David Faure
af6ed694dd Forgot some private members in KfmGui, moved to KfmGuiProps.
Fixed showing of *bars.

svn path=/trunk/kdebase/konqueror/; revision=16638
1999-02-09 13:23:12 +00:00
David Faure
3e1d8d69c0 kfmguiprops.* : New design of the properties storage for a KfmGui.
Now stored in KfmGuiProps, see explanations in the header file

svn path=/trunk/kdebase/konqueror/; revision=16635
1999-02-09 12:52:46 +00:00
David Faure
bc4604cf8b Central place for default values : kfm_defaults.h (taken from the old config-kfm.h)
Allows the future kcmkfm (kcmkonqueror?) to use this file in order to
share the same defaults.

svn path=/trunk/kdebase/konqueror/; revision=16632
1999-02-09 10:30:28 +00:00
David Faure
30b22e0b18 No ../parts, here.
svn path=/trunk/kdebase/konqueror/; revision=16628
1999-02-09 09:48:15 +00:00
David Faure
3aadca8843 Initial import of konqueror - aka KFM III.
svn path=/trunk/kdebase/konqueror/; revision=16624
1999-02-09 09:23:50 +00:00
Lars Doelle
ca3ec4ca44 Use Shift-Up/Down for linewise scroll in the hist buffer.
svn path=/trunk/kdebase/konsole/doc/sgml/; revision=16315
1999-02-01 20:22:28 +00:00
Stephan Kulow
73347d8e1a CVS_SILENT added more special files to EXTRA_DIST
svn path=/trunk/kdebase/konsole/doc/sgml/; revision=15792
1999-01-22 17:38:01 +00:00
Stephan Kulow
e93bdaff2f using METASOURCES instead of selfwritten MOC rules. (I have to extent
automoc to be able to handle konsole)

svn path=/trunk/kdebase/kfind/; revision=15562
1999-01-18 12:47:03 +00:00
Hans Petter Bieker
757d3013d0 i18n("KB").
It want it to be "kB" in my language.

svn path=/trunk/kdebase/kfind/; revision=15496
1999-01-17 19:13:20 +00:00
Stephan Kulow
b25e5754cd support srcdir more
svn path=/trunk/kdebase/kfind/; revision=15390
1999-01-15 16:34:25 +00:00
Michael Reiher
20a0bbb06e new icon for the file open button
svn path=/trunk/kdebase/kfind/; revision=15349
1999-01-14 22:12:19 +00:00
Lars Doelle
b1c2f0ce25 Linux-only (kernel > 2.0) security solution.
svn path=/trunk/kdebase/konsole/doc/sgml/; revision=14975
1999-01-07 17:04:26 +00:00
Alex Zepeda
c74d99462d kdebugified this. Now all debugging output can be removed with -DNDEBUG.
svn path=/trunk/kdebase/kfind/; revision=14673
1998-12-30 02:30:54 +00:00