Bug 102605 - make pages dragged into quanta open in editor
Summary: make pages dragged into quanta open in editor
Status: RESOLVED FIXED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-27 17:22 UTC by illogic-al
Modified: 2006-03-03 16:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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