Bug 102605

Summary: make pages dragged into quanta open in editor
Product: quanta Reporter: illogic-al <illogical1>
Component: generalAssignee: András Manţia <amantia>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description illogic-al 2005-03-27 17:22:16 UTC
Version:           3.4.0 (using KDE 3.4.0, compiled sources)
Compiler:          gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
OS:                Linux (i686) release 2.6.10-mm3

I'd like to see documents that are dragged to the tab bar, which displays open files, open in the editor for quanta. Ideally this would work from any program (mozilla -> quanta, opera -> quanta, in the case of html files)  but i'm mostly interested in opening files from konqueror.
Comment 1 András Manţia 2006-03-03 16:15:36 UTC
SVN commit 515381 by amantia:

Accept URL drops (opens the files). It does not accept on the tabs (for some reason I don't know), but in many other places on the main window.
Also remove many outdated code and #if checks.

BUG: 102605 

 M  +1 -0      ChangeLog  
 M  +8 -9      dialogs/actionconfigdialog.cpp  
 M  +0 -2      parts/kafka/kafkahtmlpart.cpp  
 M  +0 -4      parts/preview/whtmlpart.cpp  
 M  +0 -10     src/kqapp.cpp  
 M  +23 -57    src/quanta.cpp  
 M  +4 -1      src/quanta.h  
 M  +0 -2      src/quanta_init.cpp  
 M  +0 -7      src/quantaview.cpp  
 M  +0 -27     treeviews/basetreeview.cpp  
 M  +0 -3      treeviews/basetreeview.h  
 M  +0 -2      utility/toolbartabwidget.cpp