2007-04-07 02:59  atomo64

	* src/: gmailwalletmanager.cpp, kcheckgmailtray.cpp, main.cpp:
	  Minor changes

2007-04-07 02:57  atomo64

	* po/es.po, po/lt.po, po/tr.po, src/eventsrc,
	  src/kcheckgmail.desktop: Updated translations

2007-04-03 23:54  atomo64

	* po/kcheckgmail.pot: Minor changes

2007-03-31 22:01  atomo64

	* po/es.po: Updated

2007-03-31 20:40  atomo64

	* src/main.cpp: Replaced KApplication::addCmdLineOptions(); with
	  KUniqueApplication::addCmdLineOptions();

2007-03-31 20:39  atomo64

	* src/: kcheckgmailtray.cpp, prefs.kcfg: Minor text change

2007-03-31 20:38  atomo64

	* src/gmailparser.cpp: Commented the code

2007-03-31 20:38  atomo64

	* src/gmailparser.h: Disabled declaration of gGMailLanguageCode if
	  DETECT_GLANGUAGE isn't set

2007-03-31 20:37  atomo64

	* src/eventsrc: Changed gmail-session-changed's default
	  presentation to 0

2007-03-31 20:36  atomo64

	* po/sk.po: Added

2007-03-31 20:35  atomo64

	* Doxyfile, Makefile.in, aclocal.m4, configure, configure.in,
	  configure.in.in, doc/Makefile.in, doc/en/Makefile.in,
	  icons/Makefile.in, po/Makefile.in, po/kcheckgmail.pot,
	  src/Makefile.in: Updated

2007-03-31 20:29  atomo64

	* src/gmail.cpp: Fixed some issues

2007-03-30 23:36  atomo64

	* src/eventsrc: Added gmail-mail-snippet

2007-03-30 23:36  atomo64

	* src/: kcheckgmailtray.cpp, kcheckgmailtray.h: -Added snooze menu
	  option -Added welcome and legal information -Replaced
	  KNotifyClient::userEvent with KNotifyClient::event for mail
	  snippets -Cleaned up and re-arranged the code

2007-03-30 23:35  atomo64

	* src/: gmailparser.cpp, gmailparser.h: -Disabled language detector
	  (were the language identifiers changed?) -Added new gmail version
	  string -Cleaned up and re-arranged the code -Added 'Gaia Name'
	  parser

2007-03-30 23:32  atomo64

	* src/: gmail.cpp, gmail.h: -Cleaned up the code -Fixed GAP4D
	  support -Added a redirections detector (closes #1686500)

2007-03-30 23:29  atomo64

	* src/: kcheckgmailapp.cpp, kcheckgmailapp.h, kcheckgmailiface.h,
	  main.cpp: Better handling when kcheckgmail is already running

2007-03-30 23:27  atomo64

	* src/: netsettingswidget.ui, prefs.kcfg: Added snooze menu option

2007-03-24 02:30  atomo64

	* po/: es.po, pl.po: Updated Spanish and Polish translations

2007-03-24 02:28  atomo64

	* src/prefs.kcfg: Minor changes for future features

2007-03-24 02:26  atomo64

	* src/: gmail.cpp, gmail.h: - Completely removed the internal
	  cookie parser and manager - Replaced QString::sprintf() usage
	  with QString::arg() - Disabled GAP4D support until the
	  authentication process is fixed - A check is now performed to
	  detect whether a gmail session exists or not - Cleaned up the
	  code - GMail::slotCheckResult(KIO::Job *job) now identifies if
	  the user was logged out externally - GMail::logOut() now has
	  GAP4D support - Added functions to communicate with kcookiejar -
	  Added check to make sure the gmail session is the same (not from
	  an other email address)

2007-03-24 02:17  atomo64

	* src/: gmailparser.cpp, gmailparser.h: - Now it only emits
	  mailArrived(int) once per check - Added Gaia Name parser and
	  gNameChanged() signal - Finally fixed the entities problem by
	  stripping tags and replacing entities - Added
	  GMailParser::getNewCount(bool realCount) which allows to retrieve
	  the real unread messages count

2007-03-24 02:12  atomo64

	* src/gmailwalletmanager.cpp: GMailWalletManager::storeWallet() now
	  correctly emits setWalletPassword(bool)

2007-03-24 02:11  atomo64

	* src/gmail_constants.h: Added D_FOOTER_TIP and D_WEB_CLIP

2007-03-24 02:10  atomo64

	* src/eventsrc: Added gmail-session-changed

2007-03-24 02:09  atomo64

	* src/: kcheckgmailtray.cpp, kcheckgmailtray.h: - Added QToolTip
	  which displays the account owner name - Email snippets are now
	  displayed by using KNotifyClient - Cleaned up code of
	  updateThreadMenu() and moved some code to the right place - The
	  systray icon now reflects the total email messages count - Added
	  support for GAP4D when opening links

2007-03-24 02:05  atomo64

	* src/main.cpp: Added legal information

2007-03-24 02:03  atomo64

	* AUTHORS: Added myself

2007-03-22 21:23  atomo64

	* po/kcheckgmail.pot: Updated

2007-03-19 19:06  atomo64

	* src/kcheckgmailtray.cpp: - Added plurals support - Connected a
	  signal to the logout slot of gmail.cpp

2007-03-19 19:04  atomo64

	* src/: gmail.cpp, gmail.h: - Added (now partial) Google
	  Applications for Domains support - Now kcookiejar is used instead
	  of the internal cookies parser - Updated code to work with the
	  new authentication system

2007-02-19 14:34  atomo64

	* po/kcheckgmail.pot: Updated to reflect changes in gmailparser.cpp

2007-02-19 14:33  atomo64

	* po/pl.po: Fixed charset problem

2007-02-19 14:33  atomo64

	* po/et.po, po/Makefile.in, po/lt.po, src/eventsrc, src/main.cpp:
	  Added Estonian and Lithuanian translations

2007-02-07 21:56  atomo64

	* src/: kcheckgmailtray.cpp, kcheckgmailtray.h: Started to modify
	  the code for Google Applications for Domains support

2007-02-07 21:49  atomo64

	* src/gmailparser.h: Fixed error caused by QMemArray

2007-02-05 21:05  atomo64

	* src/gmailparser.h: New version parser (includes: GMail language
	  detection) changes

2007-02-05 21:04  atomo64

	* src/gmailparser.cpp: -Finished labels parser -Improved version
	  parser (includes: GMail language detection) -"No snippets" is now
	  supported (closing #1348975)

2007-02-04 15:55  atomo64

	* src/eventsrc: Added spanish messages

2007-02-01 21:46  atomo64

	* src/kcheckgmailtray.cpp: Fixed bug ubuntu bug report #37890

2007-02-01 21:45  atomo64

	* po/kcheckgmail.pot: Updated

2007-02-01 20:02  atomo64

	* admin/cvs.sh: Added a second attempt to find kde.pot in
	  include/kde/

2007-01-31 00:48  atomo64

	* src/gmailparser.h: Changed some values to work with the new
	  parseDefaultSummary

2007-01-31 00:47  atomo64

	* src/gmailparser.cpp: -Changed some kdDebug to kdWarning -Convert
	  retrieved data from utf8 to fix encoding problems
	  -parseDefaultSummary rewritten to work with latest version of
	  gmail

2007-01-31 00:32  atomo64

	* src/gmail.cpp: -Changed gmail.google.com/gmail to new address
	  -Modified gMailPostLoginURLFormat to prevent segfault (thanks
	  Luke Campagnola for report) -modified gGMailCheckURL so now it
	  searches only for unread emails

2007-01-31 00:27  atomo64

	* src/gmail_constants.h: added D_COMPOSE_FROM_ADDRESS

2007-01-31 00:25  atomo64

	* src/kcheckgmailtray.cpp: -Added "Compose Mail" menu option
	  -Changed gmail.google.com/gmail to new address -Fixed regex that
	  removes the span HTML tag

2007-01-31 00:23  atomo64

	* src/kcheckgmailtray.h: Added "Compose Mail" menu option

2007-01-30 19:08  atomo64

	* src/loginsettingswidget.ui: Marking the wallet checkbox by
	  default

2007-01-30 18:57  atomo64

	* src/main.cpp: Added myself to the authors list (as maintainer),
	  and added information about the Turkish, Hungarian and Swedish
	  translations authors

2007-01-30 18:50  atomo64

	* src/netsettingswidget.ui: Marking https usage when retrieving
	  mail by default

2007-01-30 18:37  atomo64

	* po/: Makefile.in, hu.po, sv.po, tr.po: Added Turkish, Hungarian
	  and Swedish translations

2007-01-30 16:44  atomo64

	* kcheckgmail.kdevelop: Added --disable-debug for default builds

2007-01-30 15:17  atomo64

	* po/de.po: Updated with http://bugs.debian.org/314009

2005-12-18 06:05  pef83

	* ChangeLog, po/ko.po: added korean translation

2005-12-17 06:03  pef83

	* ChangeLog, src/gmailparser.h: updated GMail' version.

2005-12-17 05:38  pef83

	* ChangeLog: updated changelog

2005-12-17 05:37  pef83

	* src/kcheckgmail.desktop: now unix formatted, added french comment

2005-12-17 05:09  pef83

	* ChangeLog: updated changelog

2005-12-17 05:03  pef83

	* src/: gmailparser.cpp, gmailparser.h: regexp parser code update:
	  now works when GMail's language is set to something different
	  than English(US)

2005-11-04 12:59  pef83

	* AUTHORS: added myself ;)

2005-11-04 07:13  pef83

	* src/loginsettingswidget.ui: corrected tab order
	  (username->password->useWallet

2005-11-04 06:04  pef83

	* ChangeLog: updated changelog.

2005-11-04 05:55  pef83

	* src/: gmailparser.cpp, gmailparser.h: fixed not reported old/news
	  mails problem

2005-11-04 05:52  pef83

	* src/: gmail.cpp, gmail.h: fixed authentication problem

2005-08-17 09:34  petrol_pumper

	* ChangeLog: updated ChangeLog

2005-08-17 09:31  petrol_pumper

	* configure, configure.in, configure.in.in: updated version

2005-08-17 08:53  petrol_pumper

	* src/gmailparser.h: change of version

2005-08-17 08:50  petrol_pumper

	* src/gmailparser.cpp: fixed thread regex bug

2005-03-03 09:24  petrol_pumper

	* Makefile.in, configure, configure.in, configure.in.in,
	  doc/Makefile.in, doc/en/Makefile.in, icons/Makefile.in,
	  src/Makefile.am, src/Makefile.in, src/kcheckgmailiface.h,
	  src/kcheckgmailtray.cpp, src/kcheckgmailtray.h: added dcop hack,
	  updated version to 0.6

2005-03-03 09:23  petrol_pumper

	* po/: Makefile.in, pl.po: another polish update. try this one..

2005-01-26 17:09  petrol_pumper

	* po/pl.po: updated polish translation

2005-01-25 05:44  petrol_pumper

	* Makefile.cvs, Makefile.in, acinclude.m4, config.h.in, configure,
	  configure.in, admin/Doxyfile.global, admin/Makefile.common,
	  admin/acinclude.m4.in, admin/am_edit, admin/conf.change.pl,
	  admin/config.guess, admin/config.sub, admin/configure.in.bot.end,
	  admin/cvs.sh, admin/debianrules, admin/detect-autoconf.sh,
	  admin/libtool.m4.in, admin/ltmain.sh, doc/Makefile.in,
	  doc/en/Makefile.in, icons/Makefile.in, po/Makefile.in,
	  src/Makefile.in: updated admin directory to HEAD from kde-common

2005-01-25 05:20  petrol_pumper

	* Makefile.in, aclocal.m4, configure, configure.in,
	  configure.in.in, doc/Makefile.in, doc/en/Makefile.in,
	  icons/Makefile.in, po/Makefile.in, src/Makefile.in: changed
	  version and rebuilt autoconf files

2005-01-25 05:16  petrol_pumper

	* po/pl.po, src/main.cpp: added polish translation

2005-01-24 22:54  petrol_pumper

	* ChangeLog: updated changelog

2005-01-24 22:51  petrol_pumper

	* src/gmail.cpp: cookie is passed out using a different name

2005-01-24 22:50  petrol_pumper

	* src/kcheckgmailtray.cpp: changed message view params

2004-12-12 20:54  petrol_pumper

	* ChangeLog, INSTALL, Makefile.in, aclocal.m4, configure,
	  configure.in, configure.in.in, admin/cvs.sh, doc/Makefile.in,
	  doc/en/Makefile.in, icons/Makefile.in, po/Makefile.in,
	  src/Makefile.in: updated version and autoconf files

2004-12-12 20:28  petrol_pumper

	* src/gmailparser.cpp: fixed parsing error, updated debugging
	  output

2004-11-17 19:04  petrol_pumper

	* po/kcheckgmail.pot: updated main .pot

2004-11-17 19:02  petrol_pumper

	* po/ru.po: updated russian translation

2004-11-17 17:23  petrol_pumper

	* ChangeLog: updated

2004-11-17 17:13  petrol_pumper

	* src/eventsrc: translation fix

2004-11-17 17:10  petrol_pumper

	* src/: gmailparser.cpp, gmailparser.h: a threads msgid should be
	  unique across chunks!

2004-11-16 20:08  petrol_pumper

	* ChangeLog, Makefile.in, doc/Makefile.in, doc/en/Makefile.in,
	  icons/Makefile.in, po/Makefile.in, src/Makefile.in: updated
	  ChangeLog and Makefile.in (for translation)

2004-11-16 20:00  petrol_pumper

	* src/main.cpp: updated credits list

2004-11-16 19:56  petrol_pumper

	* po/fr.po: french translation

2004-11-16 19:54  petrol_pumper

	* po/: it.po, it_IT.po, ru.po: updated italian translation

2004-11-16 19:53  petrol_pumper

	* po/de.po: german translation updates

2004-11-16 19:51  petrol_pumper

	* src/kcheckgmailtray.cpp: make sure to use https settings when
	  reading mail as well

2004-11-16 19:43  petrol_pumper

	* src/: gmail.cpp, netsettingswidget.ui, prefs.kcfg: added option
	  to use https connections for checking

2004-11-16 19:31  petrol_pumper

	* Makefile.in, aclocal.m4, configure, configure.in,
	  configure.in.in, doc/Makefile.in, doc/en/Makefile.in,
	  icons/Makefile.in, po/Makefile.in, src/Makefile.in: updated
	  version number

2004-11-06 20:49  petrol_pumper

	* src/gmailparser.h: updated version number

2004-11-06 20:22  petrol_pumper

	* ChangeLog: updated Changelog

2004-11-06 20:21  petrol_pumper

	* cvs2cl.pl: changelog generation script

2004-11-06 20:13  petrol_pumper

	* Makefile.in, configure, configure.in, configure.in.in,
	  doc/Makefile.in, doc/en/Makefile.in, icons/Makefile.in,
	  po/Makefile.in, src/Makefile.am, src/Makefile.in: updated build
	  stuff

2004-11-06 20:11  petrol_pumper

	* src/: kcheckgmailtray.cpp, kcheckgmailtray.h: removed mPixLight

2004-10-29 00:18  petrol_pumper

	* src/: gmailparser.cpp, gmailparser.h: do checking for new
	  messages outside of parseThread()

2004-10-02 20:39  petrol_pumper

	* src/: kcheckgmailtray.cpp, kcheckgmailtray.h: use KIconEffects
	  for showing status rather than separate pixmaps

2004-10-02 20:22  petrol_pumper

	* icons/: cr16-app-kcheckgmailauth.png,
	  cr16-app-kcheckgmaillight.png: use KIconEffects rather than these

2004-10-02 18:10  petrol_pumper

	* src/main.cpp: added credit for german translation

2004-10-02 16:46  petrol_pumper

	* po/: de.po, es.po, it.po: updated translations

2004-10-01 22:21  petrol_pumper

	* src/Makefile.in: Makefile.in was regenerated

2004-10-01 22:04  petrol_pumper

	* src/main.cpp: added italian translator to authors, get version
	  from config.h

2004-10-01 22:03  petrol_pumper

	* src/gmailwalletmanager.cpp: oops, forgot brace around if
	  statement!

2004-10-01 22:02  petrol_pumper

	* src/: gmail.cpp, gmailwalletmanager.h: removed "busy" check, not
	  used

2004-10-01 22:02  petrol_pumper

	* admin/cvs.sh: updated cvs.sh script

2004-10-01 22:02  petrol_pumper

	* configure.in.in: updated version

2004-10-01 22:01  petrol_pumper

	* AUTHORS: updated AUTHORS

2004-10-01 21:58  petrol_pumper

	* po/kcheckgmail.pot: updated .pot file

2004-10-01 21:37  petrol_pumper

	* po/: it.po, it_IT.po, kcheckgmail.pot: italian translation file
	  has proper name

2004-10-01 14:29  petrol_pumper

	* src/kcheckgmailtray.cpp: option in version alert to ignore dialog

2004-10-01 14:29  petrol_pumper

	* src/: gmailparser.cpp, gmailparser.h: destroy and rebuild thread
	  menu each parse.

2004-09-26 05:27  petrol_pumper

	* po/it.po, src/eventsrc, src/kcheckgmail.desktop: added italian
	  translation

2004-09-26 05:24  petrol_pumper

	* ChangeLog, TODO: modified TODO, changelog

2004-09-26 05:21  petrol_pumper

	* src/: kcheckgmailtray.cpp, kcheckgmailtray.h: wallet support,
	  open config dialog if no username present

2004-09-26 05:20  petrol_pumper

	* src/: Makefile.am, gmail.cpp, gmailwalletmanager.cpp,
	  gmailwalletmanager.h, loginsettingswidget.ui, prefs.kcfg,
	  gmail.h: wallet support

2004-09-13 01:40  petrol_pumper

	* src/gmail.cpp: #include time.h

2004-09-12 05:05  petrol_pumper

	* src/: appletsettingswidget.ui, gmailparser.h,
	  kcheckgmailtray.cpp, prefs.kcfg: optionally display a warning if
	  gmail version changes

2004-09-12 02:41  petrol_pumper

	* src/: gmail.cpp, gmail_constants.h, gmailparser.cpp,
	  kcheckgmailtray.cpp, kcheckgmailtray.h: show sender and subject
	  in threads menu

2004-08-26 16:48  petrol_pumper

	* Makefile.in, acinclude.m4, aclocal.m4, config.h.in, configure,
	  configure.files, configure.in, stamp-h.in, doc/Makefile.in,
	  doc/en/Makefile.in, icons/Makefile.in, po/Makefile.in,
	  src/Makefile.in: adding automake/autoconf generated files.

2004-08-26 14:59  petrol_pumper

	* ChangeLog, TODO, src/Makefile.am, src/eventsrc, src/gmail.cpp,
	  src/gmail.h, src/gmailparser.cpp, src/gmailparser.h,
	  src/kcheckgmailtray.cpp, src/kcheckgmailtray.h: parser

2004-08-26 14:05  petrol_pumper

	* doc/en/index.docbook: removed documentation

2004-08-22 20:31  petrol_pumper

	* src/: appletsettingswidget.ui, loginsettingswidget.ui: fudge qt
	  version as 3.2

2004-08-22 19:58  petrol_pumper

	* src/eventsrc: updated portugese translation

2004-08-21 21:56  petrol_pumper

	* src/gmail.cpp: Dont dereference mLoginToken list in debug

2004-08-21 08:27  petrol_pumper

	* INSTALL: updated instructions

2004-08-21 08:18  petrol_pumper

	* AUTHORS, ChangeLog, src/main.cpp: updated changelog, AUTHORS and
	  credits

2004-08-21 08:10  petrol_pumper

	* src/: gmail.cpp, gmail.h: gmail login now works

2004-08-21 08:06  petrol_pumper

	* TODO: updated

2004-08-12 12:39  petrol_pumper

	* po/: kcheckgmail.pot, pt_BR.po: brazillian translation

2004-08-12 11:06  petrol_pumper

	* README: more instructions

2004-08-12 10:19  petrol_pumper

	* AUTHORS, COPYING, ChangeLog, Doxyfile, INSTALL, Makefile.am,
	  Makefile.cvs, NEWS, README, TODO, configure.in.in,
	  kcheckgmail.kdevelop, subdirs, admin/ChangeLog,
	  admin/Doxyfile.am, admin/Doxyfile.global, admin/Makefile.common,
	  admin/acinclude.m4.in, admin/am_edit, admin/bcheck.pl,
	  admin/compile, admin/conf.change.pl, admin/config.guess,
	  admin/config.pl, admin/config.sub, admin/configure.in.bot.end,
	  admin/configure.in.min, admin/cvs-clean.pl, admin/cvs.sh,
	  admin/debianrules, admin/depcomp, admin/detect-autoconf.sh,
	  admin/install-sh, admin/libtool.m4.in, admin/ltmain.sh,
	  admin/missing, admin/mkinstalldirs, admin/nmcheck, admin/ylwrap,
	  doc/Makefile.am, doc/en/Makefile.am, doc/en/index.docbook,
	  icons/Makefile.am, icons/cr128-app-kcheckgmail.png,
	  icons/cr16-app-kcheckgmail.png,
	  icons/cr16-app-kcheckgmailauth.png,
	  icons/cr16-app-kcheckgmaillight.png,
	  icons/cr22-app-kcheckgmail.png, icons/cr32-app-kcheckgmail.png,
	  icons/cr48-app-kcheckgmail.png, icons/cr64-app-kcheckgmail.png,
	  icons/svg/convert-all.sh, icons/svg/kcheckgmail.svg,
	  icons/svg/kcheckgmailauth.svg, icons/svg/kcheckgmaillight.svg,
	  po/Makefile.am, src/Makefile.am, src/appletsettingswidget.ui,
	  src/eventsrc, src/gmail.cpp, src/gmail.h,
	  src/kcheckgmail.desktop, src/kcheckgmail.lsm,
	  src/kcheckgmailapp.cpp, src/kcheckgmailapp.h,
	  src/kcheckgmailtray.cpp, src/kcheckgmailtray.h,
	  src/loginsettingswidget.ui, src/main.cpp,
	  src/netsettingswidget.ui, src/prefs.kcfg, src/prefs.kcfgc,
	  templates/cpp, templates/h: Initial revision

2004-08-12 10:19  petrol_pumper

	* AUTHORS, COPYING, ChangeLog, Doxyfile, INSTALL, Makefile.am,
	  Makefile.cvs, NEWS, README, TODO, configure.in.in,
	  kcheckgmail.kdevelop, subdirs, admin/ChangeLog,
	  admin/Doxyfile.am, admin/Doxyfile.global, admin/Makefile.common,
	  admin/acinclude.m4.in, admin/am_edit, admin/bcheck.pl,
	  admin/compile, admin/conf.change.pl, admin/config.guess,
	  admin/config.pl, admin/config.sub, admin/configure.in.bot.end,
	  admin/configure.in.min, admin/cvs-clean.pl, admin/cvs.sh,
	  admin/debianrules, admin/depcomp, admin/detect-autoconf.sh,
	  admin/install-sh, admin/libtool.m4.in, admin/ltmain.sh,
	  admin/missing, admin/mkinstalldirs, admin/nmcheck, admin/ylwrap,
	  doc/Makefile.am, doc/en/Makefile.am, doc/en/index.docbook,
	  icons/Makefile.am, icons/cr128-app-kcheckgmail.png,
	  icons/cr16-app-kcheckgmail.png,
	  icons/cr16-app-kcheckgmailauth.png,
	  icons/cr16-app-kcheckgmaillight.png,
	  icons/cr22-app-kcheckgmail.png, icons/cr32-app-kcheckgmail.png,
	  icons/cr48-app-kcheckgmail.png, icons/cr64-app-kcheckgmail.png,
	  icons/svg/convert-all.sh, icons/svg/kcheckgmail.svg,
	  icons/svg/kcheckgmailauth.svg, icons/svg/kcheckgmaillight.svg,
	  po/Makefile.am, src/Makefile.am, src/appletsettingswidget.ui,
	  src/eventsrc, src/gmail.cpp, src/gmail.h,
	  src/kcheckgmail.desktop, src/kcheckgmail.lsm,
	  src/kcheckgmailapp.cpp, src/kcheckgmailapp.h,
	  src/kcheckgmailtray.cpp, src/kcheckgmailtray.h,
	  src/loginsettingswidget.ui, src/main.cpp,
	  src/netsettingswidget.ui, src/prefs.kcfg, src/prefs.kcfgc,
	  templates/cpp, templates/h: importing

