]> git.pld-linux.org Git - packages/kde4-kdebase.git/blame - kde4-kdebase-branch.diff
updated to 4.9.1.
[packages/kde4-kdebase.git] / kde4-kdebase-branch.diff
CommitLineData
8985268c
AM
1Index: apps/konqueror/src/konqmainwindow.cpp
2===================================================================
b151cce6
AM
3--- apps/konqueror/src/konqmainwindow.cpp (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
4+++ apps/konqueror/src/konqmainwindow.cpp (.../branches/KDE/4.5/kdebase) (wersja 1188166)
5@@ -3614,7 +3614,7 @@
6 m_paRemoveView->setIcon( KIcon("view-close") );
7 m_paRemoveView->setText( i18n( "&Close Active View" ) );
8 connect(m_paRemoveView, SIGNAL(triggered()), SLOT( slotRemoveView() ));
9- m_paRemoveView->setShortcut(Qt::CTRL+Qt::SHIFT+Qt::Key_R);
10+ m_paRemoveView->setShortcut(Qt::CTRL+Qt::SHIFT+Qt::Key_W);
11 m_paRemoveTab = actionCollection()->addAction("removecurrenttab");
12 m_paRemoveTab->setIcon( KIcon("tab-close") );
13 m_paRemoveTab->setText( i18n( "Close Current Tab" ) );
14@@ -5227,10 +5227,10 @@
15 //
16
17 // prepend http://www. or http:// if there's no protocol in 's'
18-// used only when there are no completion matches
19+// This is used only when there are no completion matches
20 static QString hp_tryPrepend( const QString& s )
21 {
22- if( s.isEmpty() || s[ 0 ] == '/' )
23+ if (s.isEmpty() || s[0] == QLatin1Char('/') || s[0] == QLatin1Char('~'))
24 return QString();
25 for( int pos = 0;
26 pos < s.length() - 2; // 4 = ://x
27Index: apps/konqueror/settings/kio/proxy.desktop
28===================================================================
29--- apps/konqueror/settings/kio/proxy.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
30+++ apps/konqueror/settings/kio/proxy.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
31@@ -123,7 +123,7 @@
32 Comment[el]=Ρυθμίστε τους διαμεσολαβητές που χρησιμοποιούνται
33 Comment[en_GB]=Configure the proxy servers used
34 Comment[eo]=Agordi la prokurilon
35-Comment[es]=Configuración de los servidores Proxy usados
36+Comment[es]=Configuración de los servidores sroxy usados
37 Comment[et]=Kasutatavate puhverserverite seadistamine
38 Comment[eu]=Konfiguratu erabilitako proxy zerbitzariak
39 Comment[fa]=پیکربندی پیشکارهای استفاده‌شده
40Index: apps/konqueror/settings/kio/bookmarks.desktop
41===================================================================
42--- apps/konqueror/settings/kio/bookmarks.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
43+++ apps/konqueror/settings/kio/bookmarks.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
44@@ -114,7 +114,7 @@
45 Comment[el]=Ρύθμιση της αρχικής σελίδας των σελιδοδεικτών
46 Comment[en_GB]=Configure the bookmarks home page
47 Comment[eo]=Agordi la ĉefpaĝon de la legosignoj
48-Comment[es]=Configuración de los marcadores
49+Comment[es]=Configuración de la página inicial de los marcadores
50 Comment[et]=Järjehoidjate kodulehekülje seadistamine
51 Comment[eu]=Konfiguratu laster-marken hasierako orria
52 Comment[fi]=Muokkaa kirjanmerkkien kotisivua
53Index: apps/konqueror/settings/kio/cache.desktop
54===================================================================
55--- apps/konqueror/settings/kio/cache.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
56+++ apps/konqueror/settings/kio/cache.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
57@@ -120,7 +120,7 @@
58 Comment[el]=Ρυθμίστε τη λανθάνουσα μνήμη ιστοσελίδων
59 Comment[en_GB]=Configure web cache settings
60 Comment[eo]=Agordi la retan tenejon
61-Comment[es]=Configurar las preferencias del caché de web
62+Comment[es]=Configuración de las preferencias de la caché web
63 Comment[et]=Veebi vahemälu seadistamine
64 Comment[eu]=Konfiguratu web katxearen ezarpenak
65 Comment[fa]=پیکربندی تنظیمات نهانگاه وب
66Index: apps/konqueror/settings/kio/netpref.desktop
67===================================================================
68--- apps/konqueror/settings/kio/netpref.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
69+++ apps/konqueror/settings/kio/netpref.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
70@@ -118,7 +118,7 @@
71 Comment[el]=Ρύθμιση γενικών προτιμήσεων δικτύου, όπως τιμές χρονικών ορίων
72 Comment[en_GB]=Configure generic network preferences, like timeout values
73 Comment[eo]=Agordi la ĝeneralajn retopciojn, kiel tempolimojn ktp.
74-Comment[es]=Configuración de las preferencias genéricas de red, como los tiempos límite
75+Comment[es]=Configuración de las preferencias genéricas de red, como los tiempos de espera límite
76 Comment[et]=Üldised võrguseadistused
77 Comment[eu]=Konfiguratu sarerako hobespen orokorrak (denbora-muga balioak, besteak beste)
78 Comment[fa]=پیکربندی تنظیمات شبکۀ محلی، مانند مقادیر اتمام‌ وقت
79Index: apps/konqueror/settings/konqhtml/khtml_behavior.desktop
80===================================================================
81--- apps/konqueror/settings/konqhtml/khtml_behavior.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
82+++ apps/konqueror/settings/konqhtml/khtml_behavior.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
83@@ -29,7 +29,7 @@
84 Name[el]=Συμπεριφορά ιστού
85 Name[en_GB]=Web Behaviour
86 Name[eo]=Reta konduto
87-Name[es]=Comportamiento
88+Name[es]=Comportamiento web
89 Name[et]=Brauseri käitumine
90 Name[eu]=Web portaera
91 Name[fa]=رفتار وب
489e85c0
AM
92Index: apps/konqueror/settings/konqhtml/khtml_appearance.desktop
93===================================================================
b151cce6
AM
94--- apps/konqueror/settings/konqhtml/khtml_appearance.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
95+++ apps/konqueror/settings/konqhtml/khtml_appearance.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
96@@ -115,7 +115,7 @@
97 Comment[el]=Ρύθμιση της εμφάνισης των ιστοσελίδων
98 Comment[en_GB]=Configure how to display web pages
99 Comment[eo]=Agordi la vidigilon de la TTT-paĝoj
100-Comment[es]=Configuración de los tipos de letra usados en páginas web
101+Comment[es]=Configuración de los tipos de letra usados para mostrar páginas web
102 Comment[et]=Veebilehtede väljanägemise seadistamine
103 Comment[eu]=Konfiguratu web orriak nola bistaratu
104 Comment[fi]=Muokkaa sitä kuinka verkkosivut näytetään
105Index: apps/konqueror/kttsplugin/khtmlkttsd.desktop
106===================================================================
107--- apps/konqueror/kttsplugin/khtmlkttsd.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
108+++ apps/konqueror/kttsplugin/khtmlkttsd.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
109@@ -112,7 +112,7 @@
110 Comment[el]=Εκφωνεί το κείμενο της τρέχουσας σελίδας
111 Comment[en_GB]=Produces audio output for text in the current page
112 Comment[eo]=Generas parolaĵon el la teksto en la nuna paĝo
113-Comment[es]=Produce audio del texto de la página actual
114+Comment[es]=Genera una salida de audio a partir del texto de la página actual
115 Comment[et]=Aktiivse lehekülje teksti ettelugemine
116 Comment[eu]=Testurako audio irteera sortzen du uneko orrian
117 Comment[fa]=خروجی صوتی را برای متن در صفحه جاری تولید می‌کند
118Index: apps/konqueror/sidebar/trees/init/remote/ftp/.directory
119===================================================================
120--- apps/konqueror/sidebar/trees/init/remote/ftp/.directory (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
121+++ apps/konqueror/sidebar/trees/init/remote/ftp/.directory (.../branches/KDE/4.5/kdebase) (wersja 1188166)
122@@ -10,7 +10,7 @@
123 Name[bn_IN]=FTP আর্কাইভ
124 Name[ca]=Arxius FTP
125 Name[ca@valencia]=Arxius FTP
126-Name[cs]=FTP archívy
127+Name[cs]=FTP archivy
128 Name[csb]=Archiwa FTP
129 Name[da]=FTP-arkiver
130 Name[de]=FTP-Archive
131Index: apps/konqueror/sidebar/default_entries/history.desktop
132===================================================================
133--- apps/konqueror/sidebar/default_entries/history.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
134+++ apps/konqueror/sidebar/default_entries/history.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
135@@ -110,7 +110,7 @@
136 Comment[el]=Αυτό είναι το ιστορικό των URL που επισκεφθήκατε πρόσφατα. Μπορείτε να τα ταξινομήσετε με πολλούς τρόπους.
137 Comment[en_GB]=This is the history of the URLs you have recently visited. You can sort them in many ways.
138 Comment[eo]=Jen la historio de la vizititaj URLoj. Vi povas ordigi ilin diversmaniere.
139-Comment[es]=Este es el historial con las URLs que ha visitado recientemente. Puede ordenarlas de diversos modos.
140+Comment[es]=Este es el historial con los URL que ha visitado recientemente. Puede ordenarlos de diversos modos.
141 Comment[et]=Sinu viimati külastatud saitide ajalugu. Ajalugu on võimalik mitmel moel sorteerida.
142 Comment[eu]=Hau bisitatu berri dituzun URLen historia da. Era askotan antola ditzakezu
143 Comment[fa]=این تاریخچۀ نشانیهای وبی است که اخیراً بازدید کرده‌اید. می‌توانید آنها را به روشهای زیادی مرتب کنید.
144Index: apps/dolphin/src/dolphindetailsview.cpp
145===================================================================
146--- apps/dolphin/src/dolphindetailsview.cpp (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
147+++ apps/dolphin/src/dolphindetailsview.cpp (.../branches/KDE/4.5/kdebase) (wersja 1188166)
148@@ -987,7 +987,19 @@
149 setIconSize(QSize(iconSize, iconSize));
150 m_decorationSize = QSize(iconSize, iconSize);
151
152+ if (m_extensionsFactory) {
153+ // The old maximumSize used by KFileItemDelegate is not valid any more after the icon size change.
154+ // It must be discarded before doItemsLayout() is called (see bug 234600).
155+ m_extensionsFactory->fileItemDelegate()->setMaximumSize(QSize());
156+ }
157+
158 doItemsLayout();
489e85c0 159+
b151cce6
AM
160+ // Calculate the new maximumSize for KFileItemDelegate after the icon size change.
161+ QModelIndex current = currentIndex();
162+ if (current.isValid()) {
163+ adjustMaximumSizeForEditing(current);
164+ }
165 }
489e85c0 166
b151cce6
AM
167 KFileItemDelegate::Information DolphinDetailsView::infoForColumn(int columnIndex) const
168Index: apps/doc/konqueror/bookmarks.docbook
169===================================================================
170--- apps/doc/konqueror/bookmarks.docbook (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
171+++ apps/doc/konqueror/bookmarks.docbook (.../branches/KDE/4.5/kdebase) (wersja 1188166)
172@@ -5,8 +5,8 @@
489e85c0
AM
173 <!-- TRANS:ROLES_OF_TRANSLATORS -->
174 </authorgroup>
175
b151cce6 176-<date>2010-02-26</date>
489e85c0 177-<releaseinfo>&kde; 4.4</releaseinfo>
b151cce6 178+<date>2010-09-24</date>
489e85c0 179+<releaseinfo>&kde; 4.5</releaseinfo>
b151cce6
AM
180 </chapterinfo>
181
182 <title>Using Bookmarks</title>
183@@ -15,10 +15,9 @@
184 your own files and folders, they are most useful when you are surfing the
185 Web, letting you build up a list of useful sites.</para>
186
187-<para>To open the <guimenu>Bookmarks</guimenu> menu you may either
188+<para>To open the <guimenu>Bookmarks</guimenu> menu you may
189 <mousebutton>left</mousebutton> click on the
190-<guimenu>Bookmarks</guimenu> menu or use the <keycombo
191-action="simul">&Alt;<keycap>B</keycap></keycombo> shortcut. Once
192+<guimenu>Bookmarks</guimenu> menu. Once
193 the list is visible, you can navigate through it with the arrow keys or with
194 your mouse, then press &Enter; or
195 <mousebutton>left</mousebutton> click to visit the selected location.</para>
196@@ -27,7 +26,7 @@
197 </guimenu><guimenuitem>Add Bookmark</guimenuitem></menuchoice> or
198 <keycombo action="simul">&Ctrl;<keycap>B</keycap></keycombo> or
199 <mousebutton>right</mousebutton> click on a clear space in the web page or
200-folder view and select <guimenuitem>Bookmark this Location</guimenuitem> from
201+folder view and select <guimenuitem>Bookmark this Page</guimenuitem> from
202 the pop up menu.</para>
203
204 <para>The <guimenu>Bookmarks</guimenu> list can contain subfolders containing
205@@ -38,8 +37,11 @@
206 the <guimenuitem>Add Bookmark</guimenuitem> item in that folder.</para>
207
208 <para>You can also access your bookmarks from the <link linkend="sidebar">
209-<guilabel>Sidebar</guilabel></link>.</para>
210+<guilabel>Sidebar</guilabel></link> or from the <guilabel>Bookmark Toolbar</guilabel>.</para>
211
212+<para>If you enter <userinput>bookmarks:/</userinput> in the location bar the
213+bookmarks home page with an overview of all bookmarks and folders is shown.</para>
214+
215 <sect1 id="orgbmark">
216 <title>The Bookmark Editor</title>
217
218@@ -80,7 +82,7 @@
219 the <guimenu>Edit</guimenu> menu or the pop up menu that appears when you
220 <mousebutton>right</mousebutton> click on the item. Similarly, you can edit
221 the &URL; by pressing <keycap>F3</keycap> or choosing the <guimenuitem>
222-Change URL</guimenuitem> menu item.</para>
223+Change Location</guimenuitem> menu item.</para>
224
225 <para>The <guilabel>Bookmark Editor</guilabel> lets you import bookmarks from
226 a range of other browsers into &konqueror;'s bookmark list, putting them into
227@@ -92,7 +94,7 @@
228
229 <para>To select which bookmark subfolder is used to hold the Bookmark
230 Toolbar items select the subfolder then choose <guimenuitem>Set as Toolbar
231-Folder</guimenuitem> from the <guimenu>Edit</guimenu> menu.</para>
232+Folder</guimenuitem> from the <guimenu>Folder</guimenu> menu.</para>
233
234 <para>If you are tidying up your bookmarks and have forgotten what a
235 particular web page is, you can easily open it from within the <guilabel>
489e85c0
AM
236Index: apps/doc/kwrite/index.docbook
237===================================================================
b151cce6
AM
238--- apps/doc/kwrite/index.docbook (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
239+++ apps/doc/kwrite/index.docbook (.../branches/KDE/4.5/kdebase) (wersja 1188166)
240@@ -40,7 +40,7 @@
241 </copyright>
242 <legalnotice>&FDLNotice;</legalnotice>
243
244-<date>2010-03-04</date>
245+<date>2010-09-16</date>
246 <releaseinfo>4.5</releaseinfo>
247
248 <abstract>
249@@ -1373,7 +1373,7 @@
250 <para>You can overwrite the default encoding set in <menuchoice>
251 <guimenu>Settings</guimenu>
252 <guimenuitem>Configure
253-Editor...</guimenuitem></menuchoice> in the <guilabel>Open/Save</guilabel> tab
254+Editor...</guimenuitem></menuchoice> in the <guilabel>Open/Save</guilabel> page
255 to set a different encoding for your current document. The encoding you
256 set here will be only valid for your current document.</para>
257 </listitem>
258@@ -1395,7 +1395,7 @@
489e85c0 259 <varlistentry>
b151cce6
AM
260 <term><anchor id="tools-add-byte-mark-order"/><menuchoice>
261 <guimenu>Tools</guimenu>
262-<guisubmenu>Add Byte Mark Order</guisubmenu></menuchoice></term>
263+<guisubmenu>Add Byte Mark Order (BOM)</guisubmenu></menuchoice></term>
264 <listitem>
265 <para>Checking this action you can explicitly add a byte order mark for unicode
266 encoded documents. The byte order mark (BOM) is a Unicode character used to signal
267@@ -1423,8 +1423,10 @@
268 <guimenuitem>Word Completion</guimenuitem>
269 </menuchoice> (Power user mode)</term>
270 <listitem>
271-<para><guimenuitem>Reuse Word Below</guimenuitem> and <guimenuitem>Reuse Word
272-Above</guimenuitem> complete the currently typed text by searching for similar
273+<para><guimenuitem>Reuse Word Below</guimenuitem> (<keycombo action="simul">&Ctrl;
274+<keycap>9</keycap></keycombo>) and <guimenuitem>Reuse Word Above</guimenuitem>
275+(<keycombo action="simul">&Ctrl; <keycap>8</keycap></keycombo>) complete the
276+currently typed text by searching for similar
277 words backward or forward from the current cursor position. <guimenuitem>Shell
278 Completion</guimenuitem> pops up a completion box with matching entries.</para>
279 </listitem>
280@@ -1436,10 +1438,10 @@
281 <keycombo action="simul">&Ctrl;&Shift;<keycap>O</keycap></keycombo>
282 </shortcut>
283 <guimenu>Tools</guimenu>
284-<guimenuitem>Automatic Spelling</guimenuitem>
285+<guimenuitem>Automatic Spell Checking</guimenuitem>
286 </menuchoice></term>
489e85c0 287 <listitem>
b151cce6
AM
288-<para>When <guimenuitem>Automatic Spelling</guimenuitem> is enabled, wrong text
289+<para>When <guimenuitem>Automatic Spell Checking</guimenuitem> is enabled, wrong text
290 is underlined in the document on-the-fly.</para>
489e85c0
AM
291 </listitem>
292 </varlistentry>
b151cce6
AM
293@@ -1581,6 +1583,7 @@
294 </listitem>
295 </varlistentry>
296
297+<!-- Indent/Inindent no longer in the menu ???, but shortcuts work-->
298 <varlistentry>
299 <term><anchor id="indent"/><menuchoice>
300 <shortcut>
301@@ -1603,10 +1606,9 @@
302 <listitem>
303 <para>This reduces the paragraph's indentation by one step. The size of the step
304 depends on the <link linkend="pref-edit-indent"> indentation settings</link>.</para>
305-
306 </listitem>
307 </varlistentry>
308-
309+<!-- -->
310 <varlistentry>
311 <term><anchor id="cleanindent"/><menuchoice>
312 <guimenu>Tools</guimenu><guimenuitem>Clean
313@@ -1682,7 +1684,7 @@
314 <varlistentry>
315 <term><menuchoice>
316 <shortcut>
317-<keycombo action="simul">&Alt;&Ctrl;<keycap>U</keycap></keycombo>
318+<keycombo action="simul">&Ctrl;&Alt;<keycap>U</keycap></keycombo>
319 </shortcut>
320 <guimenu>Tools</guimenu>
321 <guimenuitem>Capitalize</guimenuitem>
322@@ -1707,7 +1709,7 @@
323 <varlistentry>
324 <term><menuchoice>
325 <guimenu>Tools</guimenu>
326-<guimenuitem>Word Wrap Document</guimenuitem>
327+<guimenuitem>Apply Word Wrap</guimenuitem>
328 </menuchoice></term>
329 <listitem><para>Apply static word wrapping on all the document. That means that
330 a new line of text will automatically start when the current
331@@ -1721,6 +1723,7 @@
332 <para>If the <link linkend="pref-plugins">plugin</link> Insert File is enabled, you will
333 find here an additional menu item <guimenuitem>Insert File...</guimenuitem>.
334 </para>
335+<!-- Data Tools and Insane HTML (LE) Expansion Ctrl+. when plugins are enabled-->
336 </sect1>
337
338 <sect1 id="settings">
339@@ -2240,7 +2243,7 @@
340
341 <varlistentry>
342 <term><guilabel>Allow scrolling past the end of the document</guilabel></term> <listitem>
343-<para>This option lets you scroll past the end of the document. This can be used to vertically centre the bottom of the document, or put it on top of the current view.</para></listitem>
344+<para>This option lets you scroll past the end of the document. This can be used to vertically center the bottom of the document, or put it on top of the current view.</para></listitem>
345 </varlistentry>
489e85c0 346 </variablelist>
b151cce6
AM
347 </listitem>
348@@ -2540,28 +2543,49 @@
349 <term><guilabel>File Format</guilabel></term>
350 <listitem>
351 <variablelist>
352+
353 <varlistentry>
354 <term><guilabel>Encoding:</guilabel></term>
355 <listitem>
356-<para>This sets the default character encoding for your files.</para>
357+<para>This defines the standard encoding to use to open/save files, if not changed
358+in the open/save dialog or by using a command line option.</para>
359 </listitem>
360 </varlistentry>
361+
362 <varlistentry>
363-<term><guilabel>Encoding autodetection</guilabel></term>
364+<term><guilabel>Encoding Detection</guilabel></term>
365 <listitem>
366 <para>Select an item from the drop down box, either to disable autodetection or
367 use <guilabel>Universal</guilabel> to enable autodetection for all encodings. But as
368 this may probably only detect utf-8/utf-16, selecting a region will use custom heuristics
369-for better results.</para>
370+for better results.
371+If neither the encoding chosen as standard above, nor the encoding specified
372+in the open/save dialog, nor the encoding specified on command line match
373+the content of the file, this detection will be run.</para>
374 </listitem>
375 </varlistentry>
376+
377 <varlistentry>
378+<term><guilabel>Fallback Encoding</guilabel></term>
379+<listitem>
380+<para>This defines the fallback encoding to try for opening files if neither the
381+encoding chosen as standard above, nor the encoding specified in the open/
382+save dialog, nor the encoding specified on command line match the content of
383+the file. Before this is used, an attempt will be made to determine the
384+encoding to use by looking for a byte order marker at start of file: if one
385+is found, the right unicode encoding will be chosen; otherwise encoding
386+detection will run, if both fail fallback encoding will be tried.</para>
387+</listitem>
388+</varlistentry>
389+
390+<varlistentry>
391 <term><guilabel>End of line:</guilabel></term>
392 <listitem>
393 <para>Choose your preferred end of line mode for your active
394 document. You have the choice between &UNIX;, DOS/&Windows; or Macintosh.</para>
489e85c0
AM
395 </listitem>
396 </varlistentry>
b151cce6
AM
397+
398 <varlistentry>
399 <term><guilabel>Automatic end of line detection</guilabel></term>
400 <listitem>
401@@ -2791,7 +2815,7 @@
402 If you press Enter and AutoBrace is enabled, it will insert your favorite new brace where it belongs. Looks like this:
403 -->
404 <varlistentry>
405-<term><guilabel>DataTools</guilabel></term>
406+<term><guilabel>Data Tools</guilabel></term>
407 <listitem><para>Enables data tools like thesaurus and spell check (if installed).
408 Data tools are only available when text is selected, or when the right mouse
409 button is clicked over a word. If no data tools are offered even when text
410@@ -2809,11 +2833,28 @@
411 as HTML to the system clipboard.</para></listitem>
412 </varlistentry>
413 <varlistentry>
414+<term><guilabel>IconInserter</guilabel></term>
415+<listitem><para>The icon inserter plugin is only of use for &kde; developers: It adds an item
416+<guimenuitem>Insert KIcon-Code</guimenuitem> into the context menu of the editor.
417+If activated, the &kde;'s icon chooser opens (showing application icons, action icons &etc;..).
418+If you click on it, the file name without file extension will be inserted as
419+text. Useful only for setting icons via &kde;'s framework through the KIcon() class.
420+</para></listitem>
421+</varlistentry>
422+<varlistentry>
423+<term><guilabel>Insane (not ZEN) HTML coding (light edition)</guilabel></term>
424+<listitem><para>A plugin, which does zen-coding like selector completion.
425+For more information see <ulink url="http://en.wikipedia.org/wiki/Zen_Coding">
426+Zen Coding</ulink>.</para></listitem>
427+</varlistentry>
428+
429+<varlistentry>
430 <term><guilabel>Insert File</guilabel></term>
431 <listitem><para>This plugin allows you to insert any readable file at the cursor position.
432 If enabled, the <guimenu>Tools</guimenu> menu has an additional menu item
433 <guimenuitem>Insert File</guimenuitem>.</para></listitem>
434 </varlistentry>
435+<!-- not build any longer in kde 4.5
436 <varlistentry>
437 <term>Python Encoding check</term>
438 <listitem><para>This plugin is always enabled.
439@@ -2823,6 +2864,7 @@
440 current encoding to the file.
441 </para></listitem>
442 </varlistentry>
443+-->
444 </variablelist>
445 <!--
446 kdelibs/kate/plugins/ has additional plugins
447Index: apps/doc/kfind/man-kfind.1.docbook
448===================================================================
449--- apps/doc/kfind/man-kfind.1.docbook (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
450+++ apps/doc/kfind/man-kfind.1.docbook (.../branches/KDE/4.5/kdebase) (wersja 1188166)
451@@ -7,7 +7,7 @@
452 <refentryinfo>
453 <title>KDE User's Manual</title>
454 <author>&Lauri.Watts; &Lauri.Watts.mail;</author>
455-<date>June 07, 2005</date>
456+<date>2010-10-06</date>
457 <productname>K Desktop Environment</productname>
458 </refentryinfo>
459
460@@ -54,8 +54,6 @@
461 </varlistentry>
489e85c0 462 </variablelist>
489e85c0 463
b151cce6
AM
464-<para>App options, in a variablelist</para>
465-
466 </refsect1>
467
468 <refsect1>
469@@ -69,8 +67,7 @@
470
471 <refsect1>
472 <title>Authors</title>
473-<para>The current maintainer of &kfind; is <!-- FIXME: Who? -->. A list of
474-previous contributors is available in the complete user manual available in
475+<para>A list of contributors is available in the complete user manual available in
476 khelpcenter.</para>
477 <para>This documentation was prepared by &Lauri.Watts;
478 &Lauri.Watts.mail;</para>
479Index: apps/doc/dolphin/index.docbook
480===================================================================
481--- apps/doc/dolphin/index.docbook (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
482+++ apps/doc/dolphin/index.docbook (.../branches/KDE/4.5/kdebase) (wersja 1188166)
483@@ -1024,7 +1024,24 @@
484 <guisubmenu>Actions</guisubmenu> submenu of &dolphin;'s context menu which
485 appears when clicking a file or folder with the &RMB;.
486 </para>
487+<para>
488+Using the <guibutton>Download New Services</guibutton> you can fetch additional
489+service menu.
490+</para>
491
492+<para>
493+If you have installed &dolphin;'s plugins for <guilabel>Git</guilabel> or
494+<guilabel>Subversion</guilabel> from the kdesdk module an additional group
495+<guilabel>Version Control Systems</guilabel> is displayed.
496+If these plugins are enabled and you enter a folder which is under version control,
497+the version state (locally changed, up to date &etc;) is indicated by icons
498+and in <guilabel>Subversion</guilabel> folders you have additional entries in the
499+context menu like commit, update &etc;
500+</para>
501+<para>
502+&dolphin; has to be restarted to activate changes of these settings.
503+</para>
504+
505 </sect2>
506
507 <sect2 id="preferences-dialog-trash">
508Index: apps/lib/konq/Templates/linkCDROM.desktop
509===================================================================
510--- apps/lib/konq/Templates/linkCDROM.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
511+++ apps/lib/konq/Templates/linkCDROM.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
512@@ -19,7 +19,7 @@
513 Name[el]=Συσκευή CD-ROM...
514 Name[en_GB]=CD-ROM Device...
515 Name[eo]=KD-legilo...
516-Name[es]=CD-ROM ...
517+Name[es]=CD-ROM...
518 Name[et]=CD-ROM seade...
519 Name[eu]=CD-ROM gailua...
520 Name[fi]=CD-ROM-laitteet...
489e85c0
AM
521Index: apps/lib/konq/favicons/favicons.desktop
522===================================================================
b151cce6
AM
523--- apps/lib/konq/favicons/favicons.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
524+++ apps/lib/konq/favicons/favicons.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
525@@ -84,7 +84,7 @@
526 Comment[et]=Veebilehekülgede ikoonide salvestamine
527 Comment[eu]=Webguneen ikonoak gordetzen ditu
528 Comment[fi]=Säilyttää nettisivujen kuvakkeita
529-Comment[fr]=Stocker les icônes des site Internet
530+Comment[fr]=Stocke les icônes des site Internet
531 Comment[fy]=Bewarret website byldkaikes
532 Comment[ga]=Stórálann sé deilbhín suíomh Gréasáin
533 Comment[he]=מאחסן צלמיות אתרים
534Index: apps/konsole/src/ViewManager.cpp
535===================================================================
536--- apps/konsole/src/ViewManager.cpp (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
537+++ apps/konsole/src/ViewManager.cpp (.../branches/KDE/4.5/kdebase) (wersja 1188166)
538@@ -359,13 +359,8 @@
539
540 Session* session = qobject_cast<Session*>(sender());
541
542- if ( _sessionMap[qobject_cast<TerminalDisplay*>(activeView())] == session )
543- {
544- // switch to the next view before deleting the session views to prevent flicker
545- // occurring as a result of an interval between removing the active view and switching
546- // to the next view
547- nextView();
548- }
549+ // We're using setSelectionBehaviorOnRemove(QTabBar::SelectPreviousTab)
550+ // so no need to manually select next tab.
551
552 Q_ASSERT(session);
553
489e85c0
AM
554Index: apps/konsole/src/ViewContainer.cpp
555===================================================================
b151cce6
AM
556--- apps/konsole/src/ViewContainer.cpp (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
557+++ apps/konsole/src/ViewContainer.cpp (.../branches/KDE/4.5/kdebase) (wersja 1188166)
558@@ -435,6 +435,7 @@
559 _tabBar->setDrawBase(true);
560 _tabBar->setDocumentMode(true);
561 _tabBar->setFocusPolicy(Qt::NoFocus);
562+ _tabBar->setSelectionBehaviorOnRemove(QTabBar::SelectPreviousTab);
489e85c0 563
b151cce6
AM
564 _newTabButton = new QToolButton(_containerWidget);
565 _newTabButton->setIcon(KIcon("tab-new"));
489e85c0
AM
566Index: apps/konsole/src/main.cpp
567===================================================================
b151cce6
AM
568--- apps/konsole/src/main.cpp (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
569+++ apps/konsole/src/main.cpp (.../branches/KDE/4.5/kdebase) (wersja 1188166)
489e85c0
AM
570@@ -30,7 +30,7 @@
571 #include <KCmdLineArgs>
572 #include <KLocale>
573
b151cce6
AM
574-#define KONSOLE_VERSION "2.5.2"
575+#define KONSOLE_VERSION "2.5.3"
489e85c0
AM
576
577 using namespace Konsole;
578
489e85c0
AM
579Index: apps/plasma/applets/folderview/folderview.cpp
580===================================================================
b151cce6
AM
581--- apps/plasma/applets/folderview/folderview.cpp (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
582+++ apps/plasma/applets/folderview/folderview.cpp (.../branches/KDE/4.5/kdebase) (wersja 1188166)
583@@ -360,7 +360,7 @@
584 m_model->setMimeTypeFilterList(m_filterFilesMimeList);
585 m_model->setFileNameFilter(m_filterFiles);
586 m_model->setSortDirectoriesFirst(m_sortDirsFirst);
587- m_model->setDynamicSortFilter(true);
588+ m_model->setDynamicSortFilter(m_sortColumn != -1);
589 m_model->sort(m_sortColumn != -1 ? m_sortColumn : KDirModel::Name, Qt::AscendingOrder);
590
591 DirLister *lister = new DirLister(this);
592@@ -712,8 +712,10 @@
593 if (m_sortColumn != -1) {
594 m_model->invalidate();
595 m_model->sort(m_sortColumn, Qt::AscendingOrder);
596+ m_model->setDynamicSortFilter(true);
597 } else if (m_iconView) {
598 m_iconView->setCustomLayout(true);
599+ m_model->setDynamicSortFilter(false);
600 }
601 updateSortActionsState();
602 cg.writeEntry("sortColumn", m_sortColumn);
603@@ -1583,6 +1585,7 @@
604 if (column != m_sortColumn) {
605 m_model->invalidate();
606 m_model->sort(column, Qt::AscendingOrder);
607+ m_model->setDynamicSortFilter(true);
608 m_sortColumn = column;
609 config().writeEntry("sortColumn", m_sortColumn);
610 emit configNeedsSaving();
611@@ -1683,6 +1686,7 @@
612 // If the user has rearranged the icons, the view is no longer sorted
613 if (m_sortColumn != -1) {
614 m_sortColumn = -1;
615+ m_model->setDynamicSortFilter(false);
616 updateSortActionsState();
617 config().writeEntry("sortColumn", m_sortColumn);
618 emit configNeedsSaving();
619Index: apps/plasma/applets/folderview/plasma-applet-folderview.desktop
620===================================================================
621--- apps/plasma/applets/folderview/plasma-applet-folderview.desktop (.../tags/KDE/4.5.2/kdebase) (wersja 1188166)
622+++ apps/plasma/applets/folderview/plasma-applet-folderview.desktop (.../branches/KDE/4.5/kdebase) (wersja 1188166)
623@@ -91,7 +91,7 @@
624 Comment[el]=Εμφάνιση περιεχομένων φακέλων (προκαθορισμένα ο προσωπικός φάκελος)
625 Comment[en_GB]=Display the contents of folders (User's home folder as default)
626 Comment[eo]=Montri enhavon de la dosierujo (hejma dosierujo de la uzanto kiel defaŭlta)
627-Comment[es]=Mostrar el contenido de las carpetas (Carpeta de usuario como predeterminado)
628+Comment[es]=Mostrar el contenido de las carpetas (carpeta personal como predeterminado)
629 Comment[et]=Kataloogide sisu näitamine (vaikimisi kasutaja kodukataloog)
630 Comment[eu]=Bistaratu karpeten edukia (Erabiltzaileen etxe karpeta lehenetsi gisa)
631 Comment[fi]=Näytä kansion sisällön (Oletuksena työpöytäkansio)
632Index: runtime/knotify/knotify4.desktop
489e85c0
AM
633===================================================================
634Index: runtime/solid-device-automounter/kded/device_automounter.desktop
635===================================================================
b151cce6 636Index: runtime/kcontrol/componentchooser/componentchooser.desktop
489e85c0 637===================================================================
b151cce6 638Index: runtime/kcontrol/componentchooser/componentservices/kcm_kemail.desktop
489e85c0 639===================================================================
b151cce6 640Index: runtime/kcontrol/componentchooser/componentservices/kcm_browser.desktop
489e85c0 641===================================================================
b151cce6 642Index: runtime/kcontrol/componentchooser/componentservices/kcm_terminal.desktop
489e85c0 643===================================================================
b151cce6 644Index: runtime/phonon/platform_kde/phononbackend.desktop
489e85c0 645===================================================================
b151cce6 646Index: runtime/phonon/kded-module/phononserver.desktop
489e85c0 647===================================================================
b151cce6 648Index: runtime/khelpcenter/glossary.cpp
489e85c0 649===================================================================
b151cce6 650Index: runtime/doc/glossary/kdeprintingglossary.docbook
489e85c0 651===================================================================
b151cce6 652Index: runtime/doc/glossary/checkxrefs
489e85c0 653===================================================================
b151cce6 654Index: runtime/doc/glossary/index.docbook
489e85c0 655===================================================================
b151cce6 656Index: runtime/doc/kcontrol/bookmarks/index.docbook
489e85c0 657===================================================================
b151cce6 658Index: runtime/doc/kcontrol/emoticons/index.docbook
489e85c0 659===================================================================
b151cce6 660Index: runtime/doc/kcontrol/kcmnotify/index.docbook
489e85c0 661===================================================================
b151cce6 662Index: runtime/doc/kcontrol/attica/index.docbook
489e85c0 663===================================================================
b151cce6 664Index: runtime/doc/kcontrol/icons/index.docbook
489e85c0 665===================================================================
b151cce6 666Index: runtime/doc/kcontrol/spellchecking/index.docbook
489e85c0 667===================================================================
b151cce6 668Index: runtime/doc/kdesu/man-kdesu.1.docbook
489e85c0 669===================================================================
b151cce6 670Index: runtime/doc/kdesu/index.docbook
489e85c0 671===================================================================
b151cce6 672Index: runtime/doc/kioslave/nepomuksearch/index.docbook
489e85c0 673===================================================================
b151cce6 674Index: runtime/doc/kioslave/nepomuksearch/CMakeLists.txt
489e85c0 675===================================================================
b151cce6 676Index: runtime/doc/kioslave/CMakeLists.txt
489e85c0
AM
677===================================================================
678Index: runtime/platforms/win/kwinstartmenu/misc.h
679===================================================================
680Index: runtime/platforms/win/kwinstartmenu/winstartmenu.cpp
681===================================================================
b151cce6
AM
682Index: runtime/platforms/win/kwinstartmenu/linkfile.h
683===================================================================
489e85c0
AM
684Index: runtime/platforms/win/kwinstartmenu/main.cpp
685===================================================================
b151cce6 686Index: runtime/platforms/win/kwinstartmenu/winstartmenu.h
489e85c0 687===================================================================
b151cce6 688Index: runtime/platforms/win/kwinstartmenu/misc.cpp
489e85c0 689===================================================================
b151cce6 690Index: runtime/platforms/win/kwinstartmenu/linkfile.cpp
489e85c0 691===================================================================
b151cce6 692Index: runtime/ktimezoned/ktimezoned.desktop
489e85c0
AM
693===================================================================
694Index: runtime/kioslave/thumbnail/imagethumbnail.desktop
695===================================================================
b151cce6 696Index: runtime/kioslave/network/kded/networkwatcher.desktop
489e85c0
AM
697===================================================================
698Index: runtime/kioslave/remote/kdedmodule/remotedirnotify.desktop
699===================================================================
b151cce6 700Index: runtime/kioslave/cgi/kcmcgi/kcmcgi.desktop
489e85c0 701===================================================================
b151cce6 702Index: runtime/kioslave/desktop/desktopnotifier.desktop
489e85c0 703===================================================================
b151cce6 704Index: runtime/kioslave/sftp/kio_sftp.cpp
489e85c0 705===================================================================
b151cce6 706Index: runtime/nepomuk/kioslaves/search/nepomuksearch.protocol
489e85c0 707===================================================================
b151cce6 708Index: runtime/nepomuk/services/removablestorage/nepomukremovablestorageservice.desktop
489e85c0
AM
709===================================================================
710Index: runtime/nepomuk/services/queryservice/nepomukqueryservice.desktop
711===================================================================
489e85c0
AM
712Index: runtime/solidautoeject/solidautoeject.desktop
713===================================================================
b151cce6 714Index: runtime/kurifilter-plugins/shorturi/kshorturifilter.desktop
489e85c0 715===================================================================
b151cce6 716Index: runtime/kurifilter-plugins/ikws/searchproviders/foldoc.desktop
489e85c0
AM
717===================================================================
718Index: runtime/kurifilter-plugins/ikws/searchproviders/opendesktop.desktop
719===================================================================
b151cce6 720Index: runtime/kurifilter-plugins/ikws/searchproviders/de2en.desktop
489e85c0
AM
721===================================================================
722Index: runtime/kurifilter-plugins/ikws/searchproviders/uspto.desktop
723===================================================================
b151cce6 724Index: runtime/kurifilter-plugins/ikws/searchproviders/ruby_application_archive.desktop
489e85c0
AM
725===================================================================
726Index: runtime/soliduiserver/soliduiserver.desktop
727===================================================================
489e85c0
AM
728Index: runtime/plasma/remotewidgetshelper/kcm_remotewidgets.actions
729===================================================================
b151cce6 730Index: runtime/plasma/scriptengines/javascript/simplebindings/qscriptbookkeeping.cpp
647c265e 731===================================================================
489e85c0
AM
732Index: workspace/kcontrol/kfontinst/kcmfontinst/fontinst.desktop
733===================================================================
b151cce6 734Index: workspace/kcontrol/keyboard/keyboard_applet.h
489e85c0 735===================================================================
b151cce6 736Index: workspace/kcontrol/keyboard/keyboard_daemon.cpp
647c265e 737===================================================================
b151cce6 738Index: workspace/kcontrol/keyboard/keyboard_applet.cpp
489e85c0 739===================================================================
b151cce6 740Index: workspace/kcontrol/access/kaccess.notifyrc
489e85c0 741===================================================================
b151cce6 742Index: workspace/doc/plasma-desktop/tools/man-plasmaengineexplorer.1.docbook
489e85c0 743===================================================================
b151cce6 744Index: workspace/doc/kmenuedit/index.docbook
489e85c0 745===================================================================
b151cce6 746Index: workspace/doc/kcontrol/screensaver/index.docbook
489e85c0 747===================================================================
b151cce6 748Index: workspace/doc/kcontrol/powerdevil/index.docbook
647c265e 749===================================================================
b151cce6 750Index: workspace/doc/kcontrol/splashscreen/index.docbook
647c265e 751===================================================================
b151cce6 752Index: workspace/doc/kcontrol/kcmsmserver/index.docbook
489e85c0 753===================================================================
b151cce6 754Index: workspace/doc/kcontrol/desktopthemedetails/index.docbook
647c265e 755===================================================================
b151cce6 756Index: workspace/doc/kcontrol/kwintabbox/index.docbook
489e85c0 757===================================================================
b151cce6 758Index: workspace/doc/kcontrol/keys/index.docbook
489e85c0 759===================================================================
b151cce6 760Index: workspace/systemsettings/classic/settings-classic-view.desktop
489e85c0
AM
761===================================================================
762Index: workspace/systemsettings/categories/settings-display.desktop
763===================================================================
b151cce6
AM
764Index: workspace/systemsettings/core/systemsettingsexternalapp.desktop
765===================================================================
766Index: workspace/systemsettings/icons/settings-icon-view.desktop
489e85c0
AM
767===================================================================
768Index: workspace/kwrited/kwrited.desktop
769===================================================================
770Index: workspace/kwrited/kwrited-autostart.desktop
771===================================================================
489e85c0
AM
772Index: workspace/solid/solid-actions-kcm/device-actions/solid-device-Battery.desktop
773===================================================================
774Index: workspace/solid/solid-actions-kcm/device-actions/solid-device-NetworkInterface.desktop
775===================================================================
489e85c0
AM
776Index: workspace/solid/solid-actions-kcm/device-actions/solid-device-AcAdapter.desktop
777===================================================================
489e85c0
AM
778Index: workspace/solid/solid-actions-kcm/device-actions/solid-device-SerialInterface.desktop
779===================================================================
b151cce6 780Index: workspace/powerdevil/daemon/powerdevil.desktop
489e85c0
AM
781===================================================================
782Index: workspace/powerdevil/powerdevil.notifyrc
783===================================================================
b151cce6 784Index: workspace/libs/plasmaclock/calendartable.cpp
489e85c0 785===================================================================
b151cce6 786Index: workspace/libs/kdm/kgreet_classic.cpp
489e85c0 787===================================================================
b151cce6 788Index: workspace/libs/kdm/kgreet_winbind.cpp
489e85c0
AM
789===================================================================
790Index: workspace/freespacenotifier/freespacenotifier.desktop
791===================================================================
792Index: workspace/freespacenotifier/freespacenotifier.notifyrc
793===================================================================
b151cce6 794Index: workspace/kstyles/themes/light-v2.themerc
489e85c0 795===================================================================
b151cce6 796Index: workspace/kstyles/themes/light-v3.themerc
489e85c0
AM
797===================================================================
798Index: workspace/kstyles/oxygen/oxygenstyle.cpp
799===================================================================
b151cce6 800Index: workspace/khotkeys/app/khotkeys.desktop
489e85c0
AM
801===================================================================
802Index: workspace/khotkeys/data/konqueror_gestures_kde321.khotkeys
803===================================================================
b151cce6
AM
804Index: workspace/khotkeys/data/defaults.khotkeys
805===================================================================
489e85c0
AM
806Index: workspace/khotkeys/data/kde32b1.khotkeys
807===================================================================
b151cce6 808Index: workspace/khotkeys/data/printscreen.khotkeys
489e85c0 809===================================================================
8985268c 810Index: workspace/kinfocenter/Categories/deviceinfocategory.desktop
647c265e 811===================================================================
8985268c 812Index: workspace/kinfocenter/Categories/networkinfocategory.desktop
647c265e 813===================================================================
8985268c 814Index: workspace/kinfocenter/Categories/graphicalinfocategory.desktop
647c265e 815===================================================================
8985268c 816Index: workspace/kinfocenter/Categories/kinfocentercategory.desktop
647c265e 817===================================================================
b151cce6 818Index: workspace/kinfocenter/Modules/usbview/kcmusb.desktop
489e85c0 819===================================================================
b151cce6 820Index: workspace/kinfocenter/Modules/view1394/kcmview1394.desktop
489e85c0 821===================================================================
8985268c 822Index: workspace/kwin/effects/desktopgrid/desktopgrid.cpp
647c265e 823===================================================================
b151cce6 824Index: workspace/kwin/effects/slidingpopups/slidingpopups.desktop
489e85c0
AM
825===================================================================
826Index: workspace/kwin/kwin.notifyrc
827===================================================================
489e85c0
AM
828Index: workspace/kdm/kfrontend/pics/stripes.png.desktop
829===================================================================
b151cce6 830Index: workspace/kdm/kfrontend/sessions/ratpoison.desktop
489e85c0 831===================================================================
b151cce6 832Index: workspace/kdm/kfrontend/sessions/aewm++.desktop
489e85c0 833===================================================================
b151cce6 834Index: workspace/kdm/kfrontend/sessions/amaterus.desktop
489e85c0 835===================================================================
b151cce6 836Index: workspace/kdm/kfrontend/sessions/wmaker.desktop
489e85c0 837===================================================================
b151cce6 838Index: workspace/kdm/kfrontend/sessions/lxde.desktop
489e85c0 839===================================================================
b151cce6 840Index: workspace/kdm/kfrontend/kgapp.cpp
489e85c0 841===================================================================
b151cce6 842Index: workspace/kdm/kfrontend/kgverify.cpp
489e85c0
AM
843===================================================================
844Index: workspace/plasma/netbook/containments/netpanel/plasma-containment-netpanel.desktop
845===================================================================
b151cce6 846Index: workspace/plasma/netbook/dataengines/searchlaunch/plasma-engine-searchlaunch.desktop
489e85c0
AM
847===================================================================
848Index: workspace/plasma/desktop/containments/panel/plasma-containment-panel.desktop
849===================================================================
b151cce6 850Index: workspace/plasma/desktop/shell/main.cpp
489e85c0
AM
851===================================================================
852Index: workspace/plasma/desktop/applets/kickoff/applet/plasma-applet-launcher.desktop
853===================================================================
b151cce6 854Index: workspace/plasma/desktop/applets/pager/plasma-pager-default.desktop
489e85c0 855===================================================================
b151cce6 856Index: workspace/plasma/desktop/runners/plasma-desktop/plasma-runner-plasma-desktop.desktop
244f410a 857===================================================================
b151cce6 858Index: workspace/plasma/generic/dataengines/nowplaying/playerinterface/mpris/mpris.cpp
489e85c0 859===================================================================
b151cce6 860Index: workspace/plasma/generic/dataengines/weather/plasma-dataengine-weather.desktop
489e85c0 861===================================================================
b151cce6 862Index: workspace/plasma/generic/dataengines/weather/ions/CMakeLists.txt
489e85c0 863===================================================================
b151cce6 864Index: workspace/plasma/generic/dataengines/geolocation/CMakeLists.txt
489e85c0 865===================================================================
b151cce6 866Index: workspace/plasma/generic/applets/devicenotifier/test-predicate-openinwindow.desktop
489e85c0 867===================================================================
This page took 3.867905 seconds and 4 git commands to generate.