1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602
|
2005-12-31 Gaute Hope <eg@gaute.vetsj.com>
* tag for RELEASE-1-0-0-BRANCH
* configure.ac: Changed version number to 1.0.0
2005-12-30 Gaute Hope <eg@gaute.vetsj.com>
* Applied patch from Frank Arnold: bug 325271
* Makes entries and labels non-sensitive if they don't belong to the activated radio button
* Makes headers appearing in bold
* TODO: a11y - Scan all dialogs for missing accelerators
2005-12-29 Gaute Hope <eg@gaute.vetsj.com>
* Applied patch from Frank Arnold: bug 325177
* Fixed some of the typos specified in bug 325053, updated TODO with the other stuff mentioned by Clytie Siddall
2005-12-26 Gaute Hope <eg@gaute.vetsj.com>
* Applied patch from Frank Arnold: bug 324988
* configure.ac: changed pygtk check to 2.6
2005-12-24 Gaute Hope <eg@gaute.vetsj.com>
* src/scheduleapplet.py: bug 324343, fixed, thanks to johans at #gnome-hackers at gimpnet.
* src/scheduleapplet.py: double clicking the icon open mainwindow
2005-12-23 Gaute Hope <eg@gaute.vetsj.com>
* src/scheduleapplet.py, src/gnome-schedule-applet.py: Changed xml format, using setup_menu_from_file() and not setup_menu()
* src/atEditor.py, src/crontabEditor.py: Uncommented the preview stuff
* src/mainWindow.py: Made some error messages translateable, changed about dialog to be using gtk.AboutDialog, and not gnome.ui.about
2005-12-21 Philip Van Hoof <pvanhoof@gnome.org>
* Bugfix for Bug #324687 (refresh of jobs)
2005-12-21 Gaute Hope <eg@gaute.vetsj.com>
* configure.ac: rename of server.in to server.in.in
* servers/GNOME_GnomeSchedule.server.in -> GNOME_GnomeSchedule.server.in.in
* po/POTFILES.in: Added GNOME_GnomeSchedule.server.in.in
* src/gnome-schedule.py, src/scheduleapplet.py, src/mainWindow.py: fixed bug 324141, using help_display_with_doc_id and not, help_display
2005-12-21 Rodrigo M. Fombellida <rmarcos@cvs.gnome.org>
* Fixed figures distcheck error
* help/Makefile.am: Added DOC_FIGURES variable
* .cvsignore: Added gnome-doc-utils.make
2005-12-20 Gaute Hope <eg@gaute.vetsj.com>
* Applied patch from Frank Arnold; bug 324547
* Fixed some distcheck errors, not done yet
2005-12-17 Gaute Hope <eg@gaute.vetsj.com>
* Fixed bug where all the widgets disappeared when using the X on the window.
2005-12-15 Gaute Hope <eg@gaute.vetsj.com>
* The help button now opens the new help system, working with different locales aswell. Even thou es is the only one with some images translated.
* configure.ac: gtk.glade check, xsltproc check.
* src/atEditor.py, src/at.py: Changed time format of adding new at tasks to: hh:mm DD.MM.YYYY, this seems to be more standard. And work on more installations.
2005-12-14 Gaute Hope <eg@gaute.vetsj.com>
* The applet is working
* Removed scheduleapplet.in, executing the python file directly from the .server file.
* Name change on server file
2005-09-07 Rodrigo Marcos <rmarcos_geo@yahoo.es>
* Added support for localized manuals (Bug #156821):
* help/ChangeLog: add
* help/Makefile.am: add
* help/.cvsignore: add
* help/gnome-schedule.omf.in: add
* help/C/gnome-schedule.xml: add
* help/C/legal.xml: add
* help/C/figures/*: add
* src/m4/.cvsignore: add
* configure.ac: Added AC_CONFIG_MACRO_DIR([src/m4]), GNOME_DOC_INIT. Added help/Makefile to AC_OUTPUT
* Makefile.am: Added gnome-doc-utils.make to EXTRA_DIST and DISTCLEAN_FILES. Added DISTCHECK_CONFIGURE_FLAGS
* .cvsignore: Added gnome-doc-utils.make
2005-09-06 Gaute Hope <eg@gaute.vetsj.com>
* servers/GNOME_schedule.server.in: new path for scheduleapplet
* src/Makefile.am: new path for scheduleapplet
2005-09-01 Pawan Chitrakar <pchitrakar@gmail.com>
* configure.ac: Added ne in ALL_LINGUAS
2005-08-25 Gaute Hope <eg@gaute.vetsj.com>
* panel functions implemented
* servers/Makefile.am, confiugre.ac: changed behaviour a bit
* servers/GNOME_schedule.server.in.in: rm
* servers/GNOME_schedule.server.in: add
2005-08-24 Gaute Hope <eg@gaute.vetsj.com>
* src/applet.py: rm
* src/scheduleapplet.py: add
* src/gnome-schedule-applet.glade: add, glade file for the applet
2005-08-22 Gaute Hope <eg@gaute.vetsj.com>
* src/mainWindow.py: created a messagedialog that checks if you want to delete a task
* applied frank arnolds patch about the dialog window
* servers/*: started work on an applet
* configure.ac, Makefile.am: Added the servers dir.
* src/applet.py: applet code.
2005-08-22 Frank Arnold <frank@scirocco-5v-turbo.de>
* src/addWindow.py:
* src/atEditor.py:
* src/crontabEditor.py:
* src/crontabEditorHelper.py:
* src/setuserWindow.py: Fix crashes after closing dialogs through ESC. See bug #314159.
2005-08-18 Gaute Hope <eg@gaute.vetsj.com>
* dist/gentoo/gnome-schedule-0.9.0.ebuild: added, but found out there is an ebuild at breakmygentoo.net anyway. Not going to maintain this if the bmg one is functioning properly.
2005-08-16 Gaute Hope <eg@gaute.vetsj.com>
* src/gnome-schedule.glade, src/crontabEditorHelper.py: Updated the GUI for the crontabhelper
* po/nn.po: Updated some new strings
2005-08-15 Gaute Hope <eg@gaute.vetsj.com>
* src/gnome-schedule.glade, src/crontabEditorHelper.py: Created a new gui based on Frank Arnolds proposal: http://bugzilla.gnome.org/attachment.cgi?id=50706&action=view
* po/nn.po: Updated against the new strings.
2005-08-14 Gaute Hope <eg@gaute.vetsj.com>
* src/crontabEditorHelper.py: Changed Happens all ... to Happens every ...
Tried to remove all entries of the self.trans_field stuff. Only one left for the window title, and I don't think it will be a problem.
* src/gnome-schedule.po: Added a '.' at the end of the from to field in crontabeditorhelper so that people may add something at the end.
* po/nn.po: oppdaterte til dei nye strengane.
* src/crontabEditorHelper.py: Created a function to split translated strings where a text entry is, this way a translator can create strings delimted by '[ ]', which means a box. This is implemented for: Happens every, happens at the. Happens from [ ] to, remains.
2005-08-09 Gaute Hope <eg@gaute.vetsj.com>
* src/*: applied the gettext patch from Tommi Vainikainen, http://bugzilla.gnome.org/attachment.cgi?id=50457&action=view
* src/crontabEditorHelper.py: fixed some of the untranslatable strings
2005-08-04 Tommi Vainikainen <thv@iki.fi>
* configure.ac (ALL_LINGUAS): Added 'fi' (Finnish).
2005-07-26 Gaute Hope <eg@gaute.vetsj.com>
* configure.ac: changed version number to 0.9.0
* configure.ac: Removed the dist stuff, for make dist to work it has to be added as a sub dir in Makefile.am aswell, but the user doesn't need it. And the files in the dist dir should be rewritten based on the old version for a new release anyway.
* README: Made it a little less rude :)
2005-04-17 Frank Arnold <frank@scirocco-5v-turbo.de>
* src/at.py: Changed type description string "One-time" to "Once".
* src/atEditor.py: Import of modules os and config (help button not
working). Removed regular expressions for crontab. Changed template
icon size to 48x48 and removed time seperator (modified glade file).
Changed some labels and titles according to HIG. Fixed not properly
working population of spin button boxes (use gtk_spin_button_set_value
instead of set_text).
* src/crontabEditor.py: Changed template icon size to 48x48 (modified
glade file). Changed some labels and titles according to HIG.
* src/crontabEditorHelper.py: Changed title according to HIG.
* src/gnome-schedule.glade: Changed alignment, grouping and labels
according to HIG. Added accelerators and keybindings. Use of GtkDialog
instead of GtkWindow for all dialogs. Removed GNOMEUI stuff.
2005-04-07 Frank Arnold <frank@scirocco-5v-turbo.de>
* src/crontabEditor.py:
* src/atEditor.py: Minor cleanups of #166573 fix.
2005-04-01 Steve Murphy <murf@e-tools.com>
* configure.ac (ALL_LINGUAS): Added "rw" (Kinyarwanda)
2005-02-02 Alexander Shopov <ash@contact.bg>
* configure.ac (ALL_LINGUAS): Added "bg" (Bulgarian)
2005-01-19 Alessio Frusciante <algol@firenze.linux.it>
* configure.ac: Added "it" (Italian) to ALL_LINGUAS.
2005-01-13 Maxim Dziumanenko <mvd@mylinux.com.ua>
* configure.ac: added uk (Ukrainian) to ALL_LINGUAS
2005-01-10 Frank Arnold <frank@scirocco-5v-turbo.de>
* src/at.py: Move of hour/minute separator from glade file
* src/crontabEditor.py: Move of no output label from glade file
* src/crontabEditor.py: Marked strings for translation
* src/gnome-schedule.glade: Removed useless and not translatable strings, marked some as not translatable
* src/gnome-schedule.glade: Set main window as not modal, corrected two sentences
* src/mainWindow.py: Changed three strings, marked two strings for translation
2005-01-10 Žygimantas BeruÄka <uid0@akl.lt>
* configure.ac: Added Lithuanian (lt) to ALL_LINGUAS.
2005-01-09 Gaute Hope <eg@gaute.eu.org>
* src/*Window.py: Made the window that opens them the parent of them and places them in the center of the parent.
* src/mainWindow.py: Some unknown character seems to have slipped in, I rewrote line and it seems to work fine.
2005-01-07 Frank Arnold <frank@scirocco-5v-turbo.de>
* Note: committed by Philip Van Hoof <pvanhoof_NOSPAM@gnome.org>
* at.py: String fixes
* atEditor.py: Removed trailing space
* crontab.py: New checkfield function, changed string
* crontab.py: Fixed bug with user settings
* crontabEditor.py: Minor changes for new checkfield function
* crontabEditorHelper.py: Added some missing default values to populateLabels
* crontabEditorHelper.py: Replaced all occurences of self.ParentClass.schedule with self.ParentClass.scheduler
* crontabEditorHelper.py: Minor changes for new checkfield function
* gnome-schedule.glade: Removed trailing spaces and changed some strings
* lang.py: Eliminated ordinals, changed translator comments and some strings
* mainWindow.py: Removed trailing spaces
2005-01-04 Martin Willemoes Hansen <mwh@sysrq.dk>
* configure.ac: Added Danish (da) to ALL_LINGUAS.
2005-01-03 Kostas Papadimas <pkst@gmx.net>
* configure.ac: added Greek (el) to ALL_LINGUAS
2004-12-07 Amanpreet Singh Alam <amanpreetalam@yahoo.com>
* configure.ac: pa is added to ALL_LINGUAS
2004-12-01 Kristof Vansant <de_lupus@pandora.be>
* moved all gconf code to a seperate class (someone could easily replace it with a xml backend now)
* cleant a lot of code in mainWindow.py
* added a lot of TODO's in the code
2004-10-31 Frank Arnold <frank@scirocco-5v-turbo.de>
* Note: committed by Philip Van Hoof <pvanhoof_NOSPAM@gnome.org>
* at.py: Made "Defined" and "At " for treeview translatable
* configure.ac: Added "de" (German) to ALL_LINGUAS.
* crontab.py: Made "Frequency" for treeview translatable
* crontabEditor.py: Replaced string to find "\\\" with "\/" in regular
expression (simple slash for terms like "*/2")
* de.po: Updated German translation
* lang.py: Added German translation
* lang.py: Replaced function calls string() with str()
* lang.py: Changed "if ... language.find("us"):" to "if ...
"language.find("us") != -1:"
* lang.py: Commented out "if... return translate_crontab_easy_nl" -
function not exists
* lang.py: Replaced backslashes with slashes for terms like "*/2"
* lang.py: Corrected expressions for terms like "* 2 4 5 *" and "* 2 * *
5 " (missing "every minute")
* lang.py: Added all missing expressions to complete simple cases
* mainWindow.py: Made "Editing user: " for statusbar translatable
2004-09-28 Gaute Hope <eg@gaute.eu.org>
* autogen.sh: configure.in should be configure.ac
* configure.ac: changed to version 0.1.0
2004-09-15 Jordi Mallach <jordi@sindominio.net>
* configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
2004-09-11 Christophe Merlet <redfox@redfoxcenter.org>
* configure.ac: Added "fr" (French) to ALL_LINGUAS.
2004-08-01 Gaute Hope <eg@gaute.eu.org>
* configure.ac, dist/gentoo/gnome-schedule-0.1.0.ebuild.in: Changed version number to: 0.1.0, changed name of the ebuild
* atEditor.py: Fixed the bug where things get reset when they are supposed to be loaded from the treemodel. The template combobox events are disabled on loading of the form. So are the synchronising of between the time combo and the calendar. This shortens the use of __update_textboxes__ from 11 down to about 2 on a load.
2004-07-31 Gaute Hope <eg@gaute.eu.org>
* at.py: Fixed an error in the checkfield stuff for a day earlier than the one you are in now
* crontabEditor.py: The nooutput button is reset properly
* atEditor.py: The day + 1 stuff now works at the end of the month aswell, but it should be changed to work with stupid years with even more stupid februaryes.
2004-07-29 Gaute Hope <eg@gaute.eu.org>
* at.py: Changed chown into using the os.chown feature, also saving the uid and gid since it is needed
* config.py.in: Removed the chown stuff.
* configure.ac: Removed chown check
2004-07-23 Gaute Hope <eg@gaute.eu.org>
* at.py, config.py.in: Changed chmod into chown as it should have been from before. This makes it more secure.
2004-07-22 Gaute Hope <eg@gaute.eu.org>
* at.py, config.py.in: At editing in root now saves the file as the user that is selected. Two new binaries are needed: 'su' and 'chmod'. And changed some of the parsing of the script since it crashed when it was empty.
2004-07-20 Gaute Hope <eg@gaute.eu.org>
* crontabEditor.py: The save button is now not active if the entered text is equal to the no preset text
* atEditor.py: The save button is now not active if the entered text is equal to the no preset text
* crontab.py: Changed the format of the rewrite command, this is supported in both dcron and vixie-cron
2004-06-24 Philip Van Hoof <me_NOSPAM@freax.org>
* src/crontabEditorHelper.py: Little bugfix
* src/gnome-schedule.glade: Small UI changes
2004-07-18 Gaute Hope <eg@gaute.eu.org>
* Renamed template to preset
* gnome-schedule.glade: Switched crontab and at radiobuttons in the addwindow
2004-07-17 Gaute Hope <eg@gaute.eu.org>
* most of them.py: Removed debugging messages
* atEditor.py: Icons resized
* crontabEditor.py: Icons resized
2004-07-16 Gaute Hope <eg@gaute.eu.org>
* dist/gentoo: Created an ebuild for gentoo, ready for version 1.0_beta
* configure.ac: Changed the version to 1.0_beta, this should perhaps be changed
2004-07-15 Kristof Vansant <de_lupus@pandora.be>
* mainWindow.py: made code better readable + added comments + removed some not used code
* mainWindow.py: init for cleancolumn not needed anymore
* mainWindow.py: added statusbar showing the user (if your root)
* the rest: added import info,
* the rest: removed rhpl code completely
2004-07-15 Gaute Hope <eg@gaute.eu.org>
* atEditor.py: Templates update both calendar and comobox, they are now fully synchronised
* atEditor.py: Removed the option buttons, the nooutput button too
* atEditor.py: Added commands to templates aswell
* at.py: Support for alot more special time expressions like: next week, tomorrow, noon...
* at.py: Added commands to templates aswell
* at.py: Parsing of the script seems to work better now, using the last commands added by at
* at.py: Only reading the selected users at records if you are root
* mainWindow.py: A new record is now selected as it should when you delete one
2004-07-14 Gaute Hope <eg@gaute.eu.org>
* atEditor.py: Time validation, selects the accurate date in the calendar when editing
* at.py: Time validation
2004-07-12 Gaute Hope <eg@gaute.eu.org>
* Icons in at
* Templates in at
2004-07-11 Gaute Hope <eg@gaute.eu.org>
* Keyboard shortcuts(escape, enter, ctrl + enter, delete) in the treeview and the editors
* The reloading of tasks is only done on the required type of record
* Shows icons for crontab records
* Default icon for at
* Resizing icons aswell(done when read)
2004-07-10 Kristof Vansant <de_lupus@pandora.be>
* Note: merged by Philip Van Hoof <pvanhoof_NOSPAM@gnome.org>
* Makefile.am: Buildscript fixes
* configure.ac: Buildscript fixes
* gnome-schedule.desktop.in: Buildscript fixes
2004-07-09 Gaute Hope <eg@gaute.eu.org>
* Editing in at is now supported
* Titles in at is supported
* Icons is partially supported, need to get the path from somewhere.
2004-07-08 Gaute Hope <eg@gaute.eu.org>
* enabled the at editor
* atEditor.py: the calendar now works
* atEditor.py: the combobox works
2004-06-29 Gareth Owen <gowen72@yahoo.com>
* configure.ac: Added en_GB to ALL_LINGUAS
2004-06-29 Kristof Vansant <de_lupus_NOSPAM@pandora.be>
* src/*py: Replaced the rhpl dependency with the standard gettext
python package for translations
* README: Fixed some minor documentation problems
* Patch revised and merged by Philip Van Hoof <me_NOSPAM@freax.org>
2004-06-25 Adam Weinberger <adamw@gnome.org>
* src/lang.py: Correct the spelling of "forty" and "fifty"
2004-06-25 Adam Weinberger <adamw@gnome.org>
* configure.ac: Added en_CA to ALL_LINGUAS.
2004-06-24 Gaute Hope <eg@gaute.eu.org>
* at.py: implemented reading and deleting of jobs, and puts them in
the treeview
* mainWindow.py: changed the liststore model to work with at aswell
2004-06-24 Philip Van Hoof <me_NOSPAM@freax.org>
* src/at.py: Merging of the AT-SUPPORT-BRANCH
* src/atEditor.py: Merging of the AT-SUPPORT-BRANCH
* src/mainWindow.py: Merging of the AT-SUPPORT-BRANCH
* src/gnome-schedule.glade: Merging of the AT-SUPPORT-BRANCH
* src/config.py.in: Meging of the AT-SUPPORT-BRANCH
* gnome-schedule.desktop: Removed
* gnome-schedule.desktop.in: Added
* gnome-schedule.console: Removed
* system-config-schedule.console.in: Added
* gnome-schedule.spec: Removed
* gnome-schedule.spec.in: Added
* README: Rewrote this piece of documentation
* configure.ac: See above that have been added and removed
* configure.ac: Merging of the AT-SUPPORT-BRANCH
* Makefile.am: Added some files to the DISTCLEAN section
* .cvsignore: See above files that have been added and removed
* src/at.py: Finished/fixed some important aspects of the
at-support
2004-06-24 Duarte Loreto <happyguy_pt@hotmail.com>
* configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
2004-06-22 Philip Van Hoof <me_NOSPAM@freax.org>
* Template support (temporary gconf backend)
* Icon support: together with the title stored as metadata
at the crontab itself (* * * * * command[ # Title, icon_uri]])
* PyGTK >= 2.3 is now required (dependency)
* Less quirks for translators
2004-06-20 Gaute Hope <eg@gaute.eu.org>
* created the ateditor window
* reading and writing to at now works
2004-06-18 Philip Van Hoof <me_NOSPAM@freax.org>
* More support for crontab-to-human-readable, more cases
* Support for written numeric nth values
2004-06-18 Gustavo Maciel Dias Vieira <gustavo@sagui.org>
* configure.ac: Added pt_BR to ALL_LINGUAS.
2004-06-18 Philip Van Hoof <me_NOSPAM@freax.org>
* Fixed some stuff
* Prepared the application for the at support
2004-06-18 Gaute Hope <eg@gaute.eu.org>
* created the at-support-branch and changed the layout of the files
2004-06-18 Gaute Hope <eg@gaute.eu.org>
* Added support for reading 'at' records
* Added the editor files, but they are just copies of crontabEditor.py, just for debugging and making things look like they should
* Copyed src/config.py.in to config.py since i couldn't run it any other way. I suppose this is wrong and it is just temporary
2004-06-18 Gaute Hope <eg@gaute.eu.org>
* created the at-support-branch and changed the layout of the files
2004-06-18 Philip Van Hoof <me_NOSPAM@freax.org>
* configure.ac, autogen.sh, Makefile.am: Reconfiguration of the build
environment. This build environment used to be Fedora-only. From now
on this build environment needs to be suitable for any Unix platform
on which GNOME has been implemented. The status of this is unfinished
and yes, I can use some help with all this :).
* ChangeLog: Reflowed the ChangeLog.
* Further preparations, general build environment changes
* COPYING: Added the proper license file
2004-06-18 Christian Rose <menthos@menthos.com>
* configure.ac: Changed GETTEXT_PACKAGE from "atomix" to
"gnome-schedule". Also added "sv" to ALL_LINGUAS.
2004-06-18 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation added by Elros Cyriatan.
2004-06-18 Gustavo Maciel Dias Vieira <gustavo@sagui.org>
* pt_BR.po: Added Brazilian Portuguese translation done by Raphael
Higino <raphaelh@uai.com.br>.
2004-06-14 Philip Van Hoof <me_NOSPAM@freax.org>
* Parsing of the field to the addWindowHelp.py window
2004-06-13 Philip Van Hoof <me_NOSPAM@freax.org>
* Added translatable string stuff _("translate this") at various places
* addWindow.py: Regexp stuff to check if the values entered in the
advaced add form is correct. No '> /dev/null..' stuff in the
command entry (used a label). Redesign of the 'Setting' label.
The combobox 'Every' is now read-only
* addWindowHelp.py: if >1 is selected in the select every field is
written then change the label to 'dayS' or appropiate and
'Happends from' is changed to 'Happends from day' [ ] to [ ]
'happends all days' is 'happends every day'. Redesign of the
'Expression' label
2004-06-08 Philip Van Hoof <me_NOSPAM@freax.org>
* Implemented writing the crontab
* This means that, yes, the application is doing something usefull
from now on
2004-06-06 Philip Van Hoof <me_NOSPAM@freax.org>
* Recreated the project from scratch using Gaute's sourcecode
* Redesign of the GUI
* Uses popen to read the crontab (not a temporary file)
2004-06-06 Gaute Hope <eg_NOSPAM@gaute.eu.org>
* started the at support development.
* reading current jobs
* lists them in both simple and advanced mode
* new tab for the GUI
* possible to add and remove and view at jobs
* changed name to system scheduler.. doesn't like it though.
* now deletes temporary files
2004-06-04 Gaute Hope <eg_NOSPAM@gaute.eu.org>
* Removed most of the debugging messages i used before.
2004-06-03 Gaute Hope <eg_NOSPAM@gaute.eu.org>
* used the environment provided by Philip Van Hoof, modified the
makefile a bit(changed project directory) and the claen now
cleans the *~ files in the src/ dir aswell
* you may change to advanced mode at the settings menu, simple
is default
* created the simple model
* created the update function, and some simple parse function
* changed the name to Crontab manager
* created the simple add form
* added a viewport and a slide pane and hides the cronjob_edit frame
when simple mode is selected.
* made simple add work
* made simple remove work, should be sufficient for editing for now.
If you want to do that you should switch to advanced mode.
2004-06-01 Gaute Hope <eg_NOSPAM@gaute.eu.org>
* Fixed the user selecting with commandline argument, it now only
works if the UID = 0
* Bug: Made it work with other users than root :)
2004-05-31 Gaute Hope <eg_NOSPAM@gaute.eu.org>
* Added support for editing crontab for other users. It now checks for
the first arguement uses it for the username. Otherwise it users the
USER environment variable.
* Made it possible to just write out the crontab file without
installing it, so that it can be installed on another machine
(ie: a server without X)
* Fixed some version numbers.
* realized you had to be root to use the 'crontab -u' command, so now
it only works if you are modifying root's crontab.. i tend to fix it
to use the environment variable to check for user id or something.
2004-05-30 Gaute Hope <eg_NOSPAM@gaute.eu.org>
* Made it interfere with crontab using the crontab command to list
and write crontabs
* New add dialog with features for customizing the execution time
expressions
* About dialog
* Hints dialog for the add dialog
2004-05-28 Gaute Hope <eg_NOSPAM@gaute.eu.org>
* Created the main GUI.
* Created the add and remove functions
|