Bug 288751 - Implement wizzard for template installation
Summary: Implement wizzard for template installation
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Application templates (show other bugs)
Version: 4.2.3
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: 4.2.3
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-11 18:51 UTC by Patrick
Modified: 2013-04-11 12:06 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick 2011-12-11 18:51:06 UTC
Version:           4.2.3 (using KDE 4.6.5) 
OS:                Linux




Reproducible: Always

Steps to Reproduce:
Recieve an application template from a friend. It comes as a *.tar.bz2-file, including all the stuff, a *.png-preview and the *.kdevtemplate. 

Actual Results:  
One has to copy the *.tar.bz2 to either /usr/share/kde4/apps/kdevappwizard/templates or ~/.kde/share/apps/kdevappwizard/templates, extract the preview image, copy it to template_previevs, extract the *.kdevtemplate file, copy it to template_descriptions.

Expected Results:  
It would be nice if there was a dialog in the kdevelop settings menu for automatic template installation.
Comment 1 Dawit Alemayehu 2011-12-12 16:33:16 UTC
Git commit 4e85ba177ee9e9cb7faaf7419db306c391a00bb9 by Dawit Alemayehu.
Committed on 12/12/2011 at 16:41.
Pushed by adawit into branch 'master'.

Use QScopedPointer to hold the request variable so that it does not get deleted
prematurely and cause a crash.

BUG: 288751

M  +3    -4    kpasswdserver/kpasswdserver.cpp

http://commits.kde.org/kde-runtime/4e85ba177ee9e9cb7faaf7419db306c391a00bb9
Comment 2 Dawit Alemayehu 2011-12-12 16:35:19 UTC
Sorry this was intended for 288571!

(In reply to comment #1)
> Git commit 4e85ba177ee9e9cb7faaf7419db306c391a00bb9 by Dawit Alemayehu.
> Committed on 12/12/2011 at 16:41.
> Pushed by adawit into branch 'master'.
> 
> Use QScopedPointer to hold the request variable so that it does not get deleted
> prematurely and cause a crash.
> 
> BUG: 288751
> 
> M  +3    -4    kpasswdserver/kpasswdserver.cpp
> 
> http://commits.kde.org/kde-runtime/4e85ba177ee9e9cb7faaf7419db306c391a00bb9
Comment 3 Jekyll Wu 2012-02-16 19:16:37 UTC
*** Bug 294257 has been marked as a duplicate of this bug. ***
Comment 4 George L. Emigh 2013-02-27 00:34:49 UTC
still missing feature in kdevelop 4.4.1
Comment 5 Aleix Pol 2013-04-11 12:06:27 UTC
In KDevelop 4.5 we have the new templating system that allows that (and even to get them using NS).