Commit graph

  • 36de7e133e StrList -> StringList. Copying from a view to another works fine, but shouldn't we re-enable the popupmenu with Copy / Paste / Link ? OTOH, delete fails. David Faure 1999-06-30 07:00:07 +0000
  • a0f4687ed0 Important bugfix : stop() does nothing if already stopped. This removes the initial flicker that happened when clicking on a dir icon. Great ! David Faure 1999-06-30 06:59:24 +0000
  • 73838bd2e1 last fix for "show/hide dot files" : setup() after updating David Faure 1999-06-29 22:27:09 +0000
  • 89a12c6d5a Very nice this way. Adding a file shows it in the first place available, removing a file doesn't recompute the positions (leaves a blank space). Looks great. David Faure 1999-06-29 22:07:42 +0000
  • 0a452416ba Emit update as well as completed in slotUpdateFinished - they are different things David Faure 1999-06-29 22:06:52 +0000
  • 05a4c409e3 Implemented stop() [but not sure it's called] Reuse KDirLister instance Added update on slotCompleted -> try removing a file in the currently displayed dir, doing a "rm". The file disappears. Nice, eh ? :) David Faure 1999-06-29 21:52:55 +0000
  • b974fd3e01 Implemented stop() [easy] Allowed reuse of the kdirlister (remove previous dir in KDirWatch) Speedup in slotUpdateFinished (when dot files not shown) David Faure 1999-06-29 21:51:33 +0000
  • 40319861c3 Support for "show/hide dot files" - not perfect yet David Faure 1999-06-29 19:54:57 +0000
  • 0369a6d010 Added support for "show/hide dot files" David Faure 1999-06-29 19:54:29 +0000
  • bf5d56bc5e Speedups. Hans Petter Bieker 1999-06-29 16:40:43 +0000
  • 9feae8c069 Speedup. Hans Petter Bieker 1999-06-29 16:23:47 +0000
  • d57f53ca2c - KonqMainView: preparations for view-follows-view features - KonqIconView: bugfix: delete the KDirLister before allocating a new one (fixes memory leak + dir-update bug) Simon Hausmann 1999-06-29 14:42:29 +0000
  • 31ae832f0e - bugfix: remove path from KDirWatch in the destructor Simon Hausmann 1999-06-29 14:38:08 +0000
  • db9a095233 - fix for "multiple KfmRun" instances Simon Hausmann 1999-06-28 18:31:04 +0000
  • 92ba136642 - added yet another entry (surely not the last one ;-) Simon Hausmann 1999-06-28 16:51:45 +0000
  • fda6432403 - KonqMainWindow/konqueror.idl: added MainView::activeViewId() and used it in the KonqMainWindow constructor. - For KfmRun there used to be only one single instance, as m_pRun in KonqMainView. Bah, that's ugly, because we have a MULTIPLE view Konqueror -> moved KfmRun "into" (not really) KonqChildView and used it there. This makes browsing an ftp server, a web page and a directory at the same time really nice :-) Simon Hausmann 1999-06-28 13:53:26 +0000
  • a932673c32 - fixes with the popup menu Simon Hausmann 1999-06-28 12:51:49 +0000
  • 95ef1c9c30 - put konqueror.idl into konqueror_SOURCES (I really like that am_edit feature) - cleaned up the IDL a little bit (removed unused stuff) - finally I got rid of the ugly popupMenu KOM signal!!! :-) - minor fixes (including part children stuff) - cleanup with the constructor arguments of KonqChildView - KonqHTMLView: some cleanup/sorting with the #included headers - removed dnd stuff from KonqTxtView Simon Hausmann 1999-06-28 11:33:11 +0000
  • 702b1fb20d cosmetics David Faure 1999-06-27 17:04:09 +0000
  • e41b8c81f6 + m_sURL = _url.url(); // filled in now, in case somebody calls url(). //Will be updated later in case of redirection -> fixes up button when going back & forward David Faure 1999-06-27 17:03:21 +0000
  • 0883ab7a63 Fixed 'up' button (using url sent by the started signal) Removed unnecessary calls to setUpEnabled in openView. David Faure 1999-06-27 16:40:21 +0000
  • c36285e932 Fixed kdebug number David Faure 1999-06-27 16:38:27 +0000
  • 5bf7b88c9b Fixed started() so that it always sends the url, never null. David Faure 1999-06-27 16:37:23 +0000
  • 1eb22880b2 Added the mini-icon file that KApplication looks for - it's a copy of the old kfm mini-icon, so I would prefer a better one. Hi, artists ? ;) David Faure 1999-06-27 16:09:40 +0000
  • 2b8b5d7cab update for DESTDIR Stephan Kulow 1999-06-27 13:59:17 +0000
  • a14fba92aa KfDir dialog uses layout management now. More clean ups. Dima Rogozin 1999-06-26 20:03:53 +0000
  • 539261249e More cleanups. Select/Unselect menus now work. Dima Rogozin 1999-06-25 23:36:48 +0000
  • 702010c8bd another save document/frameset fix (take last dir for new save) Matthias Welk 1999-06-24 10:39:43 +0000
  • fcea96c952 save frameset/document fix Matthias Welk 1999-06-23 23:11:01 +0000
  • a7e30441bd Fix query line. Use quotation to handle special chars and spaces. Do not put braces if not needed. Dima Rogozin 1999-06-23 23:09:42 +0000
  • c707bc4737 use filename of the html-page as default for saving document/frame Matthias Welk 1999-06-23 17:20:28 +0000
  • 9df9d00edd added #include <kglobal.h>... Helge Deller 1999-06-23 02:49:51 +0000
  • 5fd359737b - micro fix, preventing Konqueror from crashing when splitting a view with history buffers. The point is to simply lock the history for every newly inserted view :-) Simon Hausmann 1999-06-22 22:33:14 +0000
  • 47fad484c9 - enable support for KOM plugins again. it seems it was only a problem with my system. Please try this Konqy and let my know about possible segfaults on startup. Simon Hausmann 1999-06-22 20:30:45 +0000
  • ce38bb07a1 - gosh, I'm suddenly running into problems with KOM Plugins. I disabled them temporarily :-( (crazy, it worked 5 minutes ago) Simon Hausmann 1999-06-22 17:10:29 +0000
  • 5e25c1ec8a KStandardDir changes. Forgive me if header files are missing, fixheaders is your friend :) Stephan Kulow 1999-06-22 17:06:12 +0000
  • 6a53b573e2 - fixed KOM plugin stuff Simon Hausmann 1999-06-22 16:17:31 +0000
  • cdd4e2e694 - improved kom plugin stuff (to be used soon) - fixes for embedding (still unstable for remote views though) Simon Hausmann 1999-06-22 11:07:26 +0000
  • 477d9343ac CVS_SILENT getting rid of -I$(idldir) Stephan Kulow 1999-06-21 19:27:27 +0000
  • 21d659e59d - minor stuff, including some debug output (added, removed) and trying to fix embedding, but I have the strong impression that it's related to QXEmbed, although it seems to work more or less in KOffice. QXEmbed experts, please help! :-) Simon Hausmann 1999-06-21 13:32:15 +0000
  • d37534789b STL -> QTL Alex Zepeda 1999-06-21 01:28:21 +0000
  • 10ac3eb354 Make it work again (was broken since the KIconloader-api has changed) Dirk Mueller 1999-06-20 21:56:42 +0000
  • f6b05dfd06 removing idldir from INCLUDES Stephan Kulow 1999-06-20 20:05:56 +0000
  • 9a197bea41 ComboBoxes now start search if enter pressed. Fix save/load configuration. Dima Rogozin 1999-06-20 19:27:52 +0000
  • fa2226bf8d - fix for OPPartIf changes Simon Hausmann 1999-06-20 16:51:57 +0000
  • 665d5499cc removing unneeded kclipboard.h Stephan Kulow 1999-06-20 11:14:03 +0000
  • 629f886995 - fixed following links in html-view - changed history: page is not added to the history buffer if the previous one was the same Matthias Welk 1999-06-19 22:39:54 +0000
  • 678176b65e - here's a nice and useful new feature: Konqueror can print simple text documents :-) Simon Hausmann 1999-06-19 21:07:41 +0000
  • be1bcce8f2 - "re-implemented" nice showhtml functionality (you know...this .kde.html/index.html thingy) since it seems the viewproperty stuff is not really imlemented, yet, you have to edit your konquerorrc manually (to enabled/disable it "static") Simon Hausmann 1999-06-19 18:02:20 +0000
  • 95b4643688 Start magor clean up of kfind. - use layout mechanism whereevr possible - port to KTMainWindow instead of TopLevelwidget - port to QTabWidget instead of QTabDialog - pressing enter now starts search Dima Rogozin 1999-06-19 16:16:55 +0000
  • ae7ba72811 - history works again! :-) BUT: I couldn't test it with html-links, because this is broken either in KHTML or KonqHTMLView (following links doesn't work) plus: I had to disable the saveState/restoreState stuff because it doesn't seem to work with KHTML (but it used to) Simon Hausmann 1999-06-19 16:01:08 +0000
  • a08e225f4c - gui fixes for the help menu (+added about box) Simon Hausmann 1999-06-19 14:29:12 +0000
  • f0a3431ed7 - fix to show detailed item (file) information for non-local files -> Alex: does it work for you now? Simon Hausmann 1999-06-19 13:04:55 +0000
  • 6637cbe061 more changes Stephan Kulow 1999-06-18 21:58:14 +0000
  • af1abc7b21 - fix with the initial url -> now it's possible to do things like kfmclient openURL file:/foo/bla.html Simon Hausmann 1999-06-18 19:22:11 +0000
  • 9b9df8a7a1 url/url mimetype is now called text/uri-list Dirk Mueller 1999-06-18 18:26:29 +0000
  • 567fd10b5b adoting to new KConfig API Stephan Kulow 1999-06-18 16:49:20 +0000
  • 1946d96e75 one more getFirst Stephan Kulow 1999-06-18 10:35:36 +0000
  • 2e09d6eecf getFirst -> first as beta3 is out now Stephan Kulow 1999-06-18 10:27:32 +0000
  • f672069cee fixes for the new KIconLoader API. I added some more functionality to KIconLoader to prevent ugly hacks where they weren't necessary. Stephan Kulow 1999-06-17 12:02:37 +0000
  • 64f091d237 kfind did something weired with KIconLoader. Just removed Stephan Kulow 1999-06-17 10:47:24 +0000
  • a7640abeea Make this compile. I just #if 0'd the code out, but I'm not sure if the code needs to be reimplemented somehow. Alex Zepeda 1999-06-17 08:24:50 +0000
  • ad4f38e3ae - make it compiles with the latest libkio (QStrList -> QStringList) Simon Hausmann 1999-06-16 14:54:18 +0000
  • b4fa314753 fixing more warnings. KDE gets cleaner and cleaner Stephan Kulow 1999-06-16 12:52:53 +0000
  • 524bab02b9 - minor bugfix to get rid of the annoying msgbox when changing the view mode Simon Hausmann 1999-06-16 11:54:59 +0000
  • 4bc18eb606 fixing a couple of warnings and reverted my getFirst() changes. As I do have now both first and getFirst(), I applogise right now for things that still list first() Stephan Kulow 1999-06-16 10:49:15 +0000
  • 607c2af9d8 void -> bool David Faure 1999-06-16 09:45:12 +0000
  • f6d8386088 Ah ok the problem was not here. But still, contains() looks better than find() != end() [cosmetic] David Faure 1999-06-16 09:39:44 +0000
  • 6dd4f8987c Use stderr for error messages, do better error checking. Now when it can't contact konqueror, it doesn't segfault. But I still don't know why it can't contact konqueror ! Simon ? :) David Faure 1999-06-16 09:31:48 +0000
  • bf97c53390 - clicking on a directory works again :-) (sorry David) Simon Hausmann 1999-06-16 09:13:21 +0000
  • ade2e665d7 - implemented basic printing extension and integrated it in KonqMainView and KonqHTMLView -> printing HTML pages works again (and depending on whether the view supports the extension the file->print entry gets greyed out) Simon Hausmann 1999-06-16 08:36:52 +0000
  • 4aabd4fae3 getFirst -> first Stephan Kulow 1999-06-16 08:02:19 +0000
  • 76c6ff60f3 Fix the fix : if we create the layout in attach(), no need to create it in the constructor. Clean ups. Did a test of konqy (first time since long) : lots of things are broken it seems ! Clicking a directory does nothing; up isn't enabled... David Faure 1999-06-15 23:58:57 +0000
  • 9e3e3f3353 Hey, konqi can display HTML on all of it's widget :-) Even though this seems to fix also some crashes I got while using the back button, I'm not 100% sure it's correct. Simon or David, could you please have a look at my changes in konq_childview.cc? Lars Knoll 1999-06-15 23:10:10 +0000
  • ba1ef05dfc taking out idldir from INCLUDES may help for people not reading kde-devel :) Stephan Kulow 1999-06-15 21:34:06 +0000
  • f4a032c8fe - if you remove the last view of a row now the row gets deleted, too :-) Simon Hausmann 1999-06-15 16:49:38 +0000
  • 6f2a9dcd76 - added selectAll for KonqTxtView Simon Hausmann 1999-06-15 14:54:28 +0000
  • cf6faa219a - big internal changes/rewriting regarding the view creating/destruction/handling - many (related) fixes (backward-history works again, now, for example) Simon Hausmann 1999-06-15 14:21:20 +0000
  • fe1967c8c5 KGlobal::locate->locate David Faure 1999-06-15 13:15:12 +0000
  • 5bcb0369e6 fixes for --enable-final (had to change some defines in konqy to avoid clashes with enums) fixes for -Wwrite-strings (bsod.cpp turned out to be a beast in writing to results of readEntry...) fixes some other warnings Stephan Kulow 1999-06-15 10:08:00 +0000
  • 10200a2ae8 --enable-final... Stephan Kulow 1999-06-14 15:21:26 +0000
  • 812c290fde - bugfix (related to CORBA::Any changes in 2.2.7) Simon Hausmann 1999-06-14 13:09:03 +0000
  • 455fc35c3a Yich, we don't need to bloat kdebase like this. Alex Zepeda 1999-06-13 23:28:46 +0000
  • cc1d009f07 Backup of kfm. For future reference. David Faure 1999-06-13 23:20:14 +0000
  • f18a7c27ea WABA: Adapted to new KHTML signals Waldo Bastian 1999-06-13 22:31:20 +0000
  • 7bdca9377a applied geometry managment patch from Dima Rogozin <dima@mercury.co.il> Harri Porten 1999-06-13 21:50:13 +0000
  • f9ead0985f - mico 2.2.7 fixes (related to CORBA::Any changes) Simon Hausmann 1999-06-13 18:34:44 +0000
  • 98b09f9990 WABA: Grey out 'remove view' if there is one view or less. Waldo Bastian 1999-06-12 23:26:19 +0000
  • 13750a849b - kfmclient: s/lookup/resolve/ - removed my warning+out-commented code (I was simply wrong) - added missing newline for konqplugins.cc Simon Hausmann 1999-06-11 15:57:49 +0000
  • 49c7a34771 - disabled some code using the toolbars in order to make konqueror show up again. BUT: the toolbars disappeared, and according to the debug output I have the impression that they get deleted by KTMainWindow :-( Simon Hausmann 1999-06-11 11:12:50 +0000
  • da98631e22 Ported to kdirlister. This removes another lot of duplicated code (didn't test how much it reduces the binary size, but it probably does a bit) David Faure 1999-06-08 23:59:57 +0000
  • 9c52b1c52a Cosmetics - in preparation for the commit in konqueror David Faure 1999-06-08 23:56:15 +0000
  • 5c4bc4826c - fix to make execution of services work again This is related to the fact that KTrader returns it's KService data using KSharedPtr (which is a very good thing) . The good way would be to continue using KSharedPtr in the QMap, but unfortunately I can't get this working, so I changed to to plain KService, although I consider this to be an ugly solution. Well, perhaps someone else gets this working, and meanwhile this solution works fine for me :-) Simon Hausmann 1999-06-08 17:25:51 +0000
  • d67a095074 changes to make konqi compile with newest khtml. Lars Knoll 1999-06-07 23:04:52 +0000
  • 9fe68fc348 Reverting bieker's commit, which broke moving icons around. It seems s.toInt() doesn't do exactly the same as atoi( s.ascii() ), but I have no idea why. Perhaps toInt is broken... No time to debug. David Faure 1999-06-07 23:04:03 +0000
  • 9098d88ab5 compiles with --enable-final now Harri Porten 1999-06-07 22:37:27 +0000
  • 49248fdf69 KMsgBox --> QMessageBox (and boy, it was no one liner change, but it had to happen). kde_whateverdir() cleanups. Preston Brown 1999-06-07 20:52:46 +0000
  • 57b2ff490e - typo Simon Hausmann 1999-06-07 20:31:10 +0000
  • 9c71d6bbac - oops, I forgot, this is needed for the plugin stuff (perhaps we can move the servicetype description of komplugin somewhere else? but where?) Simon Hausmann 1999-06-07 20:26:36 +0000
  • 1666d973ce - fixed several memory leaks (unnecessary _duplicate()'s) - rewrote plugin system, now using ktrader/kactivator - every view is now associated with a servicetype (though my implementation is ugly) - removed IOR-file stuff - use KTraderServiceProvider for KRun Simon Hausmann 1999-06-07 20:22:53 +0000