<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>135652</bug_id>
          
          <creation_ts>2006-10-14 21:48:53 +0000</creation_ts>
          <short_desc>Please don&apos;t strip comments</short_desc>
          <delta_ts>2008-03-18 23:53:21 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kcron</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="David Liontooth">liontooth</reporter>
          <assigned_to name="Nicolas Ternisien">nicolas.ternisien</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>20</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>476869</commentid>
    <comment_count>0</comment_count>
    <who name="David Liontooth">liontooth</who>
    <bug_when>2006-10-14 21:48:53 +0000</bug_when>
    <thetext>Version:           3.5.5 (using KDE 3.5.5, Debian Package 4:3.5.5a-1 (testing/unstable))
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.18

In a complex crontab, it&apos;s often useful to have comments. cron allows any number of comment lines, while kcron strips all comments except the single line before a cronjob. kcron also rewrites the order of the jobs.

Please don&apos;t strip the additional comments, and please don&apos;t rearrange the order of the jobs. If kcron only wants to display the jobs and the immediately preceding comment line, that&apos;s ok, but don&apos;t mess up the file. Other users may access the file with a text editor.

For instance, here&apos;s part of a crontab with additional comments:

# Avoid using colons, apostrophes, ampersands, and slashes in titles
# -- they make searching the text a hassle later
#
#### PATH AND MAIL INFORMATION ####################################
#
# Folders to search for program files.
PATH=/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Email output to specified account -- use a comma between accounts, e.g., tna,joe
# An e-mail is sent by default to user tna -- suppress with &gt;/dev/null 2&gt;&amp;1
#MAILTO=rose@one.org
#
## Cron syntax
#
# m h  dom mon dow   command
#
#### WEEKDAYS #####################################################
#
## 2AM
## 3AM
#
# Move CNN files from esteve to chianti
0 3 * * 1,2,3,4,5    rsync-esteve
#
## 4AM
#
# Move CNN files from prato to chianti
0 3 * * 1,2,3,4,5    rsync-prato
#
## 5AM
#
# CNN at 5am (prato)
#\0 5 * * 1,2,3,4,5      channel 57, 60min, &quot;Early AM News&quot;, 4
#
## 6AM
#
# CNN at 6am (prato)
#\0 6 * * 1,2,3,4,5      channel 57, 60min, &quot;Early AM News&quot;, 4
#
## 7AM
#
# KCBS 2 CBS News at 7am
0 7 * * 1,2,3,4,5       channel 2, 60min, &quot;CBS Early Show&quot;, 1
# KNBC 4 NBC News at 7am
0 7 * * 1,2,3,4,5       channel 4, 60min, &quot;Today Show&quot;, 2
# KABC 7 ABC News at 7am
0 7 * * 1,2,3,4,5       channel 7, 60min, &quot;Good Morning America&quot;, 3
# CNN at 7am (prato)
#\0 7 * * 1,2,3,4,5       channel 57, 60min, &quot;Newsroom&quot;, 4
# FOX 60 FOX News at 7am (prato)
#\0 7 * * 1,2,3,4,5       channel 60, 60min, &quot;Fox News Live&quot;, 5
#
## 8AM
#
# KABC 7 ABC News at 8am
0 8 * * 1,2,3,4,5       channel 7, 60min, &quot;Good Morning America&quot;, 1
# KCBS 2 CBS News at 8am
0 8 * * 1,2,3,4,5       channel 2, 60min, &quot;CBS Early Show&quot;, 2
# KNBC 4 News at 8am
0 8 * * 1,2,3,4,5       channel 4, 60min, &quot;Today Show &quot;, 3
# CNN at 8am (prato)
#\0 8 * * 1,2,3,4,5       channel 57, 60min, &quot;Newsroom&quot;, 4
# FOX 60 FOX News at 8am (prato)
#\0 8 * * 1,2,3,4,5       channel 60, 60min, &quot;Fox News Live&quot;, 5
#
## 9AM
#
# KABC 7 ABC News at 9am
0 9 * * 1,2,3,4,5       channel 7, 60min, &quot;Regis and Kelly&quot;, 1
# KNBC Channel 4 News at 9am
0 9 * * 1,2,3,4,5       channel 4, 30min, &quot;Today Show&quot;, 2
# CNN at 9am (prato)
#\0 9 * * 1,2,3,4,5       channel 57, 60min, &quot;Your World Today&quot;, 4
# FOX 60 FOX News at 9am (prato)
#\0 9 * * 1,2,3,4,5       channel 60, 60min, &quot;Fox Online&quot;, 5
#
## 10AM
#
# KABC 7 ABC News at 10am
0 10 * * 1,2,3,4,5      channel 7, 60min, &quot;The View&quot;, 1
# KTLA 5 News at 10am
0 10 * * 1,2,3,4,5      channel 5, 60min, &quot;Jerry Springer Show&quot;, 3
# CNN at 10am (prato)
#\0 10 * * 1,2,3,4,5      channel 57, 60min, &quot;Newsroom&quot;, 4
# MSNBC 61 News at 10am (prato)
#\0 10 * * 1,2,3,4,5      channel 61, 60min, &quot;News Live&quot;, 5
#
## 11AM
#
# CNN at 11am (esteve)
#\0 11 * * 1,2,3,4,5      channel 57, 60min, &quot;Newsroom &quot;, 4
# KABC 7 ABC News at 11am
0 11 * * 1,2,3,4,5      channel 7, 60min, &quot;Midday News&quot;, 1
# KCBS 2 CBS News at 11am
0 11 * * 1,2,3,4,5      channel 2, 30min, &quot;Midday News&quot;, 2
# KNBC Channel 4 News at 11am
0 11 * * 1,2,3,4,5      channel 4, 60min, &quot;Midday News&quot;, 3
# KTTV Fox 11 News at 11am (prato)
#\0 11 * * 1,2,3,4,5      channel 11, 60min, &quot;Montel Williams Show&quot;, 4
# MSNBC 61 News at 11am (prato)
#\0 11 * * 1,2,3,4,5      channel 61, 60min, &quot;News Live&quot;, 5
#
## NOON
#
# CNN at noon (prato)
#\0 12 * * 1,2,3,4,5      channel 57, 60min, &quot;Newsroom&quot;, 4
#
## 1PM
#
# CNN at 1pm (prato)
#\0 13 * * 1,2,3,4,5      channel 57, 60min, &quot;Situation Room&quot;, 4
# MSNBC 61 Tucker at 1pm (prato)
#\0 13 * * 1,2,3,4,5      channel 61, 60min, &quot;Tucker Carlson&quot;, 5
#
## 2PM
#
# CNN at 2pm (prato)
#\0 14 * * 1,2,3,4,5      channel 57, 60min, &quot;Situation Room&quot;, 4
#
## 3PM
#
# KABC 7 Oprah at 3pm
0 15 * * 1,2,3,4,5       channel 7, 60min, &quot;Oprah&quot;, 1
# KCAL 9 News at 3:30pm
29 15 * * 1,2,3,4,5      channel 9, 30min, &quot;Inside Edition&quot;, 3
# CNN at 3pm (prato)
#\0 14 * * 1,2,3,4,5       channel 57, 60min, &quot;Lou Dobbs Tonight&quot;, 4
# FOX 60 FOX News at 3pm (prato)
#\0 15 * * 1,2,3,4,5       channel 60, 60min, &quot;Special Report with Brit Hume&quot;, 5
#
## 4PM
#
# KABC 7 ABC News at 4pm
0 16 * * 1,2,3,4,5       channel 7, 60min, &quot;News at 4pm&quot;, 1
# KCAL 9 News at 4pm
0 16 * * 1,2,3,4,5      channel 9, 30min, &quot;News at 4pm&quot;, 2
# KNBC Channel 4 News at 4pm
0 16 * * 1,2,3,4,5      channel 4, 60min, &quot;News at 4pm&quot;, 3
# CNN at 4pm (prato)
#\0 16 * * 1,2,3,4,5      channel 57, 60min, &quot;Situation Room&quot;, 4
# FOX 60 FOX News at 4pm (prato)
#\0 16 * * 1,2,3,4,5       channel 60, 60min, &quot;Report with Shepard Smith&quot;, 5
#
## 5PM
#
# CNN at 5pm (esteve)
#\0 17 * * 1,2,3,4,5      channel 57, 60min, &quot;Paula Zahn NOW&quot;, 4
# KABC 7 Eyewitness News at 5pm
0 17 * * 1,2,3,4,5      channel 7, 60min, &quot;News at 5PM&quot;, 1
# KCBS 2 CBS News at 5pm
0 17 * * 1,2,3,4,5      channel 2, 60min, &quot;News at 5pm&quot;, 2
# KCET 8 BBC World News at 5pm
0 17 * * 1,2,3,4,5      channel 8, 30min, &quot;BBC World News&quot;, 3
# KCET 8 Nightly Business Report at 5:30pm
30 17 * * 1,2,3,4,5      channel 8, 30min, &quot;Nightly Business Report&quot;, 3
# KNBC Channel 4 News at 5pm (prato)
#\0 17 * * 1,2,3,4,5      channel 4, 60min, &quot;News at 5pm&quot;, 4
# FOX 60 The O&apos;Reilly Factor at 5pm (prato)
#\0 17 * * 1,2,3,4,5      channel 60, 60min, &quot;The OReilly Factor&quot;, 5
#
## 6PM
#
# CNN at 6pm (esteve)
#\0 18 * * 1,2,3,4,5      channel 57, 60min, &quot;Larry King Live&quot;, 4
# KABC 7 Eyewitness News at 6pm
0 18 * * 1,2,3,4,5      channel 7, 30min, &quot;News at 6PM&quot;, 1
# KABC 7 ABC&apos;s World News With Charles Gibson at 6:30pm
30 18 * * 1,2,3,4,5      channel 7, 30min, &quot;World News Tonight&quot;, 1
# KCBS 2 News at 6pm
0 18 * * 1,2,3,4,5      channel 2, 30min, &quot;News at 6pm&quot;, 2
# KCBS 2 CBS News at 6:30pm
30 18 * * 1,2,3,4,5      channel 2, 30min, &quot;CBS Evening News&quot;, 2
# KCET 8 PBS News at 6:30pm
30 18 * * 1,2,3,4,5      channel 8, 30min, &quot;Life and Times&quot;, 3
# KNBC Channel 4 News at 6pm (prato)
#\0 18 * * 1,2,3,4,5      channel 4, 30min, &quot;News at 6pm&quot;, 4
# KNBC Channel 4 News at 6pm (prato)
#\30 18 * * 1,2,3,4,5      channel 4, 30min, &quot;NBC Nightly News&quot;, 4
# FOX 60 FOX News at 6pm (prato)
#\0 18 * * 1,2,3,4,5       channel 60, 60min, &quot;Hannity and Colmes&quot;, 5
# MSNBC 61 Scarborough Country at 6pm (esteve)
#\0 1 * * 1,2,3,4,5       channel 61, 60min, &quot;Scarborough Country&quot;, 5
#
## 7PM
#
# KCBS 2 CBS News at 7pm
0 19 * * 1,2,3,4,5       channel 2, 30min, &quot;Entertainment Tonight&quot;, 1
# KCBS 2 CBS News at 7pm
30 19 * * 1,2,3,4,5      channel 2, 30min, &quot;The Insider&quot;, 1
# KCET 8 Newshour with Jim Lehrer
0 19 * * 1,2,3,4,5       channel 8, 60min, &quot;Newshour with Jim Lehrer&quot;, 2
# KNBC 4 EXTRA at 7pm
0 19 * * 1,2,3,4,5       channel 4, 30min, &quot;EXTRA at 7pm&quot;, 3
# KNBC 4 Access Hollywood at 7pm
30 19 * * 1,2,3,4,5      channel 4, 30min, &quot;Access Hollywood&quot;, 3
# CNN at 7pm (prato)
#\0 19 * * 1,2,3,4,5      channel 57, 60min, &quot;Anderson Cooper 360&quot;, 4
# FOX 60 On the Record With Greta Van Susteren at 7pm (prato)
#\0 19 * * 1,2,3,4,5       channel 60, 60min, &quot;On the Record with Greta&quot;, 5
#
## 8PM
#
# CNN at 8pm (prato)
#\0 20 * * 1,2,3,4,5      channel 57, 60min, &quot;Anderson Cooper 360&quot;, 4
# KCAL 9 News at 8pm (prato)
#\0 20 * * 1,2,3,4,5    channel 9, 60min, &quot;News at 8pm&quot;, 5
#
## 9PM
#
# KCET 8 Frontline (Tuesdays) (prato)
#\0 21 * * 2   channel 8, 60min, &quot;Frontline&quot;, 4
# MSNBC 61 Countdown w/ Keith Olbermann at 9pm (prato)
#\0 21 * * 1,2,3,4,5       channel 61, 60min, &quot;Countdown with Keith Olbermann&quot;, 5
#
## 10PM
#
# KNBC 4 at 10pm (Wednesdays)
0 22 * * 3     channel 4, 60min, &quot;Dateline NBC&quot;, 1
# KABC 7 News at 10pm (Thursdays)
0 22 * * 4     channel 7, 60min, &quot;Prime Time&quot;, 1
# KABC 7 News at 10pm (Fridays)
0 22 * * 5     channel 7, 60min, &quot;20-20&quot;, 1
# KTLA 5 Prime News at 10pm
0 22 * * 1,2,3,4,5      channel 5, 60min, &quot;Prime News at 10pm&quot;, 3
# KTTV Fox 11 Ten O&apos;Clock News (prato)
#\0 22 * * 1,2,3,4,5      channel 11, 60min, &quot;Ten OClock News&quot;, 4
# CC 76 Daily Show with John Stewart at 10pm (Mon-Thur) (prato)
#\0 22 * * 1,2,3,4      channel 76, 30min, &quot;Daily Show&quot;, 5
# CC 76 Colbert Report at 10pm (Mon-Thur) (prato)
#\30 22 * * 1,2,3,4      channel 76, 30min, &quot;Colbert Report&quot;, 5
#
## 11PM
#
# KABC 7 Eyewitness News at 11pm
0 23 * * 1,2,3,4,5     channel 7, 35min, &quot;Late News&quot;, 1
# KABC 7 Nightline at 11:35PM
35 23 * * 1,2,3,4,5     channel 7, 31min, &quot;Nightline&quot;, 1
# KCBS 2 CBS News at 11pm
0 23 * * 1,2,3,4,5      channel 2, 35min, &quot;Late News&quot;, 3
# KCBS 2 Late Show Letterman at 11:35pm
35 23 * * 1,2,3,4,5      channel 2, 62min, &quot;Late Show with Dave Letterman&quot;, 3
# KCET 8 Tavis Smiley at 11pm (prato)
#\0 23 * * 1,2,3,4,5      channel 8, 30min, &quot;Tavis Smiley&quot;, 4
# KCET 8 Charlie Rose at 11:30pm (prato)
#\30 23 * * 1,2,3,4,5      channel 8, 60min, &quot;Charlie Rose&quot;, 4
# KNBC Channel 4 News at 11pm (prato)
#\0 23 * * 1,2,3,4,5      channel 4, 35min, &quot;Late News&quot;, 5
# KNBC 4 Tonight Show Jay Leno at 11:35pm (prato)
#\35 23 * * 1,2,3,4,5      channel 4, 62min, &quot;Tonight Show with Jay Leno&quot;, 5
#
## MIDNIGHT
#
# NOTE: Tuesday through Saturday
#
# Watch out for cards already in use at midnight
# -- KABC 7 Nightline is using card 1 until 00:06
# -- KCBS 2 Late Show is using card 2 until 00:37
# -- KCET 8 Charlie Rose is using card 3 until 00:30
# -- KNBC 4 Tonight Show is using card 4 until 00:37
#
# KABC 7 Jimmy Kimmel Live at 12:06am
06 0 * * 2,3,4,5,6      channel 7, 62min, &quot;Jimmy Kimmel Live &quot;, 1
# KCBS 2 Late Late Show with Craig Ferguson
37 0 * * 2,3,4,5,6      channel 2, 60min, &quot;Late Late Show with Craig Ferguson&quot;, 3
# KNBC 4 - Late Night with Conan O&apos;Brien (prato)
#\37 0 * * 2,3,4,5,6      channel 4, 59min, &quot;Late Night with Conan OBrian&quot;, 4
# MSNBC 61 Hardball With Chris Matthews (also airs 2pm and 4pm) (prato)
#\0 0 * * 2,3,4,5,6       channel 61, 60min, &quot;Chris Matthews&quot;, 5
#
## 1AM
#
# KABC 7 Oprah Winfrey at 1:06am (prato)
#\06 1 * * 2,3,4,5,6       channel 7, 60min, &quot;Oprah Winfrey&quot;, 4
#
#
#### SATURDAY #####################################################
#
# KABC 7 ABC News at 4pm
0 16 * * 6      channel 7, 60min, &quot;ABC News at 4pm&quot;, 1
#
# KCBS 2 CBS News at 5pm
0 17 * * 6      channel 2, 90min, &quot;CBS News at 5pm&quot;, 2
# KNBS 4 CBS News at 5pm
0 17 * * 6      channel 4, 60min, &quot;NBS News at 5pm&quot;, 3
#
# KNBS 4 CBS News at 6pm
0 18 * * 6      channel 4, 60min, &quot;NBS News at 6pm&quot;, 3
# KCET 8 PBS News at 6:30pm (prato)
#\30 18 * * 6     channel 8, 30min, &quot;PBS News at 6.30pm&quot;, 4
# CNN 57 at 6pm (prato)
#\0 18 * * 6  channel 57, 60min, &quot;News&quot;, 5
#
# CNN 57 at 7pm (prato)
#\0 19 * * 6  channel 57, 60min, &quot;News&quot;, 5
#
# KNBS 4 CBS News at 8pm
0 20 * * 6      channel 4, 60min, &quot;NBS News at 8pm&quot;, 3
# KTTV Fox 11 News at 8pm (prato)
#\30 20 * * 6      channel 11, 30min, &quot;Fox News at 8pm&quot;, 4
#
# KTTV Fox 11 News at 9pm (prato)
#\0 21 * * 6      channel 11, 60min, &quot;Fox News at 9pm&quot;, 4
#
# KCBS 2 CBS News at 10pm
0 22 * * 6      channel 2, 60min, &quot;CBS News at 10pm&quot;, 1
#
# KNBS 4 CBS News at 11pm
0 23 * * 6      channel 4, 60min, &quot;NBS News at 11pm&quot;, 3
#
#
#### SUNDAY #####################################################
#
# KABC 7 ABC This Week With George Stephanopoulos at 8am
0 8 * * 7       channel 7, 60min, &quot;Stephanopoulos&quot;, 1
# KNBC 4 Meet the Press
0 8 * * 7       channel 4, 60min, &quot;Meet the Press&quot;, 3
#
# FOX 11 Fox News Sunday with Chris Wallace (prato)
#\0 8 * * 7       channel 11, 60min, &quot;News Sunday with Chris Wallace&quot;, 5
#
# KNBC 4 News at 3:30pm
30 15 * * 7       channel 4, 30min, &quot;Channel 4 News at 3.30pm&quot;, 3
#
# KCBS 2 CBS Face the Nation (prato)
#\0 17 * * 7      channel 2, 30min, &quot;CBS Face the Nation&quot;, 4
# KABC 7 World News Sunday (prato)
#\30 17 * * 7     channel 7, 30min, &quot;World News Sunday&quot;, 5
#
# KCBS 2 60 Minutes at 7pm
0 19 * * 7      channel 2, 60min, &quot;60 Minutes&quot;, 1
#
# KNBC 4 Dateline at 10pm
0 22 * * 7      channel 4, 60min, &quot;Dateline NBC&quot;, 3
#
# KABC 7 Eyewitness News
0 23 * * 7      channel 7, 35min, &quot;Eyewitness News&quot;, 1
# KNBC 4 News at 11pm
0 23 * * 7      channel 4, 35min, &quot;NBC News at 11pm&quot;, 3
# KCBS 2 CBS News at 11pm
0 23 * * 7      channel 2, 30min, &quot;CBS News at 11pm&quot;, 3
#</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>588084</commentid>
    <comment_count>1</comment_count>
    <who name="Nicolas Ternisien">nicolas.ternisien</who>
    <bug_when>2008-03-18 23:53:21 +0000</bug_when>
    <thetext>SVN commit 787315 by ternisien:

Improve errors management
Rewrite and simplify most part of KCron
Add right action buttons list for a easier action access
Improve command line parsing, to avoid the saving of good command line
Reimplement and rewrite the TaskEditorDialog, by allowing a minute per minute selecting, and a smarter
displaying.
Able to add multi-lines comments on variables and tasks
Clean API
All known bugs are now closed, KCron seems to be ready for KDE 4.1

It just needs a icon from KDE Artist team

BUG:59532
BUG:97118
BUG:131433
BUG:135652
BUG:154875


 _M            . (directory)  
 M  +4 -0      src/CMakeLists.txt  
 M  +1 -1      src/crontabPrinter.cpp  
 M  +102 -74   src/crontabWidget.cpp  
 M  +28 -31    src/crontabWidget.h  
 M  +9 -1      src/crontablib/ctGlobalCron.cpp  
 A             src/crontablib/ctHelper.cpp   [License: GPL (v2+)]
 A             src/crontablib/ctHelper.h   [License: GPL (v2+)]
 A             src/crontablib/ctInitializationError.cpp   [License: GPL (v2+)]
 A             src/crontablib/ctInitializationError.h   [License: GPL (v2+)]
 A             src/crontablib/ctSaveStatus.cpp   [License: GPL (v2+)]
 A             src/crontablib/ctSaveStatus.h   [License: GPL (v2+)]
 A             src/crontablib/ctSystemCron.cpp   [License: GPL (v2+)]
 A             src/crontablib/ctSystemCron.h   [License: GPL (v2+)]
 M  +86 -156   src/crontablib/ctcron.cpp  
 M  +84 -35    src/crontablib/ctcron.h  
 M  +42 -31    src/crontablib/cthost.cpp  
 M  +9 -22     src/crontablib/cthost.h  
 M  +5 -1      src/crontablib/ctminute.cpp  
 M  +3 -2      src/crontablib/ctminute.h  
 M  +127 -7    src/crontablib/cttask.cpp  
 M  +16 -1     src/crontablib/cttask.h  
 M  +7 -5      src/crontablib/ctunit.cpp  
 M  +9 -8      src/crontablib/ctunit.h  
 M  +51 -4     src/crontablib/ctvariable.cpp  
 M  +6 -1      src/crontablib/ctvariable.h  
 M  +57 -4     src/genericListWidget.cpp  
 M  +11 -0     src/genericListWidget.h  
 M  +23 -246   src/kcmCron.cpp  
 M  +7 -49     src/kcmCron.h  
 M  +15 -2     src/kcronHelper.cpp  
 M  +3 -0      src/kcronHelper.h  
 M  +0 -24     src/kcronIcons.cpp  
 M  +1 -6      src/kcronIcons.h  
 M  +443 -308  src/taskEditorDialog.cpp  
 M  +47 -24    src/taskEditorDialog.h  
 M  +1 -20     src/taskWidget.cpp  
 M  +0 -2      src/taskWidget.h  
 M  +139 -10   src/tasksWidget.cpp  
 M  +32 -1     src/tasksWidget.h  
 M  +8 -23     src/variableEditorDialog.cpp  
 M  +1 -1      src/variableEditorDialog.h  
 M  +1 -17     src/variableWidget.cpp  
 M  +110 -7    src/variablesWidget.cpp  
 M  +25 -1     src/variablesWidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&amp;revision=787315
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>