[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/plugins
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2009-11-13 12:23:32
Message-ID: 1258115012.271148.15651.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1048479 by coles:

Fixing/assigning icons to plugins for when they appear in the 'Configure \
Plugins' dialog.

First, icon references that were broken:

* Konsole - the konsole icon it was trying to use, which is actually called \
                terminal
* Find in files - was trying to use find, should be kfind

Plugins that have icons elsewhere:

* class browser - the icon it had elsewhere in kdevelop (code-class)
* Quick open - the icon it had elsewhere in kdevelop (called \
quickopen-class)

Plugins for which the icon is IMO obvious:

* File manager - the file manager icon (i.e. that of dolphin)
* CVS - the cervisia icon
* execute - the system run (gear) icon

Plugins for which I think a reasonable icon choice is intuitive:

* The most recently used document switcher - the 'open recent' icon
* Open with - the 'open document' icon
* New app wizard - the 'new document' icon
* Problem reporter - the red warning symbol (! in a circle)

Then, icons which seem okay, but I'm not totally sold on:

* document view - document (pre)view icon, given that's more or less what \
                it does
* Snippets - the 'Copy' icon
* Context browser - the 'Class' icon
* Subversion - the 'svn_merge' icon




 M  +1 -0      appwizard/kdevappwizard.desktop  
 M  +1 -0      classbrowser/kdevclassbrowser.desktop  
 M  +1 -0      contextbrowser/kdevcontextbrowser.desktop  
 M  +1 -0      cvs/kdevcvs.desktop  
 M  +1 -0      documentswitcher/kdevdocumentswitcher.desktop  
 M  +1 -0      documentview/kdevdocumentview.desktop  
 M  +1 -0      execute/kdevexecute.desktop  
 M  +1 -0      filemanager/kdevfilemanager.desktop  
 M  +1 -1      grepview/kdevgrepview.desktop  
 M  +1 -1      konsole/kdevkonsoleview.desktop  
 M  +1 -0      openwith/kdevopenwith.desktop  
 M  +2 -1      problemreporter/kdevproblemreporter.desktop  
 M  +1 -0      quickopen/kdevquickopen.desktop  
 M  +1 -0      snippet/kdevsnippet.desktop  
 M  +1 -0      subversion/kdevsubversion.desktop  


--- trunk/KDE/kdevplatform/plugins/appwizard/kdevappwizard.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=document-new
 Exec=blubb
 Comment=Application Wizard
 Comment[bg]=Съветник на приложение
--- trunk/KDE/kdevplatform/plugins/classbrowser/kdevclassbrowser.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=code-class
 Exec=blubb
 Comment=This plugin provides a browsable model of the currently parsed \
classes and other items.  Comment[bg]=Тази приставка дава \
модел за разглеждане на вече синтактично \
                изгладени класове и други \
                параграфи.
--- trunk/KDE/kdevplatform/plugins/contextbrowser/kdevcontextbrowser.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=code-class
 Exec=blubb
 Comment=This plugin shows information about the current language context \
in a side view, and highlights relevant declarations and uses.  \
Comment[bg]=Този приставка показва информация \
за текущата езикова настройка \
погледната отвън и маркира съответните \
                декларации и употреби.
--- trunk/KDE/kdevplatform/plugins/cvs/kdevcvs.desktop #1048478:1048479
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=cervisia
 Exec=blubb
 Comment=This plugin integrates CVS to KDevelop
 Comment[bg]=Тaзи приставка вгражда CVS в KDevelop
--- trunk/KDE/kdevplatform/plugins/documentswitcher/kdevdocumentswitcher.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=document-open-recent
 Exec=blubb
 Comment=A most-recently-used document switcher for KDevPlatform.
 Comment[bg]=Последен използван превключвател \
                на документи за KDevPlatform.
--- trunk/KDE/kdevplatform/plugins/documentview/kdevdocumentview.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=document-preview
 Exec=blubb
 Comment=This plugin displays a graphical view of all documents currently \
loaded and separates them by mimetype.  Comment[en_GB]=This plugin displays \
a graphical view of all documents currently loaded and separates them by \
                mimetype.
--- trunk/KDE/kdevplatform/plugins/execute/kdevexecute.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=system-run
 Exec=blubb
 Comment=This plugin allows running of programs with no instrumentor, ie. \
natively by the current host.  Comment[bg]=Тaзи приставка \
позволява изпълнение на програмата без \
основния модул, т.е. локално на текущата \
                машина.
--- trunk/KDE/kdevplatform/plugins/filemanager/kdevfilemanager.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=system-file-manager
 Exec=blubb
 Comment=This plugin brings a filemanager to KDevelop.
 Comment[bg]=Тaзи приставка вгражда файловия \
                манипулатор към KDevelop.
--- trunk/KDE/kdevplatform/plugins/grepview/kdevgrepview.desktop \
#1048478:1048479 @@ -30,7 +30,7 @@
 GenericName[uk]=Інструмент пошуку
 GenericName[x-test]=xxSearch Toolxx
 GenericName[zh_TW]=搜尋工具
-Icon=find
+Icon=kfind
 ServiceTypes=KDevelop/Plugin
 X-KDE-Library=kdevgrepview
 X-KDE-PluginInfo-Name=kdevgrepview
--- trunk/KDE/kdevplatform/plugins/konsole/kdevkonsoleview.desktop \
#1048478:1048479 @@ -56,7 +56,7 @@
 GenericName[x-test]=xxTerminal Integrationxx
 GenericName[zh_CN]=终端整合
 GenericName[zh_TW]=終端機整合
-Icon=konsole
+Icon=terminal
 ServiceTypes=KDevelop/Plugin
 X-KDE-Library=kdevkonsoleview
 X-KDE-PluginInfo-Name=kdevkonsoleview
--- trunk/KDE/kdevplatform/plugins/openwith/kdevopenwith.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=document-open
 Exec=blubb
 Comment=This plugin allows to open files with associated external \
applications.  Comment[bg]=Тази приставка позволява \
отваряне на файлове със съответни външни \
                програми.
--- trunk/KDE/kdevplatform/plugins/problemreporter/kdevproblemreporter.desktop \
#1048478:1048479 @@ -1,7 +1,8 @@
 [Desktop Entry]
 Type=Service
+Icon=emblem-important
 Exec=blubb
-Comment=This plugin provides a browsable model of the currently parsed \
classes and other items. +Comment=This plugin shows errors in source code.
 Comment[bg]=Тази приставка дава модел за \
разглеждане на вече синтактично \
изгладени класове и други параграфи.  \
Comment[ca]=Aquest connector proporciona un model navegable de les classes \
analitzades actualment i altres ítems.  Comment[de]=Dieses Modul bietet \
                eine Liste der aktuell eingelesenen Klassen und anderer \
                Elemente.
--- trunk/KDE/kdevplatform/plugins/quickopen/kdevquickopen.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=quickopen-class
 Exec=blubb
 Comment=This plugin allows quick access to project files and \
language-items like classes/functions.  Comment[bg]=Тази \
приставка позволява бърз достъп до \
файловете на проекта и езиковите \
                средства класове/уфнкции.
--- trunk/KDE/kdevplatform/plugins/snippet/kdevsnippet.desktop \
#1048478:1048479 @@ -1,6 +1,7 @@
 [Desktop Entry]
 Type=Service
 Exec=blubb
+Icon=edit-copy
 Comment=This plugin allows to store code snippets and insert them into \
open files  Comment[bg]=Тази приставка позволява \
съхраняването на временни фрагменти от \
програмни низове и вмъкването им в \
отворени файлове  Comment[ca]=Aquest connector permet desar \
                retalls de codi i inserir-los a fitxers oberts
--- trunk/KDE/kdevplatform/plugins/subversion/kdevsubversion.desktop \
#1048478:1048479 @@ -1,5 +1,6 @@
 [Desktop Entry]
 Type=Service
+Icon=svn_merge
 Exec=blubb
 Comment=This plugin integrates subversion to KDevelop.
 Comment[bg]=Тази приставка вгражда subversion в \
KDevelop.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic