2010-05-15 10:43  pasnox

	* [r3723] ChangeLog:
	  
	  Update the change log.

2010-05-15 10:30  pasnox

	* [r3722] fresh/objects/TranslationManager.cpp, monkey/monkey.pro,
	  monkey/sdk/UITranslator.h,
	  monkey/src/commandlinemanager/CommandLineManager.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/maininterface/ui/UITranslator.h,
	  monkey/src/maininterface/ui/UITranslator.ui:
	  
	  Fix relative translations path loading bug in TranslationManager
	  class.
	  Remove old translation dialog code.
	  Update some code.

2010-05-13 16:11  pasnox

	* [r3720] fresh/objects/pVersion.cpp:
	  
	  Fix a bug that was causing version 1.8.4.0 to be inferior to
	  1.8.4.0xx.

2010-05-13 15:11  pasnox

	* [r3719] build.pro, config.pri,
	  plugins/base/SearchAndReplace/SearchAndReplace.pro,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchAndReplaceSettings.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplaceSettings.h,
	  plugins/base/SearchAndReplace/src/SearchAndReplaceSettings.ui,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Add settings widget for SearchAndReplace plugin.
	  Thisallow to customize how is managed selected text when
	  triggering a search & replace action like search, replace ...
	  Some code update to handle that.
	  This fix launchpad issue #539447
	  Update default project qt version, and update application version
	  to 1.8.4.0

2010-05-12 21:58  pasnox

	* [r3717] monkey/src/qscintillamanager/pEditor.cpp:
	  
	  Fix a bug that cause bad search/highlight/replace in document
	  when document contains non ascii characters, Fixing launchpad bug
	  #579147

2010-05-12 12:47  pasnox

	* [r3716] fresh/objects/TranslationManager.cpp,
	  fresh/objects/TranslationManager.h,
	  fresh/widgets/TranslationDialog.cpp,
	  fresh/widgets/TranslationDialog.ui,
	  monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Add support for list a paths for system and application
	  translations paths in TranslationManager class.
	  Update related code due to previous changes.

2010-05-11 22:42  pasnox

	* [r3715] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Enable fake C locale.

2010-05-11 22:38  pasnox

	* [r3714] fresh/objects/TranslationManager.cpp,
	  fresh/objects/TranslationManager.h,
	  fresh/widgets/TranslationDialog.cpp:
	  
	  Add a work around for invalid qt translation 'qt_iw.ts/qm' which
	  should be 'qt_he.ts/qm' (Fixed in Qt 4.6.3 & Up) that cause
	  hebrew to be load for english & c locales.
	  Add support for fake c locale for application that are natively
	  translated in english.
	  C locale is now printed english/united states in the translations
	  dialog.

2010-05-11 20:48  pasnox

	* [r3712] fresh/objects/pStylesActionGroup.cpp:
	  
	  Fix critical launchpad bug #578805

2010-05-11 17:59  pasnox

	* [r3711] plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QtVersionManager.cpp,
	  plugins/xup/QMake/src/QtVersionManager.h:
	  
	  Fix a bug that cause multiple insertion of same Qt version when
	  editing a system qt version.
	  Fix a bug that cause project name to be append to the qmake tool
	  twice.

2010-05-08 13:48  pasnox

	* [r3708] config.pri:
	  
	  Fix a windows build error.

2010-05-08 08:10  pasnox

	* [r3707] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui:
	  
	  Fix launchpad whish #532459

2010-05-07 12:40  pasnox

	* [r3703] fresh/objects/pStylesActionGroup.cpp:
	  
	  Fix possible crash in pStylesActionGroup::systemStyle().
	  Add support for pStylesActionGroup::applicationStyle() and
	  pStylesActionGroup::applicationAction().

2010-05-07 12:39  pasnox

	* [r3702] fresh/objects/pStylesActionGroup.cpp,
	  fresh/objects/pStylesActionGroup.h,
	  fresh/widgets/pStylesToolButton.cpp,
	  fresh/widgets/pStylesToolButton.h:
	  
	  Fix possible crash in pStylesActionGroup::systemStyle().
	  Add support for pStylesActionGroup::applicationStyle() and
	  pStylesActionGroup::applicationAction().

2010-05-07 07:11  pasnox

	* [r3699] monkey/monkey.pro, plugins/plugins.pri:
	  
	  Fix special mkspec undefined symbol when using specific g++ on
	  mac & linux.

2010-05-06 18:24  pasnox

	* [r3697] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h:
	  
	  Fix a bug that does not restore previous qscintilla lexers styles
	  properties when changing styles properties in the preference
	  dialog, then cancelling the dialog.
	  Add support for default document font in preference dialog it's
	  used by document with no lexer.
	  Add support for first time run default lexer styles properties (
	  font family and font point size ): Default font is a monospaced
	  one.
	  Add a new button in the lexer styles editor that allow to update
	  all lexers's styles font family and font point size, without
	  changing font styles ( bold, italic etc ).

2010-05-05 23:17  pasnox

	* [r3696] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/settingsmanager/Settings.cpp:
	  
	  Add support for default document font.
	  This font is used for document with no lexer.
	  C++ Lexer is initialized with this font too.
	  More lexers may be initialized with the default font by user
	  request.

2010-05-03 19:40  pasnox

	* [r3692] monkey/src/pluginsmanager/BasePlugin.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/FileBrowser/src/FileBrowserSettings.cpp,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MkSShell/src/MkSShell.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h,
	  plugins/base/Tools/src/Tools.cpp,
	  plugins/base/Tools/src/ToolsManager.cpp,
	  plugins/base/UpdateChecker/src/UpdateChecker.cpp:
	  
	  Fix build error due to some include changes.

2010-05-03 19:14  pasnox

	* [r3691] fresh/fresh.pro, fresh/objects/TranslationManager.cpp,
	  fresh/objects/TranslationManager.h, fresh/resources,
	  fresh/resources/country-flags,
	  fresh/resources/country-flags/ad.png,
	  fresh/resources/country-flags/ae.png,
	  fresh/resources/country-flags/af.png,
	  fresh/resources/country-flags/ag.png,
	  fresh/resources/country-flags/ai.png,
	  fresh/resources/country-flags/al.png,
	  fresh/resources/country-flags/am.png,
	  fresh/resources/country-flags/an.png,
	  fresh/resources/country-flags/ao.png,
	  fresh/resources/country-flags/ar.png,
	  fresh/resources/country-flags/as.png,
	  fresh/resources/country-flags/at.png,
	  fresh/resources/country-flags/au.png,
	  fresh/resources/country-flags/aw.png,
	  fresh/resources/country-flags/ax.png,
	  fresh/resources/country-flags/az.png,
	  fresh/resources/country-flags/ba.png,
	  fresh/resources/country-flags/bb.png,
	  fresh/resources/country-flags/bd.png,
	  fresh/resources/country-flags/be.png,
	  fresh/resources/country-flags/bf.png,
	  fresh/resources/country-flags/bg.png,
	  fresh/resources/country-flags/bh.png,
	  fresh/resources/country-flags/bi.png,
	  fresh/resources/country-flags/bj.png,
	  fresh/resources/country-flags/bm.png,
	  fresh/resources/country-flags/bn.png,
	  fresh/resources/country-flags/bo.png,
	  fresh/resources/country-flags/br.png,
	  fresh/resources/country-flags/bs.png,
	  fresh/resources/country-flags/bt.png,
	  fresh/resources/country-flags/bv.png,
	  fresh/resources/country-flags/bw.png,
	  fresh/resources/country-flags/by.png,
	  fresh/resources/country-flags/bz.png,
	  fresh/resources/country-flags/ca.png,
	  fresh/resources/country-flags/catalonia.png,
	  fresh/resources/country-flags/cc.png,
	  fresh/resources/country-flags/cd.png,
	  fresh/resources/country-flags/cf.png,
	  fresh/resources/country-flags/cg.png,
	  fresh/resources/country-flags/ch.png,
	  fresh/resources/country-flags/ci.png,
	  fresh/resources/country-flags/ck.png,
	  fresh/resources/country-flags/cl.png,
	  fresh/resources/country-flags/cm.png,
	  fresh/resources/country-flags/cn.png,
	  fresh/resources/country-flags/co.png,
	  fresh/resources/country-flags/cr.png,
	  fresh/resources/country-flags/cs.png,
	  fresh/resources/country-flags/cu.png,
	  fresh/resources/country-flags/cv.png,
	  fresh/resources/country-flags/cx.png,
	  fresh/resources/country-flags/cy.png,
	  fresh/resources/country-flags/cz.png,
	  fresh/resources/country-flags/de.png,
	  fresh/resources/country-flags/dj.png,
	  fresh/resources/country-flags/dk.png,
	  fresh/resources/country-flags/dm.png,
	  fresh/resources/country-flags/do.png,
	  fresh/resources/country-flags/dz.png,
	  fresh/resources/country-flags/ec.png,
	  fresh/resources/country-flags/ee.png,
	  fresh/resources/country-flags/eg.png,
	  fresh/resources/country-flags/eh.png,
	  fresh/resources/country-flags/england.png,
	  fresh/resources/country-flags/er.png,
	  fresh/resources/country-flags/es.png,
	  fresh/resources/country-flags/et.png,
	  fresh/resources/country-flags/europeanunion.png,
	  fresh/resources/country-flags/fam.png,
	  fresh/resources/country-flags/fi.png,
	  fresh/resources/country-flags/fj.png,
	  fresh/resources/country-flags/fk.png,
	  fresh/resources/country-flags/fm.png,
	  fresh/resources/country-flags/fo.png,
	  fresh/resources/country-flags/fr.png,
	  fresh/resources/country-flags/ga.png,
	  fresh/resources/country-flags/gb.png,
	  fresh/resources/country-flags/gd.png,
	  fresh/resources/country-flags/ge.png,
	  fresh/resources/country-flags/gf.png,
	  fresh/resources/country-flags/gh.png,
	  fresh/resources/country-flags/gi.png,
	  fresh/resources/country-flags/gl.png,
	  fresh/resources/country-flags/gm.png,
	  fresh/resources/country-flags/gn.png,
	  fresh/resources/country-flags/gp.png,
	  fresh/resources/country-flags/gq.png,
	  fresh/resources/country-flags/gr.png,
	  fresh/resources/country-flags/gs.png,
	  fresh/resources/country-flags/gt.png,
	  fresh/resources/country-flags/gu.png,
	  fresh/resources/country-flags/gw.png,
	  fresh/resources/country-flags/gy.png,
	  fresh/resources/country-flags/hk.png,
	  fresh/resources/country-flags/hm.png,
	  fresh/resources/country-flags/hn.png,
	  fresh/resources/country-flags/hr.png,
	  fresh/resources/country-flags/ht.png,
	  fresh/resources/country-flags/hu.png,
	  fresh/resources/country-flags/id.png,
	  fresh/resources/country-flags/ie.png,
	  fresh/resources/country-flags/il.png,
	  fresh/resources/country-flags/in.png,
	  fresh/resources/country-flags/io.png,
	  fresh/resources/country-flags/iq.png,
	  fresh/resources/country-flags/ir.png,
	  fresh/resources/country-flags/is.png,
	  fresh/resources/country-flags/it.png,
	  fresh/resources/country-flags/jm.png,
	  fresh/resources/country-flags/jo.png,
	  fresh/resources/country-flags/jp.png,
	  fresh/resources/country-flags/ke.png,
	  fresh/resources/country-flags/kg.png,
	  fresh/resources/country-flags/kh.png,
	  fresh/resources/country-flags/ki.png,
	  fresh/resources/country-flags/km.png,
	  fresh/resources/country-flags/kn.png,
	  fresh/resources/country-flags/kp.png,
	  fresh/resources/country-flags/kr.png,
	  fresh/resources/country-flags/kw.png,
	  fresh/resources/country-flags/ky.png,
	  fresh/resources/country-flags/kz.png,
	  fresh/resources/country-flags/la.png,
	  fresh/resources/country-flags/lb.png,
	  fresh/resources/country-flags/lc.png,
	  fresh/resources/country-flags/li.png,
	  fresh/resources/country-flags/lk.png,
	  fresh/resources/country-flags/lr.png,
	  fresh/resources/country-flags/ls.png,
	  fresh/resources/country-flags/lt.png,
	  fresh/resources/country-flags/lu.png,
	  fresh/resources/country-flags/lv.png,
	  fresh/resources/country-flags/ly.png,
	  fresh/resources/country-flags/ma.png,
	  fresh/resources/country-flags/mc.png,
	  fresh/resources/country-flags/md.png,
	  fresh/resources/country-flags/me.png,
	  fresh/resources/country-flags/mg.png,
	  fresh/resources/country-flags/mh.png,
	  fresh/resources/country-flags/mk.png,
	  fresh/resources/country-flags/ml.png,
	  fresh/resources/country-flags/mm.png,
	  fresh/resources/country-flags/mn.png,
	  fresh/resources/country-flags/mo.png,
	  fresh/resources/country-flags/mp.png,
	  fresh/resources/country-flags/mq.png,
	  fresh/resources/country-flags/mr.png,
	  fresh/resources/country-flags/ms.png,
	  fresh/resources/country-flags/mt.png,
	  fresh/resources/country-flags/mu.png,
	  fresh/resources/country-flags/mv.png,
	  fresh/resources/country-flags/mw.png,
	  fresh/resources/country-flags/mx.png,
	  fresh/resources/country-flags/my.png,
	  fresh/resources/country-flags/mz.png,
	  fresh/resources/country-flags/na.png,
	  fresh/resources/country-flags/nc.png,
	  fresh/resources/country-flags/ne.png,
	  fresh/resources/country-flags/nf.png,
	  fresh/resources/country-flags/ng.png,
	  fresh/resources/country-flags/ni.png,
	  fresh/resources/country-flags/nl.png,
	  fresh/resources/country-flags/no.png,
	  fresh/resources/country-flags/np.png,
	  fresh/resources/country-flags/nr.png,
	  fresh/resources/country-flags/nu.png,
	  fresh/resources/country-flags/nz.png,
	  fresh/resources/country-flags/om.png,
	  fresh/resources/country-flags/pa.png,
	  fresh/resources/country-flags/pe.png,
	  fresh/resources/country-flags/pf.png,
	  fresh/resources/country-flags/pg.png,
	  fresh/resources/country-flags/ph.png,
	  fresh/resources/country-flags/pk.png,
	  fresh/resources/country-flags/pl.png,
	  fresh/resources/country-flags/pm.png,
	  fresh/resources/country-flags/pn.png,
	  fresh/resources/country-flags/pr.png,
	  fresh/resources/country-flags/ps.png,
	  fresh/resources/country-flags/pt.png,
	  fresh/resources/country-flags/pw.png,
	  fresh/resources/country-flags/py.png,
	  fresh/resources/country-flags/qa.png,
	  fresh/resources/country-flags/re.png,
	  fresh/resources/country-flags/ro.png,
	  fresh/resources/country-flags/rs.png,
	  fresh/resources/country-flags/ru.png,
	  fresh/resources/country-flags/rw.png,
	  fresh/resources/country-flags/sa.png,
	  fresh/resources/country-flags/sb.png,
	  fresh/resources/country-flags/sc.png,
	  fresh/resources/country-flags/scotland.png,
	  fresh/resources/country-flags/sd.png,
	  fresh/resources/country-flags/se.png,
	  fresh/resources/country-flags/sg.png,
	  fresh/resources/country-flags/sh.png,
	  fresh/resources/country-flags/si.png,
	  fresh/resources/country-flags/sj.png,
	  fresh/resources/country-flags/sk.png,
	  fresh/resources/country-flags/sl.png,
	  fresh/resources/country-flags/sm.png,
	  fresh/resources/country-flags/sn.png,
	  fresh/resources/country-flags/so.png,
	  fresh/resources/country-flags/sr.png,
	  fresh/resources/country-flags/st.png,
	  fresh/resources/country-flags/sv.png,
	  fresh/resources/country-flags/sy.png,
	  fresh/resources/country-flags/sz.png,
	  fresh/resources/country-flags/tc.png,
	  fresh/resources/country-flags/td.png,
	  fresh/resources/country-flags/tf.png,
	  fresh/resources/country-flags/tg.png,
	  fresh/resources/country-flags/th.png,
	  fresh/resources/country-flags/tj.png,
	  fresh/resources/country-flags/tk.png,
	  fresh/resources/country-flags/tl.png,
	  fresh/resources/country-flags/tm.png,
	  fresh/resources/country-flags/tn.png,
	  fresh/resources/country-flags/to.png,
	  fresh/resources/country-flags/tr.png,
	  fresh/resources/country-flags/tt.png,
	  fresh/resources/country-flags/tv.png,
	  fresh/resources/country-flags/tw.png,
	  fresh/resources/country-flags/tz.png,
	  fresh/resources/country-flags/ua.png,
	  fresh/resources/country-flags/ug.png,
	  fresh/resources/country-flags/um.png,
	  fresh/resources/country-flags/us.png,
	  fresh/resources/country-flags/uy.png,
	  fresh/resources/country-flags/uz.png,
	  fresh/resources/country-flags/va.png,
	  fresh/resources/country-flags/vc.png,
	  fresh/resources/country-flags/ve.png,
	  fresh/resources/country-flags/vg.png,
	  fresh/resources/country-flags/vi.png,
	  fresh/resources/country-flags/vn.png,
	  fresh/resources/country-flags/vu.png,
	  fresh/resources/country-flags/wales.png,
	  fresh/resources/country-flags/wf.png,
	  fresh/resources/country-flags/ws.png,
	  fresh/resources/country-flags/ye.png,
	  fresh/resources/country-flags/yt.png,
	  fresh/resources/country-flags/za.png,
	  fresh/resources/country-flags/zm.png,
	  fresh/resources/country-flags/zw.png, fresh/resources/fresh.qrc,
	  fresh/resources/icons, fresh/resources/icons/folder.png,
	  fresh/resources/icons/translation.png,
	  fresh/resources/icons/update.png, fresh/sdk/TranslationDialog.h,
	  fresh/sdk/TranslationManager.h, fresh/sdk/fresh.h,
	  fresh/widgets/TranslationDialog.cpp,
	  fresh/widgets/TranslationDialog.h,
	  fresh/widgets/TranslationDialog.ui, monkey/monkey.pro,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/settingsmanager/Settings.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Introduce TranslationManager & TranslationDialog classes that
	  allow to manage translations in an application.
	  Update MkS source code to take advantage of these classes.
	  Addes many resources for country flags.

2010-05-02 23:00  pasnox

	* [r3690] datas/translations/monkeystudio_fr.qm,
	  datas/translations/monkeystudio_fr.ts:
	  
	  Update french translation

2010-05-02 21:43  pasnox

	* [r3689] datas/translations/monkeystudio_ar.ts,
	  datas/translations/monkeystudio_be.ts,
	  datas/translations/monkeystudio_ca.ts,
	  datas/translations/monkeystudio_es.ts,
	  datas/translations/monkeystudio_fr.ts,
	  datas/translations/monkeystudio_it.ts,
	  datas/translations/monkeystudio_ru.ts:
	  
	  Fix translations files properties.

2010-05-02 21:32  pasnox

	* [r3688] datas/translations/monkey_ar.qm,
	  datas/translations/monkey_ar.ts, datas/translations/monkey_be.qm,
	  datas/translations/monkey_be.ts, datas/translations/monkey_ca.qm,
	  datas/translations/monkey_ca.ts, datas/translations/monkey_es.qm,
	  datas/translations/monkey_es.ts, datas/translations/monkey_fr.qm,
	  datas/translations/monkey_fr.ts, datas/translations/monkey_it.qm,
	  datas/translations/monkey_it.ts, datas/translations/monkey_ru.qm,
	  datas/translations/monkey_ru.ts,
	  datas/translations/monkeystudio_ar.qm,
	  datas/translations/monkeystudio_ar.ts,
	  datas/translations/monkeystudio_be.qm,
	  datas/translations/monkeystudio_be.ts,
	  datas/translations/monkeystudio_ca.qm,
	  datas/translations/monkeystudio_ca.ts,
	  datas/translations/monkeystudio_es.qm,
	  datas/translations/monkeystudio_es.ts,
	  datas/translations/monkeystudio_fr.qm,
	  datas/translations/monkeystudio_fr.ts,
	  datas/translations/monkeystudio_it.qm,
	  datas/translations/monkeystudio_it.ts,
	  datas/translations/monkeystudio_ru.qm,
	  datas/translations/monkeystudio_ru.ts:
	  
	  Rename translations files.

2010-05-02 21:23  pasnox

	* [r3687] datas/translations/monkey_ar.qm,
	  datas/translations/monkey_ar.ts, datas/translations/monkey_be.qm,
	  datas/translations/monkey_be.ts, datas/translations/monkey_ca.qm,
	  datas/translations/monkey_ca.ts, datas/translations/monkey_es.qm,
	  datas/translations/monkey_es.ts, datas/translations/monkey_fr.qm,
	  datas/translations/monkey_fr.ts, datas/translations/monkey_it.qm,
	  datas/translations/monkey_it.ts, datas/translations/monkey_ru.qm,
	  datas/translations/monkey_ru.ts:
	  
	  Add missing qm files.
	  Clean absolete strings and update translations

2010-05-02 21:13  pasnox

	* [r3686] datas/translations/monkey_ar.ts,
	  datas/translations/monkey_arabic.ts,
	  datas/translations/monkey_be.qm, datas/translations/monkey_be.ts,
	  datas/translations/monkey_belarusian.qm,
	  datas/translations/monkey_belarusian.ts,
	  datas/translations/monkey_ca.ts,
	  datas/translations/monkey_catalan.ts,
	  datas/translations/monkey_es.qm, datas/translations/monkey_es.ts,
	  datas/translations/monkey_fr.qm, datas/translations/monkey_fr.ts,
	  datas/translations/monkey_french.qm,
	  datas/translations/monkey_french.ts,
	  datas/translations/monkey_it.qm, datas/translations/monkey_it.ts,
	  datas/translations/monkey_italian.qm,
	  datas/translations/monkey_italian.ts,
	  datas/translations/monkey_ru.qm, datas/translations/monkey_ru.ts,
	  datas/translations/monkey_russian.qm,
	  datas/translations/monkey_russian.ts,
	  datas/translations/monkey_spanish.qm,
	  datas/translations/monkey_spanish.ts:
	  
	  Rename translations files based on language iso code 639-1

2010-05-02 01:54  pasnox

	* [r3685] config.pri, monkey/src/main.cpp, monkey/src/main.h,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.h,
	  monkey/src/maininterface/ui/UIAbout.ui,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Update some project infos.
	  Reworked the About dialog.

2010-05-01 23:31  pasnox

	* [r3684] monkey/src/maininterface/UIMain.cpp:
	  
	  Move pQueuedMessageToolBar into main window central widget layout
	  to avoid a mac os x bug cause of unified window and title bar.

2010-05-01 20:24  pasnox

	* [r3683] fresh/widgets/pQueuedMessageToolBar.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Change default time out to 0 for queued message, so all default
	  message will be persistent (user will need to close them
	  himself).
	  This was needed as sometimes default message close too shortly
	  and we can't read/understand error/problem.
	  Update some code according to that change.

2010-05-01 20:10  pasnox

	* [r3682] monkey/src/workspace/pOpenedFileModel.cpp:
	  
	  Fix launchpad bug #555792

2010-04-28 19:14  pasnox

	* [r3680] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/FileWatcher/src/FileWatcher.cpp,
	  plugins/base/FileWatcher/src/FileWatcher.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h:
	  
	  Rework the "Reload file" feature. It now does a true reload
	  instead of closing / reopening the document.
	  It's more quick and better.

2010-04-25 19:04  pasnox

	* [r3678]
	  monkey/src/consolemanager/EnvironmentVariablesManager.cpp:
	  
	  Fix bugs that cause environment variables manually
	  inserted/edited to be wrongly handled.

2010-04-23 19:18  pasnox

	* [r3677] fresh/objects/pSettings.cpp,
	  fresh/sdk/pEnvironmentVariablesManager.h,
	  monkey/src/coremanager/MonkeyCore.cpp, monkey/src/main.cpp,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h:
	  
	  Fix settings file informations befre opening ( fix bug that
	  create unnamed ini file and folder in home folder )

2010-04-21 17:24  pasnox

	* [r3676] plugins/xup/QMake/src/QtVersionManager.cpp,
	  plugins/xup/QMake/src/QtVersionManager.h:
	  
	  Fix a critical bug that cause QtVersions to be wrongly
	  managed/read/write in the ini file.

2010-03-17 18:48  pasnox

	* [r3666] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Add a rule for not overwrite searched text.
	  Now selected text in editor become the search text only if the
	  search widget was not visible.

2010-03-16 22:29  pasnox

	* [r3665] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Search & Replace now use a pair of beginUndoAction() /
	  endUndoAction() so replacements can be reverted using one ctrl+z
	  (and redone with one ctrl+y).
	  The replace thread now complete a file before emiting a signal (
	  before it was using a max timer, but it's not really needed ) so
	  the repalce for opened files can be reverted with one ctrl+z.

2010-03-13 12:29  pasnox

	* [r3662] plugins/base/SearchAndReplace/src/SearchThread.cpp:
	  
	  Remove a hack introduced to avoid long app quit when executing
	  stupid regular expression: it was not helping.

2010-03-13 11:59  pasnox

	* [r3661] plugins/base/SearchAndReplace/src/ReplaceThread.cpp:
	  
	  Make the partial reg exp occurrence replace up to date with the
	  pEditor::repalce() code to avoid code complexity.

2010-03-13 11:26  pasnox

	* [r3660] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Reimplement virtual QsciScintilla findFirst(), findNext() and
	  replace() members to be able to use QRegExp based regular
	  expression in the search / replace widget.
	  The replace member is now able to replace partial occurrences
	  based on the regular expression search:
	  
	  Search: (gg)::(~gg)
	  Replace: $2::$1
	  Result: ~gg::gg
	  
	  This mecanism was already available in the search in directory /
	  opened files / project files etc, but not in standard search /
	  repalce due to QsciScintilla being use Scintilla regular
	  expression.
	  
	  Enjoy !

2010-03-07 19:09  pasnox

	* [r3658] monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Remove debug code - no longer needed ;)

2010-03-07 18:09  pasnox

	* [r3656] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  Fix a bug that cause standard icons to be displayed very small in
	  some styles ( oxygen )

2010-03-07 01:48  pasnox

	* [r3655] fresh/widgets/pDockWidget.cpp,
	  fresh/widgets/pDockWidget.h,
	  fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h:
	  
	  Re-factored the pDockWidget & pDockWidgetTitleBar.
	  Code is cleaner and better, and pDockWidgetTitleBar is now
	  heriting QToolBar.
	  This should looks better on differents styles.

2010-03-05 23:49  pasnox

	* [r3654] plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp,
	  plugins/child/QtAssistant/src/QtAssistantDock.cpp:
	  
	  Now use run time qVersion() member instead of compil time define
	  to get the qt version number used to generate the help collection
	  file name for generating Qt Assistant docs.
	  Add more time between plugin installation and new documentation
	  discovery search.

2010-03-05 23:46  pasnox

	* [r3653] plugins/base/SearchAndReplace/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.h:
	  
	  When searching / replacing in directory / project files / opened
	  files the parent item of results is now showing relative file
	  path according to path search.
	  This allow a best readibility by avoiding to see long file path
	  in the result view.

2010-03-05 23:42  pasnox

	* [r3652] plugins/xup/QMake/src/gui/UISettingsQMake.cpp:
	  
	  Fix a bug that can bad values to be corrupted when changing
	  current item when editing QMake plugin properties.

2010-03-03 21:44  pasnox

	* [r3650] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp:
	  
	  Fix some bugs when repalcing / showing result when using regular
	  expression.

2010-03-03 18:57  pasnox

	* [r3649] monkey/src/pMonkeyStudio.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.cpp:
	  
	  Fix an error on getting file/folder list according to name
	  filter.

2010-03-01 22:50  pasnox

	* [r3645] plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h:
	  
	  Fix a bug that cause the restored root path to be wrong when
	  having a selected file.
	  Add support for save/restore of root path AND selected /current
	  file.

2010-03-01 22:24  pasnox

	* [r3644] plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistantDock.cpp:
	  
	  Delayed the QtAssistant documentation updater call so the app is
	  show in less time.

2010-03-01 22:08  pasnox

	* [r3642] monkey/src/main.cpp, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp:
	  
	  Best used of signals.
	  Fix potentials crash.
	  Some code improvment.

2010-03-01 18:04  pasnox

	* [r3641] monkey/src/workspace/pWorkspace.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h:
	  
	  Fix a crash due to dangling pointer when closing all documents (
	  or quitting the application )

2010-03-01 11:55  hlamer

	* [r3640] datas/scripts/parser-gcc.mks:
	  
	  commited not commited

2010-02-28 21:23  pasnox

	* [r3639] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Fix reg exp search / repalce when using standard search /
	  replace.

2010-02-28 13:19  pasnox

	* [r3638] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Fix a bug that cause search / replace using regexp no not work
	  when using simple: Search in file, replace in file.

2010-02-24 19:25  pasnox

	* [r3635] monkey/src/workspace/pOpenedFileModel.cpp:
	  
	  Fix a potential crash.

2010-02-24 19:24  pasnox

	* [r3634] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Really fix bug #527004
	  Fix eol/indentation

2010-02-24 16:58  pasnox

	* [r3633] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Fix bad eols.

2010-02-24 14:33  abelgar

	* [r3632] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  fix Bug #527004
	  clean qDebug() and some little part of code
	  fix == operand for SearchResultsModel::Result in
	  SearchResultsModel.h

2010-02-24 12:27  abelgar

	* [r3631] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp:
	  
	  Some bugs fix on Search and Replace with regexp.
	  Now you will be able to search by regexp , but also replace with
	  partial match of the regular expression
	  by using $1, $2, ... shortcuts.
	  Example : bol, bal, bul to bool, baal, buul in regexp S&R will be
	  : search : b(\w)l replace : b$1$1l

2010-02-23 17:42  pasnox

	* [r3630] ChangeLog:
	  
	  Update the ChangeLog

2010-02-22 21:25  pasnox

	* [r3629]
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/consolemanager/EnvironmentVariablesManager.cpp,
	  monkey/src/workspace/pFileManager.cpp,
	  plugins/base/Tools/src/ToolsManager.cpp,
	  plugins/base/Tools/src/ui/UIDesktopTools.cpp,
	  plugins/xup/QMake/src/QMake.cpp, plugins/xup/QMake/src/QMake.h,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QtVersionManager.cpp,
	  plugins/xup/QMake/src/QtVersionManager.h,
	  plugins/xup/QMake/src/gui/UISettingsQMake.cpp,
	  plugins/xup/QMake/src/gui/UISettingsQMake.h,
	  plugins/xup/QMake/src/gui/UISettingsQMake.ui,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp:
	  
	  Add support for QtVersion into the MkS Shell.
	  Versions can be quered to get an xml representation of a qt
	  version. This can be used into core / another plugins where the
	  QtVersionManager class are not available.

2010-02-22 07:27  pasnox

	* [r3626] plugins/base/Tools/src/DesktopApplications_mac.cpp:
	  
	  Fix os x Desktop Folders.

2010-02-21 20:07  pasnox

	* [r3624] plugins/base/Tools, plugins/base/Tools/Tools.pro,
	  plugins/base/Tools/src,
	  plugins/base/Tools/src/DesktopApplications.cpp,
	  plugins/base/Tools/src/DesktopApplications.h,
	  plugins/base/Tools/src/DesktopApplications_mac.cpp,
	  plugins/base/Tools/src/DesktopApplications_unix.cpp,
	  plugins/base/Tools/src/DesktopApplications_win.cpp,
	  plugins/base/Tools/src/Tools.cpp, plugins/base/Tools/src/Tools.h,
	  plugins/base/Tools/src/ToolsManager.cpp,
	  plugins/base/Tools/src/ToolsManager.h,
	  plugins/base/Tools/src/resources,
	  plugins/base/Tools/src/resources/Tools.png,
	  plugins/base/Tools/src/resources/Tools.qrc,
	  plugins/base/Tools/src/ui,
	  plugins/base/Tools/src/ui/UIDesktopTools.cpp,
	  plugins/base/Tools/src/ui/UIDesktopTools.h,
	  plugins/base/Tools/src/ui/UIDesktopTools.ui,
	  plugins/base/Tools/src/ui/UIToolsEdit.cpp,
	  plugins/base/Tools/src/ui/UIToolsEdit.h,
	  plugins/base/Tools/src/ui/UIToolsEdit.ui, plugins/base/base.pro:
	  
	  Introduce Tools plugin, which is the result of moving Tools
	  related code from core to dedicated plugin.
	  This allow to shrink the code of the core by removing non
	  essentials code.
	  Windows & Linux are working, os x need some fix / update for the
	  desktop tools.

2010-02-21 19:55  pasnox

	* [r3623] qscintilla/QScintilla-gpl-snapshot/include/Scintilla.h:
	  
	  Fix a build error when crossbuilding for windows.

2010-02-19 00:30  pasnox

	* [r3622] fresh/widgets/pMenuBar.cpp:
	  
	  Fix a bug in pMenuBar::deleteMenu() which was not correctly
	  remove/delete sub menus.

2010-02-19 00:30  pasnox

	* [r3621] fresh/widgets/pMenuBar.cpp:
	  
	  Fix a bug in pMenuBar::deleteMenu() which was not correctly
	  remove/delete sub menus.

2010-02-19 00:29  pasnox

	* [r3620] monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.h:
	  
	  Add the possibility to remove command implementation in the mks
	  interpreter.

2010-02-18 23:27  pasnox

	* [r3619] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Fix a build error.

2010-02-18 00:04  pasnox

	* [r3616] monkey/src/maininterface/UIMain.cpp:
	  
	  Add again settings action in toolbar. (regression of the last
	  commit)

2010-02-17 21:41  pasnox

	* [r3615] monkey/monkey.pro, monkey/sdk/UIDesktopTools.h,
	  monkey/sdk/UIToolsEdit.h, monkey/sdk/pDesktopApplications.h,
	  monkey/sdk/pToolsManager.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp, monkey/src/toolsmanager:
	  
	  Move Tools code to plugins

2010-02-17 00:35  pasnox

	* [r3613] monkey/src/workspace/pWorkspace.cpp:
	  
	  Add temporary fix for queued message toolbar that does not
	  display correctly when using Qt >= 4.6.0

2010-02-17 00:33  pasnox

	* [r3612] fresh/widgets/pQueuedMessageToolBar.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Add temporary fix for queued message toolbar that does not
	  display correctly when using Qt >= 4.6.0

2010-02-16 23:49  pasnox

	* [r3611] monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h:
	  
	  Fix a bug than can cause crash in the pOpenedFileModel class.
	  Fix a bug that did not auto scroll to the current file index
	  after sorted documents.
	  Code cleanup and enhancement in the pOpenedFileModel class.
	  Remove some warning cause by Qt 4.6.x in pAbstractChild class.

2010-02-16 22:06  hlamer

	* [r3610] outputparsing/gcc.py,
	  outputparsing/testproject/output.txt:
	  
	  fixed bug 512287

2010-02-15 23:39  pasnox

	* [r3608] qscintilla/QScintilla-gpl-snapshot/ChangeLog,
	  qscintilla/QScintilla-gpl-snapshot/NEWS,
	  qscintilla/QScintilla-gpl-snapshot/Python/configure.py,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciabstractapis.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercustom.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerfortran.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerfortran77.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpascal.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpostscript.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerspice.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexertcl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerverilog.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerxml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexeryaml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscistyle.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscistyledtext.sip,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciabstractapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercustom.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerfortran.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerfortran77.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpascal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpostscript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerxml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexeryaml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscistyle.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscistyledtext.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/SciClasses.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciabstractapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercustom.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerfortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerfortran77.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpostscript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerxml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexeryaml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_es.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscistyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscistyledtext.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciabstractapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercustom.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerfortran.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerfortran77.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpascal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpostscript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerxml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexeryaml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscistyle.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscistyledtext.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciabstractapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercustom.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerfortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerfortran77.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpostscript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerxml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexeryaml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_es.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscistyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscistyledtext.cpp,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAbstractAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAbstractAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCustom-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCustom.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran77-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPascal-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPascal.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPostScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPostScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerXML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerXML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerYAML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerYAML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyle-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyle.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyledText-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyledText.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classes.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_cb862073f28f31ab073cdb81655ab5e2.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_ee970dc55ded28f3cf088959685a6ab7.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_enum.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAbstractAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAbstractAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCustom-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCustom.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran77-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPascal-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPascal.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPostScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPostScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerXML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerXML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerYAML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerYAML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyle-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyle.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyledText-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyledText.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classes.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_8c570a21573c8a34f02ad16af33f26f5.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_f2bfa0da14ade1666984a0b363f1bed0.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-snapshot/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/qsci/api/python/Python-3.1.api:
	  
	  Updated qscintilla to version 2.4.2

2010-02-15 23:37  pasnox

	* [r3607]
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_6f90508cb43726e1f7c7ce20fc2bb9c4.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_944256396c06c0295aa2eca7dcfea282.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_d32dfe2bcddd0b2d894b9fb13d6bdd4d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_e1fde403bd8d563c20728c2ecfe630e7.html:
	  
	  

2010-02-15 23:36  pasnox

	* [r3606]
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_0f7bcabfa9c2facf2d884c5a5290cec4.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_5aa811b44be783c540f7a2125ce2b99b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_63b5f4d5e40d98e806b698e3f9cd374a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_b37846fe0009b95cde3c826d6f6645e0.html:
	  
	  

2010-02-15 23:03  pasnox

	* [r3603] build.pro, monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Rework the opened files model view & combo action.
	  Fix some possible crash.

2010-02-15 22:56  pasnox

	* [r3602] setups/windows/crossbuild-linux-45.sh,
	  setups/windows/crossbuild-linux.sh:
	  
	  Rename windows crossbuild script.

2010-02-15 22:55  pasnox

	* [r3601] setups/windows/crossbuild-linux-45.sh:
	  
	  Update windows script to use Qt 4.6.1 by default.

2010-02-12 15:14  hlamer

	* [r3600] outputparsing/gcc.py, outputparsing/testproject,
	  outputparsing/testproject/cat_output_txt.xup,
	  outputparsing/testproject/output.txt:
	  
	  fixed bugs 510533 512709 507460 507463

2010-02-08 19:40  pasnox

	* [r3598] monkey/src/workspace/pOpenedFileExplorer.cpp:
	  
	  Fix a bug that cause the current editor having focus to not being
	  restored correctly when hiding/showing the application.

2010-02-08 18:38  pasnox

	* [r3596] plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h:
	  
	  Cleanup MessageBox plugin code.

2010-02-08 18:01  pasnox

	* [r3595] plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.ui:
	  
	  Rework a little the gui to make it take less space and not doing
	  flickering.
	  Update the search file mask by adding the available languages.

2010-02-08 17:23  pasnox

	* [r3594] plugins/base/MessageBox/src/ui/MessageBoxDocks.h:
	  
	  Add build steps actions into the build step dock title bar.

2010-02-07 12:50  pasnox

	* [r3592] fresh/widgets/pActionsManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/consolemanager/pConsoleManagerStepModel.cpp,
	  monkey/src/consolemanager/pConsoleManagerStepModel.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h:
	  
	  Add enhancements in the pConsoleManager and associated classes (
	  MessageBox plugin )

2010-02-03 21:46  pasnox

	* [r3591] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h:
	  
	  Remove QTimer dependency in the new buildstep manager as it's no
	  longer needed and does not impact the performance.

2010-02-03 15:01  pasnox

	* [r3590] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/MessageBox/src/ui/UIBuildStep.ui:
	  
	  BuildSteps no longer freeze main thread when many steps
	  (error/warning/building file etc) are added in a short lap of
	  time !!!

2010-02-03 10:33  pasnox

	* [r3589] monkey/src/consolemanager/pConsoleManagerStep.h,
	  monkey/src/consolemanager/pConsoleManagerStepModel.h:
	  
	  Add symbol export for new classes as it's needed for windows.

2010-02-01 23:28  pasnox

	* [r3588] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  

2010-02-01 23:28  pasnox

	* [r3587] fresh/objects/pIconManager.cpp,
	  fresh/objects/pIconManager.h:
	  
	  Add a filename caching as QResource browsing with a QDir is very
	  time consuming in loops.
	  This speed up much the pConsoleManagerStepModel rendering as icon
	  are finded more quickly.

2010-02-01 20:44  pasnox

	* [r3586] fresh/widgets/pEnvironmentVariablesManager.cpp,
	  fresh/widgets/pEnvironmentVariablesManager.h:
	  
	  Avoid warning about virtual destructor

2010-02-01 20:24  pasnox

	* [r3585] monkey/monkey.pro, monkey/sdk/CommandParser.h,
	  monkey/sdk/EnvironmentVariablesManager.h,
	  monkey/sdk/pConsoleManagerStep.h,
	  monkey/sdk/pConsoleManagerStepModel.h,
	  monkey/src/consolemanager/AbstractCommandParser.h,
	  monkey/src/consolemanager/CommandParser.cpp,
	  monkey/src/consolemanager/CommandParser.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/consolemanager/pConsoleManagerStep.cpp,
	  monkey/src/consolemanager/pConsoleManagerStep.h,
	  monkey/src/consolemanager/pConsoleManagerStepModel.cpp,
	  monkey/src/consolemanager/pConsoleManagerStepModel.h,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/MessageBox/src/ui/UIBuildStep.ui:
	  
	  WIP in the rework of pConsoleManager.

2010-01-25 08:39  hlamer

	* [r3584] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp:
	  
	  temporary fix

2010-01-25 08:37  hlamer

	* [r3583] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp:
	  
	  temporary fix

2010-01-17 16:28  pasnox

	* [r3582] fresh/widgets/pEnvironmentVariablesManager.cpp,
	  fresh/widgets/pEnvironmentVariablesManager.h, monkey/monkey.pro,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h,
	  monkey/src/consolemanager/CommandParser.cpp,
	  monkey/src/consolemanager/CommandParser.h,
	  monkey/src/consolemanager/EnvironmentVariablesManager.cpp,
	  monkey/src/consolemanager/EnvironmentVariablesManager.h,
	  monkey/src/consolemanager/pCommand.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  plugins/builder/GNUMake/src/GNUMake.cpp:
	  
	  Rework a little the fucntion pointer signature of the
	  MkSShellInterpreter so it can take a void* as last arguments
	  similar to what is usually done with callbacks, so we ca
	  nretreive the object pointer in the data.
	  Update all relating code due to previous changes.
	  Add a reimplementation of pEnvironmentVariablesManager inside mks
	  as EnvironmentVariablesManager so it can load/save variables
	  using the mks scripting interface (mks shell).
	  MkS Environment Variables is now ok and working, please test it !

2010-01-17 01:00  pasnox

	* [r3580]
	  plugins/base/SearchAndReplace/src/resources/clear-list.png:
	  
	  Add missing icon.

2010-01-16 12:54  pasnox

	* [r3578] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/resources/SearchAndReplace.qrc:
	  
	  Add a clear() member in the searchresultsmodel.
	  Add a clear results button in the search results dock title bar.
	  Rework the code that manage the search mode button which was not
	  very good with all styles.

2010-01-16 01:18  pasnox

	* [r3577] plugins/base/SearchAndReplace/src/SearchThread.cpp:
	  
	  Fix a small regression in showing the result capture in
	  SearchResultsDock.

2010-01-16 00:56  pasnox

	* [r3576] plugins/base/SearchAndReplace/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Fix performance issues when searching in directory containing
	  many big files.

2010-01-14 23:19  pasnox

	* [r3575] fresh/widgets/pEnvironmentVariablesManager.cpp,
	  fresh/widgets/pEnvironmentVariablesManager.h:
	  
	  Settings variables now only effectively write in file only
	  modified / disabled variables.
	  Reading variables now merge the system variables so the variables
	  are always uptodate !

2010-01-14 22:28  pasnox

	* [r3574] plugins/base/SearchAndReplace/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  The search results model does no longer show osffset in results
	  gui.
	  Fix performance issue in initializeProperties() by adding a bool
	  that allow to skip non needed task when typing text.

2010-01-13 23:12  pasnox

	* [r3573] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/ReplaceThread.h,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Search results dock is now only shown one time of receiving first
	  results (so it can be hidden after pressing search and got first
	  results).
	  Add a search progress bar so user know search has not freeze.
	  Add some check and message user on certain errors (null search
	  text, no project while searching in project files).
	  Add a button in the path widget that allow to cd up the current
	  search path.

2010-01-13 21:14  pasnox

	* [r3572] plugins/base/SearchAndReplace/src/SearchThread.cpp:
	  
	  Fix a windows bug that cause lines number to be wrong when
	  searching text causing entry activation to not show the correct
	  line in the opened file.

2010-01-13 19:55  pasnox

	* [r3571] monkey/src/resources/icons/listeditor/go-up.png,
	  monkey/src/resources/resources.qrc,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.ui,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtAssistant/src/QtAssistantViewer.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.cpp:
	  
	  Fix build errors due to includes changes.

2010-01-13 18:35  pasnox

	* [r3570] fresh/widgets/pEnvironmentVariablesModel.cpp:
	  
	  Set font strokeout when a variable is disabled.

2010-01-13 10:09  hlamer

	* [r3569] doc/parsing.doxygen:
	  
	  formating improved

2010-01-13 09:44  hlamer

	* [r3568] Doxyfile, doc/mainpage.doxygen, doc/parsing.doxygen,
	  doc/parsing.txt:
	  
	  Parsing documentation compilable by doxygen. Need imporove
	  formating

2010-01-12 22:48  pasnox

	* [r3567] fresh/fresh.pro, fresh/sdk/fresh.h,
	  fresh/sdk/pEnvironmentVariableEditor.h,
	  fresh/sdk/pEnvironmentVariablesEditor.h,
	  fresh/sdk/pEnvironmentVariablesManager.h,
	  fresh/sdk/pEnvironmentVariablesModel.h,
	  fresh/widgets/pEnvironmentVariableEditor.cpp,
	  fresh/widgets/pEnvironmentVariableEditor.h,
	  fresh/widgets/pEnvironmentVariableEditor.ui,
	  fresh/widgets/pEnvironmentVariablesEditor.cpp,
	  fresh/widgets/pEnvironmentVariablesEditor.h,
	  fresh/widgets/pEnvironmentVariablesEditor.ui,
	  fresh/widgets/pEnvironmentVariablesManager.cpp,
	  fresh/widgets/pEnvironmentVariablesManager.h,
	  fresh/widgets/pEnvironmentVariablesModel.cpp,
	  fresh/widgets/pEnvironmentVariablesModel.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/toolsmanager/pDesktopApplications_unix.cpp,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Introduce pEnvironmentVariablesXXX suit, which allow
	  customization of environment variables inside mks.
	  Users can add/edit/remove variables using an editor and the
	  variables are setted in the QProcess when starting a command
	  inside mks (build, start program, tools etc).
	  This does not modify environment variables of the operating
	  system, only mks is impacted: enjoy !
	  Add support for environment variables editor in UISettings and
	  pConsoleManager now handle it.
	  Small code refactoring.

2010-01-12 20:13  pasnox

	* [r3566] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Set current file path / project path / path when triggering
	  search/repalce in directory.
	  Fix a bug in the completer that does show files when they should
	  not.

2010-01-11 20:33  pasnox

	* [r3565] plugins/base/SearchAndReplace/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Draw custom button/icon for search popup menu modes in the search
	  widget.

2010-01-08 21:46  pasnox

	* [r3564] plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Add mode choice button directly in the search combobox, at left.
	  It will not disturb the user and take very small place, make
	  pasnox happy :)

2010-01-07 22:16  pasnox

	* [r3563] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Set project codec as search codec by default when triggering the
	  "search in project files" action.

2010-01-07 21:54  pasnox

	* [r3562] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.ui:
	  
	  Make hlamer happy again by removing the options menu and add
	  checkbox buttons in the search widget.

2010-01-07 20:37  pasnox

	* [r3561] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.ui,
	  plugins/base/SearchAndReplace/src/resources/SearchAndReplace.qrc,
	  plugins/base/SearchAndReplace/src/resources/search-replace-directory.png,
	  plugins/base/SearchAndReplace/src/resources/search-replace-opened-files.png,
	  plugins/base/SearchAndReplace/src/resources/search-replace-project-files.png:
	  
	  Remove Mode bouton / menu and repalce by actions in menu.
	  Add the possibility to temporary store the search / replace /
	  mask texts in their combobox.
	  Add new icons.

2010-01-07 18:43  pasnox

	* [r3560] monkey/src/consolemanager/CommandParser.cpp:
	  
	  Fix a bug in the Step structure construction on parsing output.
	  GCC generate line numbers starting a 1 while we deal with line
	  starting at 0.

2010-01-06 21:02  pasnox

	* [r3559] plugins/base/SearchAndReplace/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Fix some bugs.
	  Add check for binary file and skip them if needed.

2010-01-05 21:45  hlamer

	* [r3558] doc/parsing.txt:
	  
	  parsing documentation template

2010-01-02 02:15  pasnox

	* [r3556] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp:
	  
	  Made search & replace plugin enabled by default on first start.

2010-01-02 02:06  pasnox

	* [r3554] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h:
	  
	  Fix some build error due to api changes.

2010-01-02 00:20  pasnox

	* [r3549] plugins/base/base.pro:
	  
	  Fix code due to plugin name changed.

2010-01-02 00:19  pasnox

	* [r3548] plugins/base/SearchAndReplace/SearchAndReplace.pro,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.ui,
	  plugins/base/SearchAndReplace/src/resources/SearchAndReplace.qrc:
	  
	  Fix code due to plugin name changed.

2010-01-02 00:10  pasnox

	* [r3547] plugins/base/SearchAndReplace/SearchAndReplace.pro,
	  plugins/base/SearchAndReplace/SearchAndReplaceV2.pro,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchAndReplaceV2.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplaceV2.h,
	  plugins/base/SearchAndReplace/src/resources/SearchAndReplace.png,
	  plugins/base/SearchAndReplace/src/resources/SearchAndReplace.qrc,
	  plugins/base/SearchAndReplace/src/resources/SearchAndReplaceV2.png,
	  plugins/base/SearchAndReplace/src/resources/SearchAndReplaceV2.qrc:
	  
	  Rename new search & replace plugin.

2010-01-02 00:08  pasnox

	* [r3546] plugins/base/SearchAndReplace,
	  plugins/base/SearchAndReplaceV2:
	  
	  Rename new search & replace plugin.

2010-01-02 00:06  pasnox

	* [r3545] plugins/base/SearchAndReplace:
	  
	  Move old Search & replace plugin to temporary and old codes.

2010-01-01 19:33  pasnox

	* [r3544] plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h:
	  
	  Add support for incremental search in the new Search & Replace
	  plugin.
	  It is now 100% finished.

2010-01-01 18:28  pasnox

	* [r3543]
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp:
	  
	  Fill search text on search / repalce shortcut pressed.
	  Add dirmodel completer in the path combobox.

2009-12-31 18:09  pasnox

	* [r3542] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui:
	  
	  Add search & replace actions in the edit menu.
	  Support for Search & Replace is now fully implemented and
	  finished :)

2009-12-31 17:24  pasnox

	* [r3541] plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h:
	  
	  Add support for replacing in current editor (current opepend file
	  editor).
	  All search & replace mode / options seem to be supported and
	  working, need intensive test now :)

2009-12-31 16:57  pasnox

	* [r3540] plugins/base/SearchAndReplaceV2/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/ReplaceThread.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h:
	  
	  Add support for opened files replacements when replacing
	  externally.
	  Add support for display errors.

2009-12-31 14:04  pasnox

	* [r3539] plugins/base/SearchAndReplaceV2/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui:
	  
	  Fix a critical bug that does not completly remove the searched
	  word when replacing !.
	  Fix some bugs.
	  Cleanup some code.

2009-12-30 23:55  pasnox

	* [r3538]
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui:
	  
	  Fix a bug that cause clicked occurrence to only select 3
	  characters of the searched text instead of the length of the
	  searched text.
	  Fix a crash when replacing all occurrences of a search & replace.

2009-12-30 23:00  pasnox

	* [r3537] plugins/base/SearchAndReplaceV2/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/ReplaceThread.h,
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui:
	  
	  Rework the SearchResultsModel so it does no longer stock parent
	  rows in the internal structures - they are now dynamically
	  queried.
	  Add primary support for ReplaceThread, seem working in all
	  replace mode correctly (basic repalce is not yet implemented).
	  Fix bugs.

2009-12-30 14:27  pasnox

	* [r3536] plugins/base/SearchAndReplaceV2/src/SearchThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui:
	  
	  Fix a bug that cause search button pressed multiple times to not
	  restart the search.
	  Add the possibility to stop search/replace threads when they are
	  running.

2009-12-30 03:56  pasnox

	* [r3535] monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.cpp:
	  
	  Remove some cursor position hack in
	  pAbstractChild/pChild/pWorkspace/pFileManager.
	  Update goTo() api member so it no longer take a bool highlight,
	  but a int for selection length that allow to set a selection for
	  a goto.
	  Fix qctags sense code that was using line numbers starting at 1
	  instead of 0 based.
	  WIP of the new Search & Replace plugin: all search mode are now
	  fully working and results dock can be clicked to goto the
	  associated file !

2009-12-30 01:00  pasnox

	* [r3534]
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.h,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui:
	  
	  Add support for item user checkable when in replacing mode.
	  Model is no longer reset when adding new stuff in the search
	  results model, so selected/expanded items will no longer be
	  resetted when new stuff arrived ! enjoy.

2009-12-28 16:25  pasnox

	* [r3533] plugins/base/SearchAndReplaceV2/src/SearchResultsModel.h:
	  
	  REwork management of internal structures for model data, i don't
	  know by how it increase, but it's definitively very very very
	  best, no more freeze on search, even in big folders !

2009-12-28 16:20  pasnox

	* [r3532]
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.h:
	  
	  REwork management of internal structures for model data, i don't
	  know by how it increase, but it's definitively very very very
	  best, no more freeze on search, even in big folders !

2009-12-28 15:03  pasnox

	* [r3531] plugins/base/SearchAndReplaceV2/src/SearchThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp:
	  
	  Clean code.
	  Add time tracker for search engine.

2009-12-28 14:45  pasnox

	* [r3530]
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.cpp:
	  
	  Now use pointers for model structure , this enhance copy of datas
	  other thread / main gui.
	  Fix a bug that cause a new search while a one already in progress
	  to not stop the current one (so the new search is lost in space).

2009-12-28 14:43  pasnox

	* [r3529]
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.cpp:
	  
	  Fix view poor performance while scrolling.
	  Enhance mac gui

2009-12-28 14:42  pasnox

	* [r3528] plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui:
	  
	  Enhance mac gui

2009-12-28 14:03  pasnox

	* [r3527] monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h:
	  
	  Add mac specific helpers.

2009-12-28 08:34  hlamer

	* [r3526] ctags/make_ctags_a_lib.patch,
	  monkey/src/consolemanager/AbstractCommandParser.h:
	  
	  removed "parsing" branche, added patch for ctags

2009-12-28 04:08  pasnox

	* [r3525] plugins/base/SearchAndReplaceV2/SearchAndReplaceV2.pro,
	  plugins/base/SearchAndReplaceV2/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/ReplaceThread.h,
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.h,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchResultsModel.h,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui,
	  plugins/base/SearchAndReplaceV2/src/resources/SearchAndReplaceV2.png:
	  
	  Introduce SearchModel and SearchDock classes.
	  Search is now working in all modes.
	  Performance is already very best than the old search plugin, but
	  not yet totally freeze free ( it remain small freeze in big
	  folder like /usr/include ) and when scrolling big search results
	  list.

2009-12-27 01:41  pasnox

	* [r3524] plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h:
	  
	  Add search in file support in SearchAndReplaceV2 plugin.

2009-12-27 00:49  pasnox

	* [r3523] plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui:
	  
	  WIP of new SearchWidget gui, now all actions / options / widgets
	  are available by keyboard shortcuts !

2009-12-27 00:09  pasnox

	* [r3522] plugins/base/base.pro:
	  
	  Update base.pro project file.

2009-12-27 00:08  pasnox

	* [r3521] monkey/src/consolemanager/CommandParser.cpp,
	  monkey/src/consolemanager/CommandParser.h,
	  monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.h,
	  plugins/xup/xup.pro:
	  
	  Fix some code.
	  Enable again xup plugins.

2009-12-26 23:30  pasnox

	* [r3520] monkey/monkey.pro,
	  monkey/src/pluginsmanager/CompilerPlugin.cpp,
	  monkey/src/pluginsmanager/CompilerPlugin.h,
	  plugins/builder/GNUMake/src/GNUMake.cpp:
	  
	  Fix code due to last branches/parsing import.

2009-12-26 22:02  pasnox

	* [r3519] datas/scripts/parser-gcc.mks,
	  datas/scripts/parser-gnumake.mks, monkey/monkey.pro,
	  monkey/sdk/CompilerPlugin.h, monkey/sdk/UICompilerSettings.h,
	  monkey/src/consolemanager/CommandParser.cpp,
	  monkey/src/consolemanager/CommandParser.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pluginsmanager/BasePlugin.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.h,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.ui,
	  monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/core/XUPProjectItemHelper.cpp,
	  outputparsing/gcc.py, outputparsing/generate-parsers.sh,
	  outputparsing/gnumake.py, outputparsing/parsing.py,
	  plugins/base/AStyle/src/3rdparty/astyle/ASBeautifier.cpp,
	  plugins/base/AStyle/src/3rdparty/astyle/compiler_defines.h,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/builder/GNUMake/GNUMake.pro,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/builder/GNUMake/src/GnuMakePatterns.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/compiler/compiler.pro,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/Python/src/Python.cpp,
	  plugins/xup/PHP-Qt/src/PHPQtProjectItem.cpp,
	  plugins/xup/PyQt/src/PyQtProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h,
	  plugins/xup/XUP/src/gui/UIXUPEditor.cpp, plugins/xup/xup.pro:
	  
	  Merged parsing branche 3518 to dev branche 3517

2009-12-23 10:11  pasnox

	* [r3517] plugins/xup/QMake/src/QtVersionManager.cpp:
	  
	  Remove dead entries if a new one is detected in the same path
	  with a different version.

2009-12-23 09:58  pasnox

	* [r3516] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/SearchAndReplaceV2,
	  plugins/base/SearchAndReplaceV2/SearchAndReplaceV2.pro,
	  plugins/base/SearchAndReplaceV2/src,
	  plugins/base/SearchAndReplaceV2/src/ReplaceThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/ReplaceThread.h,
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchAndReplaceV2.h,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchThread.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.h,
	  plugins/base/SearchAndReplaceV2/src/SearchWidget.ui,
	  plugins/base/SearchAndReplaceV2/src/resources,
	  plugins/base/SearchAndReplaceV2/src/resources/SearchAndReplaceV2.png,
	  plugins/base/SearchAndReplaceV2/src/resources/SearchAndReplaceV2.qrc,
	  plugins/base/base.pro, plugins/xup/QMake/src/QtVersionManager.h:
	  
	  Introduce SearchAndReplaceV2 base plugin.

2009-12-22 22:31  pasnox

	* [r3515] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/PluginsMenu.h:
	  
	  Rework PluginsMenu to be a menu actions handler instead of a menu
	  so there is no longer sub menu in plugins menu.

2009-12-21 21:32  pasnox

	* [r3512] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp:
	  
	  Fix a bug that cause replace in directory to ignore trailing line

2009-12-21 17:41  pasnox

	* [r3511] plugins/xup/QMake/src/gui/UISettingsQMake.cpp:
	  
	  Items entries of the Qt version <b>Version</b> field is now live
	  updated on key press.

2009-12-21 17:23  pasnox

	* [r3510] plugins/xup/QMake/src/gui/UISettingsQMake.cpp,
	  plugins/xup/QMake/src/gui/UISettingsQMake.ui:
	  
	  Add best help !

2009-12-20 20:44  pasnox

	* [r3509] qscintilla/sdk/qscintilla.h:
	  
	  Remove warning by adding empty line at end of file.

2009-12-20 20:44  pasnox

	* [r3508] plugins/xup/QMake/src/QMake.cpp,
	  plugins/xup/QMake/src/QMake.h,
	  plugins/xup/QMake/src/QtVersionManager.h,
	  plugins/xup/QMake/src/gui/UISettingsQMake.cpp,
	  plugins/xup/QMake/src/gui/UISettingsQMake.ui:
	  
	  Add completer to Qt Version path.
	  Rework the gui.
	  Add error when saving invalid Qt Versions.

2009-12-20 12:10  pasnox

	* [r3507] plugins/xup/QMake/src/gui/UISettingsQMake.ui:
	  
	  Rework the help for Qt Versions configuration.

2009-12-20 11:12  pasnox

	* [r3506] plugins/xup/QMake/src/QtVersionManager.cpp,
	  plugins/xup/QMake/src/QtVersionManager.h:
	  
	  Reworked the QtVersionManager class which is responsable of
	  founding installed Qt versions on the system.
	  As it was working great for Linux/Mac/Windows while Qt bin path
	  was in PATH variable, it does not very worked on windows when
	  using pre compiled installed packages.
	  It's now past as we now read the windows registry to found
	  installed Qt OpenSource / Qt Commercial / Qt SDK installation and
	  add all version found to the Qt Version dialog.
	  User will now longer need to manually configure that (except when
	  self building Qt, for which no windows registry installation key
	  exists).

2009-12-20 11:09  hlamer

	* [r3505] ctags/ctags.pro:
	  
	  not needed ctags header removed

2009-12-19 18:19  hlamer

	* [r3503] ctags/ctags.pro, ctags/ctags/regex.c,
	  ctags/ctags/regex.h:
	  
	  Finished ctags 5.8 integration. Works on Windows

2009-12-19 12:21  pasnox

	* [r3502] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Make the message that state no Qt version found persistent.

2009-12-19 11:38  pasnox

	* [r3501] plugins/base/ClassBrowser/src/ClassBrowser.cpp:
	  
	  Fix a bug that does not clear the model on last file closed,
	  meaning the model is always populated and clicking an item my
	  lead to crash.

2009-12-18 15:06  hlamer

	* [r3500] ctags/ctags.pro:
	  
	  added new parsers to the .pro

2009-12-18 14:37  hlamer

	* [r3499] ctags/ctags/INSTALL.oth, ctags/ctags/MAINTAINERS,
	  ctags/ctags/Makefile.in, ctags/ctags/NEWS, ctags/ctags/README,
	  ctags/ctags/acconfig.h, ctags/ctags/ant.c, ctags/ctags/asp.c,
	  ctags/ctags/c.c, ctags/ctags/config.h.in, ctags/ctags/configure,
	  ctags/ctags/configure.ac, ctags/ctags/configure.in,
	  ctags/ctags/ctags.1, ctags/ctags/ctags.h, ctags/ctags/ctags.html,
	  ctags/ctags/dosbatch.c, ctags/ctags/eiffel.c, ctags/ctags/flex.c,
	  ctags/ctags/fortran.c, ctags/ctags/gnu_regex,
	  ctags/ctags/gnu_regex/README.txt,
	  ctags/ctags/gnu_regex/regcomp.c, ctags/ctags/gnu_regex/regex.c,
	  ctags/ctags/gnu_regex/regex.h,
	  ctags/ctags/gnu_regex/regex_internal.c,
	  ctags/ctags/gnu_regex/regex_internal.h,
	  ctags/ctags/gnu_regex/regexec.c, ctags/ctags/jscript.c,
	  ctags/ctags/keyword.c, ctags/ctags/keyword.h, ctags/ctags/lisp.c,
	  ctags/ctags/maintainer.mak, ctags/ctags/make.c,
	  ctags/ctags/matlab.c, ctags/ctags/mk_bc5.mak,
	  ctags/ctags/mk_ming.mak, ctags/ctags/mk_mingw.mak,
	  ctags/ctags/mk_mvc.mak, ctags/ctags/ocaml.c,
	  ctags/ctags/parsers.h, ctags/ctags/php.c, ctags/ctags/python.c,
	  ctags/ctags/read.c, ctags/ctags/read.h, ctags/ctags/source.mak,
	  ctags/ctags/sql.c, ctags/ctags/tex.c, ctags/ctags/vhdl.c,
	  ctags/ctags/vstring.h:
	  
	  ctags version 5.8 integrated. Need to test on windows and mac

2009-12-18 14:02  hlamer

	* [r3498] ctags/ctags/c.c, ctags/ctags/entry.c,
	  ctags/ctags/entry.h, ctags/ctags/read.c:
	  
	  finished minimizing our changes in ctags

2009-12-17 22:50  pasnox

	* [r3497] setups/windows/crossbuild-linux-45.sh:
	  
	  Fix crossbuild script.

2009-12-17 22:32  pasnox

	* [r3496] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp:
	  
	  Fix build error when using a build of Qt not having rtti
	  activated.

2009-12-17 22:32  pasnox

	* [r3495] setups/windows/crossbuild-linux-44.sh:
	  
	  Remove obsolete crossbuild script for Qt 4.4

2009-12-17 22:22  pasnox

	* [r3494] setups/windows/monkeystudio.iss:
	  
	  Fix windows setup script for cross build & package.

2009-12-17 22:21  pasnox

	* [r3493] qscintilla/QScintilla-gpl-snapshot/include/Scintilla.h:
	  
	  Fix a build error when crossbuilding from linux (include file was
	  not having correct case sensitivity)

2009-12-17 18:28  hlamer

	* [r3492] ctags/ctags/exuberantCtags.c, ctags/ctags/parse.c,
	  ctags/ctags/parse.h, ctags/ctags/read.c, ctags/ctags/read.h:
	  
	  working version

2009-12-17 17:55  hlamer

	* [r3491] ctags/ctags/get.h:
	  
	  working versin

2009-12-17 17:50  hlamer

	* [r3490] ctags/ctags/options.c, ctags/ctags/options.h:
	  
	  working version

2009-12-17 17:34  hlamer

	* [r3489] ctags/ctags/.indent.pro, ctags/ctags/options.c,
	  ctags/ctags/options.h:
	  
	  working version

2009-12-16 11:22  hlamer

	* [r3488] ctags/ctags/COPYING, ctags/ctags/EXTENDING.html,
	  ctags/ctags/FAQ, ctags/ctags/INSTALL, ctags/ctags/INSTALL.oth,
	  ctags/ctags/MAINTAINERS, ctags/ctags/Makefile.in,
	  ctags/ctags/NEWS, ctags/ctags/README, ctags/ctags/acconfig.h,
	  ctags/ctags/argproc.c, ctags/ctags/args.c, ctags/ctags/args.h,
	  ctags/ctags/config.h.in, ctags/ctags/configure,
	  ctags/ctags/configure.in, ctags/ctags/ctags.1,
	  ctags/ctags/ctags.h, ctags/ctags/ctags.html,
	  ctags/ctags/ctags.spec, ctags/ctags/debug.c,
	  ctags/ctags/descrip.mms, ctags/ctags/e_amiga.h,
	  ctags/ctags/e_djgpp.h, ctags/ctags/e_mac.h,
	  ctags/ctags/e_msoft.h, ctags/ctags/e_os2.h, ctags/ctags/e_qdos.h,
	  ctags/ctags/e_riscos.h, ctags/ctags/e_vms.h, ctags/ctags/mac.c,
	  ctags/ctags/magic.diff, ctags/ctags/main.c, ctags/ctags/main.h,
	  ctags/ctags/maintainer.mak, ctags/ctags/mk_bc3.mak,
	  ctags/ctags/mk_bc5.mak, ctags/ctags/mk_djg.mak,
	  ctags/ctags/mk_manx.mak, ctags/ctags/mk_ming.mak,
	  ctags/ctags/mk_mpw.mak, ctags/ctags/mk_mvc.mak,
	  ctags/ctags/mk_os2.mak, ctags/ctags/mk_qdos.mak,
	  ctags/ctags/mk_sas.mak, ctags/ctags/mkinstalldirs,
	  ctags/ctags/parsers.h, ctags/ctags/qdos.c,
	  ctags/ctags/readtags.c, ctags/ctags/readtags.h,
	  ctags/ctags/sort.c, ctags/ctags/sort.h, ctags/ctags/source.mak:
	  
	  added files, missing in ctags

2009-12-16 11:07  hlamer

	* [r3487] ctags/ctags.pri, qCtagsSense/qCtagsSense.pro:
	  
	  moved defines for ctags to ctags.pri

2009-12-15 22:35  hlamer

	* [r3485] ctags/ctags.pro, ctags/ctags/general.h,
	  ctags/ctags/get.h, ctags/ctags/options.c, ctags/sdk/ctags.h,
	  qCtagsSense/qCtagsSense.pro, qCtagsSense/src/qCtagsSense.cpp:
	  
	  compilable and working version

2009-12-15 16:30  hlamer

	* [r3484] ctags/ctags.pro, ctags/ctags/entry.c, ctags/ctags/php.c:
	  
	  next stage of integration

2009-12-15 15:45  hlamer

	* [r3483] ctags/ctags/README.orig, ctags/ctags/debug.h,
	  ctags/ctags/general.h, ctags/ctags/get.c, ctags/ctags/get.h,
	  ctags/ctags/html.c, ctags/ctags/keyword.c, ctags/ctags/keyword.h,
	  ctags/ctags/lregex.c, ctags/ctags/make.c, ctags/ctags/php.c,
	  ctags/ctags/read.h, ctags/ctags/routines.c,
	  ctags/ctags/routines.h, ctags/ctags/strlist.c,
	  ctags/ctags/strlist.h, ctags/ctags/vim.c, ctags/ctags/vstring.c,
	  ctags/ctags/vstring.h:
	  
	  merging with 5.7. partial result

2009-12-14 22:10  pasnox

	* [r3481] plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtAssistant/src/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/QtAssistantDock.h,
	  plugins/child/QtAssistant/src/QtAssistantViewer.cpp,
	  plugins/child/QtAssistant/src/QtAssistantViewer.h:
	  
	  Remove executable bit on some files.

2009-12-14 21:21  pasnox

	* [r3479] monkey/src/maininterface/ui/UIAbout.cpp:
	  
	  Update oldest About infos.

2009-12-14 19:40  pasnox

	* [r3478] fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pQueuedMessageToolBar.cpp,
	  monkey/src/maininterface/UIMain.cpp:
	  
	  pQueuedMessageToolBar make its toggleViewAction() disable & non
	  visible: it's not to the user to control that !
	  pDockToolBar make its toggleViewAction() disable & non visible:
	  it's not to the user to control that !
	  Update some actions texts.

2009-12-14 19:27  minirop

	* [r3477] plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  fixed bug #472324

2009-12-14 18:40  pasnox

	* [r3476] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h:
	  
	  Fix a bug that cause the settings dialog to not activate a
	  default auto completion mode after disabling the auto completion,
	  and enable it again later.

2009-12-13 23:26  pasnox

	* [r3474] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui:
	  
	  Handle new qscintilla lexers.

2009-12-13 23:20  pasnox

	* [r3473] monkey/src/pMonkeyStudio.cpp:
	  
	  Handle new qscintilla lexers.

2009-12-13 23:20  pasnox

	* [r3472] qscintilla/sdk/qscintilla.h:
	  
	  Handle new qscintilla lexers.

2009-12-13 22:51  pasnox

	* [r3471]
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerspice.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerverilog.sip,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_es.qm,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_es.qm,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_63b5f4d5e40d98e806b698e3f9cd374a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_b37846fe0009b95cde3c826d6f6645e0.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/doxygen.png,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/tab_b.gif,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/tab_l.gif,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/tab_r.gif,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_6f90508cb43726e1f7c7ce20fc2bb9c4.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_e1fde403bd8d563c20728c2ecfe630e7.html:
	  
	  Update QScintilla to 2.4.1-snapshot-20091211

2009-12-13 22:43  pasnox

	* [r3470] setups/windows/monkeystudio.iss:
	  
	  Update version in the windows installer

2009-12-13 22:41  pasnox

	* [r3469] qscintilla/QScintilla-gpl-snapshot/ChangeLog,
	  qscintilla/QScintilla-gpl-snapshot/OPENSOURCE-NOTICE.TXT,
	  qscintilla/QScintilla-gpl-snapshot/Python/configure.py,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciabstractapis.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercustom.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerfortran.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerfortran77.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpascal.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpostscript.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexertcl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerxml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexeryaml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscistyle.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscistyledtext.sip,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciabstractapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercustom.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerfortran.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerfortran77.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpascal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpostscript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerxml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexeryaml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscistyle.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscistyledtext.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/SciClasses.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciabstractapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercustom.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerfortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerfortran77.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpostscript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerxml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexeryaml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscistyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscistyledtext.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciabstractapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercustom.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerfortran.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerfortran77.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpascal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpostscript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerxml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexeryaml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscistyle.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscistyledtext.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciabstractapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercustom.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerfortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerfortran77.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpostscript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerxml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexeryaml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscistyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscistyledtext.cpp,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAbstractAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAbstractAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCustom-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCustom.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran77-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPascal-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPascal.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPostScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPostScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerXML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerXML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerYAML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerYAML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyle-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyle.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyledText-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyledText.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_enum.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAbstractAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAbstractAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCustom-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCustom.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran77-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPascal-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPascal.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPostScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPostScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerXML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerXML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerYAML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerYAML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyle-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyle.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyledText-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyledText.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/tabs.css:
	  
	  Update QScintilla to 2.4.1-snapshot-20091211

2009-12-13 22:27  pasnox

	* [r3468] monkey/src/pMonkeyStudio.cpp,
	  qscintilla/sdk/qscintilla.h:
	  
	  Handle new qscintilla lexers.

2009-12-13 17:50  pasnox

	* [r3467]
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerspice.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerverilog.sip,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_63b5f4d5e40d98e806b698e3f9cd374a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_b37846fe0009b95cde3c826d6f6645e0.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_6f90508cb43726e1f7c7ce20fc2bb9c4.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_e1fde403bd8d563c20728c2ecfe630e7.html:
	  
	  Update to Qscintilla 2.4

2009-12-13 17:45  pasnox

	* [r3466]
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classes.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_0f7bcabfa9c2facf2d884c5a5290cec4.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_5aa811b44be783c540f7a2125ce2b99b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classes.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_944256396c06c0295aa2eca7dcfea282.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_d32dfe2bcddd0b2d894b9fb13d6bdd4d.html:
	  
	  Update to Qscintilla 2.4

2009-12-13 17:44  pasnox

	* [r3465] qscintilla/QScintilla-gpl-snapshot/ChangeLog,
	  qscintilla/QScintilla-gpl-snapshot/NEWS,
	  qscintilla/QScintilla-gpl-snapshot/Python/configure.py,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciabstractapis.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercustom.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerfortran.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerfortran77.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpascal.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpostscript.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerspice.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexertcl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerverilog.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerxml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexeryaml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscistyle.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscistyledtext.sip,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciabstractapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercustom.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerfortran.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerfortran77.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpascal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpostscript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerxml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexeryaml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscistyle.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscistyledtext.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/SciClasses.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciabstractapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercustom.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerfortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerfortran77.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpostscript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerxml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexeryaml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscistyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscistyledtext.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciabstractapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercustom.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerfortran.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerfortran77.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpascal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpostscript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerxml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexeryaml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscistyle.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscistyledtext.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciabstractapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercustom.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerfortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerfortran77.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpostscript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerxml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexeryaml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscistyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscistyledtext.cpp,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAbstractAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAbstractAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCustom-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCustom.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran77-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPascal-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPascal.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPostScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPostScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerXML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerXML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerYAML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerYAML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyle-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyle.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyledText-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyledText.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_63b5f4d5e40d98e806b698e3f9cd374a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_b37846fe0009b95cde3c826d6f6645e0.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_enum.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAbstractAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAbstractAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCustom-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCustom.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran77-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPascal-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPascal.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPostScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPostScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerXML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerXML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerYAML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerYAML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyle-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyle.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyledText-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyledText.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_6f90508cb43726e1f7c7ce20fc2bb9c4.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_e1fde403bd8d563c20728c2ecfe630e7.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/tabs.css:
	  
	  Update to Qscintilla 2.4

2009-12-13 12:13  pasnox

	* [r3462] ChangeLog:
	  
	  Update the ChangeLog

2009-12-13 09:57  pasnox

	* [r3456] tools:
	  
	  Move tools folder as it's not needed to duplicate it.

2009-12-13 09:38  pasnox

	* [r3454] config.pri:
	  
	  Updating the mks version.

2009-12-13 09:00  pasnox

	* [r3453] config.pri:
	  
	  

2009-12-13 00:28  pasnox

	* [r3452] plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  qCtagsSense/src/qCtagsSense.cpp, qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseKindFinder.cpp,
	  qCtagsSense/src/qCtagsSenseKindFinder.h:
	  
	  Replace the pointer variable by a reference varianble in the
	  entryActivated() member.
	  Update code according to last changes.

2009-12-13 00:24  pasnox

	* [r3451] monkey/src/maininterface/UIMain.cpp:
	  
	  Fix QMainWindow::restoreGeometry() on mac os x

2009-12-12 23:38  pasnox

	* [r3450] qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Fix possible crash when current index changed in the class
	  browser index, index validity was not checked.

2009-12-12 20:19  pasnox

	* [r3449] monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Fix execution of target containing spaces in file path.

2009-12-12 19:47  pasnox

	* [r3448] plugins/xup/QMake/src/QtVersionManager.cpp,
	  plugins/xup/QMake/src/QtVersionManager.h:
	  
	  Fix Qt System version detection. If version was having a suffix
	  it failed.

2009-12-12 18:27  pasnox

	* [r3447] build.pro:
	  
	  

2009-12-12 18:23  pasnox

	* [r3446] build.pro:
	  
	  

2009-12-12 18:20  pasnox

	* [r3445] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  It's not the role of projects items to quote binaries.

2009-12-12 18:19  pasnox

	* [r3444] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  Now always quote commands, this may break user tools that use
	  Tools, but the work around until i export it as plugins and fix
	  it is to quote the binary file path/name even if it does not
	  contains space.

2009-12-12 18:17  pasnox

	* [r3443] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h:
	  
	  Remove quotedFilePath() member.

2009-12-12 18:16  pasnox

	* [r3442] build.pro:
	  
	  

2009-12-12 18:15  pasnox

	* [r3441] monkey/src/pluginsmanager/CLIToolPlugin.cpp,
	  monkey/src/pluginsmanager/CLIToolPlugin.h:
	  
	  Add virtual destructor to avoid warning a compil time.

2009-12-12 15:33  pasnox

	* [r3440] build.pro:
	  
	  

2009-12-10 23:36  pasnox

	* [r3439] monkey/src/workspace/pWorkspace.cpp:
	  
	  Restore commented code.

2009-12-10 00:28  pasnox

	* [r3438] plugins/xup/QMake/src/QtVersionManager.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  Add support for new Qt Modules / flags. ( Qt 4.6 )

2009-12-09 23:05  pasnox

	* [r3437] plugins/child/QtAssistant/src/QtAssistantDock.cpp:
	  
	  Fix bookmark layout spacing

2009-12-09 22:42  pasnox

	* [r3436] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  Fix a bug in QMake simple editor, now files/path based variables
	  use += operator, as we can define include files before/after the
	  variable we can break variable content by erasing it.
	  So let append by default.

2009-12-09 01:00  pasnox

	* [r3435] plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h,
	  plugins/debugger/BeaverDebugger/BeaverDebuggerSettings.cpp:
	  
	  Fix windows build errors.

2009-12-09 00:52  pasnox

	* [r3434] fresh/objects/pVersion.h,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileModel.h,
	  plugins/base/FileWatcher/src/FileWatcher.cpp,
	  plugins/base/FileWatcher/src/FileWatcher.h:
	  
	  Fix symbols export for windows build.

2009-12-09 00:27  pasnox

	* [r3433] monkey/src/workspace/pAbstractChild.h:
	  
	  Small code update.

2009-12-09 00:24  pasnox

	* [r3432] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h:
	  
	  Create a special gui init to call after main window show to avoid
	  window title bug.

2009-12-09 00:23  pasnox

	* [r3431] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Fix a bug that cause MainWindow title to bing erroenous (
	  contains multiple file name in the title ) when restoring a
	  session having 2 files.

2009-12-08 22:26  pasnox

	* [r3430] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UIAbout.cpp:
	  
	  Some fixes.

2009-12-08 21:02  pasnox

	* [r3429] plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantDock.cpp:
	  
	  Small code cleaning

2009-12-08 21:02  pasnox

	* [r3428] monkey/src/consolemanager/pConsoleManager.cpp,
	  plugins/xup/PHP-Qt/src/PHPQtProjectItem.cpp,
	  plugins/xup/PyQt/src/PyQtProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Fix a bug that cause started application to always use default/C
	  locale / codec because we remove LANG environment variable (
	  cause we need english output for parsing make/gcc tools.
	  Fix the case by not removing it with command to execute does not
	  contains parsers.

2009-12-08 13:23  pasnox

	* [r3427] plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h:
	  
	  Fix a bug that cause crash when deleting cbUrl which is own by
	  QToolBar.
	  Some code cleaning.

2009-12-08 13:21  pasnox

	* [r3426] plugins/child/QtAssistant/src/QtAssistantViewer.cpp,
	  plugins/child/QtAssistant/src/QtAssistantViewer.h:
	  
	  Fix a bug in Qt QWebView::urlChanged() that is not emited at same
	  time on all platform causing sync bug.
	  Work around that by using loadFinished().

2009-12-08 13:20  pasnox

	* [r3425] plugins/child/QtAssistant/src/QtAssistant.cpp:
	  
	  Remove warning

2009-12-08 13:18  pasnox

	* [r3424] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug that does not delete context of closed document.

2009-12-08 13:18  pasnox

	* [r3423] fresh/widgets/pMultiToolBar.cpp,
	  fresh/widgets/pMultiToolBar.h:
	  
	  Add possibility to delete widget.

2009-12-08 11:36  pasnox

	* [r3422] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui:
	  
	  Make OS X looks better

2009-12-08 11:35  pasnox

	* [r3421] fresh/widgets/pStringListEditor.cpp,
	  fresh/widgets/pStringListEditor.h:
	  
	  Disable horizontal scrollbar and now show item value in tooltip.

2009-12-08 10:55  pasnox

	* [r3420] installs.pri:
	  
	  Fix small typo

2009-12-08 08:17  pasnox

	* [r3419] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Small fix for filepath containg spaces.
	  Need to fix pWorkspace a little.

2009-12-07 21:58  pasnox

	* [r3418] plugins/child/QtAssistant/src/QtAssistantDock.cpp:
	  
	  Remove warning

2009-12-07 21:54  pasnox

	* [r3417] plugins/child/QtAssistant/QtAssistant.pro,
	  plugins/child/QtAssistant/src/3rdparty/bookmarkmanager.cpp,
	  plugins/child/QtAssistant/src/3rdparty/bookmarkmanager.h,
	  plugins/child/QtAssistant/src/3rdparty/filternamedialog.cpp,
	  plugins/child/QtAssistant/src/3rdparty/filternamedialog.h,
	  plugins/child/QtAssistant/src/3rdparty/filternamedialog.ui,
	  plugins/child/QtAssistant/src/3rdparty/installdialog.cpp,
	  plugins/child/QtAssistant/src/3rdparty/installdialog.h,
	  plugins/child/QtAssistant/src/3rdparty/preferencesdialog.cpp,
	  plugins/child/QtAssistant/src/3rdparty/preferencesdialog.h,
	  plugins/child/QtAssistant/src/3rdparty/preferencesdialog.ui,
	  plugins/child/QtAssistant/src/3rdparty/qtdocinstaller.cpp,
	  plugins/child/QtAssistant/src/3rdparty/qtdocinstaller.h,
	  plugins/child/QtAssistant/src/3rdparty/topicchooser.cpp,
	  plugins/child/QtAssistant/src/3rdparty/topicchooser.h,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtAssistant/src/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/QtAssistantDock.h,
	  plugins/child/QtAssistant/src/QtAssistantInlineSearch.cpp,
	  plugins/child/QtAssistant/src/QtAssistantInlineSearch.h,
	  plugins/child/QtAssistant/src/QtAssistantViewer.cpp,
	  plugins/child/QtAssistant/src/QtAssistantViewer.h,
	  plugins/child/QtAssistant/src/resources/QtAssistant.png,
	  plugins/child/QtAssistant/src/resources/QtAssistant.qrc,
	  plugins/child/QtAssistant/src/resources/bookmarks.png,
	  plugins/child/QtAssistant/src/resources/contents.png,
	  plugins/child/QtAssistant/src/resources/filter.png,
	  plugins/child/QtAssistant/src/resources/index.png,
	  plugins/child/QtAssistant/src/resources/search.png:
	  
	  Introduce new Qt Assistant plugin which add best and small
	  interface.
	  A small "web brower" like interface is now available so it's easy
	  to search online documentation and bookmark them to quick access
	  !

2009-12-07 21:41  pasnox

	* [r3416] plugins/child/QtAssistant/src/resources/assistant.png:
	  
	  Prepare integration of new QtAssistant plugin

2009-12-07 21:39  pasnox

	* [r3415] plugins/child/QtAssistant/src/HelpViewer.cpp,
	  plugins/child/QtAssistant/src/HelpViewer.h,
	  plugins/child/QtAssistant/src/resources/book.png,
	  plugins/child/QtAssistant/src/resources/find.png,
	  plugins/child/QtAssistant/src/ui:
	  
	  Prepare integration of new QtAssistant plugin

2009-12-07 21:36  pasnox

	* [r3414] monkey/src/main.cpp:
	  
	  Fix a bug that cause staticplugins to be created in a thread
	  different than the main one. Hopefully fix QtDesigner/QtAssistant
	  qthread errors.

2009-12-07 00:47  pasnox

	* [r3413] monkey/src/maininterface/ui/UIAbout.cpp:
	  
	  Fix xMas splashscreen bug.

2009-12-07 00:45  pasnox

	* [r3412] build.pro:
	  
	  

2009-12-06 01:31  pasnox

	* [r3411] monkey/src/workspace/pAbstractChild.h:
	  
	  Small fix

2009-12-05 20:51  pasnox

	* [r3410] monkey/src/pluginsmanager/ChildPlugin.h:
	  
	  make the member const

2009-12-05 13:49  pasnox

	* [r3409] monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  Small code update

2009-12-04 22:42  pasnox

	* [r3408] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  Remove dead code.

2009-12-04 21:24  pasnox

	* [r3407] plugins/builder/GNUMake/src/GNUMake.cpp:
	  
	  Enabled the try all properties so it can use GccParser.

2009-12-04 20:55  pasnox

	* [r3406] monkey/src/pluginsmanager/BasePlugin.h,
	  plugins/xup/PHP-Qt/src/PHPQt.cpp, plugins/xup/PyQt/src/PyQt.cpp,
	  plugins/xup/PyQt/src/PyQtProjectItem.h,
	  plugins/xup/XUP/src/XUP.cpp:
	  
	  Fix PyQt plugin loading bug.
	  Fix some crash on tring to configure plugins that does not allow
	  configuration.
	  Default initialize PluginInfos structure so default settings will
	  not crash mks.

2009-12-04 19:28  pasnox

	* [r3405] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Fix christmas splashscreen at startup.

2009-11-08 17:42  pasnox

	* [r3394] plugins/base/PostIt, plugins/base/base.pro,
	  plugins/xup/PHP-Qt/src/PHPQtProjectItem.cpp,
	  plugins/xup/PHP-Qt/src/PHPQtProjectItem.h,
	  plugins/xup/PyQt/src/PyQtProjectItem.cpp,
	  plugins/xup/PyQt/src/PyQtProjectItem.h:
	  
	  Deprecate PostIt plugin, It was unmaintened and bugguy.

2009-11-05 21:36  pasnox

	* [r3391] monkey/sdk/WorkspacePlugin.h,
	  monkey/src/pluginsmanager/WorkspacePlugin.h:
	  
	  Remove no longer used plugin interface

2009-11-05 21:35  pasnox

	* [r3390] datas/templates/C++/MkS Interpreter Plugin,
	  datas/templates/C++/MkS Interpreter Plugin/$Plugin Name$.pro,
	  datas/templates/C++/MkS Interpreter Plugin/$Resources
	  Path$$Plugin Name$.png, datas/templates/C++/MkS Interpreter
	  Plugin/$Resources Path$$Plugin Name$.qrc, datas/templates/C++/MkS
	  Interpreter Plugin/$Sources Path$$Plugin Name$.cpp,
	  datas/templates/C++/MkS Interpreter Plugin/$Sources Path$$Plugin
	  Name$.h, datas/templates/C++/MkS Interpreter Plugin/template.ini,
	  datas/templates/C++/MkS XUP Plugin, datas/templates/C++/MkS XUP
	  Plugin/$Plugin Name$.pro, datas/templates/C++/MkS XUP
	  Plugin/$Resources Path$$Plugin Name$.png, datas/templates/C++/MkS
	  XUP Plugin/$Resources Path$$Plugin Name$.qrc,
	  datas/templates/C++/MkS XUP Plugin/$Sources Path$$Plugin
	  Name$.cpp, datas/templates/C++/MkS XUP Plugin/$Sources
	  Path$$Plugin Name$.h, datas/templates/C++/MkS XUP
	  Plugin/template.ini:
	  
	  Finally finish to add Templates for creating MkS Plugins !!
	  Creating MkS Plugin was never so easy ;)

2009-11-05 21:34  pasnox

	* [r3389] datas/templates/C++/MkS Base Plugin/$Sources Path$$Plugin
	  Name$.cpp, datas/templates/C++/MkS Builder Plugin/$Sources
	  Path$$Plugin Name$.cpp, datas/templates/C++/MkS Builder
	  Plugin/$Sources Path$$Plugin Name$.h, datas/templates/C++/MkS
	  CLITool Plugin/$Sources Path$$Plugin Name$.cpp,
	  datas/templates/C++/MkS CLITool Plugin/$Sources Path$$Plugin
	  Name$.h, datas/templates/C++/MkS Child Plugin/$Sources
	  Path$$Plugin Name$.cpp, datas/templates/C++/MkS Child
	  Plugin/$Sources Path$$Plugin Name$.h, datas/templates/C++/MkS
	  Compiler Plugin/$Sources Path$$Plugin Name$.cpp,
	  datas/templates/C++/MkS Debugger Plugin/$Sources Path$$Plugin
	  Name$.cpp:
	  
	  Finally finish to add Templates for creating MkS Plugins !!
	  Creating MkS Plugin was never so easy ;)

2009-11-05 21:21  pasnox

	* [r3388] monkey/monkey.pro,
	  monkey/src/pluginsmanager/InterpreterPlugin.cpp,
	  monkey/src/pluginsmanager/InterpreterPlugin.h,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/Python/src/Python.cpp,
	  plugins/interpreter/Python/src/Python.h:
	  
	  Review InterpreterPlugin interface.
	  Update some plugins due to previous changes.

2009-11-04 20:23  pasnox

	* [r3387] datas/templates/C++/MkS Compiler Plugin,
	  datas/templates/C++/MkS Compiler Plugin/$Plugin Name$.pro,
	  datas/templates/C++/MkS Compiler Plugin/$Resources Path$$Plugin
	  Name$.png, datas/templates/C++/MkS Compiler Plugin/$Resources
	  Path$$Plugin Name$.qrc, datas/templates/C++/MkS Compiler
	  Plugin/$Sources Path$$Plugin Name$.cpp, datas/templates/C++/MkS
	  Compiler Plugin/$Sources Path$$Plugin Name$.h,
	  datas/templates/C++/MkS Compiler Plugin/template.ini,
	  datas/templates/C++/MkS Debugger Plugin, datas/templates/C++/MkS
	  Debugger Plugin/$Plugin Name$.pro, datas/templates/C++/MkS
	  Debugger Plugin/$Resources Path$$Plugin Name$.png,
	  datas/templates/C++/MkS Debugger Plugin/$Resources Path$$Plugin
	  Name$.qrc, datas/templates/C++/MkS Debugger Plugin/$Sources
	  Path$$Plugin Name$.cpp, datas/templates/C++/MkS Debugger
	  Plugin/$Sources Path$$Plugin Name$.h, datas/templates/C++/MkS
	  Debugger Plugin/template.ini:
	  
	  Add new mks plugins templates.

2009-11-04 20:10  pasnox

	* [r3386] datas/templates/C++/MkS CLITool Plugin/$Sources
	  Path$$Plugin Name$.cpp, monkey/monkey.pro,
	  monkey/src/pluginsmanager/CompilerPlugin.cpp,
	  monkey/src/pluginsmanager/CompilerPlugin.h:
	  
	  Refactore a little CompilerPlugin.
	  Some templates fix.

2009-11-04 19:28  pasnox

	* [r3385] datas/templates/C++/MkS CLITool Plugin/template.ini:
	  
	  Remove dead variables

2009-11-03 22:53  pasnox

	* [r3384] datas/templates/C++/MkS Builder Plugin,
	  datas/templates/C++/MkS Builder Plugin/$Plugin Name$.pro,
	  datas/templates/C++/MkS Builder Plugin/$Resources Path$$Plugin
	  Name$.png, datas/templates/C++/MkS Builder Plugin/$Resources
	  Path$$Plugin Name$.qrc, datas/templates/C++/MkS Builder
	  Plugin/$Sources Path$$Plugin Name$.cpp, datas/templates/C++/MkS
	  Builder Plugin/$Sources Path$$Plugin Name$.h,
	  datas/templates/C++/MkS Builder Plugin/template.ini,
	  datas/templates/C++/MkS CLITool Plugin, datas/templates/C++/MkS
	  CLITool Plugin/$Plugin Name$.pro, datas/templates/C++/MkS CLITool
	  Plugin/$Sources Path$$Plugin Name$.cpp, datas/templates/C++/MkS
	  CLITool Plugin/$Sources Path$$Plugin Name$.h,
	  datas/templates/C++/MkS CLITool Plugin/template.ini,
	  datas/templates/C++/MkS Child Plugin, datas/templates/C++/MkS
	  Child Plugin/$Plugin Name$.pro, datas/templates/C++/MkS Child
	  Plugin/$Resources Path$$Plugin Name$.png, datas/templates/C++/MkS
	  Child Plugin/$Resources Path$$Plugin Name$.qrc,
	  datas/templates/C++/MkS Child Plugin/$Sources Path$$Plugin
	  Name$.cpp, datas/templates/C++/MkS Child Plugin/$Sources
	  Path$$Plugin Name$.h, datas/templates/C++/MkS Child
	  Plugin/template.ini:
	  
	  Add new MkS Plugin templates

2009-11-03 22:40  pasnox

	* [r3383] datas/templates/C++/MkS Base Plugin/template.ini,
	  monkey/monkey.pro, monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/pluginsmanager/BuilderPlugin.cpp,
	  monkey/src/pluginsmanager/BuilderPlugin.h,
	  monkey/src/pluginsmanager/CLIToolPlugin.cpp,
	  monkey/src/pluginsmanager/CLIToolPlugin.h,
	  monkey/src/pluginsmanager/InterpreterPlugin.h,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/Python/src/Python.cpp:
	  
	  Update some plugins API interface.
	  Fix some code due to previous changes.

2009-11-02 22:19  pasnox

	* [r3381] datas/templates/C++/MkS Base Plugin,
	  datas/templates/C++/MkS Base Plugin/$Plugin Name$.pro,
	  datas/templates/C++/MkS Base Plugin/$Resources Path$$Plugin
	  Name$.png, datas/templates/C++/MkS Base Plugin/$Resources
	  Path$$Plugin Name$.qrc, datas/templates/C++/MkS Base
	  Plugin/$Sources Path$$Plugin Name$.cpp, datas/templates/C++/MkS
	  Base Plugin/$Sources Path$$Plugin Name$.h,
	  datas/templates/C++/MkS Base Plugin/template.ini,
	  monkey/src/resources/icons/templates/mks.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/templatesmanager/pTemplatesManager.cpp:
	  
	  Add "MkS Base Plugin" template for allow user to create custom
	  plugins for mks ! ( others types will comes shortly )
	  Fix a bug in the templates manager that overwrite files that does
	  not change in the process fixing a bug that cause images to be
	  corrupted.
	  Add new template icon ( mks ).

2009-11-02 20:50  pasnox

	* [r3380] monkey/src/templatesmanager/ui/UITemplatesWizard.cpp:
	  
	  Fix a bug that does not default to defaultProjectsDirectory()
	  when no recents path has been defined.

2009-10-31 17:33  hlamer

	* [r3379] installs.pri, qscintilla/qscintilla_check.pri:
	  
	  merged changes from the trunk

2009-10-29 12:44  pasnox

	* [r3377] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/statusbar/StatusBar.cpp:
	  
	  Enhance Mac OS X Rendering of some widgets.

2009-10-28 22:03  hlamer

	* [r3376] monkey/src/consolemanager/CommandParser.h,
	  plugins/compiler/Gcc, plugins/compiler/compiler.pro:
	  
	  moved Gcc plugin to _tmp...

2009-10-28 21:37  hlamer

	* [r3375] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp:
	  
	  build fix

2009-10-28 21:29  hlamer

	* [r3374] plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/builder/MSVCMake, plugins/builder/builder.pro,
	  plugins/compiler/Gcc, plugins/compiler/compiler.pro,
	  plugins/plugins.pro:
	  
	  current progress

2009-10-28 21:13  hlamer

	* [r3373] monkey/src/consolemanager/AbstractCommandParser.h,
	  monkey/src/consolemanager/CommandParser.cpp,
	  monkey/src/consolemanager/CommandParser.h, plugins/builder,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp:
	  
	  temp commit

2009-10-28 20:46  hlamer

	* [r3372] plugins/builder, plugins/compiler/Gcc,
	  plugins/compiler/Gpp, plugins/compiler/MSVC,
	  plugins/compiler/compiler.pro:
	  
	  moved builders and compilers to temp and old codes

2009-10-28 15:07  hlamer

	* [r3371] monkey/monkey.pro, monkey/sdk/AbstractCommandParser.h,
	  monkey/sdk/pCommandParser.h,
	  monkey/src/consolemanager/AbstractCommandParser.h,
	  monkey/src/consolemanager/CommandParser.cpp,
	  monkey/src/consolemanager/CommandParser.h,
	  monkey/src/consolemanager/pCommandParser.cpp,
	  monkey/src/consolemanager/pCommandParser.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/pluginsmanager/CLIToolPlugin.h,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  plugins/compiler/compiler.pro, plugins/interpreter/PHP/PHP.pro,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/PHP/src/PHPParser.h,
	  plugins/interpreter/Python/Python.pro,
	  plugins/interpreter/Python/src/Python.cpp,
	  plugins/interpreter/Python/src/Python.h,
	  plugins/interpreter/Python/src/PythonParser.h,
	  plugins/plugins.pro:
	  
	  starting new parsing support

2009-10-22 08:03  pasnox

	* [r3370] plugins/base/FileWatcher/src/FileWatcher.cpp:
	  
	  Fix a crash in the FileWatcher::fileChanged() member.

2009-10-19 07:06  pasnox

	* [r3369] build.pro:
	  
	  

2009-10-16 15:16  pasnox

	* [r3368] qscintilla/QScintilla-gpl-snapshot/Python/configure.py,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciabstractapis.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexercustom.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerfortran.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerfortran77.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpascal.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpostscript.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerspice.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexertcl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerverilog.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexerxml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscilexeryaml.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscistyle.sip,
	  qscintilla/QScintilla-gpl-snapshot/Python/sip/qscistyledtext.sip,
	  qscintilla/QScintilla-gpl-snapshot/Qt3,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciabstractapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexercustom.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerfortran.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerfortran77.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpascal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpostscript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexerxml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscilexeryaml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscistyle.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/Qsci/qscistyledtext.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/SciClasses.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciabstractapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexercustom.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerfortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerfortran77.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpostscript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexerxml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscilexeryaml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_es.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscistyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt3/qscistyledtext.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciabstractapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexercustom.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerfortran.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerfortran77.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpascal.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpostscript.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerspice.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerverilog.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexerxml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscilexeryaml.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscistyle.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/Qsci/qscistyledtext.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciabstractapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexercustom.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerfortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerfortran77.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpostscript.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerspice.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerverilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexerxml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscilexeryaml.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_es.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscistyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/Qt4/qscistyledtext.cpp,
	  qscintilla/QScintilla-gpl-snapshot/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/Scintilla/annotations.png,
	  qscintilla/QScintilla-gpl-snapshot/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/Scintilla/styledmargin.png,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAbstractAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciAbstractAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCustom-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerCustom.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran77-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerFortran77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPascal-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPascal.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPostScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPostScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerXML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerXML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerYAML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciLexerYAML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyle-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyle.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyledText-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/classQsciStyledText.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_63b5f4d5e40d98e806b698e3f9cd374a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dir_b37846fe0009b95cde3c826d6f6645e0.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_enum.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAbstractAPIs-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciAbstractAPIs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCustom-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerCustom.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran77-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerFortran77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPascal-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPascal.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPostScript-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPostScript.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerSpice.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerVerilog.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerXML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerXML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerYAML-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciLexerYAML.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyle-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyle.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyledText-members.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/classQsciStyledText.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_6f90508cb43726e1f7c7ce20fc2bb9c4.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_9338d1b7957f98417304a449ac5cd2ce.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_e1fde403bd8d563c20728c2ecfe630e7.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dir_eb8ad9335177d7e7a90e88f46c868b9e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-snapshot/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-snapshot/example-Qt3,
	  qscintilla/QScintilla-gpl-snapshot/example-Qt3/application.cpp,
	  qscintilla/QScintilla-gpl-snapshot/example-Qt3/application.h,
	  qscintilla/QScintilla-gpl-snapshot/example-Qt3/application.pro,
	  qscintilla/QScintilla-gpl-snapshot/example-Qt3/fileopen.xpm,
	  qscintilla/QScintilla-gpl-snapshot/example-Qt3/fileprint.xpm,
	  qscintilla/QScintilla-gpl-snapshot/example-Qt3/filesave.xpm,
	  qscintilla/QScintilla-gpl-snapshot/example-Qt3/main.cpp,
	  qscintilla/QScintilla-gpl-snapshot/include/Face.py,
	  qscintilla/QScintilla-gpl-snapshot/include/HFacer.py,
	  qscintilla/QScintilla-gpl-snapshot/include/Platform.h,
	  qscintilla/QScintilla-gpl-snapshot/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-snapshot/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-snapshot/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-snapshot/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-snapshot/qsci/api/python/Python-2.6.api,
	  qscintilla/QScintilla-gpl-snapshot/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-snapshot/src/Document.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/Document.h,
	  qscintilla/QScintilla-gpl-snapshot/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/Editor.h,
	  qscintilla/QScintilla-gpl-snapshot/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/Indicator.h,
	  qscintilla/QScintilla-gpl-snapshot/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexAbaqus.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexCOBOL.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexGen.py,
	  qscintilla/QScintilla-gpl-snapshot/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexMagik.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexMySQL.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexNimrod.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexPowerPro.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexPowerShell.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexSML.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexSorcus.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexTACL.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexTAL.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/PerLine.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/PerLine.h,
	  qscintilla/QScintilla-gpl-snapshot/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/RESearch.h,
	  qscintilla/QScintilla-gpl-snapshot/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-snapshot/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-snapshot/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-snapshot/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-snapshot/src/ViewStyle.h:
	  
	  Update qscintilla to version 2.4..-svn20090819

2009-10-16 14:38  pasnox

	* [r3367] qscintilla/qscintilla.pri:
	  
	  Update qscintilla sources path due to previous change.

2009-10-16 14:35  pasnox

	* [r3366] qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309,
	  qscintilla/QScintilla-gpl-snapshot:
	  
	  Rename qscintilla sources path

2009-10-16 12:37  pasnox

	* [r3365] plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp:
	  
	  Fix a bug that cause open assistant but not the current document
	  to not become the current one when clicking en try in the
	  assistant dock.

2009-10-16 12:20  pasnox

	* [r3364] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a crash that occur when having assistant child open and not
	  the current document and asking to close the application.

2009-10-16 07:42  pasnox

	* [r3363] monkey/src/workspace/pAbstractChild.h:
	  
	  Remove Close action shortcut of the pAbstractChild (
	  QMdiSubWindow ) because on some platform they conflict with the
	  menubar one that does the same thing.

2009-10-15 22:58  pasnox

	* [r3362] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Fix fucking bug that randomly set active sub window different
	  than the current one when closing the search widget.
	  It seem signal / slot behavior. i simply change the focus before
	  hiding the search widget and all goes ok !

2009-10-15 20:52  pasnox

	* [r3361] build.pro, monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Remove old code related to internal core file watcher tracking.
	  Remove dead code / settings in the global application settings.

2009-10-15 15:42  pasnox

	* [r3359] monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug that cause the activation of the previous/next window
	  to not work as expected since the integration the new workspace.
	  It now check the view mode to considerate the action.

2009-10-14 19:48  pasnox

	* [r3358] plugins/base/FileWatcher/src/FileWatcher.cpp:
	  
	  FileWatcher plugin no longer claim it has a settings widget.

2009-10-14 19:43  pasnox

	* [r3357] monkey/src/workspace/pWorkspace.cpp,
	  plugins/base/FileWatcher/src/FileWatcher.cpp:
	  
	  Move some code from plugin to workspace.

2009-10-13 21:57  pasnox

	* [r3356] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/resources/icons/file/reload.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/FileWatcher/src/FileWatcher.cpp:
	  
	  FileWatcher plugin no longer have its dedicated file watcher
	  object, instead it use the core manager one.
	  Add the reload action in file menu and opened files list view
	  context menu.

2009-10-13 21:55  pasnox

	* [r3355] monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h:
	  
	  Now use activated() signal instead of doubleClick one in the
	  project manager view, so we can open file by single or double
	  click depending the desktop settings.

2009-10-13 21:11  pasnox

	* [r3354] plugins/base/FileWatcher/src/FileWatcher.cpp,
	  plugins/base/FileWatcher/src/FileWatcher.h,
	  plugins/base/FileWatcher/src/resources/FileWatcher.qrc,
	  plugins/base/FileWatcher/src/resources/icons/deleted.png,
	  plugins/base/FileWatcher/src/resources/icons/modified-deleted.png,
	  plugins/base/FileWatcher/src/resources/icons/modified-externally-deleted.png,
	  plugins/base/FileWatcher/src/resources/icons/modified-externally-modified.png,
	  plugins/base/FileWatcher/src/resources/icons/modified-locally-externally.png,
	  plugins/base/FileWatcher/src/resources/icons/modified.png:
	  
	  Update icons.
	  Update filewatcher plugin.

2009-10-09 21:10  pasnox

	* [r3353] monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h,
	  plugins/base/FileWatcher/src/FileWatcher.cpp:
	  
	  pOpenedFileModel class can now handle custom tooltips.
	  FileWatcher plugin now handle custom tooltips for open files list
	  dock.
	  Fix a bug in the FileWatcher plugin that display bad icon when
	  file externally deleted and local modified document being saved.

2009-10-09 11:36  hlamer

	* [r3352] config.pri:
	  
	  build fix, froblem with UI_DIR do not included to INCLUDEPATH

2009-10-07 22:43  pasnox

	* [r3351] plugins/base/FileWatcher,
	  plugins/base/FileWatcher/FileWatcher.pro,
	  plugins/base/FileWatcher/src,
	  plugins/base/FileWatcher/src/FileWatcher.cpp,
	  plugins/base/FileWatcher/src/FileWatcher.h,
	  plugins/base/FileWatcher/src/resources,
	  plugins/base/FileWatcher/src/resources/FileWatcher.qrc,
	  plugins/base/FileWatcher/src/resources/icons,
	  plugins/base/FileWatcher/src/resources/icons/filewatcher.png,
	  plugins/base/FileWatcher/src/resources/icons/modified-deleted.png,
	  plugins/base/FileWatcher/src/resources/icons/modified-locally-externally.png,
	  plugins/base/base.pro:
	  
	  Introduce FileWatcher plugin witch will replace the file watcher
	  in the core.

2009-10-07 22:38  pasnox

	* [r3350] monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h:
	  
	  Add the possibility to set custom icons for documents model.

2009-10-07 22:34  pasnox

	* [r3349] monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h:
	  
	  Add missing documentModifiedChanged() signal from workspace

2009-10-07 22:33  pasnox

	* [r3348] monkey/src/workspace/pChild.cpp:
	  
	  Block signal while loading file to avoid workspace update for
	  nothing.

2009-10-07 17:38  pasnox

	* [r3347] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Make the code more readable.

2009-10-07 16:58  pasnox

	* [r3346] monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h:
	  
	  Add getter for the model

2009-10-07 16:57  pasnox

	* [r3345] monkey/src/workspace/pAbstractChild.h:
	  
	  Add a way to get document codec pointer

2009-10-07 16:57  pasnox

	* [r3344] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Make the code more readable.

2009-10-07 16:50  pasnox

	* [r3343] monkey/src/pluginsmanager/BasePlugin.cpp:
	  
	  Fix a bad plugins initialization way.

2009-10-07 16:48  pasnox

	* [r3342] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Fix a regression bug in reading project settings.

2009-10-05 21:09  pasnox

	* [r3341] monkey/src/pluginsmanager/BasePlugin.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.cpp:
	  
	  Fix assert in plugins management using a dialog in debug mode.
	  Fix current index visibility in opened files list dock.

2009-10-05 20:17  pasnox

	* [r3340] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp:
	  
	  Fix beaverdbg plugin crash on updateRunAction()

2009-10-04 13:43  pasnox

	* [r3339] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug that could let some menu visible after deactiving
	  plugins and that current project have no actions to populate.

2009-10-04 13:39  pasnox

	* [r3338] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Fix beaver plugin.
	  Set beaver debugger the default one.

2009-10-03 14:56  pasnox

	* [r3337] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Fix small bug that cause file dialog to always been shown when
	  giving true to allowToAskUser parameter in
	  XUPProjectItem::targetFilePath()

2009-10-03 14:31  pasnox

	* [r3336] monkey/src/consolemanager/pCommand.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Fix project target execution, no longer hack by checking command
	  text for 'execute' now target execution command are flaggued.

2009-10-03 14:02  hlamer

	* [r3335] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp:
	  
	  removed temp codes from the beaver plugin

2009-10-03 13:12  pasnox

	* [r3334] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp:
	  
	  Use proper api

2009-10-03 12:56  pasnox

	* [r3333] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h:
	  
	  Rework the api to add target type and platform type possibility.

2009-10-02 17:08  hlamer

	* [r3332] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h:
	  
	  improved XUPProjectItem::targetFileName()

2009-09-28 16:12  hlamer

	* [r3331] build.pro:
	  
	  fix for build MkS on multicore system

2009-09-28 16:04  hlamer

	* [r3330] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h:
	  
	  Beaver debugger gets and checks target file

2009-09-26 15:49  pasnox

	* [r3329] monkey/src/workspace/pOpenedFileExplorer.ui:
	  
	  Fix os x margin for Opened Files Dock

2009-09-25 21:52  pasnox

	* [r3328] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h:
	  
	  Add basic implementation of targetFilePAth() a member that return
	  absolutefilepath for the project target.

2009-09-25 21:21  pasnox

	* [r3327] monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.cpp,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/gui/VariablesEditor.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.cpp,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.cpp:
	  
	  Remove some old api from pMonkeyStudio, patch code according to
	  changes.

2009-09-25 20:16  pasnox

	* [r3326] plugins/base/UpdateChecker/src/ui/UIUpdateChecker.cpp,
	  plugins/base/UpdateChecker/src/ui/UIUpdateChecker.h:
	  
	  Remove internal Version class and take advantage of the pVersion
	  class.

2009-09-25 20:16  pasnox

	* [r3325] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/pluginsmanager/BasePlugin.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  Fix possible crash and bad handling in plugins manager

2009-09-25 20:15  pasnox

	* [r3324] fresh/fresh.pro, fresh/objects/pVersion.cpp,
	  fresh/objects/pVersion.h, fresh/sdk/pVersion.h:
	  
	  Introduce pVersion class in fresh framework.
	  It's a class that allow application ( or waht ever you want )
	  version comparaison on 4 numbers separated by a point ( ie:
	  1.8.4.0, major, minor, patch, build ). It can be followed by a
	  string version like for beta : 1.8.4.0b1

2009-09-25 14:59  hlamer

	* [r3322] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h:
	  
	  added status bar item for Beaver

2009-09-25 09:01  pasnox

	* [r3321] plugins/child/QtDesigner/src/3rdparty/designer/4.6,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.6/pluginmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.6/previewmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.6/qdesigner_integration_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.6/shared_enums_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.6/shared_global_p.h:
	  
	  Add support for Qt 4.6 for QtDesigner plugin

2009-09-24 22:58  pasnox

	* [r3320] plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.ui:
	  
	  Fix bug in the help open management.
	  Due to new pAbstractChild api it was bugguy.

2009-09-24 19:21  pasnox

	* [r3319] monkey/src/workspace/pWorkspace.cpp:
	  
	  Opened Files dock is shown only when using no tabs view mode (
	  but it's still possible to force it to show )

2009-09-24 19:11  pasnox

	* [r3318] monkey/src/workspace/pWorkspace.cpp:
	  
	  Small fix to avoid flickering when mainwindow gain/lost focus as
	  mdi subwindows last focus too, setting current windows to null.

2009-09-24 16:07  hlamer

	* [r3317] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h:
	  
	  can run and stop debugger

2009-09-24 15:28  hlamer

	* [r3316] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h:
	  
	  plugin saves settings

2009-09-24 15:18  hlamer

	* [r3315] plugins/builder/GNUMake/src/GnuMakePatterns.h:
	  
	  small fix

2009-09-24 15:05  hlamer

	* [r3314] monkey/src/pluginsmanager/BasePlugin.h,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MkSShell/src/MkSShell.h,
	  plugins/base/PostIt/src/PostIt.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/UpdateChecker/src/UpdateChecker.h,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/compiler/Gcc/src/Gcc.h, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/Python/src/Python.h,
	  plugins/network/Irc/src/Irc.h, plugins/xup/PHP-Qt/src/PHPQt.h,
	  plugins/xup/QMake/src/QMake.h:
	  
	  plugin api fixes

2009-09-23 16:49  hlamer

	* [r3313] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.pro,
	  plugins/debugger/BeaverDebugger/BeaverDebuggerSettings.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebuggerSettings.h,
	  plugins/debugger/BeaverDebugger/resources/BeaverDebugger.qrc,
	  plugins/debugger/BeaverDebugger/resources/icons/open.png:
	  
	  Beaver Debugger settings dialog

2009-09-22 18:03  pasnox

	* [r3312] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Add support for choosing default sorting mode for Opened Files
	  List dock in settings.
	  Remove document text icon.
	  Add support for new workspace view mode in settings and main
	  menu.
	  Remove sort action in the Opened Files List dock titlebar.
	  Some cleaning.

2009-09-22 15:49  pasnox

	* [r3311] monkey/src/resources/icons/openedfileexplorer,
	  monkey/src/resources/icons/openedfileexplorer/view-list-tree.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/workspace/pOpenedFileExplorer.ui:
	  
	  Add new icon for Opened File Explorer dock

2009-09-22 15:46  hlamer

	* [r3310] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h:
	  
	  better Beaver Detection dialog

2009-09-21 18:11  pasnox

	* [r3309] monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug in pWorkspace::setCurrentDocument() that cause QMdiArea
	  strange behavior with the mainwindow title

2009-09-21 16:37  hlamer

	* [r3308] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h:
	  
	  

2009-09-21 16:35  pasnox

	* [r3307] monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug that cause document to not being marked modified after
	  internal traitements ( auto eol convertion, indentation use
	  tabs/space convertion etc )

2009-09-20 20:48  hlamer

	* [r3306] Doxyfile:
	  
	  updated doxygen config

2009-09-20 14:57  pasnox

	* [r3305] monkey/src/workspace/pWorkspace.cpp:
	  
	  Workaround a QMdiArea bug that does not show maximized the active
	  window when switching from sdi to mdi mode.

2009-09-20 14:23  pasnox

	* [r3304] monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileExplorer.ui,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  The sortDocuments member for sorting document in the opened file
	  model is now based on a timer, this could speed up multiple calls
	  to sortDocuments when restoring a list of files ( session ).
	  Reactivate the quick file access combobox.

2009-09-20 12:55  pasnox

	* [r3303] monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileExplorer.ui,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Add support for drag & drop of items in the new Opened Files
	  Explorer dock.
	  Little extend the pWorkspace class.

2009-09-19 20:45  hlamer

	* [r3302] monkey/src/pluginsmanager/BasePlugin.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MkSShell/src/MkSShell.cpp,
	  plugins/base/MkSShell/src/MkSShell.h,
	  plugins/base/PostIt/src/PostIt.cpp,
	  plugins/base/PostIt/src/PostIt.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/UpdateChecker/src/UpdateChecker.cpp,
	  plugins/base/UpdateChecker/src/UpdateChecker.h,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/compiler/Gcc/src/Gcc.cpp, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/Python/src/Python.cpp,
	  plugins/interpreter/Python/src/Python.h,
	  plugins/network/Irc/src/Irc.cpp, plugins/network/Irc/src/Irc.h,
	  plugins/xup/PHP-Qt/src/PHPQt.cpp, plugins/xup/PHP-Qt/src/PHPQt.h,
	  plugins/xup/PyQt/src/PyQt.cpp, plugins/xup/PyQt/src/PyQt.h,
	  plugins/xup/QMake/src/QMake.cpp, plugins/xup/QMake/src/QMake.h,
	  plugins/xup/XUP/src/XUP.cpp, plugins/xup/XUP/src/XUP.h:
	  
	  finished BasePlugin optimisation. Removed from the project about
	  220 LOC. I hope plugin interface became simpler

2009-09-19 10:49  hlamer

	* [r3301] monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MkSShell/src/MkSShell.cpp,
	  plugins/base/MkSShell/src/MkSShell.h,
	  plugins/base/PostIt/src/PostIt.cpp,
	  plugins/base/PostIt/src/PostIt.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/UpdateChecker/src/UpdateChecker.cpp,
	  plugins/base/UpdateChecker/src/UpdateChecker.h,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/compiler/Gcc/src/Gcc.cpp, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/Python/src/Python.cpp,
	  plugins/interpreter/Python/src/Python.h,
	  plugins/network/Irc/src/Irc.cpp, plugins/network/Irc/src/Irc.h,
	  plugins/xup/PHP-Qt/src/PHPQt.cpp, plugins/xup/PHP-Qt/src/PHPQt.h,
	  plugins/xup/PyQt/src/PyQt.cpp, plugins/xup/PyQt/src/PyQt.h,
	  plugins/xup/QMake/src/QMake.cpp, plugins/xup/QMake/src/QMake.h,
	  plugins/xup/XUP/src/XUP.cpp, plugins/xup/XUP/src/XUP.h:
	  
	  further plugins interface optimisation

2009-09-19 10:28  pasnox

	* [r3300] monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileExplorer.ui,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Added context menu support for the opened file explorer dock.
	  The usuability should now be near equal to the old one, except
	  drag & drop of item is now yet implemented.

2009-09-19 10:20  pasnox

	* [r3299] monkey/src/workspace/pChild.cpp:
	  
	  Set default icon

2009-09-19 10:12  pasnox

	* [r3298] monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Introcude an api to be informed of document modified state.
	  The new opened file explorer dock use it to mark the file as
	  modified.

2009-09-19 09:50  pasnox

	* [r3297] monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h:
	  
	  Fix the opened file dock syncro with workspace.

2009-09-19 00:38  pasnox

	* [r3296] monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.ui,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.h:
	  
	  Fix a bug that cause pOpenedFileModel to be wrong when removing
	  rows.
	  Fix a bug that does not sort model after inserting rows.
	  Add a unhandleDocument() member in the workspace that does the
	  contrary of handleDocument.
	  Fix bugs in Qt Assistant that does not allow it to be shown in
	  opened files and closable.

2009-09-18 23:30  hlamer

	* [r3295] monkey/monkey.pro,
	  monkey/src/pluginsmanager/BasePlugin.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MkSShell/src/MkSShell.cpp,
	  plugins/base/MkSShell/src/MkSShell.h,
	  plugins/base/PostIt/src/PostIt.cpp,
	  plugins/base/PostIt/src/PostIt.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/UpdateChecker/src/UpdateChecker.cpp,
	  plugins/base/UpdateChecker/src/UpdateChecker.h,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/compiler/Gcc/src/Gcc.cpp, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/Python/src/Python.cpp,
	  plugins/interpreter/Python/src/Python.h,
	  plugins/network/Irc/src/Irc.cpp, plugins/network/Irc/src/Irc.h,
	  plugins/xup/PHP-Qt/src/PHPQt.cpp, plugins/xup/PHP-Qt/src/PHPQt.h,
	  plugins/xup/PyQt/src/PyQt.cpp, plugins/xup/PyQt/src/PyQt.h,
	  plugins/xup/QMake/src/QMake.cpp, plugins/xup/QMake/src/QMake.h,
	  plugins/xup/XUP/src/XUP.cpp, plugins/xup/XUP/src/XUP.h:
	  
	  BasePlugin api simplification

2009-09-18 23:15  pasnox

	* [r3294] monkey/monkey.pro, monkey/sdk/pOpenedFileExplorer.h,
	  monkey/sdk/pOpenedFileModel.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/resources/icons/file/sort.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/workspace/pOpenedFileExplorer.cpp,
	  monkey/src/workspace/pOpenedFileExplorer.h,
	  monkey/src/workspace/pOpenedFileExplorer.ui,
	  monkey/src/workspace/pOpenedFileModel.cpp,
	  monkey/src/workspace/pOpenedFileModel.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Introduce new Opened Files dock which has the possibility to
	  dynamically sort the list like kate does.

2009-09-18 18:25  pasnox

	* [r3293] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/pluginsmanager/ChildPlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/variablesmanager/VariablesManager.cpp,
	  monkey/src/workspace/UISaveFiles.cpp,
	  monkey/src/workspace/UISaveFiles.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.ui,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h:
	  
	  Rewrite & Cleanup pWorkspace using QMdiArea and its associated
	  class pFileManager.
	  Update ChildPlugin interface.
	  Update code due to previous changes

2009-09-18 16:50  hlamer

	* [r3292] plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h:
	  
	  debugger progress

2009-09-18 16:19  hlamer

	* [r3291] plugins/debugger/BeaverDebugger,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.cpp,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.h,
	  plugins/debugger/BeaverDebugger/BeaverDebugger.pro,
	  plugins/debugger/BeaverDebugger/resources,
	  plugins/debugger/BeaverDebugger/resources/BeaverDebugger.qrc,
	  plugins/debugger/BeaverDebugger/resources/icons,
	  plugins/debugger/BeaverDebugger/resources/icons/beaverdbg.png,
	  plugins/debugger/debugger.pro:
	  
	  Debugger plugin template

2009-09-14 19:54  pasnox

	* [r3289] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Added project commands now take the project path as working
	  directory if it's empty.

2009-09-13 10:46  pasnox

	* [r3288] config.pri,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp:
	  
	  Update development version to 1.8.4.0b3
	  Remove useless message when looking up for Qt documentation

2009-09-11 23:54  pasnox

	* [r3285] fresh/widgets/pQueuedMessageWidget.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Update default font size.
	  Update configuration of file externally modified message.

2009-09-11 23:43  pasnox

	* [r3284] fresh/widgets/pQueuedMessageToolBar.cpp,
	  fresh/widgets/pQueuedMessageToolBar.h,
	  fresh/widgets/pQueuedMessageWidget.cpp,
	  fresh/widgets/pQueuedMessageWidget.h,
	  fresh/widgets/pQueuedStatusBar.cpp,
	  fresh/widgets/pQueuedStatusBar.h,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/resources/icons/messages,
	  monkey/src/resources/icons/messages/infos.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/statusbar/StatusBar.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp:
	  
	  Add some ehnancements to the new messages manager

2009-09-10 21:09  pasnox

	* [r3283] monkey/src/statusbar/StatusBar.cpp,
	  monkey/src/statusbar/StatusBar.h:
	  
	  Cleanup the new StatusBar

2009-09-10 20:50  pasnox

	* [r3282] monkey/monkey.pro, monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/statusbar/StatusBar.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  plugins/xup/PHP-Qt/src/PHPQtProjectItem.cpp,
	  plugins/xup/PyQt/src/PyQtProjectItem.cpp:
	  
	  Fix build error due to previous changes.

2009-09-10 20:43  pasnox

	* [r3281] monkey/sdk/QueuedStatusBar.h, monkey/sdk/StatusBar.h:
	  
	  Update monkey sdk

2009-09-10 20:37  pasnox

	* [r3280] fresh/fresh.pro, fresh/sdk/pQueuedMessageToolBar.h,
	  fresh/widgets/pQueuedMessageToolBar.cpp,
	  fresh/widgets/pQueuedMessageToolBar.h,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/queuedstatusbar,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/statusbar, monkey/src/statusbar/QueuedStatusBar.cpp,
	  monkey/src/statusbar/QueuedStatusBar.h,
	  monkey/src/statusbar/StatusBar.cpp,
	  monkey/src/statusbar/StatusBar.h,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Introduce pQueuedMessageToolBar which is a clone a the yellow top
	  toolbar shown in many browsers when requesting user action.
	  REwork the statusbar to no longer being a queued message widget.
	  General fix due to the last changes.

2009-09-05 16:07  pasnox

	* [r3279] plugins/builder/GNUMake/src/GNUMakeParser.h:
	  
	  Fix build error on linux box

2009-09-05 15:12  hlamer

	* [r3278] monkey/src/xupmanager/gui/VariablesEditor.h,
	  plugins/xup/PHP-Qt/PHP-Qt.pro, plugins/xup/PyQt/PyQt.pro:
	  
	  fixed windows build

2009-09-05 13:54  hlamer

	* [r3276] outputparsing/gnumake.py:
	  
	  fixed temp code

2009-09-05 00:20  hlamer

	* [r3275] outputparsing, outputparsing/gnumake.py,
	  outputparsing/parsing.py,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/builder/GNUMake/src/GnuMakePatterns.h:
	  
	  automatically generated GNU Make parser

2009-09-03 19:48  pasnox

	* [r3274]
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_ru.ts:
	  
	  Cancel hlamer commit 3273

2009-09-03 18:03  pasnox

	* [r3272] monkey/src/xupmanager/core/XUPProjectItemHelper.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.h,
	  plugins/xup/XUP/src/gui/UIXUPEditor.ui:
	  
	  Add the possibility to change the variable editor visibility in
	  UIXUPEditor.
	  No longer store a relative path for dynamic folder settings.

2009-09-03 12:36  pasnox

	* [r3271] monkey/monkey.pro, monkey/sdk/VariablesEditor.h,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/gui/CommandsEditor.ui,
	  monkey/src/xupmanager/gui/VariablesEditor.cpp,
	  monkey/src/xupmanager/gui/VariablesEditor.h,
	  monkey/src/xupmanager/gui/VariablesEditor.ui,
	  plugins/xup/XUP/src/gui/UIXUPEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.h,
	  plugins/xup/XUP/src/gui/UIXUPEditor.ui:
	  
	  Clean up UIXUPEditor by exporting to a external class the
	  variable editor.
	  This make it reusable and more readible code for the editor.

2009-09-02 21:59  pasnox

	* [r3270] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  plugins/plugins.pri, plugins/xup/PHP-Qt/PHP-Qt.pro,
	  plugins/xup/PHP-Qt/src/PHPQt.cpp, plugins/xup/PHP-Qt/src/gui,
	  plugins/xup/PyQt/PyQt.pro, plugins/xup/PyQt/src/PyQt.cpp,
	  plugins/xup/PyQt/src/gui,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.h,
	  plugins/xup/XUP/src/gui/UIXUPEditor.ui:
	  
	  Add many improvements to the UIXUPEditor class.
	  Update PHP-Qt & PyQt plugins to use the UIXUPEditor editor
	  instead of they own one allowing custom actions & dynamic folder
	  support for these kind of projects !
	  Some general bugs fix.
	  Update the plugins build object folder as the shared UIXUPEditor
	  classe must be recompiled for each plugin ( using PLUGIN_NAME )

2009-09-02 11:52  pasnox

	* [r3269] monkey/src/xupmanager/core/XUPProjectItemHelper.h,
	  monkey/src/xupmanager/gui/CommandsEditor.h:
	  
	  Fixed symbol exports for windows os...

2009-09-02 11:41  pasnox

	* [r3268] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  Replace qPrintable() by a .toLocal8Bit().constData() which
	  respect the os local encoding.

2009-09-02 07:48  pasnox

	* [r3267] monkey/src/xupmanager/core/XUPProjectItemHelper.cpp:
	  
	  Fix a bug that cause project to not create the
	  dynamicfolder.settings variable when needed, resulting to
	  properties not being saved.

2009-09-01 23:11  pasnox

	* [r3266] fresh/widgets/pStringListEditor.cpp,
	  fresh/widgets/pStringListEditor.h,
	  monkey/src/resources/icons/items/dynamicfolder.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  monkey/src/xupmanager/core/XUPFilteredProjectModel.cpp,
	  monkey/src/xupmanager/core/XUPFilteredProjectModel.h,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/core/XUPProjectItemHelper.cpp,
	  monkey/src/xupmanager/core/XUPProjectItemHelper.h,
	  monkey/src/xupmanager/core/XUPProjectModel.cpp,
	  monkey/src/xupmanager/core/XUPProjectModel.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.ui:
	  
	  Add primary support for DynamicFolder !

2009-08-31 17:49  pasnox

	* [r3264] plugins/base/UpdateChecker/src/ui/UIUpdateChecker.cpp,
	  plugins/base/UpdateChecker/src/ui/UIUpdateChecker.h:
	  
	  Fix a bug that cause identical versions check in UpdateChecker
	  plugin to badly say we are not up to date.

2009-08-31 16:51  hlamer

	* [r3263] doc, doc/create_html_version.sh,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_ru.ts:
	  
	  script for create docs from googlecode wiki

2009-08-31 12:06  pasnox

	* [r3262] qCtagsSense/src/qCtagsSenseSQL.cpp:
	  
	  Fix a possible crash while terminating the application and that a
	  thread try to get a query that open the database.

2009-08-31 11:49  pasnox

	* [r3261] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug that cause menu visibility to not being updated when
	  projects custom actions are modified.

2009-08-30 22:38  pasnox

	* [r3260] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/core/XUPProjectItemHelper.cpp,
	  monkey/src/xupmanager/core/XUPProjectItemHelper.h,
	  monkey/src/xupmanager/gui/CommandsEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.ui:
	  
	  Add the possibility to handle custom project actions define in
	  the settings scope !

2009-08-29 22:12  pasnox

	* [r3259] monkey/monkey.pro, monkey/sdk/CommandsEditor.h,
	  monkey/sdk/XUPProjectItemHelper.h,
	  monkey/src/xupmanager/core/XUPProjectItemHelper.cpp,
	  monkey/src/xupmanager/core/XUPProjectItemHelper.h,
	  monkey/src/xupmanager/gui/CommandsEditor.cpp,
	  monkey/src/xupmanager/gui/CommandsEditor.h,
	  monkey/src/xupmanager/gui/CommandsEditor.ui, plugins/xup/XUP,
	  plugins/xup/XUP/XUP.pro, plugins/xup/XUP/src,
	  plugins/xup/XUP/src/XUP.cpp, plugins/xup/XUP/src/XUP.h,
	  plugins/xup/XUP/src/gui, plugins/xup/XUP/src/gui/UIXUPEditor.cpp,
	  plugins/xup/XUP/src/gui/UIXUPEditor.h,
	  plugins/xup/XUP/src/gui/UIXUPEditor.ui, plugins/xup/xup.pro:
	  
	  Integrate WIP for XUP project editor

2009-08-27 21:18  pasnox

	* [r3256] config.pri:
	  
	  Update version string

2009-08-27 19:30  pasnox

	* [r3255] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Fix a bug that can cause files to not been found while using
	  include project files

2009-08-27 19:28  pasnox

	* [r3254] plugins/base/ClassBrowser/src/ClassBrowser.cpp:
	  
	  No longer recursively index files in folder of the toplevel
	  project, instead we query the root project to get all sources
	  files, that give less work to do for the indexer and less check.

2009-08-27 19:26  pasnox

	* [r3253] qCtagsSense/src/qCtagsSense.cpp,
	  qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.h,
	  qCtagsSense/src/qCtagsSenseKindFinder.cpp,
	  qCtagsSense/src/qCtagsSenseMembersModel.cpp:
	  
	  Fix some bugs in go to declaration / implementation & members
	  model used by the class browser

2009-08-27 19:23  pasnox

	* [r3252] monkey/monkey.pro:
	  
	  Fix bad translations paths

2009-08-27 19:22  pasnox

	* [r3251] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Add the error to the message while a project can't been opened

2009-08-27 19:21  pasnox

	* [r3250] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/core/XUPProjectModel.cpp,
	  monkey/src/xupmanager/core/XUPProjectModel.h:
	  
	  Added a TypeRole in the model that can return an item type from
	  the index data.
	  Added some members to allow getting children projects that is
	  used for the new member : sourcesFiles() &
	  topLevelProjectSourceFiles()

2009-08-26 16:57  pasnox

	* [r3249] monkey/src/qscintillamanager/pEditor.cpp:
	  
	  Fix bug #2437 - wait cursor always visible while saving a backup
	  under a filename that already exists.

2009-08-26 15:09  pasnox

	* [r3248] qCtagsSense/src/qCtagsSenseMembersModel.cpp:
	  
	  Fix a bug than can cause members to be rattached to a wrong
	  parent resulting to have corrupted tree with many root parents

2009-08-25 20:33  pasnox

	* [r3247] plugins/base/ClassBrowser/src/ClassBrowser.cpp:
	  
	  Small code cleanup in classbrowser plugin

2009-08-25 20:28  pasnox

	* [r3246] monkey/src/pluginsmanager/PluginsManager.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.h,
	  qCtagsSense/src/qCtagsSense.cpp, qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.h,
	  qCtagsSense/src/qCtagsSenseSQL.cpp,
	  qCtagsSense/src/qCtagsSenseSQL.h:
	  
	  Update qCtagsSense framework & classbrowser plugin : added the
	  possibility to use physical database file or in memory ( was only
	  possible to use in memory until now ).

2009-08-24 21:21  pasnox

	* [r3245] build.pro:
	  
	  

2009-08-24 21:20  pasnox

	* [r3244] monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/xupmanager/core/XUPFilteredProjectModel.cpp,
	  plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  Apply a qwarning patch given by a user #2442

2009-08-08 10:03  pasnox

	* [r3243] build.pro:
	  
	  

2009-08-07 12:28  pasnox

	* [r3242] monkey/monkey.pro:
	  
	  Atest commit to test the CIA bot

2009-08-06 12:00  pasnox

	* [r3241] plugins/base/ClassBrowser/src/ClassBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.h:
	  
	  Fix msvc warning about qCtagsSenseEntry structure used as a class

2009-08-06 11:46  pasnox

	* [r3240] ctags/ctags/exuberantCtags.c:
	  
	  Fix msvc build error.

2009-07-19 15:39  pasnox

	* [r3238] setups/windows/monkeystudio.iss:
	  
	  Fix windows setup script ( add mingw dll into package )

2009-07-19 15:08  pasnox

	* [r3237] config.pri, qCtagsSense/qCtagsSense.pri:
	  
	  Fix ClassBrowser plugin build error with Qt 4.5.2

2009-07-14 20:10  hlamer

	* [r3236] config.pri:
	  
	  build fix v2

2009-07-14 13:26  hlamer

	* [r3235] config.pri:
	  
	  Fix for build MkS on some systems

2009-06-28 13:56  pasnox

	* [r3232] setups/windows/crossbuild-linux-44.sh,
	  setups/windows/crossbuild-linux-45.sh,
	  setups/windows/monkeystudio.iss:
	  
	  Fix same parts of the windows setups

2009-06-28 12:09  pasnox

	* [r3229] setups/windows/monkeystudio.iss:
	  
	  Update version

2009-06-28 12:08  pasnox

	* [r3228] monkey/src/settingsmanager/Settings.cpp:
	  
	  Update default qt apis to Qt 4.5.x

2009-06-27 11:05  hlamer

	* [r3225] ChangeLog:
	  
	  Update ChangeLog

2009-06-27 10:23  hlamer

	* [r3224] tools/svnlog-to-changelog.py:
	  
	  fixed help

2009-06-25 06:57  pasnox

	* [r3212] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Update cosmetic gui for mac os x

2009-06-24 21:31  pasnox

	* [r3210] monkey/src/settingsmanager/Settings.cpp:
	  
	  Fix a bug that cause mks scripts to not being copied on first
	  start on unix like.

2009-06-24 18:10  pasnox

	* [r3208] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp:
	  
	  Fix a crash in repalceInDirectory() because of null codec

2009-06-22 20:50  pasnox

	* [r3203] config.pri, fresh/objects/pSettings.h,
	  monkey/src/commandlinemanager/CommandLineManager.cpp,
	  monkey/src/coremanager/MonkeyCore.cpp, monkey/src/main.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.h,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/variablesmanager/VariablesManager.cpp,
	  plugins/base/UpdateChecker/src/ui/UIUpdateChecker.cpp,
	  plugins/base/UpdateChecker/src/ui/UIUpdateChecker.h:
	  
	  Fix some qscintilla shortcut conflitc ( pgup, pgdown, home, end
	  ).
	  Fix UpdateChecker being able to compare version.
	  Some code update due to new defines.

2009-06-22 12:07  pasnox

	* [r3201] plugins/base/UpdateChecker/src/ui/UIUpdateChecker.cpp:
	  
	  Add some mac os x nicest style.

2009-06-21 21:43  pasnox

	* [r3198] _temporary_and_old_codes:
	  
	  Move old codes

2009-06-21 17:56  pasnox

	* [r3194] plugins/base/UpdateChecker,
	  plugins/base/UpdateChecker/UpdateChecker.pro,
	  plugins/base/UpdateChecker/src,
	  plugins/base/UpdateChecker/src/UpdateChecker.cpp,
	  plugins/base/UpdateChecker/src/UpdateChecker.h,
	  plugins/base/UpdateChecker/src/resources,
	  plugins/base/UpdateChecker/src/resources/UpdateChecker.png,
	  plugins/base/UpdateChecker/src/resources/UpdateChecker.qrc,
	  plugins/base/UpdateChecker/src/ui,
	  plugins/base/UpdateChecker/src/ui/UIUpdateChecker.cpp,
	  plugins/base/UpdateChecker/src/ui/UIUpdateChecker.h,
	  plugins/base/UpdateChecker/src/ui/UIUpdateChecker.ui,
	  plugins/base/base.pro:
	  
	  Introduce UpdateChecker plugin !

2009-06-21 17:54  pasnox

	* [r3193] monkey/src/main.h:
	  
	  Add define for mks downlaods feed, used by the update checker

2009-06-21 11:43  pasnox

	* [r3192] config.pri, fresh/objects/pSettings.h, monkey/monkey.pri,
	  monkey/monkey.pro, monkey/sdk/main.h,
	  monkey/src/commandlinemanager/CommandLineManager.cpp,
	  monkey/src/coremanager/MonkeyCore.cpp, monkey/src/main.cpp,
	  monkey/src/main.h, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/variablesmanager/VariablesManager.cpp,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp:
	  
	  Added a main.h file that generalize the defines, this allow
	  dependencies to be rebuild when this file change, whitch not
	  allow the qmake defines.
	  Update related code

2009-06-21 00:50  pasnox

	* [r3191] qCtagsSense/src/qCtagsSenseMembersModel.cpp:
	  
	  Fix a bug that can cause infinite recursion when creating the
	  tags tree, resulting to unvisible tags entries

2009-06-20 17:11  pasnox

	* [r3190] qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseKindFinder.cpp,
	  qCtagsSense/src/qCtagsSenseKindFinder.h,
	  qCtagsSense/src/qCtagsSenseMembersModel.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.h:
	  
	  Fix a bug that cause tag finder to not work ( goto
	  declaration/implementation ).
	  The members are now always seen hierarchically, resulting in less
	  width needed in the tags browser.

2009-06-20 10:35  pasnox

	* [r3189] plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  The current codec is now setted as tooltip for the codec button
	  and there is a statustip explication about what is codec.

2009-06-19 21:41  pasnox

	* [r3188] monkey/src/pMonkeyStudio.cpp:
	  
	  Text codecs are now nicest sorted.

2009-06-19 21:37  pasnox

	* [r3187] plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Move the codec button so it's only visible when doing a
	  search/replace in directory

2009-06-19 21:16  pasnox

	* [r3186] plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Codecs are now handled by a QTooolButton with an instant popup.

2009-06-19 20:18  pasnox

	* [r3185] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Add possibility to choose the codec for search & replace, the
	  default one is the one setted in the mks preferences.

2009-06-18 18:45  pasnox

	* [r3184] plugins/base/SearchAndReplace/SearchAndReplace.pro,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Fix small code of search and replace, update the plugin name that
	  was wrong ;)

2009-06-17 21:05  pasnox

	* [r3180] setups/windows/monkeystudio.iss:
	  
	  Debug package are not usefull

2009-06-17 20:48  pasnox

	* [r3179] setups/windows/monkeystudio.iss:
	  
	  Fix a bug that can cause a debug package to not package
	  correctly.
	  Move default output directory for final setup

2009-06-17 19:17  pasnox

	* [r3178] monkey/src/xupmanager/gui/XUPAddFiles.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.ui:
	  
	  Update groupbox labels for being more explicite, now show full
	  file path in the dialog when importing files

2009-06-17 19:16  pasnox

	* [r3177] plugins/base/Ctags2Api/src/ui/UICtags2Api.ui:
	  
	  Update ctags binary name

2009-06-17 18:32  pasnox

	* [r3176] datas/apis/qt-4.5.x.api:
	  
	  Introduce api file for Qt 4.5.x

2009-06-10 15:24  hlamer

	* [r3173] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp:
	  
	  fix of the bug #2206

2009-06-06 06:50  xiantia

	* [r3170]
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/BridgeQsci.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/DockGNUDebugger.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/UISetting/UIGNUDebuggerSetting.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbControler.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbKernelDispatcher.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbSetting.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbSetting.h:
	  
	  Some functions renamed

2009-06-05 19:15  xiantia

	* [r3169]
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbParser.cpp:
	  
	  some frizze fixed

2009-06-05 16:37  xiantia

	* [r3168] _temporary_and_old_codes/plugins/debugger/Gdb,
	  _temporary_and_old_codes/plugins/debugger/Gdb/Gdb.pro,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/bridge.pro,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/resources,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/resources/bridgeresources.qrc,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/resources/icons,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/resources/icons/conditionbreakpoint.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/resources/icons/debugger.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/resources/icons/normalbreakpoint.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/resources/icons/play.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/resources/icons/sablier.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/BridgeQsci.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/BridgeQsci.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/DockGNUDebugger.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/DockGNUDebugger.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/GNUDebugger.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/GNUDebugger.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/UISetting,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/UISetting/UIGNUDebuggerSetting.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/UISetting/UIGNUDebuggerSetting.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/bridge/src/UISetting/UIGNUDebuggerSetting.ui,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBacktrace,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBacktrace/gdbBacktrace.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBacktrace/gdbBacktrace.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBacktrace/ui,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBacktrace/ui/UIGdbBacktrace.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBacktrace/ui/UIGdbBacktrace.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBacktrace/ui/UIGdbBacktrace.ui,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/gdbBreakpoint.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/gdbBreakpointThread.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/gdbBreakpointThread.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/ui,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/ui/UIBreakpointDelegate.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/ui/UIBreakpointDelegate.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbBreakpoint/ui/UIGdbBreakpoint.ui,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbRegister,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbRegister/gdbRegister.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbRegister/gdbRegister.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbRegister/ui,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbRegister/ui/UIGdbRegister.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbRegister/ui/UIGdbRegister.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbRegister/ui/UIGdbRegister.ui,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbToolTip,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbToolTip/gdbToolTip.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/addon/gdbToolTip/gdbToolTip.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/gdb.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbAddonBase.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbAddonBase.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbConnectTemplate.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbConnectTemplate.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbControler.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbControler.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbCore.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbCore.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbInterpreter.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbInterpreter.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbKernelDispatcher.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbKernelDispatcher.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbParser.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbParser.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbProcess.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbProcess.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbRestoreLine.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbRestoreLine.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbSequencer.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbSequencer.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbSetting.cpp,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/kernel/gdbSetting.h,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/lib.pro,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/gdb_res.qrc,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/backtrace.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/breakpoint.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/buttonok.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/cli.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/close.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/continue.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/cpu.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/func.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/open.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/stepfinish.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/stepinto.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/stepover.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/update.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/var.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/warning.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/warningred.png,
	  _temporary_and_old_codes/plugins/debugger/Gdb/lib/resources/icons/watch.png:
	  
	  the last version of Gnu debugger , it use now a lib

2009-06-03 12:50  pasnox

	* [r3162] plugins/plugins.pri:
	  
	  Add build dependencies for plugins

2009-05-27 20:57  pasnox

	* [r3161] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Fix a bug that cause multiline values to not being marked
	  multilines

2009-05-27 20:47  pasnox

	* [r3160] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  Fix build step auto scroll

2009-05-27 19:13  pasnox

	* [r3159] monkey/src/workspace/pWorkspace.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Fix a bug that can cause a relative file to be opened when
	  triggered by a build step.
	  Fix flickering in the qctagssense browser ui.

2009-05-27 07:33  pasnox

	* [r3158] monkey/src/pMonkeyStudio.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp:
	  
	  Quick File Acces is no onger activated by default, class brower
	  default integration is only dock now instead of both.

2009-05-26 23:18  pasnox

	* [r3157] fresh/widgets/pMultiToolBar.cpp,
	  fresh/widgets/pMultiToolBar.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp:
	  
	  Add a new option in UISettings that allow to activate/deactivate
	  the files combobox ( Quick File Access ) in the top toolbar.
	  Some code rework for enabling dynamic notify check of the
	  multitoolbar.
	  Now we can completely deactivate unwanted top context tolbar (
	  class browser & files combo for "Coding" context ).

2009-05-25 22:27  pasnox

	* [r3155] monkey/src/workspace/pWorkspace.cpp:
	  
	  The cursor position is now restored when reloading a file

2009-05-25 22:25  pasnox

	* [r3154] plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.h:
	  
	  Add the posibility to choose the class browser integration mode:
	  dock, combo, both.

2009-05-24 23:10  pasnox

	* [r3149] monkey/src/shared/MkSFileDialog.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.h,
	  monkey/src/xupmanager/gui/XUPAddFiles.ui,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h:
	  
	  MkS no longer need to ask the user for an operator when
	  creating/adding new projects/files !
	  It auto detect exising operators and have an internal mecanism
	  that allow it to choose ( create ) the best !

2009-05-24 22:02  pasnox

	* [r3148] plugins/child/QtDesigner/src/QtDesignerManager.cpp:
	  
	  Add support for preview a form as pixmap ( printing )

2009-05-24 22:02  pasnox

	* [r3147] plugins/child/QtDesigner/src/LegacyDesigner.cpp,
	  plugins/child/QtDesigner/src/LegacyDesigner.h:
	  
	  Add support for preview a form as pixmap ( printing )

2009-05-24 21:47  pasnox

	* [r3146] sdk.py:
	  
	  Mode sdk.py tool to tools folder

2009-05-24 21:46  pasnox

	* [r3145] tools/sdk.py:
	  
	  Mode sdk.py tool to tools folder

2009-05-24 21:44  pasnox

	* [r3144] scripts, tools:
	  
	  Rename scripts folder to tools

2009-05-24 19:05  pasnox

	* [r3142] plugins/child/QtDesigner/src/QtDesignerManager.h:
	  
	  

2009-05-24 17:15  pasnox

	* [r3140] setups/macx, setups/macx/monkeystudio.sh,
	  setups/macx/qt.conf:
	  
	  Introduce the new Mac OS X script packager, it create a totally
	  stand alone application bundle and dmg package.

2009-05-24 17:14  pasnox

	* [r3139] monkey/src/main.cpp:
	  
	  No longer need custom plugins/library paths on mac os x; now use
	  a qt.conf file !

2009-05-23 23:52  pasnox

	* [r3138] macDeploy.sh, setups/release_dmg.sh:
	  
	  Move mac scripts to setups/macx

2009-05-23 17:02  pasnox

	* [r3137] setups/windows/crossbuild-linux-44.sh,
	  setups/windows/crossbuild-linux-45.sh:
	  
	  Add linux crossbuild scripts to windows setups directory

2009-05-23 15:28  pasnox

	* [r3136] setups/monkey_mingw.iss, setups/monkey_msvc.iss,
	  setups/monkeystudio.iss, setups/windows,
	  setups/windows/monkeystudio.iss, setups/windows/qt.conf:
	  
	  Update install script for windows, it now handle the embed of all
	  required Qt datas !

2009-05-23 15:22  pasnox

	* [r3135] installs.pri:
	  
	  Fix typo

2009-05-23 15:18  pasnox

	* [r3134] plugins/compiler/GccParser/src/GccParser.cpp:
	  
	  Enable parser when built upon GCC compiler

2009-05-23 15:17  pasnox

	* [r3133] monkey/src/settingsmanager/Settings.cpp:
	  
	  Fix a bug that cause settings path to be incorrect

2009-05-20 08:00  pasnox

	* [r3128] plugins/child/QtDesigner/src/QtDesignerManager.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.h:
	  
	  Add some help members for changing the dock toolbar icon size,
	  and set some mac attributes ( small size, no focus ) resulting to
	  a best view on mac.

2009-05-19 23:53  pasnox

	* [r3127] plugins/child/QtDesigner/QtDesigner.pro,
	  plugins/child/QtDesigner/src/MkSDesignerIntegration.cpp,
	  plugins/child/QtDesigner/src/MkSDesignerIntegration.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.h:
	  
	  Introduce MkSDesignerIntegration class, it allow to fix the bug
	  that resize the mks mainwindow when editing the geometry property
	  of the form in Designer integration.

2009-05-19 13:29  pasnox

	* [r3126] plugins/child/QtDesigner/src/LegacyDesigner.cpp:
	  
	  Fix tabs

2009-05-19 13:14  pasnox

	* [r3125] monkey/src/qscintillamanager/pEditor.cpp:
	  
	  Fix a bug that does not give the focus to the editor after go to
	  line action triggered.

2009-05-18 22:02  pasnox

	* [r3124] plugins/child/QtDesigner/src/LegacyDesigner.cpp:
	  
	  Fix style for child widgets

2009-05-18 21:54  pasnox

	* [r3123] plugins/child/QtDesigner/src/LegacyDesigner.cpp,
	  plugins/child/QtDesigner/src/LegacyDesigner.h:
	  
	  Add a member for default plugins path

2009-05-18 21:39  pasnox

	* [r3122] plugins/child/QtDesigner/src/LegacyDesigner.cpp:
	  
	  Fix a bad order for applying the style

2009-05-18 21:37  pasnox

	* [r3121] plugins/child/QtDesigner/src/LegacyDesigner.cpp:
	  
	  

2009-05-18 21:04  pasnox

	* [r3120] plugins/child/QtDesigner/QtDesigner.pro,
	  plugins/child/QtDesigner/src/LegacyDesigner.cpp,
	  plugins/child/QtDesigner/src/LegacyDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerManager.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.h:
	  
	  Introduce LegacyDesigner namespace for handling preview for Qt <
	  4.5

2009-05-17 20:22  pasnox

	* [r3118]
	  plugins/child/QtDesigner/src/3rdparty/designer/deviceprofile_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/formbuilder.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/formscriptrunner_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/pluginmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/previewmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/qdesigner_formbuilder.cpp,
	  plugins/child/QtDesigner/src/3rdparty/designer/qdesigner_formbuilder_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/qdesigner_integration_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/shared_global_p.h:
	  
	  Move Qt 4.5 designer files

2009-05-17 20:22  pasnox

	* [r3117]
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/deviceprofile_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/formbuilder.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/formscriptrunner_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/pluginmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/previewmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/qdesigner_formbuilder.cpp,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/qdesigner_formbuilder_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/qdesigner_integration_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.5/shared_global_p.h:
	  
	  Move Qt 4.5 designer files

2009-05-17 19:39  pasnox

	* [r3116] plugins/child/QtDesigner/src/3rdparty/designer/4.5:
	  
	  

2009-05-17 18:23  pasnox

	* [r3115] macDeploy.sh:
	  
	  Add support for giving custom qmake binary

2009-05-16 23:24  pasnox

	* [r3114] setups/monkeystudio.iss:
	  
	  Update windows install script

2009-05-16 20:29  pasnox

	* [r3113] monkey/src/pluginsmanager/ui/UICLIToolSettings.cpp:
	  
	  Fix a bad used dynamic_cast that make the class not buildable
	  using a Qt version built with no-exceptions

2009-05-16 20:28  pasnox

	* [r3112] monkey/monkey.pro:
	  
	  Edit the project to be able to cross build MkS for windows from
	  linux/mac

2009-05-16 20:27  pasnox

	* [r3111] fresh/widgets/pTreeComboBox.cpp:
	  
	  Fix a bad used dynamic_cast that make the class not buildable
	  using a Qt version built with no-exceptions

2009-05-16 10:31  pasnox

	* [r3110] plugins/child/QtDesigner/QtDesigner.pro,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.4,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.4/pluginmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.4/qdesigner_integration_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/4.4/shared_global_p.h,
	  plugins/child/QtDesigner/src/QtDesignerManager.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.h:
	  
	  Add primary support for Qt 4.4.x compatibility back

2009-05-15 21:12  minirop

	* [r3109] plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  forgot to delete the creation of xml files

2009-05-15 21:07  minirop

	* [r3108] plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  without the qDebug ^^

2009-05-15 20:55  minirop

	* [r3107] plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  

2009-05-13 20:20  minirop

	* [r3103] plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  fixed few bugs

2009-05-13 19:27  pasnox

	* [r3102] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Fix a bug that cause a project without debug or release or
	  debug_and_release config defined to not have the possibility to
	  execute it

2009-05-13 19:02  pasnox

	* [r3101] monkey/src/shared/MkSFileDialog.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.h:
	  
	  Creating a quick text file does no longer get added to the
	  current project

2009-05-13 19:01  pasnox

	* [r3100] plugins/base/ClassBrowser/src/ClassBrowser.cpp:
	  
	  Remove warning

2009-05-13 18:43  pasnox

	* [r3099] qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Switch back on browser when search input is empty.
	  Add a define to easily change the min chars needed to start
	  search

2009-05-13 18:35  minirop

	* [r3098] plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  

2009-05-13 09:52  pasnox

	* [r3096] qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Fix mac os x mac_size and frame focus for search result view

2009-05-13 09:43  pasnox

	* [r3095] monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp:
	  
	  Fix build error for Qt < 4.5.0

2009-05-13 09:36  pasnox

	* [r3094] qCtagsSense/src/qCtagsSenseSearchModel.h:
	  
	  Fix a build error on mac

2009-05-12 21:12  pasnox

	* [r3093] qCtagsSense/src/qCtagsSenseSearchModel.cpp,
	  qCtagsSense/src/qCtagsSenseSearchModel.h:
	  
	  Search model is now sorted by insensible case filename.
	  Add optimisation for best and quick index discovering allowing
	  quick view scrolling !

2009-05-12 21:09  pasnox

	* [r3092] plugins/base/ClassBrowser/src/pDockClassBrowser.cpp:
	  
	  Add missing separator

2009-05-12 20:25  pasnox

	* [r3091] plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/pDockClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/pDockClassBrowser.h:
	  
	  Add the browser action to the dock title bar, merge them with the
	  actions manager system

2009-05-12 20:24  pasnox

	* [r3090] qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Ensure the item is shown at top of view ( if possible ) for the
	  search view

2009-05-12 19:44  pasnox

	* [r3089] qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.ui,
	  qCtagsSense/src/qCtagsSenseSearchModel.cpp,
	  qCtagsSense/src/qCtagsSenseSearchModel.h,
	  qCtagsSense/src/resources/icons/loading.gif:
	  
	  Rework the gui to make it more usable.
	  Add the possibility to retreive a file root item of the search
	  model

2009-05-11 10:32  hlamer

	* [r3086] ChangeLog, changelog.tmp, changes.log,
	  scripts/svnlog-to-changelog.py:
	  
	  generated changelog for current dev

2009-05-11 10:06  hlamer

	* [r3085] changelog.tmp, scripts, scripts/svnlog-to-changelog.py:
	  
	  added script for changelog generation, and sample changelog

2009-05-10 16:30  pasnox

	* [r3081] config.pri:
	  
	  Update internal version

2009-05-10 15:36  pasnox

	* [r3079] fresh/widgets/pFilesListWidget.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/workspace/pChild.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/MessageBox/src/ui/UIBuildStep.ui,
	  plugins/base/MessageBox/src/ui/UICommand.ui,
	  plugins/base/MessageBox/src/ui/UIOutput.ui,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  qCtagsSense/sdk/qCtagsSenseSearchPopup.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.ui:
	  
	  Fix some bugs in the qCtagsSense framework.
	  Remove the style tweaks on docks, this will be done later by a
	  own script.

2009-05-10 14:18  pasnox

	* [r3078] plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.ui:
	  
	  Fully working class browser search engine

2009-05-09 12:31  pasnox

	* [r3069] plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  qCtagsSense/qCtagsSense.pro,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.ui,
	  qCtagsSense/src/qCtagsSenseSearchPopup.cpp,
	  qCtagsSense/src/qCtagsSenseSearchPopup.h:
	  
	  Add support for class browser search

2009-05-08 21:18  pasnox

	* [r3068] qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseSearchModel.cpp,
	  qCtagsSense/src/qCtagsSenseSearchModel.h,
	  qCtagsSense/src/qCtagsSenseSearchPopup.cpp,
	  qCtagsSense/src/qCtagsSenseSearchPopup.h,
	  qCtagsSense/src/resources/icons/loading.gif:
	  
	  Search entries can now be activated

2009-05-08 18:33  pasnox

	* [r3067] qCtagsSense/qCtagsSense.pro,
	  qCtagsSense/sdk/qCtagsSenseSearchModel.h,
	  qCtagsSense/sdk/qCtagsSenseSearchPopup.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.ui,
	  qCtagsSense/src/qCtagsSenseSearchModel.cpp,
	  qCtagsSense/src/qCtagsSenseSearchModel.h,
	  qCtagsSense/src/qCtagsSenseSearchPopup.cpp,
	  qCtagsSense/src/qCtagsSenseSearchPopup.h,
	  qCtagsSense/src/qCtagsSenseUtils.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.h,
	  qCtagsSense/src/resources/icons/loading.gif:
	  
	  Introduce a working search model for class browser

2009-05-08 13:39  pasnox

	* [r3066] datas/apis/Python, datas/apis/Python/django-0.96.api,
	  datas/apis/Python/eric4.api, datas/apis/Python/pyqt.api,
	  datas/apis/Python/python.api, datas/apis/Python/qt.api,
	  datas/apis/Python/qtcanvas.api, datas/apis/Python/qtext.api,
	  datas/apis/Python/qtgl.api, datas/apis/Python/qtnetwork.api,
	  datas/apis/Python/qtsql.api, datas/apis/Python/qttable.api,
	  datas/apis/Python/qtui.api, datas/apis/Python/qtxml.api,
	  datas/apis/Python/turbogears-1.0.api,
	  datas/apis/Python/wxPython-2.8.api,
	  datas/apis/Python/wxaddons.api,
	  datas/apis/Python/zope-2.10.5.api,
	  datas/apis/Python/zope-3.3.1.api:
	  
	  Introduce "eric's 4 ide" api files

2009-05-06 20:04  pasnox

	* [r3060] monkey/monkey.pro:
	  
	  Update project file

2009-05-06 20:02  pasnox

	* [r3059] monkey/sdk/CtagsManager.h:
	  
	  no longer needed

2009-05-06 20:01  pasnox

	* [r3058] monkey/src/ctagsmanager:
	  
	  Remove ctagsmanager

2009-05-06 20:00  pasnox

	* [r3057] _temporary_and_old_codes/ctagsmanager:
	  
	  Back old ctagsmanager

2009-05-06 19:58  pasnox

	* [r3056] plugins/base/Navigator:
	  
	  Remove old Navigator plugin

2009-05-06 19:57  pasnox

	* [r3055] _temporary_and_old_codes/plugins/base/Navigator:
	  
	  Import old Navigator plugin

2009-05-06 19:56  pasnox

	* [r3054] _temporary_and_old_codes/plugins/base:
	  
	  

2009-05-06 19:31  pasnox

	* [r3052] monkey/src/workspace/pChild.cpp,
	  plugins/base/MessageBox/src/ui/UIOutput.ui,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.ui:
	  
	  Remove the "locked view" option in the class browser.
	  remove the frame in pChild class.
	  Rework Output UI of MessageBox plugin.

2009-05-06 19:01  pasnox

	* [r3051] monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/PluginsMenu.h:
	  
	  Fix a bug that cause plugins menu action to be created more than
	  one time, resulting to duplicate object for nothing and un
	  synchronous actions.

2009-05-03 23:44  pasnox

	* [r3050] fresh/objects/pStylesActionGroup.cpp,
	  fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pStringListEditor.cpp,
	  monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp,
	  monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/MessageBox/src/ui/UIBuildStep.ui,
	  plugins/base/MessageBox/src/ui/UICommand.ui,
	  plugins/base/MessageBox/src/ui/UIOutput.ui,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.ui,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Many enhancements in mac os x docks ui and general ui

2009-05-03 19:46  pasnox

	* [r3049] fresh/objects/pStylesActionGroup.cpp,
	  fresh/widgets/pFilesListWidget.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.ui:
	  
	  Rework some dock ui.
	  Fix a bug with the styles action group

2009-05-03 16:12  pasnox

	* [r3048] plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.ui,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp:
	  
	  Add the possibility to edit the qCtagsSense filtered suffixes
	  Add rework a little the ui

2009-05-03 15:11  pasnox

	* [r3047] plugins/base/ClassBrowser/ClassBrowser.pro,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowserSettings.h,
	  qCtagsSense/src/qCtagsSense.cpp, qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.h:
	  
	  Add support for system paths for the qCtagsSense framework /
	  class browser plugin

2009-05-03 15:10  pasnox

	* [r3046] plugins/base/MessageBox/src/ui/UIMessageBoxSettings.cpp:
	  
	  

2009-05-03 15:09  pasnox

	* [r3045] plugins/base/FileBrowser/src/FileBrowserSettings.cpp:
	  
	  Remove unneeded redondant code

2009-05-03 15:08  pasnox

	* [r3044] plugins/xup/QMake/src/gui/UISettingsQMake.cpp:
	  
	  

2009-05-03 15:07  pasnox

	* [r3043]
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.cpp:
	  
	  

2009-05-03 12:15  pasnox

	* [r3042] fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Move the urls dropped ability to the mainwindow, so dropped urls
	  can now be drop anywhere in the interface and they will be
	  handled !

2009-05-03 11:51  pasnox

	* [r3041] qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.ui,
	  qCtagsSense/src/resources/icons/loading.gif,
	  qCtagsSense/src/resources/qCtagsSense.qrc:
	  
	  Remove all combos and add a search filter.
	  Add the possibility to have a context menu in the combobox member
	  action

2009-05-02 11:54  pasnox

	* [r3040] monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp:
	  
	  Fix mac os x Sheet bug

2009-05-02 02:29  pasnox

	* [r3039] monkey/src/pluginsmanager/PluginsMenu.cpp:
	  
	  Small code enhancements

2009-05-02 02:26  pasnox

	* [r3038] plugins/interpreter/PHP/src/resources,
	  plugins/interpreter/PHP/src/resources/PHP.qrc,
	  plugins/interpreter/PHP/src/resources/php.png,
	  plugins/interpreter/Python/src/resources,
	  plugins/interpreter/Python/src/resources/Python.qrc,
	  plugins/interpreter/Python/src/resources/python.png,
	  plugins/network/Irc/src/resources/icons/irc.png:
	  
	  Add icons to plugins

2009-05-02 02:17  pasnox

	* [r3037] plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MkSShell/MkSShell.pro,
	  plugins/base/MkSShell/src/MkSShell.cpp,
	  plugins/base/MkSShell/src/MkSShell.h,
	  plugins/base/MkSShell/src/resources,
	  plugins/base/MkSShell/src/resources/MkSShell.qrc,
	  plugins/base/MkSShell/src/resources/konsole.png,
	  plugins/base/PostIt/PostIt.pro, plugins/base/PostIt/src/PostIt.h,
	  plugins/base/PostIt/src/resources,
	  plugins/base/PostIt/src/resources/PostIt.qrc,
	  plugins/base/PostIt/src/resources/knotes.png,
	  plugins/base/RegExpEditor/RegExpEditor.pro,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/RegExpEditor/src/resources,
	  plugins/base/RegExpEditor/src/resources/RegExpEditor.qrc,
	  plugins/base/RegExpEditor/src/resources/regexp.png,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/resources/QtDesigner.qrc,
	  plugins/interpreter/PHP/PHP.pro,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/Python/Python.pro,
	  plugins/interpreter/Python/src/Python.h:
	  
	  Add icons to plugins

2009-05-02 02:12  pasnox

	* [r3036] monkey/src/pluginsmanager/BasePlugin.h:
	  
	  Use pIconManager class for reduce memory used

2009-05-02 00:50  pasnox

	* [r3035] monkey/src/maininterface/UIMain.cpp:
	  
	  Move plugins management to PluginsMenu class

2009-05-02 00:49  pasnox

	* [r3034] monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h:
	  
	  Fix a bug that cause the app to crash when updating the recents
	  list in Qt 4.5.x

2009-05-02 00:49  pasnox

	* [r3033] monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp:
	  
	  Add support for managing plugins via dialog ( moved from UIMain )
	  Fix a bug that cause the app to crash because of menu double free
	  Some code enhancement

2009-05-02 00:42  pasnox

	* [r3032] monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/PluginsMenu.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.h:
	  
	  Add support for managing plugins via dialog ( moved from UIMain )
	  Fix a bug that cause the app to crash because of menu double free
	  Some code enhancement

2009-05-02 00:40  pasnox

	* [r3031] monkey/src/pluginsmanager/BasePlugin.h:
	  
	  Add setter for neverEnable

2009-05-01 22:57  pasnox

	* [r3030] monkey/src/pluginsmanager/PluginsMenu.cpp,
	  plugins/base/AStyle/src/pAStyle.cpp:
	  
	  Fix plugin activation/deactivation via "Enabled" action

2009-05-01 22:47  pasnox

	* [r3029] monkey/monkey.pro, monkey/sdk/PluginsMenu.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/PluginsMenu.cpp,
	  monkey/src/pluginsmanager/PluginsMenu.h,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MkSShell/src/MkSShell.cpp,
	  plugins/base/PostIt/src/PostIt.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/compiler/Gcc/src/Gcc.cpp, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/Python/src/Python.cpp,
	  plugins/interpreter/Python/src/Python.h,
	  plugins/network/Irc/src/Irc.cpp,
	  plugins/xup/PHP-Qt/src/PHPQt.cpp, plugins/xup/PyQt/src/PyQt.cpp,
	  plugins/xup/QMake/src/QMake.cpp, plugins/xup/QMake/src/QMake.h:
	  
	  Add a new menu for managing plugins

2009-05-01 17:28  minirop

	* [r3028] fresh/objects/pStylesActionGroup.cpp:
	  
	  ":" forgotten

2009-04-30 23:13  pasnox

	* [r3027] plugins/child/QtDesigner/src/QtDesignerChild.cpp:
	  
	  Fix the resource path warning when opening a form file containing
	  resources

2009-04-30 23:10  pasnox

	* [r3026] monkey/src/maininterface/ui/UISettings.ui:
	  
	  Finally remove the long fucking warning about layout problem ;)

2009-04-30 22:16  pasnox

	* [r3025] plugins/child/QtDesigner/src/QDesignerWidgetBox.cpp,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.h:
	  
	  The widget box now retain scratchpad widgets ( custom droped
	  widget in widget box )

2009-04-30 22:06  pasnox

	* [r3024] plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.h:
	  
	  Add the possibility to render preview and print in differents
	  styles.

2009-04-30 22:03  pasnox

	* [r3023] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Rework styles actions, now use the pStylesActionGroup class

2009-04-30 22:02  pasnox

	* [r3022] fresh/fresh.pro, fresh/objects/pStylesActionGroup.cpp,
	  fresh/objects/pStylesActionGroup.h, fresh/sdk/fresh.h,
	  fresh/sdk/pStylesActionGroup.h, fresh/sdk/pStylesToolButton.h,
	  fresh/widgets/pStylesToolButton.cpp,
	  fresh/widgets/pStylesToolButton.h:
	  
	  Introduce pStylesActionGroup and pStylesToolButton classes that
	  allow easy deal with available QStyles

2009-04-29 20:34  pasnox

	* [r3021]
	  plugins/child/QtDesigner/src/3rdparty/designer/deviceprofile_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/formbuilder.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/formscriptrunner_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/previewmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/qdesigner_formbuilder.cpp,
	  plugins/child/QtDesigner/src/3rdparty/designer/qdesigner_formbuilder_p.h,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.h,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.cpp,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.h,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.h,
	  plugins/child/QtDesigner/src/QDesignerResourcesEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerResourcesEditor.h,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.h,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.cpp,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.h,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/child/QtDesigner/src/QtDesignerManager.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.h:
	  
	  Add best preview management.
	  Fox some bugs/code

2009-04-29 08:49  pasnox

	* [r3020] plugins/child/QtDesigner/QtDesigner.pro,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/README.txt,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/designerintegration.pri,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/formresizer.cpp,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/formresizer.h,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/sizehandlerect.cpp,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/sizehandlerect.h,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/widgethost.cpp,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/widgethost.h,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/designerintegrationv2/widgethostconstants.h,
	  plugins/child/QtDesigner/src/3rdparty/qtcreator/namespace_global.h,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.h,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.cpp,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.h,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.h,
	  plugins/child/QtDesigner/src/QDesignerResourcesEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerResourcesEditor.h,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.h,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.cpp,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.h,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/child/QtDesigner/src/QtDesignerManager.cpp,
	  plugins/child/QtDesigner/src/QtDesignerManager.h:
	  
	  Introduce new Qt Designer plugin ( aka QtCreator like )

2009-04-28 17:39  pasnox

	* [r3019] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Add support for 2 new qmake variables

2009-04-27 18:05  pasnox

	* [r3018] plugins/child/QtDesigner/QtDesigner.pro,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.cpp,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerResourcesEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerResourcesEditor.h,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h:
	  
	  Introduce Resources Editor designer dock

2009-04-27 07:36  pasnox

	* [r3017] fresh/widgets/pMultiToolBar.cpp:
	  
	  Force a default icon size to have same toolbar size on all
	  platforms/styles

2009-04-26 20:01  pasnox

	* [r3016] fresh/widgets/pFileDialog.cpp:
	  
	  Fix OS x QFileDialog bugs when used as modal ( QDialog::exec() )

2009-04-26 19:11  pasnox

	* [r3015] monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h:
	  
	  Remove const from the initializeContext() virtual member and
	  update related codes.
	  Remove internal toolbar in designer child to use the context
	  designer toolbar

2009-04-26 12:00  pasnox

	* [r3014]
	  plugins/child/QtDesigner/src/3rdparty/designer/pluginmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/qdesigner_integration_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/shared_global_p.h,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.h,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.cpp,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.h,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.h,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.h,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.cpp,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp:
	  
	  Fix the plugin for be usable by Qt 4.5.x

2009-04-25 13:05  pasnox

	* [r3013] plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.ui,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h:
	  
	  Update code due to "Context" support introduction

2009-04-25 13:04  pasnox

	* [r3012] plugins/base/ClassBrowser/src/ClassBrowser.cpp:
	  
	  Fix action context

2009-04-25 13:02  pasnox

	* [r3011] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Introduce "Context" support, meaning each kind of context can
	  have its own multitoolbar.

2009-04-25 10:16  pasnox

	* [r3010] qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Remove dead connection

2009-04-24 07:27  pasnox

	* [r3009] plugins/base/ClassBrowser/src/ClassBrowser.cpp:
	  
	  Add support for members action in general toolbar context

2009-04-24 07:26  pasnox

	* [r3008] qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h:
	  
	  Add some enhancement ( combo action for members )

2009-04-24 07:25  pasnox

	* [r3007] fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pFilesListWidget.cpp:
	  
	  Some enhancement to files list widget

2009-04-23 22:26  pasnox

	* [r3006] fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h,
	  fresh/widgets/pMultiToolBar.cpp,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp:
	  
	  Introduce primary support for "Coding" context multitoolbar

2009-04-23 21:56  pasnox

	* [r3005] fresh/widgets/pMultiToolBar.cpp,
	  fresh/widgets/pMultiToolBar.h:
	  
	  Update fresh sdk with new class : pMultiToolBar, a widget that
	  allow to show a toolbar associated with a context.

2009-04-23 21:56  pasnox

	* [r3004] fresh/sdk/fresh.h, fresh/sdk/pMultiToolBar.h:
	  
	  Update fresh sdk with new class : pMultiToolBar, a widget that
	  allow to show a toolbar associated with a context.

2009-04-23 21:14  pasnox

	* [r3003] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Fix auto script executed before plugins loading

2009-04-23 21:12  pasnox

	* [r3002] fresh/fresh.pro:
	  
	  Rework the project file, it was messy

2009-04-23 20:24  pasnox

	* [r3001] installs.pri:
	  
	  Fix binary install rule

2009-04-23 08:48  pasnox

	* [r3000] qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.ui:
	  
	  Some update on layouts for mac os x

2009-04-23 08:48  pasnox

	* [r2999] fresh/widgets/pFilesListWidget.cpp:
	  
	  Add auto resize of the combo depending of the most large entry

2009-04-21 19:52  pasnox

	* [r2998] qCtagsSense/src/qCtagsSenseIndexer.cpp:
	  
	  Remove warnings

2009-04-21 19:51  pasnox

	* [r2997] plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/pDockClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/pDockClassBrowser.h,
	  qCtagsSense/src/qCtagsSense.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.h:
	  
	  Add some cleanup possibilities for threds so they no longer crash
	  the application at quiting

2009-04-21 19:50  pasnox

	* [r2996] fresh/widgets/pFileDialog.cpp:
	  
	  Fix Qt 4.4.x build error

2009-04-21 08:55  pasnox

	* [r2995] fresh/widgets/pFileDialog.cpp:
	  
	  Fix mac os x files dialog using sheet on mac os x

2009-04-19 23:25  pasnox

	* [r2993] qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Fix a small bug

2009-04-19 23:03  pasnox

	* [r2992] monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h:
	  
	  Add possibility to parse dynamically content changes (
	  classbrowser enhancement )

2009-04-19 00:31  pasnox

	* [r2989] monkey/src/workspace/pWorkspace.cpp:
	  
	  Only write/save project if projectsettingsvalue changed when
	  executing

2009-04-19 00:28  pasnox

	* [r2988] monkey/src/xupmanager/core/XUPProjectModel.cpp:
	  
	  Show projects filename in tooltips
	  Show cache values when available.

2009-04-19 00:08  pasnox

	* [r2987] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Update code due to api change

2009-04-19 00:05  pasnox

	* [r2986] monkey/src/workspace/pFileManager.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/core/XUPProjectModel.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Remove ugly members due to new api members introduced

2009-04-18 17:49  pasnox

	* [r2984] monkey/src/ctagsmanager/CtagsManager.cpp,
	  monkey/src/xupmanager/core/XUPItem.cpp,
	  monkey/src/xupmanager/core/XUPItem.h,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/core/XUPProjectModel.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h,
	  qCtagsSense/src/qCtagsSenseUtils.cpp:
	  
	  Make big changes in XUP api, resulting to best handling of
	  interpreted content by using a cache system.
	  There is no longer need of ugly hookItem() and related stuff, all
	  is now done by the analyze() member

2009-04-16 19:20  pasnox

	* [r2981] qCtagsSense/src/qCtagsSenseMembersModel.cpp:
	  
	  

2009-04-14 00:14  pasnox

	* [r2975] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  Disabled menu are no longer visible

2009-04-13 16:14  pasnox

	* [r2973] qCtagsSense/src/qCtagsSenseSQL.cpp:
	  
	  Set db file path in temporary folder

2009-04-13 16:13  pasnox

	* [r2972] qCtagsSense/src/qCtagsSenseUtils.cpp:
	  
	  Add possibility to read fileName from sql record

2009-04-13 15:18  pasnox

	* [r2970] plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseFilesModel.cpp,
	  qCtagsSense/src/qCtagsSenseFilesModel.h,
	  qCtagsSense/src/qCtagsSenseLanguagesModel.cpp,
	  qCtagsSense/src/qCtagsSenseLanguagesModel.h:
	  
	  Add support for tagging opened files, this fix the non taggued
	  file when opening a file without an opened project

2009-04-13 14:03  pasnox

	* [r2969] ctags/ctags/exuberantCtags.c,
	  ctags/ctags/exuberantCtags.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Now sync the class browser combo on file change

2009-04-13 13:30  pasnox

	* [r2968] qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseMembersModel.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.cpp:
	  
	  Rearrange some enums name and ordered them by name

2009-04-13 10:54  pasnox

	* [r2967] qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseUtils.cpp:
	  
	  Now handle all language that ctags support, perhaps some kind
	  text or icon can be wrong/null for now

2009-04-13 09:45  pasnox

	* [r2966] plugins/base/ClassBrowser,
	  plugins/base/ClassBrowser/ClassBrowser.pro,
	  plugins/base/ClassBrowser/src,
	  plugins/base/ClassBrowser/src/ClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/ClassBrowser.h,
	  plugins/base/ClassBrowser/src/pDockClassBrowser.cpp,
	  plugins/base/ClassBrowser/src/pDockClassBrowser.h:
	  
	  Commit missing classbrowser plugin ;)

2009-04-12 21:39  pasnox

	* [r2965] qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.h:
	  
	  Change utils api to handle all language, this currently broke the
	  class browser icons and tree

2009-04-12 21:22  pasnox

	* [r2964] qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseUtils.cpp:
	  
	  Add new enumerator to prepare management of all language
	  supported by ctags

2009-04-12 00:19  pasnox

	* [r2963] qCtagsSense/src/qCtagsSenseBrowser.cpp:
	  
	  Small update

2009-04-11 23:57  pasnox

	* [r2962] qCtagsSense, qCtagsSense/qCtagsSense.pri,
	  qCtagsSense/qCtagsSense.pro, qCtagsSense/sdk,
	  qCtagsSense/sdk/qCtagsSense.h,
	  qCtagsSense/sdk/qCtagsSenseBrowser.h,
	  qCtagsSense/sdk/qCtagsSenseExport.h,
	  qCtagsSense/sdk/qCtagsSenseFilesModel.h,
	  qCtagsSense/sdk/qCtagsSenseIndexer.h,
	  qCtagsSense/sdk/qCtagsSenseKindFinder.h,
	  qCtagsSense/sdk/qCtagsSenseLanguagesModel.h,
	  qCtagsSense/sdk/qCtagsSenseMembersModel.h,
	  qCtagsSense/sdk/qCtagsSenseSQL.h,
	  qCtagsSense/sdk/qCtagsSenseUtils.h, qCtagsSense/src,
	  qCtagsSense/src/qCtagsSense.cpp, qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseBrowser.ui,
	  qCtagsSense/src/qCtagsSenseExport.h,
	  qCtagsSense/src/qCtagsSenseFilesModel.cpp,
	  qCtagsSense/src/qCtagsSenseFilesModel.h,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.h,
	  qCtagsSense/src/qCtagsSenseKindFinder.cpp,
	  qCtagsSense/src/qCtagsSenseKindFinder.h,
	  qCtagsSense/src/qCtagsSenseLanguagesModel.cpp,
	  qCtagsSense/src/qCtagsSenseLanguagesModel.h,
	  qCtagsSense/src/qCtagsSenseMembersModel.cpp,
	  qCtagsSense/src/qCtagsSenseMembersModel.h,
	  qCtagsSense/src/qCtagsSenseSQL.cpp,
	  qCtagsSense/src/qCtagsSenseSQL.h,
	  qCtagsSense/src/qCtagsSenseUtils.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.h, qCtagsSense/src/resources,
	  qCtagsSense/src/resources/icons,
	  qCtagsSense/src/resources/icons/class.png,
	  qCtagsSense/src/resources/icons/enum.png,
	  qCtagsSense/src/resources/icons/enumerator.png,
	  qCtagsSense/src/resources/icons/func.png,
	  qCtagsSense/src/resources/icons/func_priv.png,
	  qCtagsSense/src/resources/icons/func_prot.png,
	  qCtagsSense/src/resources/icons/keyword.png,
	  qCtagsSense/src/resources/icons/macro.png,
	  qCtagsSense/src/resources/icons/namespace.png,
	  qCtagsSense/src/resources/icons/signal.png,
	  qCtagsSense/src/resources/icons/slot.png,
	  qCtagsSense/src/resources/icons/slot_priv.png,
	  qCtagsSense/src/resources/icons/slot_prot.png,
	  qCtagsSense/src/resources/icons/struct.png,
	  qCtagsSense/src/resources/icons/typedef.png,
	  qCtagsSense/src/resources/icons/var.png,
	  qCtagsSense/src/resources/icons/var_priv.png,
	  qCtagsSense/src/resources/icons/var_prot.png,
	  qCtagsSense/src/resources/qCtagsSense.qrc:
	  
	  Reintroduce qCtagsSense due to svn error

2009-04-11 23:55  pasnox

	* [r2961] qCtagsSense:
	  
	  

2009-04-11 23:47  pasnox

	* [r2959] monkey/src/workspace/pFileManager.cpp:
	  
	  Fix a bug that cause associations to be badly parsed/inserted
	  with trailing spaces

2009-04-11 23:46  pasnox

	* [r2958] qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h:
	  
	  Add usefull members to use in the plugin

2009-04-11 23:45  pasnox

	* [r2957] qCtagsSense/src/resources/qCtagsSense.qrc:
	  
	  Fix alias name

2009-04-11 23:45  pasnox

	* [r2956] ctags/ctags/exuberantCtags.c:
	  
	  Remove warning

2009-04-11 22:02  pasnox

	* [r2955] config.pri, monkey/src/workspace/pFileManager.h,
	  plugins/base/base.pro, plugins/plugins.pri,
	  qCtagsSense/qCtagsSense.pri, qCtagsSense/qCtagsSense.pro,
	  qCtagsSense/src/qCtagsSense.cpp, qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseFilesModel.cpp,
	  qCtagsSense/src/qCtagsSenseFilesModel.h,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.h,
	  qCtagsSense/src/qCtagsSenseKindFinder.cpp,
	  qCtagsSense/src/qCtagsSenseKindFinder.h,
	  qCtagsSense/src/qCtagsSenseLanguagesModel.cpp,
	  qCtagsSense/src/qCtagsSenseLanguagesModel.h,
	  qCtagsSense/src/qCtagsSenseMembersModel.cpp,
	  qCtagsSense/src/qCtagsSenseMembersModel.h,
	  qCtagsSense/src/qCtagsSenseSQL.cpp,
	  qCtagsSense/src/qCtagsSenseSQL.h,
	  qCtagsSense/src/qCtagsSenseUtils.cpp,
	  qCtagsSense/src/qCtagsSenseUtils.h:
	  
	  Add license header and fix some build errors

2009-04-11 21:03  pasnox

	* [r2954] build.pro:
	  
	  Add dependency for qCtagsSense

2009-04-11 21:03  pasnox

	* [r2953] monkey/monkey.pro,
	  monkey/src/ctagsmanager/CtagsManager.cpp:
	  
	  Add dependency for qCtagsSense

2009-04-11 21:02  pasnox

	* [r2952] qCtagsSense/sdk, qCtagsSense/sdk/qCtagsSense.h,
	  qCtagsSense/sdk/qCtagsSenseBrowser.h,
	  qCtagsSense/sdk/qCtagsSenseExport.h,
	  qCtagsSense/sdk/qCtagsSenseFilesModel.h,
	  qCtagsSense/sdk/qCtagsSenseIndexer.h,
	  qCtagsSense/sdk/qCtagsSenseKindFinder.h,
	  qCtagsSense/sdk/qCtagsSenseLanguagesModel.h,
	  qCtagsSense/sdk/qCtagsSenseMembersModel.h,
	  qCtagsSense/sdk/qCtagsSenseSQL.h,
	  qCtagsSense/sdk/qCtagsSenseUtils.h:
	  
	  Add qCtagsSense sdk

2009-04-11 20:54  pasnox

	* [r2951] qCtagsSense/qCtagsSense.pro,
	  qCtagsSense/src/qCtagsSense.cpp, qCtagsSense/src/qCtagsSense.h,
	  qCtagsSense/src/qCtagsSenseBrowser.h,
	  qCtagsSense/src/qCtagsSenseExport.h,
	  qCtagsSense/src/qCtagsSenseFilesModel.cpp,
	  qCtagsSense/src/qCtagsSenseFilesModel.h,
	  qCtagsSense/src/qCtagsSenseIndexer.cpp,
	  qCtagsSense/src/qCtagsSenseIndexer.h,
	  qCtagsSense/src/qCtagsSenseKindFinder.cpp,
	  qCtagsSense/src/qCtagsSenseKindFinder.h,
	  qCtagsSense/src/qCtagsSenseLanguagesModel.cpp,
	  qCtagsSense/src/qCtagsSenseLanguagesModel.h,
	  qCtagsSense/src/qCtagsSenseMembersModel.cpp,
	  qCtagsSense/src/qCtagsSenseMembersModel.h,
	  qCtagsSense/src/qCtagsSenseSQL.cpp,
	  qCtagsSense/src/qCtagsSenseSQL.h,
	  qCtagsSense/src/qCtagsSenseUtils.h:
	  
	  Add import/export macro for win32 library export

2009-04-11 20:12  pasnox

	* [r2950] qCtagsSense/qCtagsSense.pri, qCtagsSense/qCtagsSense.pro,
	  qCtagsSense/src/qCtagsSenseBrowser.cpp,
	  qCtagsSense/src/qCtagsSenseBrowser.h:
	  
	  Made the lib buildable

2009-04-11 20:05  pasnox

	* [r2949] qCtagsSense/src/FileManager.cpp,
	  qCtagsSense/src/FileManager.h, qCtagsSense/src/QTimeTracker.cpp,
	  qCtagsSense/src/QTimeTracker.h, qCtagsSense/src/main.cpp:
	  
	  Remove uneeded files

2009-04-11 17:47  pasnox

	* [r2948] qCtagsSense:
	  
	  Integrate qCtagsSense framework, a framework for source code
	  tagging and indexing

2009-04-11 17:41  pasnox

	* [r2945] ctags/ctags/exuberantCtags.c,
	  ctags/ctags/exuberantCtags.h:
	  
	  Update ctags library

2009-04-11 12:01  pasnox

	* [r2943] plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.cpp:
	  
	  Fix a build error

2009-04-11 11:45  pasnox

	* [r2940] plugins/xup/XUPProjectEditor:
	  
	  No longer used

2009-04-11 11:41  pasnox

	* [r2939] _temporary_and_old_codes/plugins/xup/XUPProjectEditor:
	  
	  Move obsolete code

2009-04-11 11:40  pasnox

	* [r2938] plugins/xup/QMakeProjectEditor:
	  
	  No longer used

2009-04-11 11:39  pasnox

	* [r2937] _temporary_and_old_codes/plugins/xup/QMakeProjectEditor:
	  
	  Move obsolete code

2009-04-11 11:38  pasnox

	* [r2936] _temporary_and_old_codes/plugins/xup:
	  
	  new folders

2009-04-11 11:34  pasnox

	* [r2935] plugins/xup/PHP-Qt/src/gui/UISettingsPHPQt.cpp,
	  plugins/xup/PHP-Qt/src/gui/UISettingsPHPQt.h,
	  plugins/xup/PHP-Qt/src/gui/UISettingsPHPQt.ui:
	  
	  No longer used

2009-04-11 11:31  pasnox

	* [r2934] changes.log, plugins/debugger,
	  plugins/debugger/debugger.pro, setups/monkeystudio.iss,
	  setups/release_dmg.sh:
	  
	  Add new files

2009-04-11 11:28  pasnox

	* [r2933] _temporary_and_old_codes, temporary_and_old_codes:
	  
	  Rename temp folder

2009-04-11 11:27  pasnox

	* [r2932] backup_old_codes, temporary_and_old_codes:
	  
	  Rename temp folder

2009-04-11 11:26  pasnox

	* [r2931] tests:
	  
	  No longer used

2009-04-11 11:25  pasnox

	* [r2930] backup_old_codes/tests:
	  
	  Move obsolete code

2009-04-11 11:23  pasnox

	* [r2929] plugins/project:
	  
	  No longer used

2009-04-11 11:21  pasnox

	* [r2928] backup_old_codes/plugins/project:
	  
	  Move obsolete code

2009-04-11 11:20  pasnox

	* [r2927] backup_old_codes/GNUDebugger,
	  backup_old_codes/debugger.pro:
	  
	  No longer used

2009-04-11 11:16  pasnox

	* [r2926] backup_old_codes/plugins/debugger/GNUDebugger,
	  backup_old_codes/plugins/debugger/debugger.pro:
	  
	  Move obsolete code

2009-04-11 11:15  pasnox

	* [r2925] backup_old_codes/plugins,
	  backup_old_codes/plugins/debugger:
	  
	  new folders

2009-04-11 11:14  pasnox

	* [r2924] backup_old_codes, plugins/debugger:
	  
	  Move obsolete code

2009-04-11 11:12  pasnox

	* [r2923] plugins/base/FindInFiles:
	  
	  No longer used

2009-03-26 23:17  pasnox

	* [r2881] monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Add new usefull signals

2009-03-26 23:05  pasnox

	* [r2880] monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h:
	  
	  Add QString fileBuffer() in pFileManager that allow to get a
	  QString of the buffer of an open file, or its physically buffer
	  if it's not opened.
	  Fix some code when saving designer file ( was not utf8 )

2009-03-25 19:32  pasnox

	* [r2879] datas/scripts/associations.mks,
	  fresh/widgets/pConsole.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h:
	  
	  Add support for associations manager by the shell and provide the
	  default script.
	  Some code update due to the changes.

2009-03-23 15:10  pasnox

	* [r2878] fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h:
	  
	  Added a combobox for listing files, can be usefull when having a
	  long list of files and that the dock have small height

2009-03-23 15:09  pasnox

	* [r2877] fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h:
	  
	  Add support for QWidgetAction

2009-03-21 13:23  pasnox

	* [r2876] monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.h:
	  
	  Add a loadHomeScripts() that is called at mks startup and allow
	  scripts to be automatically loaded.

2009-03-21 13:22  pasnox

	* [r2875] monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h:
	  
	  Fully qualified the enum members.
	  Add a homePath() member that return a folder for type in the mks
	  home.
	  Add step for copying mks scripts to mks home scripts, so they
	  will be auto loaded at mks start up and user can edit / remove
	  the script he don't want to have.

2009-03-21 13:19  pasnox

	* [r2874] monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp:
	  
	  Make xmas splashscreen / about splash for december and january.
	  Add init step for mks shell and auto executed scripts.

2009-03-21 13:17  pasnox

	* [r2873]
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h:
	  
	  Remove auto script execution ( move it to global scripts loader
	  ).
	  Add a new member for generating the abbreviations script from
	  current abbreviations.

2009-03-20 00:24  pasnox

	* [r2870] datas/scripts/abbreviations.mks:
	  
	  Little update

2009-03-20 00:22  pasnox

	* [r2869] datas/scripts, datas/scripts/abbreviations.mks:
	  
	  Introduce abbreviations script

2009-03-20 00:21  pasnox

	* [r2868] monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.h:
	  
	  Add loadScript member to execute script without gui ( console )

2009-03-20 00:20  pasnox

	* [r2867] monkey/src/workspace/pWorkspace.cpp:
	  
	  Small code update due to api change

2009-03-20 00:20  pasnox

	* [r2866]
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h:
	  
	  New fully working abbreviations manager

2009-03-20 00:19  pasnox

	* [r2865] monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h:
	  
	  Introduce abbreviations manager instance

2009-03-20 00:19  pasnox

	* [r2864] monkey/src/maininterface/ui/UISettings.cpp:
	  
	  Fix abbreviations loading

2009-03-20 00:18  pasnox

	* [r2863] monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h:
	  
	  Add a homeFilePath() that allow to to return a file path
	  according to mks home

2009-03-18 23:18  pasnox

	* [r2861] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.cpp:
	  
	  Update all codes to take advantage of the new storagePaths system
	  with a legacy compatibility.

2009-03-17 23:58  pasnox

	* [r2857] config.pri, installs.pri,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h:
	  
	  Introduce new datas path handling in the Settings classes (
	  storagePaths() ).
	  Update version and install script.
	  There is some change to do to now use this api in the mks code

2009-03-15 20:49  pasnox

	* [r2856] datas/apis/qt-4.3.2.api, datas/apis/qt-4.3.x.api,
	  datas/apis/qt-4.4.0.api, datas/apis/qt-4.4.x.api:
	  
	  Rename Qt apis files

2009-03-15 19:32  pasnox

	* [r2855] ctags/apis,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h,
	  monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.h, old.templates,
	  templates, translations:
	  
	  Remove unneeded files/folders

2009-03-15 19:22  pasnox

	* [r2854] datas/apis, datas/templates, datas/translations:
	  
	  Copy datas to correct folder

2009-03-15 19:17  pasnox

	* [r2853] datas:
	  
	  Add general datas folder

2009-03-12 23:51  pasnox

	* [r2852]
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.cpp:
	  
	  Add working abbreviation operations: show, list.

2009-03-12 22:51  pasnox

	* [r2851] fresh/fresh.pro, fresh/objects/GetOpt.cpp,
	  fresh/objects/GetOpt.h, fresh/sdk/GetOpt.h, fresh/sdk/fresh.h,
	  fresh/sdk/pActionsManager.h,
	  fresh/sdk/pActionsShortcutsManager.h, fresh/sdk/pConsole.h,
	  fresh/sdk/pConsoleCommand.h, fresh/sdk/pDockToolBar.h,
	  fresh/sdk/pDockToolBarManager.h, fresh/sdk/pDockWidget.h,
	  fresh/sdk/pDockWidgetTitleBar.h, fresh/sdk/pExtendedWorkspace.h,
	  fresh/sdk/pFileDialog.h, fresh/sdk/pFileListEditor.h,
	  fresh/sdk/pFilesListWidget.h, fresh/sdk/pGroupPath.h,
	  fresh/sdk/pKeySequenceInput.h, fresh/sdk/pMainWindow.h,
	  fresh/sdk/pMenuBar.h, fresh/sdk/pPathListEditor.h,
	  fresh/sdk/pQueuedMessageWidget.h, fresh/sdk/pQueuedStatusBar.h,
	  fresh/sdk/pStringListEditor.h, fresh/sdk/pTabBar.h,
	  fresh/sdk/pTabbedMainWindow.h, fresh/sdk/pTabbedWorkspace.h,
	  fresh/sdk/pTabbedWorkspaceCorner.h,
	  fresh/sdk/pTabbedWorkspaceCornerButton.h,
	  fresh/sdk/pTabbedWorkspaceRightCorner.h,
	  fresh/sdk/pTreeComboBox.h, fresh/widgets/pConsole.cpp,
	  fresh/widgets/pConsole.h, fresh/widgets/pConsoleCommand.cpp,
	  fresh/widgets/pConsoleCommand.h, monkey/monkey.pro,
	  monkey/sdk/MkSShellConsole.h, monkey/sdk/MkSShellInterpreter.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h, monkey/src/shellmanager,
	  monkey/src/shellmanager/MkSShellConsole.cpp,
	  monkey/src/shellmanager/MkSShellConsole.h,
	  monkey/src/shellmanager/MkSShellInterpreter.cpp,
	  monkey/src/shellmanager/MkSShellInterpreter.h,
	  plugins/base/MkSShell, plugins/base/MkSShell/MkSShell.pro,
	  plugins/base/MkSShell/src,
	  plugins/base/MkSShell/src/MkSShell.cpp,
	  plugins/base/MkSShell/src/MkSShell.h, plugins/base/base.pro:
	  
	  introduce pConsole, pConsoleCommand, GetOpt, MkSShellConsole,
	  MkSShellInterpreter and MkSShell plugin

2009-03-01 18:23  pasnox

	* [r2839] links/monkeystudio.desktop:
	  
	  Update desktop unix files

2009-02-04 13:12  hlamer

	* [r2810] plugins/compiler/GccParser/src/Parser.h:
	  
	  Change log:
	  Fix of gcc parser. Now supprt 'gcc' compiler command, not only
	  'g++'

2009-02-04 13:05  hlamer

	* [r2809] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h:
	  
	  Change log:
	  Fixed freeze on replacement

2009-02-01 20:40  pasnox

	* [r2805]
	  plugins/child/QtDesigner/src/3rdparty/designer/pluginmanager_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/qdesigner_integration_p.h,
	  plugins/child/QtDesigner/src/3rdparty/designer/shared_global_p.h:
	  
	  Update QtDesigner private files from Qt 4.4.3, fixing MSVC build
	  on Windows

2009-02-01 18:10  pasnox

	* [r2803] fresh/widgets/pTabBar.cpp,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  plugins/base/Navigator/src/Navigator.cpp:
	  
	  Fix warning precompil step for msvc

2009-01-31 15:25  pasnox

	* [r2801] readme.txt:
	  
	  Update readme.txt

2009-01-31 14:01  pasnox

	* [r2796] monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui,
	  monkey/src/xupmanager/core/XUPProjectModelProxy.cpp,
	  monkey/src/xupmanager/core/XUPProjectModelProxy.h:
	  
	  Add support for expert mode in the template wizard.

2009-01-29 13:21  hlamer

	* [r2790] monkey/src/qscintillamanager/pEditor.cpp:
	  
	  Wait cursor not disappearing bug

2009-01-26 17:15  hlamer

	* [r2781] plugins/compiler/GccParser/src/Parser.h:
	  
	  

2009-01-26 16:17  hlamer

	* [r2780] tests/parserstest/gcc/win.txt:
	  
	  

2009-01-25 16:21  hlamer

	* [r2777] monkey/src/consolemanager/pCommandParser.cpp,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  tests/parserstest/gcc/compiling-win,
	  tests/parserstest/gcc/mingw.txt,
	  tests/parserstest/gnu-make/win.txt:
	  
	  Parsing fixes

2009-01-24 15:09  hlamer

	* [r2773] plugins/compiler/GccParser/src/Parser.h:
	  
	  Fix of bug on windows

2009-01-21 19:40  minirop

	* [r2759] plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  

2009-01-20 22:22  hlamer

	* [r2744] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp:
	  
	  Search: recents list fix

2009-01-20 22:15  hlamer

	* [r2743] plugins/compiler/GccParser/src/Parser.h:
	  
	  Fix of bug #1767

2009-01-19 21:28  ajordan

	* [r2741] plugins/base/PostIt/src/PostIt.cpp,
	  plugins/base/PostIt/src/notesManager.cpp,
	  plugins/base/PostIt/src/notesManager.h,
	  plugins/base/PostIt/src/ui/UIPostIt.cpp,
	  plugins/base/PostIt/src/ui/UIPostIt.h,
	  plugins/base/PostIt/src/ui/UIPostIt.ui:
	  
	  Using other event of QListWidget to save data
	  QPlainTextEdit get focus when note is selected or created and
	  when title is edited
	  The empty note are now save

2009-01-18 22:03  hlamer

	* [r2733] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Label value fix

2009-01-18 16:07  pasnox

	* [r2729] config.pri:
	  
	  Update the config.pri for adding true OS X Universal build.

2009-01-18 15:44  pasnox

	* [r2728] plugins/child/QtDesigner/src/QtDesignerChild.cpp:
	  
	  Bad ui files no longer crash mks, and if the load failed, auto
	  delete the designer if there is no others files open

2009-01-18 15:43  pasnox

	* [r2727] monkey/src/workspace/pWorkspace.cpp:
	  
	  Add handler for failed file open, that fix mks crash when bad ui
	  file are opened

2009-01-18 15:42  pasnox

	* [r2726] monkey/src/templatesmanager/ui/UITemplatesWizard.cpp:
	  
	  The horizontal scrollbar should no longer appear in the template
	  propreties editor

2009-01-18 15:41  pasnox

	* [r2725]
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp:
	  
	  Fix a bug that don't close the current shown auto completion box
	  when triggering an abbreviation to expand

2009-01-15 22:30  pasnox

	* [r2722] config.pri:
	  
	  Set debug as default build mode

2009-01-15 22:29  pasnox

	* [r2721] plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h:
	  
	  Add hookItem() for correctly handling of subproject.
	  Remove unneeded QT_TR_NOOP.
	  Fix a possible bug that could duplicate and recreate subproject
	  item when used with hookItem()
	  Now handle the insertion of new subproject

2009-01-15 22:26  pasnox

	* [r2720] plugins/xup/QMake/src/QtVersionManager.cpp:
	  
	  Inverse the check order for Qt system installation. Now qmake-qt4
	  is checked first to avoid probleme with qmake of qt3

2009-01-15 22:25  pasnox

	* [r2719] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Use hookItem() after adding files to scope/project to refresh
	  include/subproject list.

2009-01-15 22:19  pasnox

	* [r2718] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h:
	  
	  Fix possible bug in include handling.
	  Remove unneeded QT_TR_NOOP macro.
	  Add a hookItem() member that could be use to hook the item
	  (should not be used in a loop !!!)

2009-01-15 22:16  pasnox

	* [r2717] monkey/src/xupmanager/core/XUPItem.cpp:
	  
	  Fix a bug that prevent the model to be updated correctly

2009-01-15 22:10  pasnox

	* [r2716] monkey/src/templatesmanager/pTemplatesManager.cpp:
	  
	  Fix a bug that prevent new project to be added in another one (
	  qmake subdirs )

2009-01-13 13:38  hlamer

	* [r2714] config.pri, monkey/src/workspace/pWorkspace.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp:
	  
	  Experiments with libmigdb

2009-01-12 12:03  hlamer

	* [r2713] plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.cpp:
	  
	  Revert changes in the revision 2669

2009-01-11 00:04  pasnox

	* [r2712] installs.pri, plugins/debugger/GNUDebugger,
	  plugins/debugger/GNUDebugger/GNUDebugger.pro,
	  plugins/debugger/GNUDebugger/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2, plugins/debugger/debugger.pro:
	  
	  Rename the GNUDebugger2 plugin to GNUDebugger fixing a bug that
	  made the debugger unavailable in QMake plugin.
	  Update all related code due to this changement.

2009-01-10 23:46  pasnox

	* [r2711] plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.ui:
	  
	  The main assistant widget is no longer shown at startup for Qt
	  Assistant plugin.
	  Changed the default tab position to top in the Qt Assistant dock.

2009-01-10 23:32  pasnox

	* [r2710] monkey/src/toolsmanager/pDesktopApplications_mac.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_win32.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.h:
	  
	  Fix a bug in pToolsManager class that bably initialize the tools
	  actions.

2009-01-10 23:31  pasnox

	* [r2709] fresh/widgets/pActionsShortcutsManager.cpp,
	  fresh/widgets/pActionsShortcutsManager.h:
	  
	  Small code update in the pActionsShortcutsManager classes for
	  displaying the items in ascending order, resulting to a more easy
	  browse for actions.

2009-01-09 23:04  pasnox

	* [r2708] translations/monkey_french.ts:
	  
	  Fix french translation

2009-01-09 23:01  pasnox

	* [r2707] monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h:
	  
	  Fix a potential problem in stopCommand() member
	  I removed the force close argument, and now if we try to stop 3
	  times the same command, it's simply killed directly.

2009-01-09 22:37  pasnox

	* [r2706] ctags/ctags.pro:
	  
	  Fix eol

2009-01-09 22:33  pasnox

	* [r2705] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  Fix a bug that cause win32 command to not being killed ( g++ )

2009-01-09 22:12  pasnox

	* [r2704] ctags/ctags.pro:
	  
	  Fix windows build error for the ctags library

2009-01-08 23:53  pasnox

	* [r2703] monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/variablesmanager/VariablesManager.cpp,
	  monkey/src/variablesmanager/VariablesManager.h:
	  
	  pconsoleManager now use VariablesManager to handle variables

2009-01-08 22:34  pasnox

	* [r2702] plugins/xup/PyQt/src/PyQtProjectItem.cpp,
	  plugins/xup/PyQt/src/resources/PyQt.qrc,
	  plugins/xup/PyQt/src/resources/icons/items/forms.png:
	  
	  Fix project view icons

2009-01-08 21:29  pasnox

	* [r2701] plugins/interpreter/Python/src/Python.cpp,
	  plugins/xup/PyQt/src/PyQt.cpp:
	  
	  Update copyrights notice

2009-01-08 19:57  pasnox

	* [r2700] plugins/interpreter/Python,
	  plugins/interpreter/Python/Python.pro,
	  plugins/interpreter/Python/src,
	  plugins/interpreter/Python/src/Python.cpp,
	  plugins/interpreter/Python/src/Python.h,
	  plugins/interpreter/Python/src/PythonParser.h,
	  plugins/interpreter/interpreter.pro, plugins/xup/PyQt,
	  plugins/xup/PyQt/PyQt.pro, plugins/xup/PyQt/src,
	  plugins/xup/PyQt/src/PyQt.cpp, plugins/xup/PyQt/src/PyQt.h,
	  plugins/xup/PyQt/src/PyQtProjectItem.cpp,
	  plugins/xup/PyQt/src/PyQtProjectItem.h, plugins/xup/PyQt/src/gui,
	  plugins/xup/PyQt/src/gui/UIPyQtEditor.cpp,
	  plugins/xup/PyQt/src/gui/UIPyQtEditor.h,
	  plugins/xup/PyQt/src/gui/UIPyQtEditor.ui,
	  plugins/xup/PyQt/src/resources,
	  plugins/xup/PyQt/src/resources/PyQt.qrc,
	  plugins/xup/PyQt/src/resources/icons,
	  plugins/xup/PyQt/src/resources/icons/items,
	  plugins/xup/PyQt/src/resources/icons/items/python.png,
	  plugins/xup/xup.pro, templates/Python, templates/Python/PyQt
	  Console, templates/Python/PyQt Console/$Main File Name$,
	  templates/Python/PyQt Console/$Project Name$.xpyqt,
	  templates/Python/PyQt Console/template.ini, templates/Python/PyQt
	  Gui, templates/Python/PyQt Gui/$Class File Name$.py,
	  templates/Python/PyQt Gui/$Form File Name$.ui,
	  templates/Python/PyQt Gui/$Main File Name$, templates/Python/PyQt
	  Gui/$Project Name$.xpyqt, templates/Python/PyQt Gui/template.ini,
	  templates/Python/QObject Herited Class, templates/Python/QObject
	  Herited Class/$Base File Name$.py, templates/Python/QObject
	  Herited Class/template.ini, templates/Python/Qt Form,
	  templates/Python/Qt Form/$Class Name$.py, templates/Python/Qt
	  Form/$Class Name$.ui, templates/Python/Qt Form/template.ini:
	  
	  Introduce Python interpreter plugin, PyQt xup proejct, and pyqt
	  templates

2009-01-07 20:52  pasnox

	* [r2699] translations/monkey_spanish.qm,
	  translations/monkey_spanish.ts:
	  
	  Update spanish translation

2009-01-07 13:40  hlamer

	* [r2698] ctags/ctags/lregex.c, ctags/ctags/parse.c,
	  ctags/ctags/parse.h, ctags/ctags/php.c, ctags/ctags/read.c:
	  
	  Fixes for enable Cobol, HTML, PHP, REXX, SLang, YACC parsers
	  (which use regular expressoions)
	  Possible, will occur some problems on Windows

2009-01-05 17:16  hlamer

	* [r2697] plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp:
	  
	  Fiew fixes of search.
	  Switched off option "Activate dock" of messagebox in the default
	  config

2009-01-05 16:35  hlamer

	* [r2696] monkey/src/toolsmanager/pToolsManager.cpp,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/compiler/GccParser/src/Parser.h, tests/data.txt,
	  tests/parserstest, tests/parserstest/gcc,
	  tests/parserstest/gcc/common.txt, tests/parserstest/gcc/mac.txt,
	  tests/parserstest/gnu-make,
	  tests/parserstest/gnu-make/common.txt, tests/parsetstest.monkey:
	  
	  Fixes of parsers

2009-01-04 12:22  pasnox

	* [r2695] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts, translations/monkey_italian.ts:
	  
	  Update translations

2009-01-04 12:21  pasnox

	* [r2694] translations/monkey_arabic.ts,
	  translations/monkey_catalan.ts, translations/monkey_spanish.ts:
	  
	  Add arabic, spanish and catalan translation files

2009-01-04 12:20  pasnox

	* [r2693] monkey/monkey.pro:
	  
	  Add spanish and catalan to translations

2009-01-01 15:44  pasnox

	* [r2692] monkey/src/workspace/pWorkspace.cpp:
	  
	  Select the current filename in fileOpen dialog if available else
	  the current path

2009-01-01 15:35  pasnox

	* [r2691] plugins/base/FileBrowser/src/pDockFileBrowser.cpp:
	  
	  Add a shortcut for going up by "BackSpace" shortcut

2008-12-30 08:59  hlamer

	* [r2689] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Documentation for Search and Replace

2008-12-29 23:22  pasnox

	* [r2688] ., coveragemeter, fresh,
	  monkey/src/resources/icons/editor, qscintilla:
	  
	  Remove all ignore properties

2008-12-29 23:12  pasnox

	* [r2687] ctags/apis/tags2api.py,
	  fresh/widgets/pActionsShortcutsManager.cpp,
	  fresh/widgets/pActionsShortcutsManager.h, macDeploy.sh,
	  monkey/src/pluginsmanager/ui/UIInterpreterSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIInterpreterSettings.h,
	  monkey/src/pluginsmanager/ui/UIInterpreterSettings.ui,
	  monkey/src/resources/icons/items/comment.png,
	  monkey/src/resources/icons/items/emptyline.png,
	  monkey/src/resources/icons/items/file.png,
	  monkey/src/resources/icons/items/files.png,
	  monkey/src/resources/icons/items/folder.png,
	  monkey/src/resources/icons/items/function.png,
	  monkey/src/resources/icons/items/path.png,
	  monkey/src/resources/icons/items/project.png,
	  monkey/src/resources/icons/items/scope.png,
	  monkey/src/resources/icons/items/value.png,
	  monkey/src/resources/icons/items/variable.png,
	  monkey/src/xupmanager/gui/UIXUPFindFiles.ui,
	  monkey/src/xupmanager/gui/XUPAddFiles.ui,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.h,
	  plugins/child/QtAssistant/src/QtAssistantInlineSearch.cpp,
	  plugins/child/QtAssistant/src/QtAssistantInlineSearch.h,
	  plugins/child/QtAssistant/src/resources/addtab.png,
	  plugins/child/QtAssistant/src/resources/assistant.png,
	  plugins/child/QtAssistant/src/resources/book.png,
	  plugins/child/QtAssistant/src/resources/closetab.png,
	  plugins/child/QtAssistant/src/resources/find.png,
	  plugins/child/QtAssistant/src/resources/home.png,
	  plugins/child/QtAssistant/src/resources/next.png,
	  plugins/child/QtAssistant/src/resources/nexttab.png,
	  plugins/child/QtAssistant/src/resources/previous.png,
	  plugins/child/QtAssistant/src/resources/previoustab.png,
	  plugins/child/QtAssistant/src/resources/synctoc.png,
	  plugins/child/QtAssistant/src/resources/wrap.png,
	  plugins/child/QtAssistant/src/resources/zoomin.png,
	  plugins/child/QtAssistant/src/resources/zoomout.png,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.h,
	  plugins/interpreter/PHP/PHP.pro,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/PHP/src/PHPParser.h,
	  plugins/interpreter/interpreter.pro,
	  plugins/xup/PHP-Qt/PHP-Qt.pro, plugins/xup/PHP-Qt/src/PHPQt.cpp,
	  plugins/xup/PHP-Qt/src/PHPQt.h,
	  plugins/xup/PHP-Qt/src/gui/UISettingsPHPQt.ui,
	  plugins/xup/PHP-Qt/src/resources/PHP-Qt.qrc,
	  plugins/xup/QMake/QMake.pro, plugins/xup/QMake/src/QMake.cpp,
	  plugins/xup/QMake/src/QMake.h, plugins/xup/QMake/src/QMake2XUP.h,
	  plugins/xup/QMake/src/gui/UISettingsQMake.ui,
	  plugins/xup/QMake/src/resources/QMake.qrc,
	  plugins/xup/QMake/src/resources/icons/items/def_file.png,
	  plugins/xup/QMake/src/resources/icons/items/defines.png,
	  plugins/xup/QMake/src/resources/icons/items/dependpath.png,
	  plugins/xup/QMake/src/resources/icons/items/file.png,
	  plugins/xup/QMake/src/resources/icons/items/folder.png,
	  plugins/xup/QMake/src/resources/icons/items/forms.png,
	  plugins/xup/QMake/src/resources/icons/items/headers.png,
	  plugins/xup/QMake/src/resources/icons/items/includepath.png,
	  plugins/xup/QMake/src/resources/icons/items/libs.png,
	  plugins/xup/QMake/src/resources/icons/items/project.png,
	  plugins/xup/QMake/src/resources/icons/items/rc_file.png,
	  plugins/xup/QMake/src/resources/icons/items/res_file.png,
	  plugins/xup/QMake/src/resources/icons/items/resources.png,
	  plugins/xup/QMake/src/resources/icons/items/sources.png,
	  plugins/xup/QMake/src/resources/icons/items/translations.png,
	  plugins/xup/QMake/src/resources/icons/items/vpath.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Face.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexGen.py,
	  sdk.py, templates/All/XUP Project/$Project Name$.xup,
	  templates/C++/C++ Hello World/$File Name$,
	  templates/C++/Main/$File Name$, templates/C++/QMake C-C++
	  Application/$Main File Name$, templates/C++/QMake C-C++
	  Application/$Project Name$.pro, templates/C++/QMake C-C++
	  Application/template.ini, templates/C++/QMake C-C++ Dll/$Project
	  Name$.pro, templates/C++/QMake C-C++ Dll/template.ini,
	  templates/C++/QMake C-C++ Static Lib/$Project Name$.pro,
	  templates/C++/QMake C-C++ Static Lib/template.ini,
	  templates/C++/QMake Qt Console/$Main File Name$,
	  templates/C++/QMake Qt Console/$Project Name$.pro,
	  templates/C++/QMake Qt Console/template.ini, templates/C++/QMake
	  Qt Dll/$Project Name$.pro, templates/C++/QMake Qt Gui/$Project
	  Name$.pro, templates/C++/QMake Qt Plugin/$Project Name$.pro,
	  templates/C++/QMake Qt Static Lib/$Project Name$.pro,
	  templates/C++/QMake Solution/$Project Name$.pro,
	  templates/C++/QObject Herited Class/template.ini,
	  templates/C++/QWidget Herited Class/template.ini,
	  templates/C++/Qt Form/$Class Name$.ui, templates/C++/Qt
	  Form/template.ini, templates/Objective-C++/Class/template.ini,
	  templates/Objective-C++/Herited Class/template.ini,
	  templates/PHP/PHP-Qt Console/$Project Name$.xphpqt,
	  templates/PHP/PHP-Qt Console/template.ini, templates/PHP/PHP-Qt
	  Gui/$Project Name$.xphpqt, templates/PHP/PHP-Qt Gui/template.ini,
	  templates/PHP/QObject Herited Class/template.ini,
	  templates/PHP/QWidget Herited Class/template.ini,
	  templates/PHP/Qt Form/$Class Name$.ui, templates/PHP/Qt
	  Form/template.ini:
	  
	  remove all executable bit from sources files

2008-12-28 22:02  hlamer

	* [r2686] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.h:
	  
	  Better search thread - search UI communications

2008-12-28 00:49  pasnox

	* [r2685] config.pri:
	  
	  Remove the www subdomain as it's shit :)

2008-12-28 00:48  pasnox

	* [r2684] monkey/monkey.pro, monkey/sdk/CommandLineManager.h,
	  monkey/src/commandlinemanager,
	  monkey/src/commandlinemanager/CommandLineManager.cpp,
	  monkey/src/commandlinemanager/CommandLineManager.h,
	  monkey/src/main.cpp:
	  
	  Added a command line parser ! we can now request -h, --help, -v,
	  --version and -projects, -files to open projects/files

2008-12-27 18:53  pasnox

	* [r2683] installs.pri:
	  
	  Fix correct path for icon installation

2008-12-27 18:52  pasnox

	* [r2682] monkey/src/maininterface/UIMain.cpp:
	  
	  Remove too long window title in the mainwindow title bar

2008-12-27 18:52  pasnox

	* [r2681] links/monkeystudio.desktop:
	  
	  Fix standard desktop file entries

2008-12-27 12:56  hlamer

	* [r2679] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Fixed case sensetivity bug for search in dirrectory.
	  Cosmetic fixes

2008-12-27 11:50  hlamer

	* [r2678] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Implemented incremental searching

2008-12-27 11:10  hlamer

	* [r2677] monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Better search and replace

2008-12-26 16:29  hlamer

	* [r2676] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Replace in dirrectory. First working version

2008-12-23 14:24  pasnox

	* [r2669] doxygen.config:
	  
	  Some cleanup

2008-12-23 13:18  pasnox

	* [r2667] monkey/src/settingsmanager/Settings.cpp:
	  
	  Fix a bug that can cause installed app in not prefix path to not
	  being recognize as installed.

2008-12-23 11:59  pasnox

	* [r2666] config.pri:
	  
	  Fix build path for plugins as there is filename mismatch on
	  windows ( php.h and PHP.h )

2008-12-23 11:57  pasnox

	* [r2665] plugins/plugins.pri:
	  
	  Fix build path for plugins as there is filename mismatch on
	  windows ( php.h and PHP.h )

2008-12-23 11:52  pasnox

	* [r2664] plugins/plugins.pri:
	  
	  Fix build path for plugins as there is filename mismatch on
	  windows ( php.h and PHP.h )

2008-12-23 11:35  pasnox

	* [r2663] plugins/base/SearchAndReplace/SearchAndReplace.pro,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Fix build error on windows

2008-12-23 11:34  pasnox

	* [r2662] monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pChild.h:
	  
	  Add missing export macro in pChild

2008-12-23 09:57  pasnox

	* [r2661] plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplace/src/SearchThread.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Fix some windows build error

2008-12-22 23:12  pasnox

	* [r2660] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  Fix a build error on windows.

2008-12-19 09:05  hlamer

	* [r2659] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h:
	  
	  Searching. Better than before

2008-12-16 13:45  hlamer

	* [r2658] plugins/base/SearchAndReplace/src/SearchWidget.cpp:
	  
	  Focus behaviour improved for search widget

2008-12-16 10:05  hlamer

	* [r2657] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp:
	  
	  Removed dead actions from menu

2008-12-16 09:08  hlamer

	* [r2656] plugins/base/MessageBox/MessageBox.pro,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/resources/MessageBox.qrc,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/MessageBox/src/ui/UISearchResult.ui,
	  plugins/base/SearchAndReplace/SearchAndReplace.pro,
	  plugins/base/SearchAndReplace/resources,
	  plugins/base/SearchAndReplace/resources/SearchAndReplace.qrc,
	  plugins/base/SearchAndReplace/resources/icons,
	  plugins/base/SearchAndReplace/resources/icons/tabsearch.png:
	  
	  Removed search resutls dock from MessageBox plugin

2008-12-14 15:54  hlamer

	* [r2654] plugins/base/SearchAndReplace/src/SearchAndReplace.cpp:
	  
	  Removing search dock on uninstall

2008-12-14 15:44  hlamer

	* [r2653] monkey/monkey.pro, monkey/sdk/pSearch.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/SearchThread.h,
	  monkey/src/qscintillamanager/ui, monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h, plugins/base/SearchAndReplace,
	  plugins/base/SearchAndReplace/SearchAndReplace.pro,
	  plugins/base/SearchAndReplace/src,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.cpp,
	  plugins/base/SearchAndReplace/src/SearchAndReplace.h,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.cpp,
	  plugins/base/SearchAndReplace/src/SearchResultsDock.h,
	  plugins/base/SearchAndReplace/src/SearchThread.cpp,
	  plugins/base/SearchAndReplace/src/SearchThread.h,
	  plugins/base/SearchAndReplace/src/SearchWidget.cpp,
	  plugins/base/SearchAndReplace/src/SearchWidget.h,
	  plugins/base/base.pro:
	  
	  Moved search engine to plugin

2008-12-12 23:59  pasnox

	* [r2652] plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.ui:
	  
	  Add support for keyword help, and search help ! enjoy

2008-12-12 23:57  pasnox

	* [r2651] plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/Navigator/src/Navigator.cpp:
	  
	  Fix default shortcuts

2008-12-12 23:54  pasnox

	* [r2650] monkey/src/shared/MkSFileDialog.cpp:
	  
	  Fix a bug that cause opening multiple files at same times not
	  woreking

2008-12-12 23:54  pasnox

	* [r2649]
	  monkey/src/resources/icons/application/splashscreen_christmas.png,
	  monkey/src/resources/resources.qrc:
	  
	  Add xmas splashscreen

2008-12-12 23:53  pasnox

	* [r2648] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h:
	  
	  add currentLineText() witch return the entire text of the current
	  line

2008-12-12 23:52  pasnox

	* [r2647] monkey/src/maininterface/ui/UIAbout.cpp:
	  
	  Add xmas support & update contributors list

2008-12-12 23:51  pasnox

	* [r2646] monkey/src/maininterface/UIMain.cpp:
	  
	  Remove unused help/manual action

2008-12-12 23:51  pasnox

	* [r2645] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Add xmas support

2008-12-12 23:21  pasnox

	* [r2644]
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h:
	  
	  

2008-12-09 10:36  hlamer

	* [r2643] config.pri:
	  
	  

2008-12-09 10:10  hlamer

	* [r2642] config.pri:
	  
	  Changed default install prefix from /usr to /usr/local

2008-12-08 09:14  pasnox

	* [r2641] plugins/base/Navigator/src/Navigator.cpp:
	  
	  Set a fixed name for Navigator dock action to prevent shortcuts
	  manager to wors as expected. Fixing a bug that can't handle
	  correctly its shortcuts as the action name changed each time a
	  file change.

2008-12-08 08:39  pasnox

	* [r2640] fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h:
	  
	  Fix mac os x style drawing for pDockWidgetTitleBar

2008-12-07 22:54  pasnox

	* [r2639] plugins/base/PostIt/src/notesManager.cpp,
	  plugins/base/PostIt/src/notesManager.h,
	  plugins/base/PostIt/src/ui/UIPostIt.cpp,
	  plugins/base/PostIt/src/ui/UIPostIt.h,
	  plugins/base/PostIt/src/ui/UIPostIt.ui:
	  
	  Update post it plugin

2008-12-07 22:44  pasnox

	* [r2638] plugins/interpreter, plugins/interpreter/PHP,
	  plugins/interpreter/PHP/PHP.pro, plugins/interpreter/PHP/src,
	  plugins/interpreter/PHP/src/PHP.cpp,
	  plugins/interpreter/PHP/src/PHP.h,
	  plugins/interpreter/PHP/src/PHPParser.h,
	  plugins/interpreter/interpreter.pro, plugins/plugins.pro:
	  
	  Added PHP interpreter plugin opening door to PHP-Qt project
	  management !

2008-12-07 22:42  pasnox

	* [r2637] plugins/xup/PHP-Qt, plugins/xup/PHP-Qt/PHP-Qt.pro,
	  plugins/xup/PHP-Qt/src, plugins/xup/PHP-Qt/src/PHPQt.cpp,
	  plugins/xup/PHP-Qt/src/PHPQt.h,
	  plugins/xup/PHP-Qt/src/PHPQtProjectItem.cpp,
	  plugins/xup/PHP-Qt/src/PHPQtProjectItem.h,
	  plugins/xup/PHP-Qt/src/gui,
	  plugins/xup/PHP-Qt/src/gui/UIPHPQtEditor.cpp,
	  plugins/xup/PHP-Qt/src/gui/UIPHPQtEditor.h,
	  plugins/xup/PHP-Qt/src/gui/UIPHPQtEditor.ui,
	  plugins/xup/PHP-Qt/src/gui/UISettingsPHPQt.cpp,
	  plugins/xup/PHP-Qt/src/gui/UISettingsPHPQt.h,
	  plugins/xup/PHP-Qt/src/gui/UISettingsPHPQt.ui,
	  plugins/xup/PHP-Qt/src/resources,
	  plugins/xup/PHP-Qt/src/resources/PHP-Qt.qrc,
	  plugins/xup/PHP-Qt/src/resources/icons,
	  plugins/xup/PHP-Qt/src/resources/icons/items,
	  plugins/xup/PHP-Qt/src/resources/icons/items/forms.png,
	  plugins/xup/PHP-Qt/src/resources/icons/items/php.png,
	  plugins/xup/xup.pro:
	  
	  Added PHP-Qt proejct management plugin allowinf people to create
	  Qt applications using PHP-Qt binding

2008-12-07 22:39  pasnox

	* [r2636] plugins/xup/QMake/src/resources/QMake.qrc:
	  
	  Updated and added new icons

2008-12-07 22:39  pasnox

	* [r2635] plugins/xup/QMake/src/resources/icons/items/def_file.png,
	  plugins/xup/QMake/src/resources/icons/items/file.png,
	  plugins/xup/QMake/src/resources/icons/items/form3.png,
	  plugins/xup/QMake/src/resources/icons/items/forms.png,
	  plugins/xup/QMake/src/resources/icons/items/forms3.png,
	  plugins/xup/QMake/src/resources/icons/items/headers.png,
	  plugins/xup/QMake/src/resources/icons/items/images.png,
	  plugins/xup/QMake/src/resources/icons/items/libs.png,
	  plugins/xup/QMake/src/resources/icons/items/obj_sources.png,
	  plugins/xup/QMake/src/resources/icons/items/rc_file.png,
	  plugins/xup/QMake/src/resources/icons/items/res_file.png,
	  plugins/xup/QMake/src/resources/icons/items/resources.png,
	  plugins/xup/QMake/src/resources/icons/items/sources.png:
	  
	  Updated and added new icons

2008-12-07 22:37  pasnox

	* [r2634] monkey/monkey.pro:
	  
	  Added new classes for interpreters plugins support

2008-12-07 22:37  pasnox

	* [r2633] monkey/sdk/UIBuilderSettings.h,
	  monkey/sdk/UICLIToolSettings.h, monkey/sdk/UICompilerSettings.h,
	  monkey/sdk/UIInterpreterSettings.h,
	  monkey/sdk/UIPluginsSettings.h,
	  monkey/sdk/UIPluginsSettingsAbout.h,
	  monkey/sdk/UIPluginsSettingsElement.h:
	  
	  Added missing headers

2008-12-07 22:34  pasnox

	* [r2632] monkey/src/pluginsmanager/BuilderPlugin.h,
	  monkey/src/pluginsmanager/CLIToolPlugin.h,
	  monkey/src/pluginsmanager/ChildPlugin.h,
	  monkey/src/pluginsmanager/CompilerPlugin.h,
	  monkey/src/pluginsmanager/DebuggerPlugin.h,
	  monkey/src/pluginsmanager/InterpreterPlugin.h,
	  monkey/src/pluginsmanager/WorkspacePlugin.h,
	  monkey/src/pluginsmanager/ui/UIInterpreterSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIInterpreterSettings.h,
	  monkey/src/pluginsmanager/ui/UIInterpreterSettings.ui:
	  
	  Added first integration and support for interpreter plugins

2008-12-07 22:33  pasnox

	* [r2631] monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Fix correct view for project manager

2008-12-07 22:33  pasnox

	* [r2630] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Added support for installing/uninstalling interpreter commands

2008-12-07 22:32  pasnox

	* [r2629] monkey/src/variablesmanager/VariablesManager.cpp:
	  
	  Fix a bug in variables replacement that can occur when trying to
	  replace variables in sources having $ as variabels prefix

2008-12-07 22:30  pasnox

	* [r2628] templates/C++/Qt Form, templates/C++/Qt Form/$Class
	  Name$.cpp, templates/C++/Qt Form/$Class Name$.h, templates/C++/Qt
	  Form/$Class Name$.ui, templates/C++/Qt Form/template.ini:
	  
	  Move Qt Form for C++ in correct place

2008-12-07 22:29  pasnox

	* [r2627] templates/XML/Qt Designer Forms, templates/XML/Qt Form:
	  
	  Move templates to correct places

2008-12-07 22:28  pasnox

	* [r2626] templates/PHP, templates/PHP/PHP-Qt Console,
	  templates/PHP/PHP-Qt Console/$Main File Name$,
	  templates/PHP/PHP-Qt Console/$Project Name$.xphpqt,
	  templates/PHP/PHP-Qt Console/template.ini, templates/PHP/PHP-Qt
	  Gui, templates/PHP/PHP-Qt Gui/$Main File Name$,
	  templates/PHP/PHP-Qt Gui/$Project Name$.xphpqt,
	  templates/PHP/PHP-Qt Gui/template.ini, templates/PHP/QObject
	  Herited Class, templates/PHP/QObject Herited Class/$Base File
	  Name$.php, templates/PHP/QObject Herited Class/template.ini,
	  templates/PHP/QWidget Herited Class, templates/PHP/QWidget
	  Herited Class/$Base File Name$.php, templates/PHP/QWidget Herited
	  Class/template.ini, templates/PHP/Qt Form, templates/PHP/Qt
	  Form/$Class Name$.php, templates/PHP/Qt Form/$Class Name$.ui,
	  templates/PHP/Qt Form/template.ini:
	  
	  Introduce PHP-Qt templates

2008-12-07 01:50  pasnox

	* [r2625] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  Fix a bug that can invalidate the project when using variable
	  CONFIG += XXX as editor will rewrite it CONFIG = XXX and missed
	  core and gui.
	  Fix a bug that cause the lost of custom configuration, fix that
	  by adding a custom configuration lineedit and handle that in
	  code.

2008-12-06 14:03  pasnox

	* [r2624] plugins/xup/QMake/src/QtVersionManager.cpp:
	  
	  Update to be conform to Qt 4.4 by adding new Qt modules and new
	  Qt libraries.

2008-12-06 13:29  pasnox

	* [r2623] fresh/widgets/pActionsManager.cpp,
	  fresh/widgets/pActionsShortcutsManager.cpp:
	  
	  Fix bugs in pActionsManager and pActionsShortcutManager classes

2008-12-06 00:50  pasnox

	* [r2622] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  Finally fix pDockWidgetTitleBar for all styles and all platforms

2008-12-06 00:37  pasnox

	* [r2621] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  Fix windows xop pDockWidgetTitleBar

2008-12-06 00:18  pasnox

	* [r2620] monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Fix project manager dock layouts

2008-12-05 23:47  pasnox

	* [r2619] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  

2008-12-05 23:47  pasnox

	* [r2618] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  Rework pDockWidgetTitleBar for non windows os

2008-12-05 23:31  pasnox

	* [r2617] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Fix a bug that allow a file to be added in multiple variable when
	  the file suffixe is handled by many variables ( .ui with FORMS &
	  FORMS3 )

2008-12-05 22:35  pasnox

	* [r2616] fresh/widgets/pColorButton.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pEditor.cpp:
	  
	  Now use pColorButton in UISettings.
	  pColorButton now display it's full name ( including alpha ) in
	  tooltip.

2008-12-05 21:02  pasnox

	* [r2615] fresh/fresh.pro, fresh/sdk/pActionsManager.h,
	  fresh/sdk/pActionsShortcutsManager.h, fresh/sdk/pColorButton.h,
	  fresh/sdk/pDockToolBar.h, fresh/sdk/pDockToolBarManager.h,
	  fresh/sdk/pDockWidget.h, fresh/sdk/pDockWidgetTitleBar.h,
	  fresh/sdk/pExtendedWorkspace.h, fresh/sdk/pFileDialog.h,
	  fresh/sdk/pFileListEditor.h, fresh/sdk/pFilesListWidget.h,
	  fresh/sdk/pGroupPath.h, fresh/sdk/pKeySequenceInput.h,
	  fresh/sdk/pMainWindow.h, fresh/sdk/pMenuBar.h,
	  fresh/sdk/pPathListEditor.h, fresh/sdk/pQueuedMessageWidget.h,
	  fresh/sdk/pQueuedStatusBar.h, fresh/sdk/pStringListEditor.h,
	  fresh/sdk/pTabBar.h, fresh/sdk/pTabbedMainWindow.h,
	  fresh/sdk/pTabbedWorkspace.h, fresh/sdk/pTabbedWorkspaceCorner.h,
	  fresh/sdk/pTabbedWorkspaceCornerButton.h,
	  fresh/sdk/pTabbedWorkspaceRightCorner.h,
	  fresh/sdk/pTreeComboBox.h, fresh/widgets/pColorButton.cpp,
	  fresh/widgets/pColorButton.h:
	  
	  Introduce pColorButton, a QPushButton that allow to choose a
	  color ( alpha supported ).

2008-12-05 18:05  pasnox

	* [r2614] monkey/src/qscintillamanager/pEditor.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.ui,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.ui:
	  
	  Fix Qt Assistant layouts ( mac os x ).
	  Fix pEditor frame.

2008-12-05 17:26  pasnox

	* [r2613] monkey/src/main.cpp:
	  
	  Fix mac os x plugins path

2008-12-05 17:25  pasnox

	* [r2612] monkey/src/main.cpp:
	  
	  Fix mac os x plugins paths

2008-12-05 17:11  pasnox

	* [r2611] monkey/src/settingsmanager/Settings.cpp:
	  
	  Fix defaultSettings for mac os x when app is not installed

2008-12-04 09:43  pasnox

	* [r2610] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  Fix mac os x dock widget title bar ( centering title )

2008-12-04 00:27  pasnox

	* [r2609] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  Fix dock title bar for windows xp

2008-12-04 00:21  pasnox

	* [r2608] fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h:
	  
	  Fix dock title bar for windows xp

2008-12-03 23:26  pasnox

	* [r2607] fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h:
	  
	  

2008-12-03 18:08  pasnox

	* [r2606] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  

2008-12-03 17:20  pasnox

	* [r2605] plugins/xup/QMake/QMake.pro:
	  
	  Add exceptions in the config as it's needed ( but some people
	  don't enable exceptions by default for Qt )

2008-12-03 12:25  hlamer

	* [r2604] monkey/src/qscintillamanager/ui/pSearch.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h:
	  
	  Progress of Replace in Dirrectory feature

2008-12-03 08:46  hlamer

	* [r2603] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  Fix of crash on searching in dirrectory

2008-12-03 08:41  pasnox

	* [r2602] fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h:
	  
	  Nox use pDockWidgetTitleButton for inserting button else on mac
	  os x the auto raise is not working.

2008-12-03 00:23  pasnox

	* [r2601] fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp:
	  
	  Some enhancement to pDockWidgetTitleBar

2008-12-02 23:10  pasnox

	* [r2600] fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp:
	  
	  Enhance some code

2008-12-02 22:56  pasnox

	* [r2599] config.pri:
	  
	  Fix unix 64 bits installation

2008-12-01 23:13  pasnox

	* [r2598] links/monkeystudio.desktop:
	  
	  Remove the icon extension as it's deprecated.

2008-12-01 19:32  pasnox

	* [r2597] fresh/widgets/pDockWidgetTitleBar.cpp,
	  monkey/src/settingsmanager/Settings.cpp:
	  
	  Some ehancements

2008-12-01 18:06  pasnox

	* [r2596] monkey/src/settingsmanager/Settings.cpp:
	  
	  Fix windows default settings

2008-12-01 17:48  pasnox

	* [r2595] monkey/src/settingsmanager/Settings.cpp:
	  
	  Fix mac os x default settings

2008-11-30 22:36  pasnox

	* [r2594] monkey/src/xupmanager/core/XUPFilteredProjectModel.cpp:
	  
	  Fix a crash that can occur while trying to get an invalid index
	  on windows ( and maybe others os too )

2008-11-30 21:16  pasnox

	* [r2593] templates/C++/QMake C-C++ Application,
	  templates/C++/QMake C-C++ Dll, templates/C++/QMake C-C++ Static
	  Lib, templates/C++/QMake C|C++ Application, templates/C++/QMake
	  C|C++ Dll, templates/C++/QMake C|C++ Static Lib:
	  
	  Rename folders so windows suer can check them out !

2008-11-30 21:09  pasnox

	* [r2592] readme.txt:
	  
	  Update readme.txt about make install no longer need qmake called
	  twice

2008-11-30 21:00  pasnox

	* [r2591] fresh/widgets/pActionsManager.h,
	  fresh/widgets/pDockWidgetTitleBar.h:
	  
	  Fix windows build by exporting missing symbols

2008-11-30 20:44  pasnox

	* [r2590] build.pro:
	  
	  Fix build of qscintilla for windows, cleanup old ProjectSettings
	  scope

2008-11-30 20:41  pasnox

	* [r2589] monkey/src/shared/MkSFileDialog.h:
	  
	  Fix symbol export for windows

2008-11-30 02:16  pasnox

	* [r2588] plugins/base/FileBrowser/src/pDockFileBrowser.cpp:
	  
	  do some code factoring, fix small bugs that don't return path
	  when a file is selected in File Browser

2008-11-30 01:54  pasnox

	* [r2587] plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h:
	  
	  Add path bookmarks support for File Browser plugin

2008-11-30 00:45  pasnox

	* [r2586] plugins/child/QtDesigner/src/QtDesignerChild.cpp:
	  
	  Fix bad encoding on saving qt designer forms, resulting in
	  corrupted encoding text for widgets text.

2008-11-29 01:42  pasnox

	* [r2585] build.pro, monkey/src/pMonkeyStudio.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  Fix file open error in build step in some case.

2008-11-29 01:08  pasnox

	* [r2584] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Really fix qmake actions commands

2008-11-29 00:23  pasnox

	* [r2583] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Fix bug that generate bad command for make commands ( when not
	  using debug_and_release )

2008-11-29 00:22  pasnox

	* [r2582] plugins/base/PostIt, plugins/base/PostIt/PostIt.pro,
	  plugins/base/PostIt/src, plugins/base/PostIt/src/PostIt.cpp,
	  plugins/base/PostIt/src/PostIt.h,
	  plugins/base/PostIt/src/notesManager.cpp,
	  plugins/base/PostIt/src/notesManager.h,
	  plugins/base/PostIt/src/ui,
	  plugins/base/PostIt/src/ui/UIPostIt.cpp,
	  plugins/base/PostIt/src/ui/UIPostIt.h,
	  plugins/base/PostIt/src/ui/UIPostIt.ui, plugins/base/base.pro:
	  
	  Introduce PostIt plugin

2008-11-28 09:25  pasnox

	* [r2581] fresh/widgets/pDockWidgetTitleBar.h:
	  
	  Fix mac os x build

2008-11-28 09:21  pasnox

	* [r2580] config.pri:
	  
	  Fix mac build

2008-11-28 00:26  pasnox

	* [r2579] config.pri:
	  
	  Small enhancement in package version management, fix target name
	  for build mode ( release/debug )

2008-11-28 00:23  pasnox

	* [r2578] monkey/src/settingsmanager/Settings.cpp:
	  
	  Fix code indentation

2008-11-28 00:23  pasnox

	* [r2577] qscintilla/qscintilla_check.pri:
	  
	  Update qscintilla link configuration

2008-11-28 00:22  pasnox

	* [r2576] config.pri, installs.pri:
	  
	  Fix make install for unix/linux

2008-11-28 00:19  pasnox

	* [r2575] plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp:
	  
	  Fix a crash bug in page zoom restoration

2008-11-28 00:18  pasnox

	* [r2574] monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h:
	  
	  Fix default path generation for linux/unix like

2008-11-28 00:17  pasnox

	* [r2573] monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Fix a no longer valid tag

2008-11-27 21:54  hlamer

	* [r2572] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/MessageBox/src/ui/UISearchResult.ui:
	  
	  Progress of Search in the dirrectory functionality

2008-11-27 20:48  pasnox

	* [r2571] monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Now use pDockWidgetTitleBar for stocking project manager actions
	  ! resulting in space gained ! enjoy

2008-11-27 20:47  hlamer

	* [r2570] monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  Fix of search widget. Current replace in dirrectory progress

2008-11-27 20:16  pasnox

	* [r2569] fresh/widgets/pDockWidgetTitleBar.cpp:
	  
	  Fix pDockWidgetTitleBar title text not draw

2008-11-27 20:00  pasnox

	* [r2568] plugins/base/FileBrowser/FileBrowser.pro,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h,
	  plugins/base/FileBrowser/src/pDockFileBrowserTitleBar.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowserTitleBar.h:
	  
	  Update code due to new pDockWidgetTitleBar

2008-11-27 19:59  pasnox

	* [r2567] fresh/fresh.pro, fresh/sdk/pDockWidgetTitleBar.h,
	  fresh/widgets/pDockWidget.cpp, fresh/widgets/pDockWidget.h,
	  fresh/widgets/pDockWidgetTitleBar.cpp,
	  fresh/widgets/pDockWidgetTitleBar.h:
	  
	  Add new class : pDockwidgetTitleBar wich is a custom title bar
	  for dock widget that allow to add actions and separators ! enjoy

2008-11-26 18:26  pasnox

	* [r2566] plugins/base/FileBrowser/FileBrowser.pro,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h,
	  plugins/base/FileBrowser/src/pDockFileBrowserTitleBar.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowserTitleBar.h:
	  
	  Add custom title bar to the file browser dock

2008-11-25 08:23  pasnox

	* [r2565] plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/EntityContainer.cpp:
	  
	  Fix build bug on mac os x

2008-11-25 08:21  pasnox

	* [r2564] monkey/sdk/Ctags.h, monkey/src/ctagsmanager/Ctags.cpp,
	  monkey/src/ctagsmanager/Ctags.h:
	  
	  Remove obsolete classes

2008-11-25 08:20  pasnox

	* [r2563] monkey/sdk/CtagsManager.h:
	  
	  rename Ctags classes

2008-11-25 08:19  pasnox

	* [r2562] monkey/monkey.pro:
	  
	  rename Ctags classes

2008-11-25 08:19  pasnox

	* [r2561] monkey/src/ctagsmanager/CtagsManager.cpp,
	  monkey/src/ctagsmanager/CtagsManager.h:
	  
	  Rename Ctags as CtagsManager as it's conflict with ctags lib

2008-11-25 00:39  pasnox

	* [r2560] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Add default actions if menu are ampty only

2008-11-25 00:38  pasnox

	* [r2559] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Now check config before creating actions, resulting of creating
	  only needed actions

2008-11-25 00:00  hlamer

	* [r2558] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h:
	  
	  Started implementation of Replace in folder

2008-11-24 23:32  pasnox

	* [r2557] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp:
	  
	  Disable the plugins items

2008-11-24 21:10  pasnox

	* [r2556] plugins/xup/QMake/src/gui/UISettingsQMake.cpp,
	  plugins/xup/QMake/src/gui/UISettingsQMake.ui:
	  
	  Manage the new HaveQt4Suffixe property of QtVersion

2008-11-24 21:09  pasnox

	* [r2555] plugins/xup/QMake/src/QtVersionManager.cpp,
	  plugins/xup/QMake/src/QtVersionManager.h:
	  
	  Add auto detection of system qt installation

2008-11-24 21:09  pasnox

	* [r2554] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Let qmake detect the needed plugins based on the makespec

2008-11-24 21:08  pasnox

	* [r2553] plugins/base/FileBrowser/src/FileBrowser.cpp:
	  
	  Little code update

2008-11-24 21:07  pasnox

	* [r2552] plugins/base/MessageBox/src/MessageBox.cpp:
	  
	  Removed no longer needed actions

2008-11-24 21:07  pasnox

	* [r2551] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  Set default shortcuts

2008-11-24 21:06  pasnox

	* [r2550] plugins/base/Navigator/src/Navigator.cpp:
	  
	  Little code update

2008-11-24 12:46  pasnox

	* [r2549] Doxyfile:
	  
	  Add doxygen file

2008-11-23 23:38  pasnox

	* [r2548] fresh/widgets/pActionsShortcutsManager.cpp,
	  fresh/widgets/pActionsShortcutsManager.h:
	  
	  Added a strippedText() member that allow remove mnemonic in
	  actions text / menu

2008-11-23 23:16  pasnox

	* [r2547] monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp:
	  
	  Add codec support for templates wizard

2008-11-23 22:00  pasnox

	* [r2546] monkey/src/workspace/pWorkspace.cpp:
	  
	  Re Activate the focus to editor action

2008-11-23 21:45  pasnox

	* [r2545] plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h,
	  plugins/base/Navigator/src/EntityContainer.h,
	  plugins/base/Navigator/src/Navigator.cpp:
	  
	  Fix shortcut and proxy for docks, add posibility to browse file
	  browse by keypad

2008-11-23 21:44  pasnox

	* [r2544] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Little order change in initialization

2008-11-23 21:43  pasnox

	* [r2543] fresh/widgets/pMenuBar.cpp:
	  
	  Small code fix to allow auto setted shortcut

2008-11-23 21:42  pasnox

	* [r2542] fresh/widgets/pActionsManager.cpp,
	  fresh/widgets/pActionsManager.h:
	  
	  Add soem code enhancements: set object name if needed, add a
	  updateShortcut() member that auto populate correct action
	  shortcut and add it in setActionsManager() so if action contains
	  a path, it will auto set the correct shortcut

2008-11-23 19:20  pasnox

	* [r2541] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Set actions manager and shortcut

2008-11-23 19:19  pasnox

	* [r2540] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  refresh docks list after shown

2008-11-23 19:19  pasnox

	* [r2539] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h:
	  
	  Fix docks management in menu

2008-11-23 19:06  pasnox

	* [r2538] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  Fix a bug that can corrupt action shortcuts loading as they were
	  loaded too fast

2008-11-23 19:05  pasnox

	* [r2537] fresh/widgets/pMenuBar.cpp:
	  
	  Fix a bug in addAction() that don't add action path

2008-11-23 19:04  pasnox

	* [r2536] fresh/widgets/pDockWidget.cpp,
	  fresh/widgets/pDockWidget.h:
	  
	  Fix proxy focus handling

2008-11-23 15:05  pasnox

	* [r2535] monkey/src/maininterface/UIMain.cpp:
	  
	  Add xupmanager actions to menu bar

2008-11-23 15:04  pasnox

	* [r2534] monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h:
	  
	  Little fix due to actions manager api change

2008-11-23 15:03  pasnox

	* [r2533] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  Little fix due to actions manager api change

2008-11-23 14:57  pasnox

	* [r2532] plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/Navigator/src/Navigator.cpp:
	  
	  Some code fix as actions management have changed api.

2008-11-23 14:43  pasnox

	* [r2531] fresh/sdk/pAction.h, fresh/sdk/pActionManager.h,
	  fresh/sdk/pActionsManager.h,
	  fresh/sdk/pActionsShortcutsManager.h, fresh/sdk/pGroupPath.h,
	  fresh/sdk/pShortcutsEditor.h:
	  
	  Update fresh sdk

2008-11-23 14:42  pasnox

	* [r2530] fresh/fresh.pro, fresh/sdk/fresh.h,
	  fresh/widgets/pAction.cpp, fresh/widgets/pAction.h,
	  fresh/widgets/pActionManager.cpp, fresh/widgets/pActionManager.h,
	  fresh/widgets/pActionsManager.cpp,
	  fresh/widgets/pActionsManager.h,
	  fresh/widgets/pActionsShortcutsManager.cpp,
	  fresh/widgets/pActionsShortcutsManager.h,
	  fresh/widgets/pDockWidget.cpp, fresh/widgets/pDockWidget.h,
	  fresh/widgets/pGroupPath.cpp, fresh/widgets/pGroupPath.h,
	  fresh/widgets/pKeySequenceInput.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pMenuBar.h, fresh/widgets/pShortcutsEditor.cpp,
	  fresh/widgets/pShortcutsEditor.h, fresh/widgets/pTabBar.cpp,
	  fresh/widgets/pTabBar.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp:
	  
	  Update fresh library : added new version of shortcuts/actions
	  manager / pMenuBar

2008-11-20 22:28  pasnox

	* [r2529] build.pro:
	  
	  

2008-11-20 22:27  pasnox

	* [r2528] monkey/src/recentsmanager/pRecentsManager.cpp:
	  
	  Fix a bug that cause clear actions to not works ( due to partial
	  translations ).
	  Some code factoring.

2008-11-20 22:26  pasnox

	* [r2527] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Fix a bug that allow same project to be opened multiples times.
	  Fix a bug that don't add/remove opened proejcts from recents
	  manager.

2008-11-20 22:25  pasnox

	* [r2526] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug that cause filters to be duplicated

2008-11-20 22:25  pasnox

	* [r2525] plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Fix a bug that cause modified project not being saved.

2008-11-20 21:37  pasnox

	* [r2524] monkey/src/xupmanager/core/XUPItem.cpp:
	  
	  Fix a bug that cause item to inform model of modified datas when
	  datas was equals, having filtered model to recompute all model
	  that cause little freeze

2008-11-20 21:19  pasnox

	* [r2523] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Fix a bug that cause to call wrong project for children

2008-11-19 23:03  pasnox

	* [r2522] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Fix a bug that cause multiple variable with = operator to exists
	  when existing variabel operator is empty

2008-11-19 23:02  pasnox

	* [r2521] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Add a hack for projectsettings member that allow to read proejct
	  node attribute when requesting a proejct settings not found

2008-11-19 23:01  pasnox

	* [r2520] plugins/xup/QMake/src/QMake2XUP.cpp:
	  
	  Add editor attribute so it's not asked when require proejct
	  edition

2008-11-19 23:00  pasnox

	* [r2519] templates/Objective-C++/Class,
	  templates/Objective-C++/Class/$Base File Name$.h,
	  templates/Objective-C++/Class/$Base File Name$.mm,
	  templates/Objective-C++/Class/template.ini,
	  templates/Objective-C++/Herited Class,
	  templates/Objective-C++/Herited Class/$Base File Name$.h,
	  templates/Objective-C++/Herited Class/$Base File Name$.mm,
	  templates/Objective-C++/Herited Class/template.ini:
	  
	  Update templates

2008-11-19 22:56  pasnox

	* [r2518] templates/Objective-C++/Class,
	  templates/Objective-C++/Herited Class:
	  
	  

2008-11-19 22:53  pasnox

	* [r2517] templates/All/Empty file/$File Name$, templates/All/Empty
	  file/$File name$, templates/All/Empty file/template.ini:
	  
	  Update templates

2008-11-19 22:53  pasnox

	* [r2516] templates/All/XUP Project/$Project File Name$,
	  templates/All/XUP Project/$Project Name$.xup, templates/All/XUP
	  Project/template.ini:
	  
	  Update templates

2008-11-19 22:21  hlamer

	* [r2515] fresh/widgets/pDockWidget.cpp:
	  
	  Appended some debug info to pDockWidget

2008-11-19 22:20  hlamer

	* [r2514] monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/SearchThread.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp:
	  
	  Started implementing "Replace at dirrectory". Not finished.

2008-11-19 22:18  hlamer

	* [r2513] plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h,
	  plugins/base/Navigator/src/NavigatorSettings.cpp,
	  plugins/base/Navigator/src/NavigatorSettings.h:
	  
	  Autohiding of Navigator dock, when selected item

2008-11-19 21:49  pasnox

	* [r2512] templates/All/Monkey project:
	  
	  No longer needed

2008-11-19 21:48  pasnox

	* [r2511] templates/C++/QMake Qt Console, templates/C++/QMake Qt
	  Console/$Main File Name$, templates/C++/QMake Qt Console/$Project
	  Name$.pro, templates/C++/QMake Qt Console/template.ini:
	  
	  Update templates

2008-11-19 21:47  pasnox

	* [r2510] templates/C++/QMake Qt Console:
	  
	  

2008-11-19 21:46  pasnox

	* [r2509] templates/C++/QMake Qt Console/$Main File Name$,
	  templates/C++/QMake Qt Console/$Project File Name$,
	  templates/C++/QMake Qt Console/template.ini:
	  
	  

2008-11-19 21:44  pasnox

	* [r2508] templates/C++/QObject Herited Class,
	  templates/C++/QObject Herited Class/$Base File Name$.cpp,
	  templates/C++/QObject Herited Class/$Base File Name$.h,
	  templates/C++/QObject Herited Class/template.ini,
	  templates/C++/QWidget Herited Class, templates/C++/QWidget
	  Herited Class/$Base File Name$.cpp, templates/C++/QWidget Herited
	  Class/$Base File Name$.h, templates/C++/QWidget Herited
	  Class/template.ini:
	  
	  Addes QObject & QWidget classe heritance templates

2008-11-19 21:43  pasnox

	* [r2507] templates/C++/QMake Solution/$Project File Name$,
	  templates/C++/QMake Solution/$Project Name$.pro,
	  templates/C++/QMake Solution/template.ini:
	  
	  Update templates

2008-11-19 21:43  pasnox

	* [r2506] templates/C++/QMake Qt Static Lib/$Project File Name$,
	  templates/C++/QMake Qt Static Lib/$Project Name$.pro,
	  templates/C++/QMake Qt Static Lib/template.ini:
	  
	  Update templates

2008-11-19 21:42  pasnox

	* [r2505] templates/C++/QMake Qt Plugin/$Project File Name$,
	  templates/C++/QMake Qt Plugin/$Project Name$.pro,
	  templates/C++/QMake Qt Plugin/template.ini:
	  
	  Update templates

2008-11-19 21:42  pasnox

	* [r2504] templates/C++/QMake Qt Gui/$Main File Name$,
	  templates/C++/QMake Qt Gui/$Project File Name$,
	  templates/C++/QMake Qt Gui/$Project Name$.pro,
	  templates/C++/QMake Qt Gui/template.ini:
	  
	  Update templates

2008-11-19 21:40  pasnox

	* [r2503] templates/C++/QMake Qt Dll/$Project File Name$,
	  templates/C++/QMake Qt Dll/$Project Name$.pro,
	  templates/C++/QMake Qt Dll/template.ini:
	  
	  Update templates

2008-11-19 21:38  pasnox

	* [r2502] templates/C++/QMake C++ Application, templates/C++/QMake
	  C++ Dll, templates/C++/QMake C++ Static Lib:
	  
	  Remove old ones

2008-11-19 21:37  pasnox

	* [r2501] templates/C++/QMake C|C++ Application,
	  templates/C++/QMake C|C++ Application/$Main File Name$,
	  templates/C++/QMake C|C++ Application/$Project Name$.pro,
	  templates/C++/QMake C|C++ Application/template.ini,
	  templates/C++/QMake C|C++ Dll, templates/C++/QMake C|C++
	  Dll/$Project Name$.pro, templates/C++/QMake C|C++
	  Dll/template.ini, templates/C++/QMake C|C++ Static Lib,
	  templates/C++/QMake C|C++ Static Lib/$Project Name$.pro,
	  templates/C++/QMake C|C++ Static Lib/template.ini:
	  
	  Update C/C++ qmake project templates

2008-11-19 21:35  pasnox

	* [r2500] templates/C++/Main/$File Name$, templates/C++/Main/$File
	  name$, templates/C++/Main/template.ini,
	  templates/C++/Namespace/$Base File Name$.cpp,
	  templates/C++/Namespace/$Base File Name$.h,
	  templates/C++/Namespace/template.ini:
	  
	  Update templates

2008-11-19 21:34  pasnox

	* [r2499] templates/C++/Class/$Base File Name$.cpp,
	  templates/C++/Class/$Base File Name$.h, templates/C++/Class/$Base
	  file name$.cpp, templates/C++/Class/$Base file name$.h,
	  templates/C++/Class/template.ini, templates/C++/Herited
	  Class/$Base File Name$.cpp, templates/C++/Herited Class/$Base
	  File Name$.h, templates/C++/Herited Class/$Base file name$.cpp,
	  templates/C++/Herited Class/$Base file name$.h,
	  templates/C++/Herited Class/template.ini:
	  
	  Update C/C++ class templates

2008-11-19 21:07  hlamer

	* [r2498] plugins/base/Navigator/src/Navigator.cpp:
	  
	  

2008-11-19 21:07  pasnox

	* [r2497] templates/C++/C++ Hello World/$File Name$,
	  templates/C++/C++ Hello World/$File name$, templates/C++/C++
	  Hello World/template.ini:
	  
	  Fix Hello World template

2008-11-19 20:57  hlamer

	* [r2496] fresh/widgets/pDockWidget.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp:
	  
	  

2008-11-19 20:43  hlamer

	* [r2495] fresh/widgets/pDockWidget.cpp,
	  fresh/widgets/pDockWidget.h,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp:
	  
	  

2008-11-18 23:28  pasnox

	* [r2494] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  

2008-11-18 23:27  pasnox

	* [r2493] monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui:
	  
	  Fix Templates Manager so it work again :)
	  Little changement in the wizard ui

2008-11-18 21:55  pasnox

	* [r2492] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.h,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  Add support for variables/values editor and plugins selection

2008-11-18 21:55  pasnox

	* [r2491] monkey/src/resources/icons/xupeditor,
	  monkey/src/resources/icons/xupeditor/about.png,
	  monkey/src/resources/icons/xupeditor/builder.png,
	  monkey/src/resources/icons/xupeditor/compiler.png,
	  monkey/src/resources/icons/xupeditor/debugger.png,
	  monkey/src/resources/icons/xupeditor/files.png,
	  monkey/src/resources/icons/xupeditor/interpreter.png,
	  monkey/src/resources/icons/xupeditor/modules.png,
	  monkey/src/resources/icons/xupeditor/project.png,
	  monkey/src/resources/icons/xupeditor/settings.png,
	  monkey/src/resources/icons/xupeditor/values.png,
	  monkey/src/resources/resources.qrc:
	  
	  Add icons for xupeditor

2008-11-18 20:51  pasnox

	* [r2490] monkey/src/xupmanager/core/XUPProjectItemInfos.cpp,
	  monkey/src/xupmanager/core/XUPProjectItemInfos.h:
	  
	  Add a knowVariables() member that return list of variable that
	  project can handle

2008-11-16 20:33  pasnox

	* [r2489] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  Reactivate the itemPressed slot on build steps click

2008-11-16 19:23  pasnox

	* [r2488] plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h:
	  
	  Add support for proejct plugins

2008-11-16 19:22  pasnox

	* [r2487] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h:
	  
	  Update code due to pConsoleManager api change
	  Fix a bug with projectSettingsValue() that dont return correct
	  defaultValues, resulting in a bug that don't return proejct
	  plugins

2008-11-16 19:13  pasnox

	* [r2486] monkey/src/consolemanager/pCommand.h,
	  monkey/src/consolemanager/pCommandParser.cpp,
	  monkey/src/consolemanager/pCommandParser.h:
	  
	  Add some typedef and make them usable in QVariant

2008-11-16 12:00  pasnox

	* [r2485] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.h,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  Add support for help in modules page

2008-11-15 02:27  pasnox

	* [r2484] monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Some fixe for hiding debug widgets

2008-11-15 01:45  pasnox

	* [r2483] plugins/xup/QMake/src/QMake2XUP.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp:
	  
	  Fix small typod in qmake converter, activated true save() support
	  for qmake projects

2008-11-15 01:34  pasnox

	* [r2481] plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h:
	  
	  Implement save support, content is not yet truely wrote to file,
	  instead content is displayed in the error log box

2008-11-15 01:33  pasnox

	* [r2480] plugins/xup/QMake/src/QMake2XUP.cpp,
	  plugins/xup/QMake/src/QMake2XUP.h:
	  
	  Small api change, fix convertion from dom document to pro
	  introducing beta write support for QMake projects

2008-11-15 01:32  pasnox

	* [r2479] plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp:
	  
	  Rework dialog, fix bugs

2008-11-15 01:30  pasnox

	* [r2478] monkey/src/workspace/pWorkspace.cpp:
	  
	  Save project after modification ( execute )

2008-11-15 01:29  pasnox

	* [r2477] monkey/src/shared/MkSFileDialog.cpp,
	  monkey/src/shared/MkSFileDialog.h:
	  
	  Rework a little the api

2008-11-15 01:25  pasnox

	* [r2476] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h:
	  
	  Add toString() member used by the save() member, this allow new
	  proejct type to don't care abotu saving, they only need to
	  provide proejct buffer to write via this member

2008-11-15 01:23  pasnox

	* [r2475] monkey/src/xupmanager/gui/XUPAddFiles.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.h:
	  
	  Add members to control enability of scope/import

2008-11-15 01:22  pasnox

	* [r2474] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Fix some bugs ( unsaved project after modification ), added new
	  unit tests

2008-11-13 23:05  pasnox

	* [r2473] plugins/xup/QMake/QMake.pro,
	  plugins/xup/QMake/src/QMake.cpp,
	  plugins/xup/QMake/src/QtVersionManager.cpp,
	  plugins/xup/QMake/src/QtVersionManager.h,
	  plugins/xup/QMake/src/gui/UISettingsQMake.cpp,
	  plugins/xup/QMake/src/gui/UISettingsQMake.h,
	  plugins/xup/QMake/src/gui/UISettingsQMake.ui,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.h,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  Add QMake plugins settings widget, add Simple proejct editor

2008-11-13 23:03  pasnox

	* [r2472] monkey/src/xupmanager/core/XUPItem.cpp,
	  monkey/src/xupmanager/core/XUPItem.h,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Rename conflictual children() member by childrenList()

2008-11-13 17:03  pasnox

	* [r2471] fresh/sdk/pFileDialog.h:
	  
	  Add missing include

2008-11-13 13:11  pasnox

	* [r2470] fresh/widgets/pFileDialog.cpp:
	  
	  Fix a build error on mac

2008-11-12 21:04  pasnox

	* [r2468] monkey/sdk/MkSFileDialog.h,
	  monkey/sdk/UITemplatesWizard.h, monkey/sdk/XUPAddFiles.h,
	  monkey/sdk/XUPProjectModelProxy.h:
	  
	  Add missing files

2008-11-12 21:04  pasnox

	* [r2467] monkey/src/xupmanager/gui/XUPProjectManager.cpp:
	  
	  Add proejct editing support, and new proejct wizard working again

2008-11-12 21:00  pasnox

	* [r2466] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h:
	  
	  Add an unregister member

2008-11-12 21:00  pasnox

	* [r2465] monkey/src/shared/MkSFileDialog.cpp:
	  
	  Remove unneeded code

2008-11-12 20:59  pasnox

	* [r2464] plugins/xup/QMake/QMake.pro,
	  plugins/xup/QMake/src/QMake.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui:
	  
	  Integrate project editor ( simple one )

2008-11-12 20:21  pasnox

	* [r2463] plugins/xup/QMake, plugins/xup/QMake/QMake.pro,
	  plugins/xup/QMake/src, plugins/xup/QMake/src/QMake.cpp,
	  plugins/xup/QMake/src/QMake.h,
	  plugins/xup/QMake/src/QMake2XUP.cpp,
	  plugins/xup/QMake/src/QMake2XUP.h,
	  plugins/xup/QMake/src/QMakeProjectItem.cpp,
	  plugins/xup/QMake/src/QMakeProjectItem.h,
	  plugins/xup/QMake/src/gui,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.cpp,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.h,
	  plugins/xup/QMake/src/gui/UISimpleQMakeEditor.ui,
	  plugins/xup/QMake/src/resources,
	  plugins/xup/QMake/src/resources/QMake.qrc,
	  plugins/xup/QMake/src/resources/icons,
	  plugins/xup/QMake/src/resources/icons/items,
	  plugins/xup/QMake/src/resources/icons/items/def_file.png,
	  plugins/xup/QMake/src/resources/icons/items/defines.png,
	  plugins/xup/QMake/src/resources/icons/items/dependpath.png,
	  plugins/xup/QMake/src/resources/icons/items/file.png,
	  plugins/xup/QMake/src/resources/icons/items/folder.png,
	  plugins/xup/QMake/src/resources/icons/items/form3.png,
	  plugins/xup/QMake/src/resources/icons/items/forms.png,
	  plugins/xup/QMake/src/resources/icons/items/headers.png,
	  plugins/xup/QMake/src/resources/icons/items/includepath.png,
	  plugins/xup/QMake/src/resources/icons/items/libs.png,
	  plugins/xup/QMake/src/resources/icons/items/project.png,
	  plugins/xup/QMake/src/resources/icons/items/rc_file.png,
	  plugins/xup/QMake/src/resources/icons/items/res_file.png,
	  plugins/xup/QMake/src/resources/icons/items/resources.png,
	  plugins/xup/QMake/src/resources/icons/items/sources.png,
	  plugins/xup/QMake/src/resources/icons/items/translations.png,
	  plugins/xup/QMake/src/resources/icons/items/vpath.png,
	  plugins/xup/xup.pro:
	  
	  Introcude new QMake Project manager

2008-11-12 18:56  pasnox

	* [r2462] monkey/src/maininterface/ui/UIAbout.cpp:
	  
	  Update teamates list

2008-11-12 18:17  pasnox

	* [r2461] monkey/src/pMonkeyStudio.cpp,
	  monkey/src/shared/MkSFileDialog.cpp,
	  monkey/src/shared/MkSFileDialog.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.h,
	  monkey/src/xupmanager/gui/XUPAddFiles.ui,
	  monkey/src/xupmanager/gui/XUPProjectManager.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Rework the way how add new text file is handled
	  rework AddFiles api

2008-11-11 22:50  pasnox

	* [r2459] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp:
	  
	  Fix some plugins due to some api changes

2008-11-11 19:41  pasnox

	* [r2458] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/shared/MkSFileDialog.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/core/XUPProjectModel.cpp,
	  monkey/src/xupmanager/core/XUPProjectModel.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h:
	  
	  Rename "encoding" to codec to avoid ambiguity on some members
	  having different name but having same role

2008-11-11 19:11  pasnox

	* [r2456] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h:
	  
	  Remove unnded members, some clean code, support for text codec

2008-11-11 19:10  pasnox

	* [r2455] monkey/src/xupmanager/core/XUPProjectItem.cpp:
	  
	  Add write support for xup projects

2008-11-11 19:09  pasnox

	* [r2454] monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h:
	  
	  Add support for codec

2008-11-11 19:08  pasnox

	* [r2453] monkey/src/templatesmanager/pTemplatesManager.cpp:
	  
	  Use text codec for new files

2008-11-11 19:08  pasnox

	* [r2452] monkey/src/shared/MkSFileDialog.cpp,
	  monkey/src/shared/MkSFileDialog.h:
	  
	  Reimplement base members to allow to be synchrone with mks
	  environment ( default codec etc )

2008-11-11 19:07  pasnox

	* [r2451] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h:
	  
	  Add supportfor text codec

2008-11-11 19:06  pasnox

	* [r2450] fresh/widgets/pFileDialog.cpp:
	  
	  Some fixes

2008-11-11 16:19  pasnox

	* [r2449] monkey/monkey.pro:
	  
	  Add new files

2008-11-11 16:18  pasnox

	* [r2448] monkey/src/xupmanager/core/XUPFilteredProjectModel.cpp:
	  
	  Fix a bug that cause empty value to me mapped.
	  Fix a bug that cause view to not update correctly on data changed

2008-11-11 16:17  pasnox

	* [r2447] monkey/src/xupmanager/core/XUPItem.cpp,
	  monkey/src/xupmanager/core/XUPItem.h:
	  
	  Made XUPItem* available in QVariant metatype, and fix a bug that
	  do'nt update nested property of Scope items

2008-11-11 16:16  pasnox

	* [r2446] monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h:
	  
	  Add save() member, remove clsoe() as it has no sense here

2008-11-11 16:15  pasnox

	* [r2445] monkey/src/xupmanager/core/XUPProjectModel.cpp,
	  monkey/src/xupmanager/core/XUPProjectModel.h:
	  
	  add indexToItem() member, remove the save member as it has no
	  sens here

2008-11-11 16:14  pasnox

	* [r2444] monkey/src/xupmanager/core/XUPProjectModelProxy.cpp,
	  monkey/src/xupmanager/core/XUPProjectModelProxy.h:
	  
	  Introduce a project proxy, used when we should show unfiltered
	  model with only scope/project enabled. It serve for adding files
	  to projects/scopes or to browse proejct structure

2008-11-11 16:13  pasnox

	* [r2443] monkey/src/xupmanager/gui/XUPAddFiles.cpp,
	  monkey/src/xupmanager/gui/XUPAddFiles.h,
	  monkey/src/xupmanager/gui/XUPAddFiles.ui,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h:
	  
	  Add support for adding files into proejct

2008-11-11 16:10  pasnox

	* [r2442] monkey/src/shared/MkSFileDialog.cpp,
	  monkey/src/shared/MkSFileDialog.h:
	  
	  Add getProjectAddFiles() member, and XUPAddFile widget

2008-11-11 16:08  pasnox

	* [r2441] fresh/widgets/pTreeComboBox.cpp:
	  
	  Fix a bug that allow disable or not selectable items to be
	  clicked

2008-11-11 15:56  pasnox

	* [r2440] fresh/widgets/pFileDialog.cpp:
	  
	  

2008-11-10 17:03  pasnox

	* [r2438] monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h:
	  
	  Code update, openProject() now use MkSFileDialog

2008-11-10 17:02  pasnox

	* [r2437] monkey/src/xupmanager/core/XUPProjectModel.h:
	  
	  Remove default encoding

2008-11-10 17:02  pasnox

	* [r2436] monkey/monkey.pro, monkey/src/shared,
	  monkey/src/shared/MkSFileDialog.cpp,
	  monkey/src/shared/MkSFileDialog.h:
	  
	  Introduce MksFileDialog, a classe that manage all file dialog in
	  Mks

2008-11-10 16:58  pasnox

	* [r2435] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix some code due to new xup api

2008-11-10 16:52  pasnox

	* [r2434] monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h:
	  
	  Fix signals, and encoding for project

2008-11-10 16:36  pasnox

	* [r2433] monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h:
	  
	  Remove restoreProjectsOnStartup() members and fix the
	  defaultProjectsPath to use tokenization for home

2008-11-10 16:28  pasnox

	* [r2432] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui:
	  
	  Remove no longer used "Restore proejcts on startup", and activate
	  "Default proejcts path" wich issued by MksFileDialog

2008-11-10 16:27  pasnox

	* [r2431] fresh/fresh.pro, fresh/widgets/pFileDialog.cpp,
	  fresh/widgets/pFileDialog.h:
	  
	  Integrated pFileDialog an extended QFileDialog that allow text
	  codec combobox, and a "Open in read only" check box.

2008-11-09 16:06  pasnox

	* [r2430] monkey/src/xupmanager/core/XUPFilteredProjectModel.cpp,
	  monkey/src/xupmanager/core/XUPProjectModel.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h:
	  
	  Reactivate some signals, and rework little the models, so header
	  it no longer shown, and root proejct become a clickable item so
	  we can "activate" it

2008-11-09 00:08  pasnox

	* [r2429] monkey/src/workspace/pFileManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  some fix

2008-11-08 22:59  pasnox

	* [r2428] monkey/src/resources/icons/items,
	  monkey/src/resources/icons/items/comment.png,
	  monkey/src/resources/icons/items/emptyline.png,
	  monkey/src/resources/icons/items/file.png,
	  monkey/src/resources/icons/items/files.png,
	  monkey/src/resources/icons/items/folder.png,
	  monkey/src/resources/icons/items/function.png,
	  monkey/src/resources/icons/items/path.png,
	  monkey/src/resources/icons/items/project.png,
	  monkey/src/resources/icons/items/scope.png,
	  monkey/src/resources/icons/items/value.png,
	  monkey/src/resources/icons/items/variable.png:
	  
	  Add new icons

2008-11-08 22:58  pasnox

	* [r2427] monkey/src/xupmanager, monkey/src/xupmanager/core,
	  monkey/src/xupmanager/core/XUPFilteredProjectModel.cpp,
	  monkey/src/xupmanager/core/XUPFilteredProjectModel.h,
	  monkey/src/xupmanager/core/XUPItem.cpp,
	  monkey/src/xupmanager/core/XUPItem.h,
	  monkey/src/xupmanager/core/XUPProjectItem.cpp,
	  monkey/src/xupmanager/core/XUPProjectItem.h,
	  monkey/src/xupmanager/core/XUPProjectItemInfos.cpp,
	  monkey/src/xupmanager/core/XUPProjectItemInfos.h,
	  monkey/src/xupmanager/core/XUPProjectModel.cpp,
	  monkey/src/xupmanager/core/XUPProjectModel.h,
	  monkey/src/xupmanager/gui,
	  monkey/src/xupmanager/gui/UIXUPFindFiles.cpp,
	  monkey/src/xupmanager/gui/UIXUPFindFiles.h,
	  monkey/src/xupmanager/gui/UIXUPFindFiles.ui,
	  monkey/src/xupmanager/gui/XUPProjectManager.cpp,
	  monkey/src/xupmanager/gui/XUPProjectManager.h,
	  monkey/src/xupmanager/gui/XUPProjectManager.ui:
	  
	  Introduce new xupmanager classes

2008-11-08 22:57  pasnox

	* [r2426] monkey/src/xupmanager:
	  
	  

2008-11-08 22:53  pasnox

	* [r2425] monkey/src/xupmanager, monkey/src/xupmanager/gui:
	  
	  Introduce new xupmanager classes

2008-11-08 22:50  pasnox

	* [r2424] monkey/src/xupmanager:
	  
	  Remove old xupmanager classes

2008-11-08 22:49  pasnox

	* [r2423] config.pri, plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/AStyle/src/pFormatterSettings.cpp,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.h,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.ui,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/child/child.pro, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/compiler/Gpp/src/Gpp.h, plugins/compiler/MSVC/src/MSVC.h,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h,
	  plugins/network/Irc/src/Irc.cpp, plugins/network/Irc/src/Irc.h,
	  plugins/network/Irc/src/IrcChannel.cpp,
	  plugins/network/Irc/src/IrcChannel.h,
	  plugins/network/Irc/src/IrcDock.cpp,
	  plugins/network/Irc/src/IrcDock.h, plugins/xup/xup.pro:
	  
	  Integrate new XUPManager classes

2008-11-08 22:48  pasnox

	* [r2422] monkey/monkey.pro, monkey/src/consolemanager/pCommand.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/resources/resources.qrc,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/toolsmanager/pDesktopApplications.cpp,
	  monkey/src/toolsmanager/pDesktopApplications.h,
	  monkey/src/toolsmanager/pDesktopApplications_unix.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Integrate new XUPManager classes

2008-11-08 17:51  pasnox

	* [r2421] fresh/fresh.pro, fresh/objects/pIconManager.cpp,
	  fresh/objects/pIconManager.h, fresh/sdk/MonkeyExport.h,
	  fresh/sdk/QSingleton.h, fresh/sdk/pAction.h,
	  fresh/sdk/pActionManager.h, fresh/sdk/pDockToolBar.h,
	  fresh/sdk/pDockToolBarManager.h, fresh/sdk/pDockWidget.h,
	  fresh/sdk/pExtendedWorkspace.h, fresh/sdk/pFileListEditor.h,
	  fresh/sdk/pFilesListWidget.h, fresh/sdk/pIconManager.h,
	  fresh/sdk/pKeySequenceInput.h, fresh/sdk/pMainWindow.h,
	  fresh/sdk/pMenuBar.h, fresh/sdk/pPathListEditor.h,
	  fresh/sdk/pQueuedMessageWidget.h, fresh/sdk/pQueuedStatusBar.h,
	  fresh/sdk/pSettings.h, fresh/sdk/pShortcutsEditor.h,
	  fresh/sdk/pStringListEditor.h, fresh/sdk/pTabBar.h,
	  fresh/sdk/pTabbedMainWindow.h, fresh/sdk/pTabbedWorkspace.h,
	  fresh/sdk/pTabbedWorkspaceCorner.h,
	  fresh/sdk/pTabbedWorkspaceCornerButton.h,
	  fresh/sdk/pTabbedWorkspaceRightCorner.h,
	  fresh/sdk/pTreeComboBox.h:
	  
	  Add pIconManager, a QPixmap & QIcon cache system

2008-11-08 17:50  pasnox

	* [r2420] monkey/sdk/BasePlugin.h, monkey/sdk/BuilderPlugin.h,
	  monkey/sdk/CLIToolPlugin.h, monkey/sdk/ChildPlugin.h,
	  monkey/sdk/CompilerPlugin.h, monkey/sdk/Ctags.h,
	  monkey/sdk/DebuggerPlugin.h, monkey/sdk/InterpreterPlugin.h,
	  monkey/sdk/MonkeyCore.h, monkey/sdk/PluginsManager.h,
	  monkey/sdk/QueuedStatusBar.h, monkey/sdk/SearchThread.h,
	  monkey/sdk/Settings.h, monkey/sdk/UIAbout.h,
	  monkey/sdk/UIDesktopTools.h, monkey/sdk/UIMain.h,
	  monkey/sdk/UISaveFiles.h, monkey/sdk/UISettings.h,
	  monkey/sdk/UIToolsEdit.h, monkey/sdk/UITranslator.h,
	  monkey/sdk/UIXUPFindFiles.h, monkey/sdk/VariablesManager.h,
	  monkey/sdk/WorkspacePlugin.h,
	  monkey/sdk/XUPFilteredProjectModel.h, monkey/sdk/XUPItem.h,
	  monkey/sdk/XUPPlugin.h, monkey/sdk/XUPProjectItem.h,
	  monkey/sdk/XUPProjectItemInfos.h, monkey/sdk/XUPProjectManager.h,
	  monkey/sdk/XUPProjectModel.h, monkey/sdk/abbreviationsmanager.h,
	  monkey/sdk/consolemanager.h, monkey/sdk/coremanager.h,
	  monkey/sdk/ctagsmanager.h, monkey/sdk/maininterface.h,
	  monkey/sdk/monkey.h, monkey/sdk/pAbbreviationsManager.h,
	  monkey/sdk/pAbstractChild.h, monkey/sdk/pChild.h,
	  monkey/sdk/pCommand.h, monkey/sdk/pCommandParser.h,
	  monkey/sdk/pConsoleManager.h, monkey/sdk/pDesktopApplications.h,
	  monkey/sdk/pEditor.h, monkey/sdk/pFileManager.h,
	  monkey/sdk/pMonkeyStudio.h, monkey/sdk/pRecentsManager.h,
	  monkey/sdk/pSearch.h, monkey/sdk/pTemplatesManager.h,
	  monkey/sdk/pToolsManager.h, monkey/sdk/pWorkspace.h,
	  monkey/sdk/pluginsmanager.h, monkey/sdk/qSciShortcutsManager.h,
	  monkey/sdk/qscintillamanager.h, monkey/sdk/queuedstatusbar.h,
	  monkey/sdk/recentsmanager.h, monkey/sdk/settingsmanager.h,
	  monkey/sdk/templatesmanager.h, monkey/sdk/toolsmanager.h,
	  monkey/sdk/variablesmanager.h, monkey/sdk/workspacemanager.h,
	  monkey/sdk/xupmanager.h:
	  
	  Redo sdk, now each classes have its own file

2008-11-04 17:46  pasnox

	* [r2407] fresh/widgets/pDockWidget.cpp,
	  fresh/widgets/pDockWidget.h:
	  
	  Really fix pAction deleting

2008-11-04 13:26  hlamer

	* [r2406] fresh/widgets/pDockWidget.cpp,
	  fresh/widgets/pDockWidget.h,
	  plugins/base/Navigator/src/EntityContainer.cpp:
	  
	  Fix of bug. Now action of show/hide dock will be deleted with the
	  dock

2008-11-04 12:38  hlamer

	* [r2405] fresh/widgets/pDockWidget.cpp,
	  fresh/widgets/pDockWidget.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pMenuBar.h, monkey/src/maininterface/UIMain.cpp,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/EntityContainer.h,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h:
	  
	  Now possible to show Navigator plugin by pressing keyboard
	  shortcut
	  Now dock widget hides automaticaly

2008-10-31 11:32  hlamer

	* [r2372] config.pri, monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp,
	  plugins/child/child.pro:
	  
	  

2008-10-31 11:24  hlamer

	* [r2371] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp:
	  
	  Fixed bug "Can't use Up Down Left Right keys outside of editor"

2008-10-30 12:34  hlamer

	* [r2368] monkey/src/workspace/pWorkspace.cpp:
	  
	  Appended (*) mask for opening files

2008-10-25 20:44  hlamer

	* [r2355] plugins/project/QMake/src/ui/UISettingsQMake.cpp:
	  
	  Replaced command 'qmake' with 'qmake.exe' for windows

2008-10-18 13:31  xiantia

	* [r2332] plugins/network/Irc/src/IrcChannel.cpp,
	  plugins/network/Irc/src/IrcDock.cpp:
	  
	  fix bug Html

2008-10-16 23:14  pasnox

	* [r2331] monkey/src/main.cpp,
	  monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  Fix qt plugins path on mac
	  Fix macDepoy script so it copy correctly the dependance that are
	  symlink
	  Great Mac OS X package now !

2008-10-16 22:39  pasnox

	* [r2330] macDeploy.sh:
	  
	  Mac OS X deployement script is finally up and running !
	  Monkey Studio for os x will now be packaged for ppc and intel at
	  each new version ;)

2008-10-15 00:35  pasnox

	* [r2326] macDeploy.sh:
	  
	  Update deployment script for mac os x

2008-10-14 14:06  pasnox

	* [r2325] macDeploy.sh:
	  
	  Add deployement script for mac os x

2008-10-08 00:04  pasnox

	* [r2290] monkey/src/xupmanager/XUPItem.h:
	  
	  

2008-09-26 21:50  pasnox

	* [r2263] templates/XML/Qt Form/$Class Name$.cpp:
	  
	  Fix Qt Form cpp template

2008-09-23 21:46  pasnox

	* [r2255] templates/XML/Qt Form, templates/XML/Qt Form/$Class
	  Name$.cpp, templates/XML/Qt Form/$Class Name$.h, templates/XML/Qt
	  Form/$Class Name$.ui, templates/XML/Qt Form/template.ini:
	  
	  Add new Qt Form template this one generate complete form skeleton
	  UI, H and CPP

2008-09-23 21:44  pasnox

	* [r2254] templates/XML/Qt Custom Form:
	  
	  No longer needed template

2008-09-22 15:03  hlamer

	* [r2252] config.pri, monkey/src/xupmanager/XUPItem.cpp:
	  
	  

2008-09-22 15:01  hlamer

	* [r2251] monkey/src/xupmanager/XUPItem.cpp:
	  
	  Fixed bug with returning invalid project

2008-09-22 14:55  hlamer

	* [r2250] monkey/src/xupmanager/XUPItem.h,
	  monkey/src/xupmanager/XUPProjectItem.h:
	  
	  Moved mCommands from XUPItem to XUPProjectItem

2008-09-22 14:52  hlamer

	* [r2249] monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h,
	  monkey/src/xupmanager/XUPProjectItem.cpp,
	  monkey/src/xupmanager/XUPProjectItem.h,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Replaced projectFilePath() with filePath()

2008-09-22 14:22  hlamer

	* [r2248] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/AddFilesDialog.cpp,
	  monkey/src/xupmanager/ProjectEditorModel.cpp,
	  monkey/src/xupmanager/ProjectEditorModel.h,
	  monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h,
	  monkey/src/xupmanager/XUPProjectItem.cpp,
	  monkey/src/xupmanager/XUPProjectItem.h,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.h:
	  
	  Moved few members from XUPItem to XUPProjectItem

2008-09-22 11:55  hlamer

	* [r2247] monkey/src/xupmanager/XUPItem.h,
	  monkey/src/xupmanager/XUPProjectItem.cpp,
	  monkey/src/xupmanager/XUPProjectItem.h,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Renamed XUPItemInfos to XUPProjectItemInfos, definition moved to
	  XUPProjectItem

2008-09-20 22:21  hlamer

	* [r2246] monkey/src/xupmanager/xupmanager.pri:
	  
	  

2008-09-20 22:14  hlamer

	* [r2245] monkey/src/xupmanager/FilteredProjectItemModel.cpp,
	  monkey/src/xupmanager/XUPIO.cpp,
	  monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h,
	  monkey/src/xupmanager/XUPProjectItem.cpp,
	  monkey/src/xupmanager/XUPProjectItem.h,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/xupmanager.pri,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.h:
	  
	  Now using 'XUPItem::clone' only when realy nessesery

2008-09-20 21:04  hlamer

	* [r2244] monkey/src/xupmanager/FilteredProjectItemModel.h,
	  monkey/src/xupmanager/XUPItem.h,
	  monkey/src/xupmanager/XUPProjectItem.cpp,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  By default using not filtered model.
	  Filtered not displaying nested projects. Somethigh wrong with it

2008-09-09 16:37  pasnox

	* [r2243] plugins/child/QtAssistant/src/ui/QtAssistantBrowser.ui:
	  
	  

2008-09-09 16:35  pasnox

	* [r2242] plugins/child/QtAssistant/src/ui/QtAssistantBrowser.ui,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.ui:
	  
	  Update layouts

2008-09-09 16:05  pasnox

	* [r2241] build.pro:
	  
	  

2008-09-09 16:05  pasnox

	* [r2240] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  add a new member for init signals of a new child

2008-09-09 15:59  pasnox

	* [r2239] build.pro:
	  
	  Fix build of integrated qscintilla library

2008-09-08 23:00  pasnox

	* [r2238] config.pri:
	  
	  Set debug build for dev branches

2008-09-08 22:42  pasnox

	* [r2237] monkey/src/workspace/pAbstractChild.h:
	  
	  Add parent widget to constructor

2008-09-08 22:41  pasnox

	* [r2236] monkey/src/qscintillamanager/pEditor.cpp:
	  
	  Fix typo error

2008-09-08 22:40  pasnox

	* [r2235] monkey/monkey.pro, qscintilla/qscintilla.pri,
	  qscintilla/qscintilla_check.pri:
	  
	  Add a qscintilla_check.pri project include to detect qscintilla
	  link mode.
	  By default on unix ( not mac ) the system qscintilla library will
	  be used, else the integrated one.
	  You can force a mode by exporting the MONKEY_SYSTEM_QSCINTILLA
	  variable

2008-09-08 22:30  pasnox

	* [r2234] build.pro, config.pri, installs.pri,
	  qscintilla/qscintilla.pri, qscintilla/qscintilla_check.pri:
	  
	  Add a qscintilla_check.pri project include to detect qscintilla
	  link mode.
	  By default on unix ( not mac ) the system qscintilla library will
	  be used, else the integrated one.
	  You can force a mode by exporting the MONKEY_SYSTEM_QSCINTILLA
	  variable

2008-09-08 21:56  pasnox

	* [r2233] plugins/child/QtAssistant,
	  plugins/child/QtAssistant/QtAssistant.pro,
	  plugins/child/QtAssistant/src,
	  plugins/child/QtAssistant/src/3rdparty,
	  plugins/child/QtAssistant/src/3rdparty/bookmarkdialog.ui,
	  plugins/child/QtAssistant/src/3rdparty/bookmarkmanager.cpp,
	  plugins/child/QtAssistant/src/3rdparty/bookmarkmanager.h,
	  plugins/child/QtAssistant/src/3rdparty/filternamedialog.cpp,
	  plugins/child/QtAssistant/src/3rdparty/filternamedialog.h,
	  plugins/child/QtAssistant/src/3rdparty/filternamedialog.ui,
	  plugins/child/QtAssistant/src/3rdparty/fontpanel,
	  plugins/child/QtAssistant/src/3rdparty/fontpanel/fontpanel.cpp,
	  plugins/child/QtAssistant/src/3rdparty/fontpanel/fontpanel.h,
	  plugins/child/QtAssistant/src/3rdparty/fontpanel/fontpanel.pri,
	  plugins/child/QtAssistant/src/3rdparty/installdialog.cpp,
	  plugins/child/QtAssistant/src/3rdparty/installdialog.h,
	  plugins/child/QtAssistant/src/3rdparty/installdialog.ui,
	  plugins/child/QtAssistant/src/3rdparty/preferencesdialog.cpp,
	  plugins/child/QtAssistant/src/3rdparty/preferencesdialog.h,
	  plugins/child/QtAssistant/src/3rdparty/preferencesdialog.ui,
	  plugins/child/QtAssistant/src/3rdparty/qtdocinstaller.cpp,
	  plugins/child/QtAssistant/src/3rdparty/qtdocinstaller.h,
	  plugins/child/QtAssistant/src/3rdparty/topicchooser.cpp,
	  plugins/child/QtAssistant/src/3rdparty/topicchooser.h,
	  plugins/child/QtAssistant/src/3rdparty/topicchooser.ui,
	  plugins/child/QtAssistant/src/HelpViewer.cpp,
	  plugins/child/QtAssistant/src/HelpViewer.h,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.cpp,
	  plugins/child/QtAssistant/src/MkSQtDocInstaller.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtAssistant/src/QtAssistantInlineSearch.cpp,
	  plugins/child/QtAssistant/src/QtAssistantInlineSearch.h,
	  plugins/child/QtAssistant/src/resources,
	  plugins/child/QtAssistant/src/resources/QtAssistant.qrc,
	  plugins/child/QtAssistant/src/resources/addtab.png,
	  plugins/child/QtAssistant/src/resources/assistant.png,
	  plugins/child/QtAssistant/src/resources/assistant.qch,
	  plugins/child/QtAssistant/src/resources/book.png,
	  plugins/child/QtAssistant/src/resources/closetab.png,
	  plugins/child/QtAssistant/src/resources/find.png,
	  plugins/child/QtAssistant/src/resources/home.png,
	  plugins/child/QtAssistant/src/resources/next.png,
	  plugins/child/QtAssistant/src/resources/nexttab.png,
	  plugins/child/QtAssistant/src/resources/previous.png,
	  plugins/child/QtAssistant/src/resources/previoustab.png,
	  plugins/child/QtAssistant/src/resources/resetzoom.png,
	  plugins/child/QtAssistant/src/resources/synctoc.png,
	  plugins/child/QtAssistant/src/resources/wrap.png,
	  plugins/child/QtAssistant/src/resources/zoomin.png,
	  plugins/child/QtAssistant/src/resources/zoomout.png,
	  plugins/child/QtAssistant/src/ui,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantBrowser.ui,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.cpp,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.h,
	  plugins/child/QtAssistant/src/ui/QtAssistantDock.ui,
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.cpp,
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.h,
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.ui:
	  
	  Introduce new Qt Assistant plugin

2008-09-08 21:48  pasnox

	* [r2232] plugins/child/QtAssistant:
	  
	  Remove old Qt Assistant plugin

2008-09-08 21:47  pasnox

	* [r2231] build.pro:
	  
	  

2008-08-26 21:07  hlamer

	* [r2230] config.pri,
	  monkey/src/xupmanager/FilteredProjectItemModel.h,
	  monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPProjectItem.cpp,
	  monkey/src/xupmanager/XUPProjectItem.h:
	  
	  Fixed crash in the XUPItem

2008-08-25 21:33  hlamer

	* [r2229] monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/xupmanager/AddFilesDialog.cpp,
	  monkey/src/xupmanager/AddFilesDialog.h,
	  monkey/src/xupmanager/FilteredProjectItemModel.cpp,
	  monkey/src/xupmanager/ProjectEditorModel.cpp,
	  monkey/src/xupmanager/ScopedProjectItemModel.cpp,
	  monkey/src/xupmanager/ScopedProjectItemModel.h,
	  monkey/src/xupmanager/XUPIO.cpp,
	  monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h,
	  monkey/src/xupmanager/XUPProjectItem.cpp,
	  monkey/src/xupmanager/XUPProjectItem.h,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  monkey/src/xupmanager/ui/UIXUPManager.h,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp,
	  plugins/xup/XUPProjectEditor/src/XUPItem.cpp.bak,
	  plugins/xup/XUPProjectEditor/src/XUPItem.h.bak:
	  
	  Progress of refactoring of XUPItem

2008-08-25 17:17  hlamer

	* [r2228] monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h:
	  
	  Progress of refactoring of XUPItem

2008-08-24 20:26  hlamer

	* [r2227] monkey/sdk/xupmanager.h,
	  monkey/src/consolemanager/pCommand.h,
	  monkey/src/pluginsmanager/XUPPlugin.h,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  monkey/src/xupmanager/FilteredProjectItemModel.h,
	  monkey/src/xupmanager/ProjectItemModel.cpp,
	  monkey/src/xupmanager/ProjectItemModel.h,
	  monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h,
	  monkey/src/xupmanager/XUPProjectItem.cpp,
	  monkey/src/xupmanager/XUPProjectItem.h,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  monkey/src/xupmanager/ui/UIXUPManager.h,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.h,
	  monkey/src/xupmanager/xupmanager.pri,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.h,
	  plugins/xup/xup.pro:
	  
	  Started to divide XUPItem class onto two classes

2008-08-21 16:38  pasnox

	* [r2226] monkey/src/pMonkeyStudio.cpp:
	  
	  

2008-08-21 16:26  pasnox

	* [r2225] monkey/monkey.pro:
	  
	  

2008-08-21 16:25  pasnox

	* [r2224] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts, translations/monkey_italian.ts:
	  
	  

2008-08-15 11:47  hlamer

	* [r2223] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h:
	  
	  Autodetect of EOL mode

2008-08-13 16:41  hlamer

	* [r2222] plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.h:
	  
	  Documentation for regular expressions editor

2008-08-11 09:05  hlamer

	* [r2221] plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/FileBrowserSettings.cpp,
	  plugins/base/FileBrowser/src/FileBrowserSettings.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h:
	  
	  Documentation for FileBrowser plugin

2008-08-07 23:24  xiantia

	* [r2220] plugins/network/Irc/Irc.pro,
	  plugins/network/Irc/src/IrcChannel.cpp,
	  plugins/network/Irc/src/IrcDock.cpp:
	  
	  small modif
	  |MkS is add at the end of user name
	  
	  Irc plugin is now intalled to plugins/network and not /reseau

2008-08-07 21:58  pasnox

	* [r2218] qscintilla/qscintilla.pri:
	  
	  Fix build using 3rdparty qscintilla

2008-08-06 16:15  hlamer

	* [r2217] monkey/src/consolemanager/pCommandParser.cpp,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.cpp,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.h,
	  plugins/base/Navigator/src/Navigator.cpp:
	  
	  Documented Message Box plugin

2008-08-06 11:43  hlamer

	* [r2216] monkey/src/consolemanager/pCommand.h:
	  
	  Fixed build

2008-08-05 21:38  hlamer

	* [r2215] monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h:
	  
	  Documentation for Console Manager module

2008-08-05 21:13  pasnox

	* [r2214] monkey/src/pMonkeyStudio.cpp:
	  
	  

2008-08-05 20:12  pasnox

	* [r2211] config.pri:
	  
	  Update versions

2008-08-05 20:06  pasnox

	* [r2209] build.pro, installs.pri:
	  
	  Add a new exportable variable so we can build monkey suing system
	  wide qscintilla library.
	  On unix like it's done doing : export MONKEY_SYSTEM_QSCINTILLA=1
	  && qmake && make
	  On windows: set MONKEY_SYSTEM_INSTALL=1 && qmake && make

2008-08-05 20:02  pasnox

	* [r2208] qscintilla/qscintilla.pri:
	  
	  Add fix to handle system widde qscintilla lib

2008-08-05 20:00  pasnox

	* [r2207] qscintilla/sdk/qscintilla.h:
	  
	  Add fix for qscintilla include files using qscintilla version

2008-08-05 20:00  pasnox

	* [r2206] monkey/monkey.pro:
	  
	  Add fix to handle system wide install of qscintilla library

2008-08-05 19:57  pasnox

	* [r2205] monkey/src/main.cpp, monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pMonkeyStudio.h:
	  
	  Document code and add fix for qascintilla lib when using
	  differents version and lib mode ( 3rdparty or system wide )

2008-08-05 17:51  hlamer

	* [r2204] monkey/src/consolemanager/pCommand.h,
	  monkey/src/consolemanager/pCommandParser.cpp,
	  monkey/src/consolemanager/pCommandParser.h,
	  monkey/src/ctagsmanager/Ctags.h:
	  
	  documented few files

2008-08-02 19:08  pasnox

	* [r2203] fresh/widgets/pTreeComboBox.cpp,
	  fresh/widgets/pTreeComboBox.h:
	  
	  Some update to fresh framework documentation

2008-08-01 13:12  hlamer

	* [r2202] plugins/base/Navigator/src/EntityContainer.h:
	  
	  

2008-08-01 13:09  hlamer

	* [r2201] plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/Navigator.cpp:
	  
	  Fixes of errors in the documentaion

2008-08-01 12:33  hlamer

	* [r2200] plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/EntityContainer.h:
	  
	  Doxygen comments for Navigator

2008-07-31 17:22  hlamer

	* [r2199] plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h,
	  plugins/base/Navigator/src/NavigatorSettings.cpp,
	  plugins/base/Navigator/src/NavigatorSettings.h:
	  
	  Started documenting of Navigator

2008-07-29 13:53  hlamer

	* [r2198] plugins/compiler/Gcc/src/Gcc.cpp,
	  plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h:
	  
	  Documented code of compiler plugins and parsers

2008-07-28 21:37  xiantia

	* [r2197] plugins/network/Irc/src/IrcChannel.cpp,
	  plugins/network/Irc/src/IrcChannel.h,
	  plugins/network/Irc/src/IrcDock.cpp,
	  plugins/network/Irc/src/ui/UIIrcMain.ui:
	  
	  Add Tag and the end of userName
	  
	  Use now QPlainTextEdit , more speed

2008-07-28 20:46  pasnox

	* [r2196] fresh/widgets/pTabBar.cpp,
	  fresh/widgets/pTreeComboBox.cpp, fresh/widgets/pTreeComboBox.h:
	  
	  Fix build error

2008-07-28 20:15  pasnox

	* [r2195] monkey/src/variablesmanager/VariablesManager.cpp,
	  monkey/src/variablesmanager/VariablesManager.h:
	  
	  Little fix

2008-07-28 20:15  pasnox

	* [r2194] fresh/widgets/pAction.cpp,
	  fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pQueuedStatusBar.cpp,
	  fresh/widgets/pQueuedStatusBar.h,
	  fresh/widgets/pShortcutsEditor.cpp,
	  fresh/widgets/pShortcutsEditor.h, fresh/widgets/pTabBar.cpp,
	  fresh/widgets/pTabBar.h, fresh/widgets/pTabbedMainWindow.cpp,
	  fresh/widgets/pTabbedMainWindow.h,
	  fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceCorner.h,
	  fresh/widgets/pTabbedWorkspaceCornerButton.cpp,
	  fresh/widgets/pTabbedWorkspaceCornerButton.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceRightCorner.h,
	  fresh/widgets/pTreeComboBox.h:
	  
	  Some update to fresh framework documentation

2008-07-28 16:32  xiantia

	* [r2193] plugins/network, plugins/network/Irc,
	  plugins/network/Irc/Irc.pro, plugins/network/Irc/src,
	  plugins/network/Irc/src/Irc.cpp, plugins/network/Irc/src/Irc.h,
	  plugins/network/Irc/src/IrcChannel.cpp,
	  plugins/network/Irc/src/IrcChannel.h,
	  plugins/network/Irc/src/IrcDock.cpp,
	  plugins/network/Irc/src/IrcDock.h,
	  plugins/network/Irc/src/resources,
	  plugins/network/Irc/src/resources/icons,
	  plugins/network/Irc/src/resources/icons/irc.png,
	  plugins/network/Irc/src/resources/irc.qrc,
	  plugins/network/Irc/src/ui,
	  plugins/network/Irc/src/ui/UIIrcMain.ui,
	  plugins/network/Irc/src/ui/UIIrcStatus.cpp,
	  plugins/network/Irc/src/ui/UIIrcStatus.h,
	  plugins/network/network.pro, plugins/plugins.pro:
	  
	  Modify plugins.pro for add Irc plug
	  
	  Add source for this plug

2008-07-27 16:01  xiantia

	* [r2192] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp:
	  
	  update doc

2008-07-23 10:44  hlamer

	* [r2188] monkey/src/variablesmanager/VariablesManager.cpp,
	  monkey/src/variablesmanager/VariablesManager.h:
	  
	  Documentation for variables manager

2008-07-22 15:15  hlamer

	* [r2187] translations/monkey_russian.qm,
	  translations/monkey_russian.ts:
	  
	  Russian translations from _Demonsh_

2008-07-21 20:18  xiantia

	* [r2182]
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpointStruct.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.h:
	  
	  Possible fix :
	  
	  warning: 'typedef' was ignored in this declaration
	  
	  When build in amd64

2008-07-20 16:10  xiantia

	* [r2181] plugins/debugger/GNUDebugger2/scripts/QImage.js,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/gdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.h:
	  
	  update doc

2008-07-20 09:58  xiantia

	* [r2180] plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h:
	  
	  update doc

2008-07-19 16:18  xiantia

	* [r2179] plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h:
	  
	  update doc

2008-07-15 20:58  pasnox

	* [r2178] monkey/src/templatesmanager/pTemplatesManager.cpp:
	  
	  Fix documentation and build error

2008-07-15 08:01  xiantia

	* [r2177]
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h:
	  
	  Update doc

2008-07-15 07:53  xiantia

	* [r2176] plugins/debugger/GNUDebugger2/src,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpointStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/gdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/gdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.ui,
	  plugins/debugger/GNUDebugger2/src/kernel,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.h,
	  plugins/debugger/GNUDebugger2/src/resources,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/resources/icons,
	  plugins/debugger/GNUDebugger2/src/resources/icons/Thumbs.db,
	  plugins/debugger/GNUDebugger2/src/resources/icons/backtrace.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakpoint.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/buttonok.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/cli.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/close.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/continue.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/cpu.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/debugger.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/open.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepfinish.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepinto.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepover.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/update.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/warning.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/warningred.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/watch.png,
	  plugins/debugger/GNUDebugger2/src/ui,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.ui,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageDelegate.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.ui:
	  
	  New name of all files

2008-07-15 07:48  xiantia

	* [r2174] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/src:
	  
	  rename files

2008-07-15 07:32  xiantia

	* [r2173]
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpointStruct.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h:
	  
	  update doc

2008-07-15 07:19  xiantia

	* [r2172] monkey/src/resources/icons/_new/Thumbs.db:
	  
	  

2008-07-14 21:29  pasnox

	* [r2171] fresh/widgets/pFileListEditor.cpp,
	  fresh/widgets/pMainWindow.cpp, fresh/widgets/pMainWindow.h,
	  fresh/widgets/pMenuBar.cpp, fresh/widgets/pMenuBar.h,
	  fresh/widgets/pQueuedMessageWidget.cpp,
	  fresh/widgets/pQueuedMessageWidget.h,
	  fresh/widgets/pShortcutsEditor.cpp,
	  fresh/widgets/pShortcutsEditor.h, fresh/widgets/pTabBar.cpp,
	  fresh/widgets/pTabBar.h, fresh/widgets/pTabbedMainWindow.cpp,
	  fresh/widgets/pTabbedMainWindow.h,
	  fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceCorner.h,
	  fresh/widgets/pTabbedWorkspaceCornerButton.cpp,
	  fresh/widgets/pTabbedWorkspaceCornerButton.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceRightCorner.h:
	  
	  More documentation for fresh framework

2008-07-14 19:35  xiantia

	* [r2170] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpointStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h:
	  
	  some fix for doc

2008-07-14 19:09  xiantia

	* [r2169] plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/gdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/gdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageDelegate.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.h:
	  
	  Update doc

2008-07-14 16:44  hlamer

	* [r2168] monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h:
	  
	  Documented pTemplatesManager class

2008-07-13 16:16  xiantia

	* [r2167] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h:
	  
	  update doc

2008-07-13 15:58  xiantia

	* [r2166] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h:
	  
	  Update doc

2008-07-13 15:39  hlamer

	* [r2165] monkey/src/ctagsmanager/Ctags.cpp:
	  
	  Fixed documentation for Ctags

2008-07-13 14:35  pasnox

	* [r2164] doxygen.config:
	  
	  Update the doxygen configuration

2008-07-13 14:34  pasnox

	* [r2163] fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBar.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h,
	  fresh/widgets/pDockWidget.cpp, fresh/widgets/pDockWidget.h,
	  fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h,
	  fresh/widgets/pFileListEditor.cpp,
	  fresh/widgets/pFileListEditor.h,
	  fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h,
	  fresh/widgets/pKeySequenceInput.cpp,
	  fresh/widgets/pKeySequenceInput.h, fresh/widgets/pMainWindow.cpp,
	  fresh/widgets/pMainWindow.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pMenuBar.h, fresh/widgets/pPathListEditor.cpp,
	  fresh/widgets/pPathListEditor.h,
	  fresh/widgets/pStringListEditor.cpp,
	  fresh/widgets/pStringListEditor.h:
	  
	  Doxygen documentation of some classes

2008-07-13 11:19  xiantia

	* [r2162] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpointStruct.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.h:
	  
	  Update doc

2008-07-12 21:16  hlamer

	* [r2161] monkey/src/ctagsmanager/Ctags.cpp,
	  monkey/src/ctagsmanager/Ctags.h:
	  
	  Documentation for Ctags module

2008-07-12 15:41  xiantia

	* [r2160] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/file/gdbparsing.txt,
	  plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/scripts/QList.js,
	  plugins/debugger/GNUDebugger2/scripts/QString.js,
	  plugins/debugger/GNUDebugger2/scripts/int.js,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpointStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/gdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbBacktrace.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageDelegate.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.h,
	  plugins/debugger/debugger.pro:
	  
	  12/07/08 14h09 v1.3.2 change log
	  
	  Optimize Gdbwatch (not send whatis) now tested
	  Fixed two messages stopped when user execute step over and line
	  have a breakpoint
	  Add doc for doxygen
	  New format of script

2008-07-09 19:59  pasnox

	* [r2159] fresh/widgets/pAction.cpp, fresh/widgets/pAction.h,
	  fresh/widgets/pActionManager.cpp, fresh/widgets/pActionManager.h:
	  
	  Documents code using doxygen style

2008-07-09 18:22  pasnox

	* [r2158] coveragemeter/ui/UITestReport.cpp,
	  coveragemeter/ui/UITestReport.h, fresh/objects/MonkeyExport.h,
	  fresh/objects/QSingleton.cpp, fresh/objects/QSingleton.h,
	  fresh/objects/pSettings.cpp, fresh/objects/pSettings.h:
	  
	  Documents code using doxygen style

2008-07-09 16:18  hlamer

	* [r2157] doxygen.config:
	  
	  Switched off warnings for undocumented functions

2008-07-09 08:28  hlamer

	* [r2156] doxygen.config, readme.txt:
	  
	  Added configuration file for doxygen

2008-07-09 07:23  pasnox

	* [r2155] fresh/objects/MonkeyExport.h,
	  fresh/objects/pSettings.cpp, fresh/objects/pSettings.h:
	  
	  Add doxygen comments

2008-07-08 18:31  pasnox

	* [r2154] monkey/src/main.cpp:
	  
	  Small update

2008-07-07 21:17  xiantia

	* [r2153]
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.cpp:
	  
	  

2008-07-07 21:11  xiantia

	* [r2152] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/file/gdbparsing.txt,
	  plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/scripts,
	  plugins/debugger/GNUDebugger2/scripts/QImage.js,
	  plugins/debugger/GNUDebugger2/scripts/QList.js,
	  plugins/debugger/GNUDebugger2/scripts/QString.js,
	  plugins/debugger/GNUDebugger2/scripts/int.js,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbScript/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbToolTip/gdbToolTip.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbScript.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.ui:
	  
	  07/07/08 00h34 v1.3.2 change log
	  
	  AddOn GdbScript
	  Very first addOn (no stable)
	  Modify GdbSetting for use path of script

2008-07-07 20:47  pasnox

	* [r2151]
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.h:
	  
	  Fix build error on 64 bits processors

2008-07-07 20:46  pasnox

	* [r2150] monkey/src/consolemanager/pCommand.h:
	  
	  Update code to avoid warning

2008-07-03 21:19  xiantia

	* [r2149]
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.ui:
	  
	  

2008-07-03 21:17  xiantia

	* [r2148] plugins/debugger/GNUDebugger2/src/addon,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpointStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/gdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/gdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbBacktrace.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbCli/ui/UIGdbCli.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/gdbWatchStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbWatch/ui/UIGdbWatch.ui:
	  
	  SVN crash
	  fix directorie

2008-07-03 21:14  xiantia

	* [r2147] plugins/debugger/GNUDebugger2/src/addon:
	  
	  

2008-07-03 21:02  xiantia

	* [r2146]
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbWatchStruct.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbWatchStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbWatch.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbWatch.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbWatch.ui:
	  
	  

2008-07-03 21:01  xiantia

	* [r2145]
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h:
	  
	  

2008-07-03 21:00  xiantia

	* [r2144]
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbCli.ui:
	  
	  

2008-07-03 20:58  xiantia

	* [r2143] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/file/gdbparsing.txt,
	  plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbScript.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbScript.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/resources/icons/cli.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/watch.png:
	  
	  02/07/08 10h23 v1.3.2 change log
	  
	  Add message when you want toggle breakpoint and target running
	  Add GdbCli (command line)
	  Modify Interpreter and RestoreLine for filter className
	  Bug fix for multi enable / disable plugin (tab deleted later)

2008-06-27 08:17  hlamer

	* [r2142] config.pri, fresh/objects/MonkeyExport.h,
	  fresh/objects/pSettings.cpp, fresh/objects/pSettings.h,
	  fresh/widgets/pDockToolBar.cpp, fresh/widgets/pDockToolBar.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h,
	  fresh/widgets/pDockWidget.cpp, fresh/widgets/pDockWidget.h,
	  fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h,
	  fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pMenuBar.h, fresh/widgets/pQueuedMessageWidget.cpp,
	  fresh/widgets/pQueuedMessageWidget.h,
	  fresh/widgets/pQueuedStatusBar.cpp,
	  fresh/widgets/pQueuedStatusBar.h,
	  fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceCorner.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceRightCorner.h, installs.pri,
	  monkey/monkey.rc, monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.h,
	  monkey/src/maininterface/ui/UIAbout.ui,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/maininterface/ui/UITranslator.h,
	  monkey/src/maininterface/ui/UITranslator.ui,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/ChildPlugin.h,
	  monkey/src/pluginsmanager/CompilerPlugin.h,
	  monkey/src/pluginsmanager/DebuggerPlugin.h,
	  monkey/src/pluginsmanager/InterpreterPlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/WorkspacePlugin.h,
	  monkey/src/pluginsmanager/XUPPlugin.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsAbout.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsAbout.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsAbout.ui,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.ui,
	  monkey/src/queuedstatusbar/QueuedStatusBar.cpp,
	  monkey/src/queuedstatusbar/QueuedStatusBar.h,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/resources/icons/_new/Thumbs.db,
	  monkey/src/resources/icons/_new/edittrash.png,
	  monkey/src/resources/icons/_new/emptytrash.png,
	  monkey/src/resources/icons/_new/function.png,
	  monkey/src/resources/icons/_new/helpsplashscreen.png,
	  monkey/src/resources/icons/_new/object.png,
	  monkey/src/resources/icons/_new/play.png,
	  monkey/src/resources/icons/_new/stop.png,
	  monkey/src/resources/icons/_old/addtab.png,
	  monkey/src/resources/icons/_old/background.png,
	  monkey/src/resources/icons/_old/buildbuild.png,
	  monkey/src/resources/icons/_old/buildclean.png,
	  monkey/src/resources/icons/_old/builddistclean.png,
	  monkey/src/resources/icons/_old/builderror.png,
	  monkey/src/resources/icons/_old/buildexecute.png,
	  monkey/src/resources/icons/_old/buildmisc.png,
	  monkey/src/resources/icons/_old/buildrebuild.png,
	  monkey/src/resources/icons/_old/buildrun.png,
	  monkey/src/resources/icons/_old/buildstandard.png,
	  monkey/src/resources/icons/_old/buildstop.png,
	  monkey/src/resources/icons/_old/buildwarning.png,
	  monkey/src/resources/icons/_old/buttoncancel.png,
	  monkey/src/resources/icons/_old/buttondown.png,
	  monkey/src/resources/icons/_old/buttonnext.png,
	  monkey/src/resources/icons/_old/buttonok.png,
	  monkey/src/resources/icons/_old/buttonprevious.png,
	  monkey/src/resources/icons/_old/buttonup.png,
	  monkey/src/resources/icons/_old/closetab.png,
	  monkey/src/resources/icons/_old/completionmembers.png,
	  monkey/src/resources/icons/_old/completionothers.png,
	  monkey/src/resources/icons/_old/completionsignals.png,
	  monkey/src/resources/icons/_old/completionslots.png,
	  monkey/src/resources/icons/_old/completionvariables.png,
	  monkey/src/resources/icons/_old/cpp.png,
	  monkey/src/resources/icons/_old/edit.png,
	  monkey/src/resources/icons/_old/editadd.png,
	  monkey/src/resources/icons/_old/editbreak.png,
	  monkey/src/resources/icons/_old/editclear.png,
	  monkey/src/resources/icons/_old/editcopy.png,
	  monkey/src/resources/icons/_old/editcut.png,
	  monkey/src/resources/icons/_old/editdelete.png,
	  monkey/src/resources/icons/_old/editerror.png,
	  monkey/src/resources/icons/_old/editgoto.png,
	  monkey/src/resources/icons/_old/editpaste.png,
	  monkey/src/resources/icons/_old/editredo.png,
	  monkey/src/resources/icons/_old/editremove.png,
	  monkey/src/resources/icons/_old/editreplace.png,
	  monkey/src/resources/icons/_old/editsettings.png,
	  monkey/src/resources/icons/_old/editundo.png,
	  monkey/src/resources/icons/_old/exit.png,
	  monkey/src/resources/icons/_old/explorer.png,
	  monkey/src/resources/icons/_old/fileclose.png,
	  monkey/src/resources/icons/_old/filecloseall.png,
	  monkey/src/resources/icons/_old/filefind.png,
	  monkey/src/resources/icons/_old/filenew.png,
	  monkey/src/resources/icons/_old/fileopen.png,
	  monkey/src/resources/icons/_old/fileprint.png,
	  monkey/src/resources/icons/_old/filesave.png,
	  monkey/src/resources/icons/_old/filesaveall.png,
	  monkey/src/resources/icons/_old/filesaveas.png,
	  monkey/src/resources/icons/_old/folder_blue.png,
	  monkey/src/resources/icons/_old/folder_green.png,
	  monkey/src/resources/icons/_old/form.png,
	  monkey/src/resources/icons/_old/h.png,
	  monkey/src/resources/icons/_old/helpassistant.png,
	  monkey/src/resources/icons/_old/helpgreettings.png,
	  monkey/src/resources/icons/_old/helphome.png,
	  monkey/src/resources/icons/_old/helpkeyword.png,
	  monkey/src/resources/icons/_old/helpnext.png,
	  monkey/src/resources/icons/_old/helpprev.png,
	  monkey/src/resources/icons/_old/helpqt.png,
	  monkey/src/resources/icons/_old/helpsplashscreen.png,
	  monkey/src/resources/icons/_old/helptesters.png,
	  monkey/src/resources/icons/_old/icon.icns,
	  monkey/src/resources/icons/_old/icon.ico,
	  monkey/src/resources/icons/_old/icon.png,
	  monkey/src/resources/icons/_old/linguist.png,
	  monkey/src/resources/icons/_old/mac.png,
	  monkey/src/resources/icons/_old/misc.png,
	  monkey/src/resources/icons/_old/pbmessages.png,
	  monkey/src/resources/icons/_old/pbproject.png,
	  monkey/src/resources/icons/_old/pbwidgets.png,
	  monkey/src/resources/icons/_old/project.png,
	  monkey/src/resources/icons/_old/projectadd.png,
	  monkey/src/resources/icons/_old/projectaddfile.png,
	  monkey/src/resources/icons/_old/projectaddform.png,
	  monkey/src/resources/icons/_old/projectaddtemplate.png,
	  monkey/src/resources/icons/_old/projectclose.png,
	  monkey/src/resources/icons/_old/projectcloseall.png,
	  monkey/src/resources/icons/_old/projectnew.png,
	  monkey/src/resources/icons/_old/projectopen.png,
	  monkey/src/resources/icons/_old/projectsave.png,
	  monkey/src/resources/icons/_old/projectsaveall.png,
	  monkey/src/resources/icons/_old/projectsettings.png,
	  monkey/src/resources/icons/_old/projectshow.png,
	  monkey/src/resources/icons/_old/projectshowfile.png,
	  monkey/src/resources/icons/_old/recentsfiles.png,
	  monkey/src/resources/icons/_old/recentsprojects.png,
	  monkey/src/resources/icons/_old/tabconsole.png,
	  monkey/src/resources/icons/_old/tabsearch.png,
	  monkey/src/resources/icons/_old/text.png,
	  monkey/src/resources/icons/_old/todo.png,
	  monkey/src/resources/icons/_old/toolsedit.png,
	  monkey/src/resources/icons/_old/unix.png,
	  monkey/src/resources/icons/_old/viewhorizontally.png,
	  monkey/src/resources/icons/_old/viewmaximized.png,
	  monkey/src/resources/icons/_old/viewstyle.png,
	  monkey/src/resources/icons/_old/viewvertically.png,
	  monkey/src/resources/icons/_old/windows.png,
	  monkey/src/resources/icons/_old/zoomin.png,
	  monkey/src/resources/icons/_old/zoomout.png,
	  monkey/src/resources/icons/application/background.png,
	  monkey/src/resources/icons/application/monkey2.icns,
	  monkey/src/resources/icons/application/monkey2.ico,
	  monkey/src/resources/icons/application/monkey2.png,
	  monkey/src/resources/icons/application/splashscreen.png,
	  monkey/src/resources/icons/build/build.png,
	  monkey/src/resources/icons/build/clean.png,
	  monkey/src/resources/icons/build/execute.png,
	  monkey/src/resources/icons/build/misc.png,
	  monkey/src/resources/icons/build/rebuild.png,
	  monkey/src/resources/icons/edit/close.png,
	  monkey/src/resources/icons/edit/copy.png,
	  monkey/src/resources/icons/edit/cut.png,
	  monkey/src/resources/icons/edit/goto.png,
	  monkey/src/resources/icons/edit/next.png,
	  monkey/src/resources/icons/edit/paste.png,
	  monkey/src/resources/icons/edit/previous.png,
	  monkey/src/resources/icons/edit/redo.png,
	  monkey/src/resources/icons/edit/replace.png,
	  monkey/src/resources/icons/edit/search.png,
	  monkey/src/resources/icons/edit/settings.png,
	  monkey/src/resources/icons/edit/text.png,
	  monkey/src/resources/icons/edit/translations.png,
	  monkey/src/resources/icons/edit/undo.png,
	  monkey/src/resources/icons/editor/bookmark.png,
	  monkey/src/resources/icons/editor/bookmark_add.png,
	  monkey/src/resources/icons/editor/bookmark_remove.png,
	  monkey/src/resources/icons/file/close.png,
	  monkey/src/resources/icons/file/closeall.png,
	  monkey/src/resources/icons/file/open.png,
	  monkey/src/resources/icons/file/print.png,
	  monkey/src/resources/icons/file/quit.png,
	  monkey/src/resources/icons/file/recents.png,
	  monkey/src/resources/icons/file/recentsfiles.png,
	  monkey/src/resources/icons/file/save.png,
	  monkey/src/resources/icons/file/saveall.png,
	  monkey/src/resources/icons/file/saveas.png,
	  monkey/src/resources/icons/help/assistant.png,
	  monkey/src/resources/icons/help/keyword.png,
	  monkey/src/resources/icons/help/qt.png,
	  monkey/src/resources/icons/listeditor/add.png,
	  monkey/src/resources/icons/listeditor/down.png,
	  monkey/src/resources/icons/listeditor/file.png,
	  monkey/src/resources/icons/listeditor/folder.png,
	  monkey/src/resources/icons/listeditor/remove.png,
	  monkey/src/resources/icons/listeditor/up.png,
	  monkey/src/resources/icons/project/add.png,
	  monkey/src/resources/icons/project/close.png,
	  monkey/src/resources/icons/project/closeall.png,
	  monkey/src/resources/icons/project/new.png,
	  monkey/src/resources/icons/project/open.png,
	  monkey/src/resources/icons/project/project.png,
	  monkey/src/resources/icons/project/recents.png,
	  monkey/src/resources/icons/project/remove.png,
	  monkey/src/resources/icons/project/save.png,
	  monkey/src/resources/icons/project/saveall.png,
	  monkey/src/resources/icons/project/settings.png,
	  monkey/src/resources/icons/tools/add.png,
	  monkey/src/resources/icons/tools/down.png,
	  monkey/src/resources/icons/tools/edit.png,
	  monkey/src/resources/icons/tools/file.png,
	  monkey/src/resources/icons/tools/folder.png,
	  monkey/src/resources/icons/tools/help.png,
	  monkey/src/resources/icons/tools/icon.png,
	  monkey/src/resources/icons/tools/remove.png,
	  monkey/src/resources/icons/tools/up.png,
	  monkey/src/resources/icons/tools/update.png,
	  monkey/src/resources/icons/translation/folder.png,
	  monkey/src/resources/icons/translation/translation.png,
	  monkey/src/resources/icons/translation/update.png,
	  monkey/src/resources/icons/view/filtered.png,
	  monkey/src/resources/texts/license.gpl,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/pToolsManager.h,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.h,
	  monkey/src/toolsmanager/ui/UIToolsEdit.ui,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/xupmanager/XUPIO.cpp, monkey/src/xupmanager/XUPIO.h,
	  monkey/src/xupmanager/resources/icons/actions/add.png,
	  monkey/src/xupmanager/resources/icons/actions/close.png,
	  monkey/src/xupmanager/resources/icons/actions/closeall.png,
	  monkey/src/xupmanager/resources/icons/actions/filtered.png,
	  monkey/src/xupmanager/resources/icons/actions/new.png,
	  monkey/src/xupmanager/resources/icons/actions/open.png,
	  monkey/src/xupmanager/resources/icons/actions/remove.png,
	  monkey/src/xupmanager/resources/icons/actions/save.png,
	  monkey/src/xupmanager/resources/icons/actions/saveall.png,
	  monkey/src/xupmanager/resources/icons/actions/settings.png,
	  monkey/src/xupmanager/resources/icons/actions/source.png,
	  monkey/src/xupmanager/ui/UIAddVariable.cpp,
	  monkey/src/xupmanager/ui/UIAddVariable.h,
	  monkey/src/xupmanager/xupmanager.pri,
	  plugins/base/AStyle/AStyle.pro,
	  plugins/base/Ctags2Api/Ctags2Api.pro,
	  plugins/base/FileBrowser/src/resources/icons/goto.png,
	  plugins/base/MessageBox/src/resources/icons/goto.png,
	  plugins/base/MessageBox/src/resources/icons/tabsearch.png,
	  plugins/base/MessageBox/src/resources/icons/warning.png,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.cpp,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.h,
	  plugins/base/Navigator/Navigator.pro,
	  plugins/base/ProjectHeaders/ProjectHeaders.pro,
	  plugins/base/ProjectHeaders/src/resources/folder.png,
	  plugins/base/ProjectHeaders/src/resources/licensing.png,
	  plugins/base/RegExpEditor/RegExpEditor.pro,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.h,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.ui,
	  plugins/base/base.pro, plugins/child/QtAssistant/QtAssistant.pro,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtAssistant/src/QtAssistantConfig.cpp,
	  plugins/child/QtAssistant/src/QtAssistantConfig.h,
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.cpp,
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.h,
	  plugins/child/QtDesigner/QtDesigner.pro,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/child/QtDesigner/src/resources/delete.png,
	  plugins/child/QtDesigner/src/resources/designer.png,
	  plugins/child/QtDesigner/src/resources/redo.png,
	  plugins/child/QtDesigner/src/resources/selectall.png,
	  plugins/child/QtDesigner/src/resources/signal.png,
	  plugins/child/QtDesigner/src/resources/undo.png,
	  plugins/child/QtDesigner/src/resources/widget.png,
	  plugins/child/child.pro,
	  plugins/compiler/GccParser/GccParser.pro,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/debugger/GNUDebugger2/src/resources/icons/open.png,
	  plugins/plugins.pri, plugins/plugins.pro,
	  plugins/xup/QMakeProjectEditor/QMakeProjectEditor.pro,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.h,
	  plugins/xup/QMakeProjectEditor/src/QtVersionManager.cpp,
	  plugins/xup/QMakeProjectEditor/src/QtVersionManager.h,
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.h,
	  plugins/xup/XUPProjectEditor/XUPProjectEditor.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/License.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Platform.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/SString.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Document.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Editor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/License.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/SVector.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Style.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/WindowAccessor.cpp,
	  templates/All/Empty file/$File name$, templates/C++/Class/$Base
	  file name$.cpp, templates/C++/Class/$Base file name$.h,
	  templates/C++/Herited Class/$Base file name$.cpp,
	  templates/C++/Herited Class/$Base file name$.h,
	  templates/C++/Namespace/$Base File Name$.cpp,
	  templates/C++/Namespace/$Base File Name$.h,
	  templates/Objective-C++/Class/$Base file name$.h,
	  templates/Objective-C++/Class/$Base file name$.mm,
	  templates/Objective-C++/Herited Class/$Base file name$.h,
	  templates/Objective-C++/Herited Class/$Base file name$.mm:
	  
	  Removed executable flag from all sources

2008-06-25 16:14  hlamer

	* [r2141] monkey/src/workspace/pWorkspace.cpp:
	  
	  

2008-06-18 15:38  xiantia

	* [r2138]
	  plugins/debugger/GNUDebugger2/src/resources/icons/cpu.PNG:
	  
	  

2008-06-18 15:38  xiantia

	* [r2137]
	  plugins/debugger/GNUDebugger2/src/resources/icons/cpu.png:
	  
	  move cpu.PNG by cpu.png

2008-06-18 15:35  pasnox

	* [r2136] config.pri:
	  
	  Update version

2008-06-18 15:23  pasnox

	* [r2135] readme.txt:
	  
	  Update readme files

2008-06-15 20:40  hlamer

	* [r2133] readme.txt:
	  
	  

2008-06-15 12:49  pasnox

	* [r2132] GPL-2, GPL-3, LGPL-3, license.gpl:
	  
	  Add new licenses

2008-06-15 10:46  xiantia

	* [r2131] plugins/debugger/GNUDebugger2/file/gdbparsing.txt,
	  plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.h:
	  
	  15/06/08 12h12 v1.3.2 change log
	  
	  Add new editor manage file (find pattern)
	  Add prompt event
	  Add GdbRegister and show red value if it change
	  Add GdbRegister icon (warning icon is not transparent)(fix
	  latter)
	  
	  Small bug found :
	  Can't write file gdbparsing.txt in Linux and Mac OS, because i
	  don't have privilege
	  If two files with the same name (but in different directory) are
	  opened in editor, findFile() function not work correctly
	  Step Finish action can freeze debugger if you are in the first
	  frame (usually main function)

2008-06-14 23:18  pasnox

	* [r2130] plugins/child/QtAssistant/src/QtAssistantConfig.cpp:
	  
	  Fix Qt Assistant plugin documentation path on system that use
	  3rdarty/non normal qt doc path.

2008-06-14 21:27  xiantia

	* [r2129]
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.h:
	  
	  old file delete

2008-06-14 21:22  xiantia

	* [r2128] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/gdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbRegister/ui/UIGdbRegister.ui,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/resources/icons/cpu.PNG,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.ui:
	  
	  add GdbRegisters view

2008-06-14 16:52  xiantia

	* [r2127] plugins/debugger/GNUDebugger2/forme.txt:
	  
	  

2008-06-14 16:36  xiantia

	* [r2126] plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/resources/icons/backtrace.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakpoint.png:
	  
	  14/06/08 17h23 v1.3.2 change log
	  
	  Add icon in QTabWidget
	  New manage parsing.txt (delegate)
	  New editor of GdbBreakpoint (delegate)

2008-06-14 15:53  xiantia

	* [r2125] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/file/gdbparsing.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIBreakpointDelegate.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.ui,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageDelegate.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.ui:
	  
	  New editor for manage gdbparsing.txt (using delegate for change
	  status)
	  New editor for view Breakpoints (using delegate for configure
	  this)
	  
	  Add new icon in my tabBar

2008-06-13 23:25  xiantia

	* [r2124] plugins/debugger/GNUDebugger2/forme.txt:
	  
	  

2008-06-13 23:13  pasnox

	* [r2123] plugins/child/QtAssistant/QtAssistant.pro,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistantConfig.cpp,
	  plugins/child/QtAssistant/src/QtAssistantConfig.h,
	  plugins/child/QtAssistant/src/ui,
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.cpp,
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.h,
	  plugins/child/QtAssistant/src/ui/UIQtAssistantSettings.ui:
	  
	  Add a settings widget so user can configure correct doc path if
	  doc is not found on system

2008-06-13 23:11  pasnox

	* [r2122]
	  plugins/child/QtAssistant/src/3rdparty/assistant/config.h:
	  
	  Make own class friend ( to use private members )

2008-06-13 22:37  xiantia

	* [r2121] plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakconditiondisable.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakconditionenable.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakdisable.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakenable.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/clock.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/console.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/error.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/file.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/goto.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/message.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/open.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/play.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/projectclose.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/projectcloseall.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/projectopen.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stop.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/tabbuild.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/tablog.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/taboutput.png:
	  
	  

2008-06-13 22:01  xiantia

	* [r2120] monkey/src/resources/icons/editor,
	  monkey/src/resources/icons/editor/break_conditionnal_disable.png,
	  monkey/src/resources/icons/editor/break_conditionnal_enable.png,
	  monkey/src/resources/icons/editor/break_disable.png,
	  monkey/src/resources/icons/editor/break_enable.png,
	  monkey/src/resources/icons/editor/breakconditiondisable.png,
	  monkey/src/resources/icons/editor/breakconditionenable.png,
	  monkey/src/resources/icons/editor/breakdisable.png,
	  monkey/src/resources/icons/editor/breakenable.png,
	  monkey/src/resources/resources.qrc,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakconditiondisable.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakconditionenable.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakdisable.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/breakenable.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/continue.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/debugger.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepfinish.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepinto.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepover.png:
	  
	  Monkey resource modifier for use new icons

2008-06-12 21:16  xiantia

	* [r2119]
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepfinish.png:
	  
	  missing icon

2008-06-12 20:57  xiantia

	* [r2118] plugins/debugger/GNUDebugger2/file/gdbparsing.txt,
	  plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.h,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.ui,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.ui:
	  
	  12/06/08 12h23 v1.3.2 change log
	  
	  fix icon not cleared when you quit debugger mode
	  add breakpoint conditioned
	  modify gdbparsing.txt (new structure)
	  add step finish : run target until end function

2008-06-11 20:34  pasnox

	* [r2117] plugins/base/MessageBox/MessageBox.pro,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.cpp,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.h,
	  plugins/base/MessageBox/src/ui/UIMessageBoxSettings.ui:
	  
	  Add a settings widget to messagebox plugin that allow to activate
	  ( or not ) a special dock when console started

2008-06-09 22:18  xiantia

	* [r2116] plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp:
	  
	  09/06/08 23h40 v 1.3.2 change log
	  
	  fix breakpoint pending : you can add breakpoint under all files
	  at start up gdb (library not loaded)

2008-06-09 20:17  xiantia

	* [r2115] plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.ui:
	  
	  09/06/08 21h14 V 1.3.2 change log
	  
	  fix crash at startup if file gdbparsing.txt is not found and
	  Monkey haven't .ini
	  fix crash if you open monkey with the last file opened is
	  Designer format after close Monkey (not pEditor)
	  fix sync error if you click under margin but target is not loaded
	  
	  know bug :
	  
	  If you run under Linux or mac Os you can't save the file
	  "gdbparser.txt", because Monkey is installed in
	  /usr/local/lib/... and
	  you don't have access.
	  
	  If you want add breakpoint into qWidget.h for example, you can't
	  add this because gdb have not loaded library.
	  Error -> "File ... not found" and you have "Detecting kernel
	  panic : GdbBreakpoint" message.
	  For this, just run target, and you can add your breakpoint.

2008-06-09 15:18  xiantia

	* [r2114] plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h:
	  
	  V1.3.2 change log
	  
	  fix start gdb : some time target is not loaded correctly (parser
	  not correctly sync)
	  fix breakpoint disable : this is not clear under editor is you
	  quit debug mode
	  fix step-into / step-ouver : if you speed click under button
	  (parser panic)
	  fix all lines : all lines from gdb can be restoring (splited
	  line)(kernel)
	  fix ComboBox : Under Breakpoint Ui this is now correctly resizing

2008-06-08 12:12  xiantia

	* [r2106] plugins/debugger/GNUDebugger2/GNUDebugger2.pro:
	  
	  

2008-06-08 12:10  xiantia

	* [r2105] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/forme.txt:
	  
	  

2008-06-08 11:45  xiantia

	* [r2104] plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace/ui/UIGdbBacktrace.ui:
	  
	  worg name of gdbBacktrace

2008-06-08 11:44  xiantia

	* [r2103] plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBackTrace,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp:
	  
	  

2008-06-07 22:07  xiantia

	* [r2102] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBackTrace,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBackTrace/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBackTrace/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBackTrace/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBackTrace/ui/UIGdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBackTrace/ui/UIGdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBackTrace/ui/UIGdbBacktrace.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/treeDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/treeDelegate.h:
	  
	  Change :
	  space in directory : ok
	  accent in directory : ok
	  
	  GdbBreakpoint can now enable / disable breakpoint
	  gdbBackTrace have now a Ui
	  gdbBackTrace directory move to addon/gdbBackTrace

2008-06-07 21:10  xiantia

	* [r2101]
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp:
	  
	  

2008-06-07 21:10  xiantia

	* [r2100]
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.h:
	  
	  

2008-06-07 20:48  xiantia

	* [r2099]
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.1.3.h:
	  
	  user can disable / enable breakpoint

2008-06-07 20:35  xiantia

	* [r2098] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.ui,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h:
	  
	  

2008-06-07 15:55  xiantia

	* [r2097] plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/resources/icons/warningred.png,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp:
	  
	  

2008-06-07 15:04  pasnox

	* [r2096] translations/monkey_french.qm,
	  translations/monkey_french.ts:
	  
	  Update french translation

2008-06-07 15:03  pasnox

	* [r2095] monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.h:
	  
	  Update about dialog ( french translator ) and some rework code.

2008-06-07 13:57  xiantia

	* [r2094]
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h:
	  
	  Gdb path is not empty by defaut

2008-06-07 13:52  pasnox

	* [r2093] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h:
	  
	  Fix encoding problems, now it shouldworkds great on any system,
	  with any encodong :)

2008-06-07 12:21  xiantia

	* [r2092] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp:
	  
	  modif des repertoires avec des espaces

2008-06-07 12:04  xiantia

	* [r2091]
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp:
	  
	  fix QDataStream

2008-06-07 11:59  pasnox

	* [r2090] plugins/debugger/debugger.pro:
	  
	  

2008-06-07 11:21  xiantia

	* [r2089] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/file/gdbparsing.txt,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSequencer.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.ui:
	  
	  UIManageParsingFile missing Sorry

2008-06-06 21:53  xiantia

	* [r2088] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/file/gdbparsing.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbSetting.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.ui,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIManageParsingFile.h:
	  
	  New version : Must use "make install" for using a new
	  gdbparsing.txt file

2008-06-06 21:39  pasnox

	* [r2087] monkey/src/pMonkeyStudio.cpp:
	  
	  Fix the resetLexer member

2008-06-06 21:38  pasnox

	* [r2086] monkey/src/queuedstatusbar/QueuedStatusBar.cpp,
	  monkey/src/queuedstatusbar/QueuedStatusBar.h:
	  
	  Reimplment the sizeHint so the status bar will no longer
	  shrink/grow when queuedmessage are shown

2008-06-06 21:38  pasnox

	* [r2085]
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp:
	  
	  Plugin icon is enabled according to its state, so disabled
	  plugins are quickly visible becasue they have "gray" icons

2008-06-06 21:37  pasnox

	* [r2084] monkey/src/maininterface/ui/UISettings.h:
	  
	  

2008-06-05 22:49  pasnox

	* [r2083] monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  Now check file before loading it, so we bypass the warning when
	  using a file that is not a library

2008-06-05 22:48  pasnox

	* [r2082] fresh/widgets/pExtendedWorkspace.cpp:
	  
	  Fix a warning shown when setings current widget as null object

2008-06-05 22:35  pasnox

	* [r2081] monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h:
	  
	  Add a structure that allow easy configuration of custom styles
	  for lexers.
	  Add default lexer syntax highlighting for Cpp

2008-06-05 22:34  pasnox

	* [r2080] monkey/src/pMonkeyStudio.cpp:
	  
	  Change some default color settings

2008-06-05 19:35  pasnox

	* [r2079] monkey/src/settingsmanager/Settings.cpp:
	  
	  Update default Qt api for C++

2008-06-05 17:02  xiantia

	* [r2078] installs.pri, plugins/debugger/GNUDebugger,
	  plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/forme.txt,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/gdbBreakpointStruct.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/UIGdbBreakpoint.ui,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/treeDelegate.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint/ui/treeDelegate.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.ui:
	  
	  GNU Debugger 1.3.1 :
	  
	  change :
	  
	  The file gdbparsing.txt is loaded at startup (only one one)
	  install.pri modified for installing new GNUDbg2
	  delete old version GNUDbg.

2008-06-05 16:13  pasnox

	* [r2077] monkey/monkey.pro, translations/monkey_belarusian.qm,
	  translations/monkey_belarusian.ts, translations/monkey_french.qm,
	  translations/monkey_french.ts, translations/monkey_italian.qm,
	  translations/monkey_italian.ts:
	  
	  Add support for italian

2008-06-04 17:10  pasnox

	* [r2075] templates/All/XUP Project/$Project File Name$,
	  templates/C++/QMake C++ Application/$Project File Name$,
	  templates/C++/QMake C++ Dll/$Project File Name$,
	  templates/C++/QMake C++ Static Lib/$Project File Name$,
	  templates/C++/QMake Qt Console/$Project File Name$,
	  templates/C++/QMake Qt Dll/$Project File Name$,
	  templates/C++/QMake Qt Gui/$Project File Name$,
	  templates/C++/QMake Qt Plugin/$Project File Name$,
	  templates/C++/QMake Qt Static Lib/$Project File Name$,
	  templates/C++/QMake Solution/$Project File Name$:
	  
	  Fix add correct ProjectSettings:Editor variable for project files

2008-06-04 17:10  pasnox

	* [r2074] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Fix warning about qtversion is now shown only one time and
	  remember in project file

2008-06-04 17:09  pasnox

	* [r2073] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  Fix auto scroll for Build Step widget

2008-06-03 21:30  pasnox

	* [r2072] plugins/debugger/debugger.pro:
	  
	  activate second version of gdb plugin, first one will diseappear

2008-06-03 21:28  pasnox

	* [r2071] plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.cpp:
	  
	  Add YesToAll & Cancel buttons

2008-06-03 20:59  pasnox

	* [r2070] plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.ui:
	  
	  Fix some bugs, add support for saving/restoring typed
	  informations, source/target encoding of modified files

2008-06-03 20:58  pasnox

	* [r2069] monkey/src/consolemanager/pCommand.h:
	  
	  Fix build on 64bits processor

2008-06-03 18:23  xiantia

	* [r2068] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp:
	  
	  

2008-06-02 22:56  xiantia

	* [r2067] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h:
	  
	  

2008-06-02 22:45  pasnox

	* [r2066]
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp:
	  
	  Check plugin null to avoid warning in console

2008-06-02 22:44  pasnox

	* [r2065] monkey/src/pluginsmanager/BasePlugin.h:
	  
	  Add a default pixmap for plugins

2008-06-02 22:43  pasnox

	* [r2064] monkey/src/workspace/pWorkspace.cpp:
	  
	  Some code enhancement, now plugins are querieddirectly by
	  projects

2008-06-02 22:42  pasnox

	* [r2063] plugins/debugger/debugger.pro:
	  
	  

2008-06-02 22:41  pasnox

	* [r2062] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.h:
	  
	  Fix badly reimplemented virtual members, resulting to get invalid
	  pointer for their plugins

2008-06-02 22:21  xiantia

	* [r2061] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp:
	  
	  charset testing

2008-06-02 21:14  xiantia

	* [r2060] plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h:
	  
	  Bug fix :
	  Multi line splited (parser) (new version of GdbRestoreLine)
	  Open file (monkey) is fix if debugger is started.
	  
	  know bug :
	  Do not click on the margin is debugger is not started

2008-06-02 20:27  pasnox

	* [r2059] plugins/debugger/debugger.pro:
	  
	  

2008-06-02 20:19  pasnox

	* [r2058] build.pro:
	  
	  Add default plugins

2008-06-02 20:19  pasnox

	* [r2057] monkey/src/main.cpp, monkey/src/maininterface/UIMain.cpp:
	  
	  Fix a regression that cause docktoolbr to not correctly
	  save/restore its state

2008-06-02 16:58  xiantia

	* [r2056] plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h:
	  
	  Some bugs fix for Linux :
	  Crach if two breakpoints is set in the different file (FIXED
	  Linux / windows)
	  Bug on startup Gdb (FIXED Linux not verify for windows)
	  Bug if you haved set an invalid breakpoint (not set under the
	  function), Gdb move this breakpoint on the next valid line.
	  (FIXED Linux / windows)
	  
	  Know bug :
	  if you open file when the debugger is started, monkey open file
	  but is not selected and viewed in editor (Bug found on
	  Backtrace)(Fix in the next release)
	  
	  Info :
	  Be sure you have make clean debugger plugin, because i use the
	  same name as GDNUDebugger 1.2 and make merge this two versions
	  Know_file_and_id.txt is re-named gdbparsing.txt
	  
	  bye

2008-06-01 16:39  xiantia

	* [r2053] plugins/debugger/GNUDebugger2/file/gdbparsing.txt:
	  
	  the file for parse all string from Gdb

2008-06-01 16:34  xiantia

	* [r2052] plugins/debugger/GNUDebugger2,
	  plugins/debugger/GNUDebugger2/GNUDebugger2.pro,
	  plugins/debugger/GNUDebugger2/file,
	  plugins/debugger/GNUDebugger2/src,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger2/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger2/src/addon,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBacktrace.h,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint.cpp,
	  plugins/debugger/GNUDebugger2/src/addon/gdbBreakpoint.h,
	  plugins/debugger/GNUDebugger2/src/kernel,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbConnectTemplate.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbInterpreter.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbParser.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbPatternFile.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbProcess.1.3.h,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.cpp,
	  plugins/debugger/GNUDebugger2/src/kernel/gdbRestoreLine.1.3.h,
	  plugins/debugger/GNUDebugger2/src/resources,
	  plugins/debugger/GNUDebugger2/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger2/src/resources/icons,
	  plugins/debugger/GNUDebugger2/src/resources/icons/buttonok.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/clock.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/close.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/console.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/debugger.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/error.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/file.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/goto.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/message.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/play.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/projectclose.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/projectcloseall.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/projectopen.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepinto.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stepover.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/stop.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/tabbuild.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/tablog.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/taboutput.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/update.png,
	  plugins/debugger/GNUDebugger2/src/resources/icons/warning.png,
	  plugins/debugger/GNUDebugger2/src/ui,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger2/src/ui/UIGNUDebuggerSetting.ui:
	  
	  GNU Debugger 1.3 source code
	  This version is new GNU Debugger. All code are re-writed
	  
	  This version just can backtrace your code (no view variable, no
	  enable or disable breakpoint)
	  
	  If you want use this version :
	  - Modify debugger.pro and replace "SUBDIRS = GNUDebugger" by
	  "SUBDIRS = GNUDebugger2"
	  - Delete directory MONKEY_HOME/plugins/GNUdbg
	  - Compile MonkeyStudio
	  - Create directory "file" under MONKEY_HOME/plugins/GNUdbg2/
	  - Copy gdbparsing.txt from
	  MONKEY_SRC/dev/plugins/debugger/GNUDebugger2/file/ to
	  MONKEY_HOME/plugins/GNUdbg2/file/
	  
	  Using :
	  - Select your target (build in release) by the menu or toolBar
	  - Click in the margin for add breakpoint.
	  - run target
	  
	  bye

2008-06-01 12:28  pasnox

	* [r2049] debian, debian.sh:
	  
	  

2008-06-01 12:27  pasnox

	* [r2048] debian.sh:
	  
	  

2008-06-01 12:26  pasnox

	* [r2047] debian/docs, debian/rules:
	  
	  

2008-06-01 10:38  pasnox

	* [r2046] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts:
	  
	  Update translations

2008-06-01 10:28  pasnox

	* [r2045] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts:
	  
	  Update translations

2008-06-01 10:28  pasnox

	* [r2044] debian/docs:
	  
	  

2008-05-31 23:34  pasnox

	* [r2043] debian, debian.sh, debian/changelog, debian/compat,
	  debian/control, debian/copyright, debian/dirs, debian/docs,
	  debian/rules:
	  
	  Add script that can generate monkey studio source package and deb
	  file for debian/ubuntu/kubuntu hardy/intrepid

2008-05-31 12:05  pasnox

	* [r2040] readme.txt:
	  
	  Update readme file

2008-05-31 12:05  pasnox

	* [r2039] installs.pri:
	  
	  Rework install script for unix like ( may need update for others
	  platforms )

2008-05-31 12:04  pasnox

	* [r2038] config.pri:
	  
	  Fix default install path for unix like ( may need fix for other
	  platforms )

2008-05-31 11:43  pasnox

	* [r2037] ctags/apis/c.api, ctags/apis/cleanapi.cc,
	  ctags/apis/cmake.api, ctags/apis/cpp.api, ctags/apis/cs.api,
	  ctags/apis/genapi.cs, ctags/apis/glut.api, ctags/apis/opengl.api,
	  ctags/apis/qt-4.3.2.api, ctags/apis/qt-4.4.0.api,
	  ctags/apis/tags2api.py:
	  
	  Readd them as correctly marked

2008-05-31 11:37  pasnox

	* [r2036] ctags/apis/c.api, ctags/apis/cleanapi.cc,
	  ctags/apis/cmake.api, ctags/apis/cpp.api, ctags/apis/cs.api,
	  ctags/apis/genapi.cs, ctags/apis/glut.api, ctags/apis/opengl.api,
	  ctags/apis/qt-4.3.2.api, ctags/apis/qt-4.4.0.api,
	  ctags/apis/tags2api.py:
	  
	  remove bad marked file ( executable )

2008-05-31 11:32  pasnox

	* [r2035] translations/monkey_belarusian.qm,
	  translations/monkey_french.qm:
	  
	  Translation are no longer marked as executable

2008-05-30 22:58  pasnox

	* [r2034] monkey/src/workspace/pWorkspace.cpp:
	  
	  plugins managed by ide now take care to never activate a plugin
	  the user definitively disable

2008-05-30 22:58  pasnox

	* [r2033] monkey/src/pluginsmanager/PluginsManager.h:
	  
	  when requesting a plugin, it must have a name !

2008-05-30 22:57  pasnox

	* [r2032]
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.ui:
	  
	  Rework little elements, add a new check box that inform the ide
	  that a plugin must never be enabled

2008-05-30 22:56  pasnox

	* [r2031] monkey/src/pluginsmanager/BasePlugin.h:
	  
	  Add a new member to know if a plugin can be enabled by the ide or
	  not

2008-05-30 20:40  pasnox

	* [r2030] plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.ui:
	  
	  add icons and error message

2008-05-30 20:24  pasnox

	* [r2029] plugins/base/RegExpEditor,
	  plugins/base/RegExpEditor/RegExpEditor.pro,
	  plugins/base/RegExpEditor/src,
	  plugins/base/RegExpEditor/src/RegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/RegExpEditor.h,
	  plugins/base/RegExpEditor/src/ui,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.cpp,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.h,
	  plugins/base/RegExpEditor/src/ui/UIRegExpEditor.ui,
	  plugins/base/base.pro:
	  
	  Introduce a new plugin: Regular Expression Editor witch aim to
	  help developers to create/test their regular expressions

2008-05-30 20:23  pasnox

	* [r2028] monkey/src/maininterface/UIMain.cpp:
	  
	  add separator to tools menu

2008-05-29 17:25  pasnox

	* [r2026] monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  Fix a bug that was allowing same project to be open many times

2008-05-27 20:48  pasnox

	* [r2025]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.h:
	  
	  Fix a crash when disabling the plugin

2008-05-27 20:48  pasnox

	* [r2024] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h:
	  
	  Add a new slot in plugins manager to disable plugin at shut down,
	  because some plugins use disabled state to save their settings
	  it's required

2008-05-26 21:28  pasnox

	* [r2023] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  Fix a bug that can cause same file with differents separators to
	  be show, ie: foo/bar.h and foo//bar.h

2008-05-26 21:20  pasnox

	* [r2022] monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/workspace/pChild.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/EntityContainer.cpp:
	  
	  Rework some code

2008-05-26 16:18  pasnox

	* [r2021] monkey/src/main.cpp:
	  
	  Set require version to qt 4.4.0

2008-05-25 22:21  xiantia

	* [r2019] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.cpp:
	  
	  

2008-05-25 22:06  xiantia

	* [r2018] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbRegisters.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbProcess.cpp,
	  plugins/debugger/debugger.pro:
	  
	  

2008-05-25 21:43  pasnox

	* [r2017] plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp:
	  
	  Fix file location of debugger know id file by scanning
	  recursively all plugins path

2008-05-25 21:42  pasnox

	* [r2016] monkey/src/workspace/pWorkspace.cpp:
	  
	  Remove warnings

2008-05-25 20:59  xiantia

	* [r2015] plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.h:
	  
	  

2008-05-25 18:59  pasnox

	* [r2013] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug that cause plugins ( builder, compiler, debugger,
	  interpreter ) to not be disabled when no projects are active

2008-05-25 18:34  pasnox

	* [r2012]
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp:
	  
	  Fix a bug that cause settings widget to be hidden, and make
	  application unusable when a settigns widget is visible and
	  changing active application

2008-05-25 18:19  pasnox

	* [r2011] fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBar.h:
	  
	  Return action added, can be usefull when inserting null action
	  that should add a separator and we want to have instance pointer
	  of the object

2008-05-25 18:18  pasnox

	* [r2010] plugins/debugger/GNUDebugger/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger/src/ui/UIGNUDebuggerSetting.ui:
	  
	  Fix some problems: add pixmap() member so plugin return it's icon
	  in plugins manager.
	  Add primary support for settings widget.
	  Rework some code in plugin ( make it a DebuggerPlugin etc )

2008-05-25 16:04  xiantia

	* [r2009] plugins/debugger/GNUDebugger/GNUDebugger.pro,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/ui/UIGNUDebuggerSetting.cpp,
	  plugins/debugger/GNUDebugger/src/ui/UIGNUDebuggerSetting.h,
	  plugins/debugger/GNUDebugger/src/ui/UIGNUDebuggerSetting.ui,
	  plugins/debugger/GNUDebugger/src/ui/UIsetting.cpp,
	  plugins/debugger/GNUDebugger/src/ui/UIsetting.h,
	  plugins/debugger/GNUDebugger/src/ui/UIsetting.ui:
	  
	  

2008-05-25 15:29  pasnox

	* [r2008] plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/FileBrowserSettings.cpp,
	  plugins/base/FileBrowser/src/FileBrowserSettings.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h:
	  
	  FileBrowser now use QFileSystemModel witch is a threaded
	  QDirModel like.
	  It prevent gui freeze at startup on some platforms

2008-05-25 15:28  xiantia

	* [r2007] plugins/debugger/GNUDebugger/GNUDebugger.pro,
	  plugins/debugger/GNUDebugger/src/ui/UIsetting.cpp,
	  plugins/debugger/GNUDebugger/src/ui/UIsetting.h,
	  plugins/debugger/GNUDebugger/src/ui/UIsetting.ui,
	  plugins/debugger/debugger.pro:
	  
	  beta test UIsetting for debugger

2008-05-25 15:27  xiantia

	* [r2006] plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp:
	  
	  find application path
	  knox_list_and_id.txt

2008-05-25 15:26  xiantia

	* [r2005] plugins/debugger/GNUDebugger/src/GNUDebugger.cpp:
	  
	  fix action when plugin debugger is disable

2008-05-25 14:01  xiantia

	* [r2004] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbAnswer.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbAnswer.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBreakPoint.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBreakPoint.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbRegisters.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbRegisters.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbWatch.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbTemplateCore.h,
	  plugins/debugger/GNUDebugger/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger/src/resources/icons/play.png:
	  
	  new generation :
	  
	  - menu debugger enable
	  - add actions to menu bar
	  - add actions to tool bar
	  
	  - bye DockWidget
	  
	  xiantia

2008-05-25 00:31  pasnox

	* [r2003]
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp:
	  
	  

2008-05-24 11:04  pasnox

	* [r2002] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp:
	  
	  Fix a bug with qt 4.3 ( QToolButton::setMenu() does not triggered
	  actions
	  Fix values add/edit bug witch can return no empty value when
	  canceling a file/directories dialog

2008-05-24 09:51  pasnox

	* [r2001] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/UICommand.ui,
	  plugins/base/MessageBox/src/ui/UIOutput.ui:
	  
	  replace QTextEdit by QPlainTextEdit so now the output dock don't
	  take take ages to relayout the widget when right dock are
	  shown/hidden witch provok small gui freeze

2008-05-23 10:22  pasnox

	* [r2000] templates/C++/QMake Qt Gui/$Main File Name$:
	  
	  Fix include

2008-05-22 19:54  pasnox

	* [r1999] monkey/src/xupmanager/AddFilesDialog.cpp,
	  monkey/src/xupmanager/AddFilesDialog.h,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  Add import feature when adding files to project.

2008-05-22 19:53  pasnox

	* [r1998] monkey/src/xupmanager/ScopedProjectItemModel.h:
	  
	  Add a member for getting projectmodel

2008-05-22 19:53  pasnox

	* [r1997] monkey/src/pMonkeyStudio.cpp:
	  
	  Fix a bug that return no folders when using an empty filter list
	  in getFolders()

2008-05-22 19:52  pasnox

	* [r1996] fresh/widgets/pTreeComboBox.cpp,
	  fresh/widgets/pTreeComboBox.h:
	  
	  

2008-05-22 08:41  pasnox

	* [r1995]
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp:
	  
	  Fix mac dialog problem ( no close button on dialog )

2008-05-21 23:20  pasnox

	* [r1993] templates/C++/QMake Qt Console/$Main File Name$,
	  templates/C++/QMake Qt Gui/$Main File Name$:
	  
	  Update some templates

2008-05-21 23:13  pasnox

	* [r1992] templates/C++/Class/$Base file name$.cpp,
	  templates/C++/Class/$Base file name$.h, templates/C++/Herited
	  Class/$Base file name$.cpp, templates/C++/Herited Class/$Base
	  file name$.h:
	  
	  Update C++ templates

2008-05-21 17:09  pasnox

	* [r1991] monkey/src/xupmanager/AddFilesDialog.cpp,
	  monkey/src/xupmanager/AddFilesDialog.h,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  Hacked Qt 4.4.0 QFileDialog to be able to select Files AND
	  Folders at same time and validating.
	  This allow to be able to add fiels and fodlers at one time in a
	  project.

2008-05-21 17:07  pasnox

	* [r1990] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  

2008-05-21 15:57  pasnox

	* [r1989] monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp:
	  
	  Fix plugin settings widget under the dialog

2008-05-21 15:54  pasnox

	* [r1988] monkey/src/toolsmanager/pToolsManager.cpp:
	  
	  Fix bug that cause tools using console not being process
	  variables

2008-05-20 19:16  pasnox

	* [r1987] plugins/base/AStyle/AStyle.pro,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/AStyle/src/pFormatterSettings.cpp,
	  plugins/base/AStyle/src/pFormatterSettings.h,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.cpp,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.h,
	  plugins/base/Ctags2Api/Ctags2Api.pro,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.cpp,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.h,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/FileBrowserSettings.cpp,
	  plugins/base/FileBrowser/src/FileBrowserSettings.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/EntityContainer.h,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h,
	  plugins/base/Navigator/src/NavigatorSettings.cpp,
	  plugins/base/Navigator/src/NavigatorSettings.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.h,
	  plugins/builder/GNUMake/GNUMake.pro,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/builder/MSVCMake/MSVCMake.pro,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/builder/MSVCMake/src/MSVCMakeParser.cpp,
	  plugins/builder/MSVCMake/src/MSVCMakeParser.h,
	  plugins/child/QtAssistant/QtAssistant.pro,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtDesigner/QtDesigner.pro,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/compiler/Gcc/Gcc.pro, plugins/compiler/Gcc/src/Gcc.cpp,
	  plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/GccParser.pro,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/compiler/Gpp/Gpp.pro, plugins/compiler/Gpp/src/Gpp.cpp,
	  plugins/compiler/Gpp/src/Gpp.h, plugins/compiler/MSVC/MSVC.pro,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/compiler/MSVC/src/MSVCParser.cpp,
	  plugins/compiler/MSVC/src/MSVCParser.h,
	  plugins/debugger/GNUDebugger/GNUDebugger.pro,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.cpp,
	  plugins/plugins.pri,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.cpp,
	  plugins/xup/XUPProjectEditor/src/XUPProjectEditor.cpp:
	  
	  Update all plugins so now there is automatically a PLUGIN_NAMe
	  defined that is equal to the plugin TARGET.
	  So we can use it if required ( by example for writing settings if
	  plugin instance is not accessible to a dialog )

2008-05-19 21:39  pasnox

	* [r1986]
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.ui:
	  
	  No longer add possibility to set variable name for Qt modules/ Qt
	  configuration

2008-05-19 21:38  pasnox

	* [r1985] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Add new member for quick creating new blank text based file

2008-05-19 21:38  pasnox

	* [r1984] monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h:
	  
	  Fix empty item text in fiels list widget beig done by opening
	  empty files

2008-05-19 21:37  pasnox

	* [r1983] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h:
	  
	  remove unneeded code

2008-05-19 21:36  pasnox

	* [r1982] monkey/src/maininterface/UIMain.cpp:
	  
	  Add new actionn for quick creating blank text based file

2008-05-19 21:35  pasnox

	* [r1981] fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h:
	  
	  Fix potential crash

2008-05-19 21:35  pasnox

	* [r1980] fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h:
	  
	  

2008-05-16 23:43  pasnox

	* [r1979] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix bug that set incorrect file path in project settings when
	  using sub project

2008-05-16 23:10  pasnox

	* [r1978] installs.pri:
	  
	  fix install script

2008-05-16 21:15  pasnox

	* [r1977] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Fix a bug that cause unlimited loop while interpreting variable
	  because of interpreted function.
	  Now functions are no longer matched

2008-05-16 21:14  pasnox

	* [r1976] monkey/src/queuedstatusbar/QueuedStatusBar.cpp:
	  
	  Change order

2008-05-15 22:29  pasnox

	* [r1975] monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.ui,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsAbout.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsAbout.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsAbout.ui,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.h:
	  
	  Integrate final version of the new dialog that manage plugins.
	  This is presented as a KDE 4 -like plugins dialog editor.

2008-05-15 22:28  pasnox

	* [r1974] monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  Little change due to UIPluginsSettings rework.

2008-05-15 22:27  pasnox

	* [r1973] monkey/src/pluginsmanager/BasePlugin.h:
	  
	  Updated the PluginInfos structure so now we have nearly all we
	  want.
	  Add static members to get localized string from plugin type.
	  Add a member to get pixmap related to plugin.
	  The member settingsWidget() no longer return QLabel by default.

2008-05-15 22:24  pasnox

	* [r1972] monkey/monkey.pro:
	  
	  Changes due to rework on dialog that manage plugins (
	  UIPluginsSettings )

2008-05-15 22:23  pasnox

	* [r1971] plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp:
	  
	  

2008-05-15 18:10  pasnox

	* [r1970] monkey/src/pluginsmanager/BasePlugin.h:
	  
	  update enum values

2008-05-15 17:19  pasnox

	* [r1969] monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.ui,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.ui:
	  
	  Rework plugins dialog to be compliant kde4 plugins dialog.

2008-05-15 08:40  pasnox

	* [r1968] config.pri:
	  
	  Fix mac debug build path

2008-05-15 07:32  pasnox

	* [r1967] build.pro, ctags/apis/qt-4.4.0.api, monkey/monkey.pro,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.ui,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsAbout.ui,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettingsElement.ui:
	  
	  Rework plugins settings dialog

2008-05-14 21:48  pasnox

	* [r1966] monkey/src/toolsmanager/pToolsManager.h:
	  
	  Fix possible crash with translate()

2008-05-14 21:46  pasnox

	* [r1965] config.pri:
	  
	  use debug mode in dev by default

2008-05-14 21:34  hlamer

	* [r1964] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Fix bug 1361

2008-05-14 20:16  pasnox

	* [r1963] monkey/monkey.pro:
	  
	  Remove ProjectPlugin.h

2008-05-14 20:15  pasnox

	* [r1962] monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h:
	  
	  Remove obsolete members

2008-05-14 20:13  pasnox

	* [r1961] monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/pToolsManager.h,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.h,
	  monkey/src/toolsmanager/ui/UIToolsEdit.ui:
	  
	  Adding support for executing tools in console manager

2008-05-14 20:04  pasnox

	* [r1960] monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h:
	  
	  Remove deprecated members

2008-05-14 20:02  pasnox

	* [r1959] monkey/src/pluginsmanager/ProjectPlugin.h:
	  
	  deprecated file

2008-05-14 20:01  pasnox

	* [r1958] monkey/src/pluginsmanager/BasePlugin.h:
	  
	  Remove deprecated ProjectPlugin.h file.
	  Set PluginType a QFlags, so now plugins can return an or-ed enum
	  of type.
	  Add a QStringList for witch the plugin can interact with.

2008-05-14 20:00  pasnox

	* [r1957] monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp:
	  
	  Update due to PluginInfos structure changes

2008-05-14 19:59  pasnox

	* [r1956] monkey/src/pluginsmanager/ui/UIPluginsSettings.h:
	  
	  

2008-05-14 19:59  pasnox

	* [r1955] monkey/src/consolemanager/pConsoleManager.h:
	  
	  

2008-05-14 19:58  pasnox

	* [r1954] monkey/sdk/pluginsmanager.h:
	  
	  Remove ProjectPlugin.h as it's deprecated

2008-05-14 19:58  pasnox

	* [r1953] fresh/widgets/pMenuBar.cpp:
	  
	  Set a parent for created action ( parent is the menu in witch
	  action is created )

2008-05-14 17:27  hlamer

	* [r1952] monkey/src/qscintillamanager/ui/pSearch.cpp:
	  
	  Fix bug 1463

2008-05-14 17:04  hlamer

	* [r1951] monkey/src/queuedstatusbar/QueuedStatusBar.cpp:
	  
	  Restailing of status bar

2008-05-13 21:54  pasnox

	* [r1950] plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp:
	  
	  No longer force output dock to be shown when executing custom
	  action

2008-05-13 21:52  pasnox

	* [r1949] monkey/src/toolsmanager/pToolsManager.cpp:
	  
	  Fix bug that crash monkey studio when adding a tool and not
	  tweaking it and trying execute it ( empty file path )

2008-05-13 21:51  pasnox

	* [r1948] monkey/src/maininterface/ui/UISettings.cpp:
	  
	  Fix bug that allow empty string to be added to APIs sources list.

2008-05-13 21:49  pasnox

	* [r1947] fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBar.h:
	  
	  Change font pixel size

2008-05-13 17:28  pasnox

	* [r1946] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Add timeout so message auto diseapear after 2.5 seconds

2008-05-13 16:13  hlamer

	* [r1945] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Implemented autodetecting indentation mode

2008-05-13 12:19  hlamer

	* [r1944] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  Fixed bug with unsetting LANG environment variable before
	  executing any app

2008-05-12 17:32  pasnox

	* [r1940] tests/qtproject_test.pro:
	  
	  

2008-05-11 18:01  pasnox

	* [r1939] installs.pri:
	  
	  Fix install of binary

2008-05-11 17:15  pasnox

	* [r1938] monkey/src/queuedstatusbar/QueuedStatusBar.cpp,
	  monkey/src/queuedstatusbar/QueuedStatusBar.h:
	  
	  statusbar message is now setted in a custom label and text is
	  elided to it's aera

2008-05-11 17:15  pasnox

	* [r1937] monkey/src/maininterface/ui/UISettings.ui:
	  
	  

2008-05-11 16:33  pasnox

	* [r1936] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Fix a bug that not remove closed files from file watcher

2008-05-11 16:29  pasnox

	* [r1935] fresh/widgets/pQueuedMessageWidget.cpp,
	  fresh/widgets/pQueuedMessageWidget.h:
	  
	  add a finished signal, emmited each time message count become 0

2008-05-11 11:04  pasnox

	* [r1934] monkey/src/xupmanager/XUPItem.cpp:
	  
	  return correct filePath for proejct item ( isProject() return
	  true )

2008-05-11 11:03  pasnox

	* [r1933] monkey/src/xupmanager/FilteredProjectItemModel.h:
	  
	  fix potential crash

2008-05-11 11:00  pasnox

	* [r1932] monkey/src/xupmanager/AddFilesDialog.cpp,
	  monkey/src/xupmanager/AddFilesDialog.h:
	  
	  rework dialog to be abble to add files or folders ( recursively
	  or not )

2008-05-11 10:59  pasnox

	* [r1931] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp:
	  
	  rework add/remove fiels using xupmanager members

2008-05-11 10:50  pasnox

	* [r1930] monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  monkey/src/xupmanager/ui/UIXUPManager.h:
	  
	  add member to allow to add/remove files from project manager

2008-05-11 10:49  pasnox

	* [r1929] monkey/src/coremanager/MonkeyCore.h:
	  
	  

2008-05-11 10:49  pasnox

	* [r1928] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  

2008-05-09 22:53  hlamer

	* [r1927] monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h:
	  
	  Started to implement autodetecting file indent

2008-05-09 21:46  xiantia

	* [r1926] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp:
	  
	  width fixed
	  debugger too much place

2008-05-09 21:13  minirop

	* [r1925] plugins/xup/QMakeProjectEditor/src/QMake2XUP.cpp:
	  
	  crashes fixed

2008-05-08 23:08  pasnox

	* [r1924] readme.txt:
	  
	  Update compil and install notes

2008-05-08 23:08  pasnox

	* [r1923] build.pro:
	  
	  

2008-05-08 23:06  pasnox

	* [r1922] monkey/src/settingsmanager/Settings.cpp:
	  
	  Fixed first time settings generation

2008-05-08 23:05  pasnox

	* [r1921] monkey/src/maininterface/ui/UISettings.cpp:
	  
	  APIs files can nom be added multiple at a time.
	  Simply select many in file dialog, or enter them semi colon
	  separated in the line edit.

2008-05-08 20:19  pasnox

	* [r1920] qscintilla/qscintilla.pro:
	  
	  

2008-05-08 20:18  pasnox

	* [r1919] monkey/src/pMonkeyStudio.cpp:
	  
	  prepare apis now use queuedstatusbar for reporting problem, this
	  allow to continue application loading in any case instead of
	  blocking user interface.

2008-05-08 20:18  pasnox

	* [r1918] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Add support for tracking externally modified files

2008-05-08 20:17  pasnox

	* [r1917] monkey/src/queuedstatusbar/QueuedStatusBar.cpp,
	  monkey/src/queuedstatusbar/QueuedStatusBar.h:
	  
	  Some visual enhencements

2008-05-08 20:15  pasnox

	* [r1916] fresh/widgets/pQueuedMessageWidget.cpp,
	  fresh/widgets/pQueuedMessageWidget.h,
	  fresh/widgets/pQueuedStatusBar.cpp,
	  fresh/widgets/pQueuedStatusBar.h:
	  
	  Extends the classe to be able to have custom data, and
	  object/slot callback in the queuedmessage structure.
	  We can now add many button ( and changing their text ).
	  timer is now working and can auto close message

2008-05-08 13:46  pasnox

	* [r1915] monkey/src/maininterface/UIMain.cpp:
	  
	  Fix bug that corrupt QColor in ini file

2008-05-06 22:16  pasnox

	* [r1914] qscintilla/qscintilla.pro:
	  
	  Finally fix this fucking windows build ;)

2008-05-06 22:16  pasnox

	* [r1913] qscintilla/qscintilla.pro:
	  
	  

2008-05-06 22:15  pasnox

	* [r1912] plugins/base/AStyle/src/pAStyle.cpp,
	  qscintilla/qscintilla.pro:
	  
	  

2008-05-06 21:58  pasnox

	* [r1911] plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pFormatterSettings.cpp,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.cpp:
	  
	  Commit temporary build fix for windows ( need fix true bug, i
	  comment some part of code in pAStyle.cpp )

2008-05-06 21:48  pasnox

	* [r1910] fresh/widgets/pQueuedMessageWidget.h,
	  fresh/widgets/pQueuedStatusBar.h, monkey/src/main.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/queuedstatusbar/QueuedStatusBar.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.cpp:
	  
	  Fix windows symbols export

2008-05-04 14:57  pasnox

	* [r1909] templates/All/XUP Project/$Project File Name$:
	  
	  Fixed: default plugin

2008-05-04 14:54  pasnox

	* [r1908] monkey/src/queuedstatusbar/QueuedStatusBar.cpp,
	  monkey/src/queuedstatusbar/QueuedStatusBar.h:
	  
	  add support for showing some infos

2008-05-04 14:47  pasnox

	* [r1907] fresh/widgets/pQueuedMessageWidget.cpp:
	  
	  Fix some issue for using in statusbar

2008-05-04 14:12  pasnox

	* [r1906] templates/All/XUP Project, templates/All/XUP
	  Project/$Project File Name$, templates/All/XUP
	  Project/template.ini:
	  
	  add xup project template

2008-05-04 13:17  pasnox

	* [r1905] monkey/src/queuedstatusbar/QueuedStatusBar.cpp:
	  
	  

2008-05-04 12:37  pasnox

	* [r1904] monkey/src/workspace/pWorkspace.cpp:
	  
	  StatusBar now show current child/editor informations

2008-05-04 12:37  pasnox

	* [r1903] monkey/src/queuedstatusbar/QueuedStatusBar.cpp,
	  monkey/src/queuedstatusbar/QueuedStatusBar.h:
	  
	  rework little classes

2008-05-04 12:36  pasnox

	* [r1902] fresh/widgets/pQueuedMessageWidget.cpp,
	  fresh/widgets/pQueuedMessageWidget.h:
	  
	  rework little classes

2008-05-04 03:30  pasnox

	* [r1901] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  No longer block application when telling that there is no qt
	  version available using QueuedStatusBar.

2008-05-04 03:29  pasnox

	* [r1900] monkey/monkey.pro, monkey/sdk/queuedstatusbar.h,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/queuedstatusbar,
	  monkey/src/queuedstatusbar/QueuedStatusBar.cpp,
	  monkey/src/queuedstatusbar/QueuedStatusBar.h,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp:
	  
	  Introduce QueuedStatusBar witch is a custom pQueuedStatusBar (
	  QStatusBar ) for the main window. It allow to show non blobking
	  message to main window.

2008-05-04 03:27  pasnox

	* [r1899] fresh/fresh.pro, fresh/sdk/fresh.h,
	  fresh/widgets/pQueuedMessageWidget.cpp,
	  fresh/widgets/pQueuedMessageWidget.h,
	  fresh/widgets/pQueuedStatusBar.cpp,
	  fresh/widgets/pQueuedStatusBar.h:
	  
	  Add 2 new classes : pQueuedMessageWidget witch is a widget that
	  can show queued message in a non blocking.
	  pQueuedStatusBar witch is a QStatusBar having an integrated
	  pQueuedMessageWidget.

2008-05-03 16:32  pasnox

	* [r1898] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp:
	  
	  Rework little pEditor/qSciShortcutsManager api

2008-05-03 16:31  pasnox

	* [r1897] monkey/src/maininterface/UIMain.cpp:
	  
	  Remove shortcut for backup, as it's not much used.

2008-05-03 15:53  pasnox

	* [r1896] plugins/child/QtAssistant/src/QtAssistantChild.cpp:
	  
	  Add 2 new action to Assistant toolbar : Previous Tab, Next Tab

2008-05-03 15:53  pasnox

	* [r1895] monkey/src/workspace/pWorkspace.cpp:
	  
	  Enable/disable editor shortcut according to editor aviability (
	  prevent other child that contains same shortcuts to working (
	  QtAssistant ) )

2008-05-03 15:52  pasnox

	* [r1894] monkey/src/maininterface/UIMain.cpp:
	  
	  Change default shortcut for changing active child

2008-05-03 15:51  pasnox

	* [r1893] fresh/widgets/pMenuBar.cpp, fresh/widgets/pMenuBar.h:
	  
	  Add usefull member that can enable/disable a menu ( and all its
	  children menu/actinos )

2008-05-03 14:39  pasnox

	* [r1892] fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBar.h:
	  
	  rework little api to be able to have always ( or not ) button
	  text visible when not checked

2008-05-03 12:40  pasnox

	* [r1891] fresh/widgets/pTabbedWorkspaceCornerButton.cpp:
	  
	  DockToolBar button text is always shown now

2008-05-03 12:39  pasnox

	* [r1890] fresh/widgets/pDockToolBar.cpp:
	  
	  DockToolBar button text is always shown now

2008-05-02 07:55  hlamer

	* [r1889] plugins/compiler/GccParser/src/Parser.h:
	  
	  Fixed bug 884 issue 1202 (Mac specific error of gcc parsing)

2008-05-01 17:26  pasnox

	* [r1888] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp:
	  
	  small fix due to pEditor api change

2008-05-01 17:26  pasnox

	* [r1887] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp:
	  
	  Add support for bookmarks in editor !

2008-05-01 17:25  pasnox

	* [r1886] monkey/src/maininterface/UIMain.cpp:
	  
	  add bookmarks menu

2008-05-01 14:41  pasnox

	* [r1885] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger/src/resources/icons/break_conditionnal_disable.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/break_conditionnal_enable.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/break_disable.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/break_enable.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/play.png:
	  
	  Some code reworked due to pEditor changes

2008-05-01 14:41  pasnox

	* [r1884] monkey/src/pMonkeyStudio.cpp:
	  
	  fixed prepare apis

2008-05-01 14:40  pasnox

	* [r1883] monkey/src/resources/icons/editor/bookmark.png,
	  monkey/src/resources/icons/editor/bookmark_add.png,
	  monkey/src/resources/icons/editor/bookmark_remove.png,
	  monkey/src/resources/icons/editor/break_conditionnal_disable.png,
	  monkey/src/resources/icons/editor/break_conditionnal_enable.png,
	  monkey/src/resources/icons/editor/break_disable.png,
	  monkey/src/resources/icons/editor/break_enable.png,
	  monkey/src/resources/icons/editor/play.png,
	  monkey/src/resources/resources.qrc:
	  
	  add new icons for editor

2008-05-01 14:39  pasnox

	* [r1882] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp:
	  
	  start implementation of bookmarks

2008-05-01 14:39  pasnox

	* [r1881] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  prepare apis on startup

2008-04-30 22:01  pasnox

	* [r1880]
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.h:
	  
	  Fix bug that not always save Qt version correctly when editing

2008-04-30 22:00  pasnox

	* [r1879] monkey/src/pMonkeyStudio.cpp:
	  
	  Rework some code for set it more readable bu others.

2008-04-30 21:59  pasnox

	* [r1878] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Rework some code, add code for showinf all docks in View menu.

2008-04-30 21:58  pasnox

	* [r1877] fresh/objects/pSettings.cpp, fresh/objects/pSettings.h:
	  
	  Small change in api, now each version got it's own file

2008-04-29 23:10  pasnox

	* [r1876] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp:
	  
	  Fix pixmap name to avoid warning in console

2008-04-29 23:10  pasnox

	* [r1875] plugins/child/QtDesigner/src/QtDesignerChild.cpp:
	  
	  Add placeholders to avoid warning in console

2008-04-29 23:09  pasnox

	* [r1874] monkey/src/pMonkeyStudio.h:
	  
	  

2008-04-29 23:08  pasnox

	* [r1873] monkey/src/workspace/pWorkspace.cpp:
	  
	  

2008-04-29 23:08  pasnox

	* [r1872] monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pChild.h:
	  
	  reimplement the setWindowModified() so we can set windowtitle
	  before calling true member, this fix the placeholder warning in
	  console

2008-04-29 23:07  pasnox

	* [r1871] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h:
	  
	  convertTabs can now convert space to tabs, and tabs to space (
	  according to IDE settings ).
	  When converting to tabs, it should no longer be space at string
	  begin.

2008-04-29 23:04  pasnox

	* [r1870] fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h:
	  
	  Small rework code

2008-04-28 20:42  pasnox

	* [r1869] plugins/child/QtAssistant/QtAssistant.pro,
	  plugins/child/QtAssistant/assistant.inc,
	  qscintilla/qscintilla.pro:
	  
	  Remove install script of 3rdparty projects

2008-04-28 20:35  pasnox

	* [r1868] monkey/src/workspace/pAbstractChild.h:
	  
	  reimplement the sizeHint so we can give default widget size

2008-04-28 20:34  pasnox

	* [r1867] monkey/src/qscintillamanager/qSciShortcutsManager.cpp:
	  
	  Fix bug with unworkable shortcuts for top level windows

2008-04-28 20:33  pasnox

	* [r1866] monkey/src/maininterface/UIMain.cpp:
	  
	  Set default menu actions shortcut context ( fix bug with
	  unworking top level shortcuts )

2008-04-28 20:31  pasnox

	* [r1865] fresh/widgets/pMenuBar.cpp, fresh/widgets/pMenuBar.h:
	  
	  Add 2 new member allowing to set the default context of created
	  actions

2008-04-28 20:28  pasnox

	* [r1864] fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h:
	  
	  Tracking last current widget for top level mode

2008-04-28 16:57  pasnox

	* [r1863] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts:
	  
	  update translations

2008-04-28 16:57  pasnox

	* [r1862] config.pri:
	  
	  Fix linux install

2008-04-23 16:12  pasnox

	* [r1861] fresh/objects/pSettings.cpp:
	  
	  

2008-04-23 16:10  pasnox

	* [r1860] config.pri, fresh/objects/pSettings.cpp,
	  fresh/objects/pSettings.h, monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/variablesmanager/VariablesManager.cpp:
	  
	  Fix code due to defines name changes

2008-04-23 15:29  pasnox

	* [r1859] clean.bat, debug.bat, debug_gdb.bat, distclean.bat,
	  release.bat:
	  
	  Remove deprecated files

2008-04-23 14:16  hlamer

	* [r1858] monkey/src/consolemanager/pCommandParser.cpp:
	  
	  Disabled logs on parsing

2008-04-23 11:26  pasnox

	* [r1857] config.pri:
	  
	  Fix mac os x build/install

2008-04-23 08:23  hlamer

	* [r1856] monkey/src/workspace/pWorkspace.cpp:
	  
	  Removed disabling of search dock. It's nessesery for searching in
	  the folder

2008-04-23 00:00  pasnox

	* [r1855] build.pro, config.pri, ctags/ctags.pri, ctags/ctags.pro,
	  fresh/fresh.pri, fresh/fresh.pro, installs.pri, monkey.pro,
	  monkey/monkey.pri, monkey/monkey.pro, monkey/src/main.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/settingsmanager/Settings.cpp,
	  plugins/base/AStyle/AStyle.pro,
	  plugins/base/Ctags2Api/Ctags2Api.pro,
	  plugins/base/FileBrowser/FileBrowser.pro,
	  plugins/base/MessageBox/MessageBox.pro,
	  plugins/base/Navigator/Navigator.pro,
	  plugins/base/ProjectHeaders/ProjectHeaders.pro,
	  plugins/base/base.pro, plugins/builder/GNUMake/GNUMake.pro,
	  plugins/builder/MSVCMake/MSVCMake.pro,
	  plugins/builder/builder.pro,
	  plugins/child/QtAssistant/QtAssistant.pro,
	  plugins/child/QtDesigner/QtDesigner.pro, plugins/child/child.pro,
	  plugins/cli/cli.pro, plugins/compiler/Gcc/Gcc.pro,
	  plugins/compiler/GccParser/GccParser.pro,
	  plugins/compiler/Gpp/Gpp.pro, plugins/compiler/MSVC/MSVC.pro,
	  plugins/compiler/compiler.pro,
	  plugins/debugger/GNUDebugger/GNUDebugger.pro,
	  plugins/debugger/debugger.pro, plugins/plugins.inc,
	  plugins/plugins.pri, plugins/plugins.pro,
	  plugins/xup/QMakeProjectEditor/QMakeProjectEditor.pro,
	  plugins/xup/XUPProjectEditor/XUPProjectEditor.pro,
	  plugins/xup/xup.pro, qscintilla/qscintilla.pri,
	  qscintilla/qscintilla.pro:
	  
	  Rework all pro files, so now we can install with a simple : make
	  install from root folder

2008-04-22 19:59  hlamer

	* [r1854] installs.pri, monkey.pro, monkey/installs.pri,
	  monkey/monkey.pro:
	  
	  Installing of monkey from branches/dev

2008-04-22 14:41  hlamer

	* [r1853] qscintilla/qscintilla.pro:
	  
	  Removed atempt to install QScintilla

2008-04-21 22:15  pasnox

	* [r1852] plugins/base/MessageBox/src/resources/MessageBox.qrc,
	  plugins/base/MessageBox/src/resources/icons/tabbuild.png,
	  plugins/base/MessageBox/src/resources/icons/tablog.png,
	  plugins/base/MessageBox/src/resources/icons/taboutput.png:
	  
	  Update resources

2008-04-21 22:14  pasnox

	* [r1851] monkey/src/xupmanager/FilteredProjectItemModel.h:
	  
	  Fix a bug that cause folder items for include project to crash
	  the app

2008-04-21 21:25  pasnox

	* [r1850] plugins/base/MessageBox/MessageBox.pro,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MessageBox/src/pDockMessageBox.cpp,
	  plugins/base/MessageBox/src/pDockMessageBox.h,
	  plugins/base/MessageBox/src/ui,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.cpp,
	  plugins/base/MessageBox/src/ui/MessageBoxDocks.h,
	  plugins/base/MessageBox/src/ui/UIBuildStep.ui,
	  plugins/base/MessageBox/src/ui/UICommand.ui,
	  plugins/base/MessageBox/src/ui/UIOutput.ui,
	  plugins/base/MessageBox/src/ui/UISearchResult.ui:
	  
	  introduce new MessageBox plugin, now each tab is a dedicated
	  dockwidget

2008-04-21 21:24  pasnox

	* [r1849] plugins/plugins.pro:
	  
	  remove proejct folder from folder to build, as it's deprecated.

2008-04-21 21:23  pasnox

	* [r1848] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.h,
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  Update classes according to last api change, finally finish beta
	  version of qmake xup plugin

2008-04-21 21:21  pasnox

	* [r1847] monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h:
	  
	  Item structure can now be returned, and they own a
	  variablesName() members that allow to have some default variables
	  names in the add variable page

2008-04-21 21:19  pasnox

	* [r1846] monkey/src/xupmanager/ui/UIAddVariable.cpp,
	  monkey/src/xupmanager/ui/UIAddVariable.h,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp:
	  
	  Now when creating new variable ( in other variables page ), there
	  is some default variables list

2008-04-20 10:19  pasnox

	* [r1841]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp:
	  
	  

2008-04-20 10:19  pasnox

	* [r1840]
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  Rework dialog design

2008-04-20 10:18  pasnox

	* [r1839] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.h,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  Rework a little the Project Files page

2008-04-20 10:17  pasnox

	* [r1838] monkey/src/xupmanager/XUPItem.h:
	  
	  

2008-04-19 13:19  pasnox

	* [r1837] monkey/src/xupmanager/XUPItem.cpp:
	  
	  Fix a bug that causem onkey studio to crash when attempting to
	  remove a a value from a variable using removeVariableValue().
	  Now auto remove variable if it's empty.

2008-04-18 20:26  hlamer

	* [r1836] monkey/src/consolemanager/pCommandParser.cpp,
	  plugins/compiler/GccParser/src/Parser.h, tests/data.txt:
	  
	  Added possibility to parse else one error on building

2008-04-18 08:08  hlamer

	* [r1835] monkey/src/qscintillamanager/ui/pSearch.cpp:
	  
	  Autocompletion for search path

2008-04-17 21:48  pasnox

	* [r1834]
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  Add support for managing translations

2008-04-17 21:48  pasnox

	* [r1833]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h:
	  
	  Add support for managing translations

2008-04-17 21:47  pasnox

	* [r1832] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  remove platform dependency

2008-04-17 21:45  pasnox

	* [r1831] monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h:
	  
	  Add usefull removeVariableValue(s) members

2008-04-17 21:44  pasnox

	* [r1830] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix bug that cause first command in a ppCommandList to not be not
	  skipped on eror, resulting to the impossibility to execute
	  command after a command report error.

2008-04-16 22:45  pasnox

	* [r1829]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h:
	  
	  Add primary support for translations

2008-04-16 22:45  pasnox

	* [r1828]
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  Remove unneeded widgets

2008-04-16 22:44  pasnox

	* [r1827] monkey/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  

2008-04-14 22:44  pasnox

	* [r1826]
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  

2008-04-14 22:40  pasnox

	* [r1825] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.h,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  Add some usefull menu actions to Edit toolbuttons for variables
	  and values ( Others Vars page )

2008-04-14 18:22  pasnox

	* [r1824]
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  Update ui

2008-04-14 18:22  pasnox

	* [r1823]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h:
	  
	  Add support for configuring Library tab

2008-04-14 18:22  pasnox

	* [r1822] plugins/xup/QMakeProjectEditor/src/QtVersionManager.cpp:
	  
	  Fix typo

2008-04-13 13:07  pasnox

	* [r1820]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h,
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  Qt Library tab is working, only need to finished to user
	  interaction ( checked/unchecked item and line edit modification )

2008-04-13 10:05  pasnox

	* [r1819] monkey/src/pMonkeyStudio.h,
	  monkey/src/workspace/UISaveFiles.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Some issues fix

2008-04-13 07:06  hlamer

	* [r1818] monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp:
	  
	  Added support of multiply patterns in the mask for searching

2008-04-12 23:20  pasnox

	* [r1817] plugins/xup/QMakeProjectEditor/src/QMake2XUP.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMake2XUP.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp,
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  First page of Qt Configuration ( Application ) fully working

2008-04-12 23:19  pasnox

	* [r1816] monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h:
	  
	  add way to get project settings scope string, after
	  adding/removing variable, always check the parent for scope and
	  update the nested value

2008-04-12 23:17  pasnox

	* [r1815] monkey/src/xupmanager/XUPIO.cpp,
	  monkey/src/xupmanager/XUPIO.h:
	  
	  no longer deal with QByteArray, change function name due to
	  duplicate parameters

2008-04-12 23:16  pasnox

	* [r1814] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.h:
	  
	  add convenient signals/slots for current scope/operator

2008-04-12 21:25  hlamer

	* [r1813] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  Applyed changing of current dir. Few bug fixes for search

2008-04-12 14:59  pasnox

	* [r1812] qscintilla/sdk/qscintilla.h:
	  
	  Update according to last qscintilla update

2008-04-11 23:38  pasnox

	* [r1811]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h,
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui:
	  
	  enhancements

2008-04-11 23:37  pasnox

	* [r1810]
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/ChangeLog,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/GPL_EXCEPTION.TXT,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/GPL_EXCEPTION_ADDENDUM.TXT,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/LICENSE.GPL2,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/LICENSE.GPL3,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/NEWS,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/OPENSOURCE-NOTICE.TXT,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/configure.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexertcl.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/README,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/designer-Qt3,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/designer-Qt4,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerTCL-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerTCL.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/dir_9338d1b7957f98417304a449ac5cd2ce.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/dir_eb8ad9335177d7e7a90e88f46c868b9e.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Face.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/License.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Platform.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/SString.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/qsci,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/qsci/api,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/qsci/api/python,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Document.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Editor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexASY.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAbaqus.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexR.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/License.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/SVector.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/Style.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309/src/XPM.h:
	  
	  update qscintilla version

2008-04-11 23:35  pasnox

	* [r1809] qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080309,
	  qscintilla/qscintilla.pri:
	  
	  update qscintilla version

2008-04-11 23:34  pasnox

	* [r1808] monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h:
	  
	  add some usefull members to easily add/set values to variable
	  items

2008-04-11 23:33  pasnox

	* [r1807] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  had combobox for operators ( hidden by default )

2008-04-09 19:13  pasnox

	* [r1806] monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  monkey/src/xupmanager/ui/UIXUPManager.h,
	  monkey/src/xupmanager/ui/UIXUPManager.ui:
	  
	  Remove text of icons
	  Add feature : now when calling close all, the dialog ask for yes
	  to all or no to all

2008-04-09 17:43  pasnox

	* [r1805] monkey/src/xupmanager/FilteredProjectItemModel.cpp,
	  monkey/src/xupmanager/FilteredProjectItemModel.h:
	  
	  Add feature : now includes project ( pri file or other witch are
	  include using include() function ) are now seen in filtered mode
	  in a special folder "Projects Includes "

2008-04-09 17:37  pasnox

	* [r1804] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Fix bug that cause command to not execute becasue flag
	  skiponerror was setted wrongly

2008-04-08 17:09  pasnox

	* [r1803] plugins/base/Navigator/src/NavigatorSettings.cpp,
	  plugins/base/Navigator/src/NavigatorSettings.h:
	  
	  Fix eol

2008-04-08 17:09  pasnox

	* [r1802] monkey/src/ctagsmanager/Ctags.cpp:
	  
	  Fix bug that prevent filePath with non ascii characters to not be
	  open

2008-04-08 16:44  pasnox

	* [r1801] monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  

2008-04-08 16:36  pasnox

	* [r1800] monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  

2008-04-07 21:41  hlamer

	* [r1799] plugins/base/MessageBox/src/pDockMessageBox.cpp:
	  
	  After start, first tab of message box are active

2008-04-07 21:34  hlamer

	* [r1798] monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp:
	  
	  Fix few bugs

2008-04-07 20:48  pasnox

	* [r1797] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.h:
	  
	  Made slots virtual, now update menu actions on validating

2008-04-07 20:47  pasnox

	* [r1796]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h:
	  
	  reimplement the accept slot, and now we can coonfigure/use qt
	  versions

2008-04-07 20:46  pasnox

	* [r1795] plugins/xup/QMakeProjectEditor/src/QtVersionManager.h:
	  
	  Fix const members for operators

2008-04-07 20:46  pasnox

	* [r1794] monkey.pro:
	  
	  Set project specific IDE settings

2008-04-07 11:12  hlamer

	* [r1793] monkey/src/consolemanager/pCommandParser.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/SearchThread.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp:
	  
	  Fixes of searching and parsing

2008-04-06 23:11  pasnox

	* [r1790] monkey/installs.pri:
	  
	  Fix install script for debian

2008-04-06 23:10  pasnox

	* [r1789] monkey.pro:
	  
	  

2008-04-06 17:38  pasnox

	* [r1788] monkey/src/xupmanager/XUPItem.cpp:
	  
	  Fix a bug that cause project manager save icon to be wrongly
	  updated

2008-04-06 17:28  pasnox

	* [r1787] monkey/src/xupmanager/FilteredProjectItemModel.cpp:
	  
	  Now show in filtered view the content of include project files (
	  pri )

2008-04-06 17:26  pasnox

	* [r1786] monkey/src/workspace/pWorkspace.cpp:
	  
	  Now use specific projectsettings scope (
	  xxxProjectsettingsValue() mambers )

2008-04-06 17:26  pasnox

	* [r1785] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  Fix a bug that cause chain commands to not stop when one command
	  failed

2008-04-06 16:06  pasnox

	* [r1784]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp:
	  
	  

2008-04-06 16:06  pasnox

	* [r1783] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Nox using projectsettings value for reading the qt version

2008-04-06 16:04  pasnox

	* [r1782] monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h:
	  
	  Add some new members that allow to store project IDE specific
	  settings in a specific scope, so the proejct is not harmed with
	  unknow variables

2008-04-06 16:04  pasnox

	* [r1781] monkey/src/xupmanager/FilteredProjectItemModel.cpp:
	  
	  Fix a bug that cause some variables/values to be shown instead of
	  being filtered

2008-04-06 16:03  pasnox

	* [r1780] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp:
	  
	  Now use specific projectsettings scope (
	  xxxProjectsettingsValue() mambers )
	  change the plugins variable to upper

2008-04-06 16:02  pasnox

	* [r1779] monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  Now use specific projectsettings scope (
	  xxxProjectsettingsValue() mambers )
	  change the plugin variable to EDITOR meaning the plugin project
	  editor used by this project

2008-04-06 16:01  pasnox

	* [r1778] monkey/src/workspace/pWorkspace.cpp:
	  
	  Now use specific projectsettings scope (
	  xxxProjectsettingsValue() mambers )

2008-04-05 18:43  pasnox

	* [r1777]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.h:
	  
	  Uses the new custom project editor dedicated to qmake project (
	  always a WIP )

2008-04-05 18:42  pasnox

	* [r1776] plugins/xup/QMakeProjectEditor/QMakeProjectEditor.pro:
	  
	  update due to new classes created

2008-04-05 18:42  pasnox

	* [r1775]
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditorDialog.h,
	  plugins/xup/QMakeProjectEditor/src/ui,
	  plugins/xup/QMakeProjectEditor/src/ui/UIQtConfiguration.ui,
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.h,
	  plugins/xup/QMakeProjectEditor/src/ui/UISettingsQMakeXUPProjectEditor.ui:
	  
	  add new classes used by project editor, it allow to choose/create
	  a qt version and manage the qt configuration of the project

2008-04-05 18:41  pasnox

	* [r1774] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Use the new class QtVersionManager

2008-04-05 18:39  pasnox

	* [r1773] plugins/xup/QMakeProjectEditor/src/QtVersionManager.cpp,
	  plugins/xup/QMakeProjectEditor/src/QtVersionManager.h:
	  
	  add class that can manage things related to qt ( qt versions,
	  modules, configurations ... ) used by the plugin to manage the qt
	  installation and create correct custom actions ( build, debugger
	  and interpreter )

2008-04-05 18:37  pasnox

	* [r1772] plugins/project/QMake/src/ui/UISettingsQMake.h:
	  
	  eol changes

2008-04-05 18:36  pasnox

	* [r1771] monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.h:
	  
	  add a insertPage member, witch allow to easily add new page to
	  the proejct settings when it's herited

2008-04-05 18:35  pasnox

	* [r1770] fresh/objects/pSettings.cpp, fresh/objects/pSettings.h:
	  
	  Rework a little so we can instanciated multiple pSettings object,
	  with the global one being the application one, and creating other
	  wih full constructor, witch will create the ini files in the
	  application settings path with a new name

2008-04-03 19:02  pasnox

	* [r1769] monkey/monkey.pro:
	  
	  

2008-04-03 19:02  pasnox

	* [r1768] monkey/installs.pri:
	  
	  Correct generated file due to bug fix #1068

2008-04-03 19:01  pasnox

	* [r1767] plugins/xup/QMakeProjectEditor/src/QMake2XUP.cpp:
	  
	  Fix webissue bug #1068

2008-04-01 20:39  xiantia

	* [r1766] plugins/debugger/GNUDebugger/GNUDebugger.pro:
	  
	  modify directory ./plugins/debugger by ./plugins/GNUdbg

2008-03-31 17:52  pasnox

	* [r1765] monkey/monkey.pro:
	  
	  Fix mac os x build

2008-03-30 23:32  pasnox

	* [r1764] monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  Fix a bug that cause translated types to be erroneous, now we
	  give setType an untranslated key, and it will search in items
	  data.

2008-03-30 23:31  pasnox

	* [r1763] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix a bug that cause translated types to be erroneous, now we
	  give setType an untranslated key, and it will search in items
	  data.

2008-03-30 23:31  pasnox

	* [r1762] monkey/src/templatesmanager/ui/UITemplatesWizard.cpp:
	  
	  Fix a bug that cause translated types to be erroneous, now we
	  give setType an untranslated key, and it will search in items
	  data.

2008-03-30 22:15  pasnox

	* [r1761] monkey/src/xupmanager/XUPItem.cpp:
	  
	  no longer rewrite value if it's already exists

2008-03-30 22:06  pasnox

	* [r1760] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  project are unmodified upon open

2008-03-30 22:05  pasnox

	* [r1759] monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  Fix a bug that not check modified state of project, and cause
	  them to be always rewrite

2008-03-30 21:55  pasnox

	* [r1758] plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp:
	  
	  Fix a bug that casue include proejct to be marked modified upon
	  open

2008-03-30 21:54  pasnox

	* [r1757] monkey/src/xupmanager/XUPItem.cpp:
	  
	  Fix bug that cause variable cleaning wrong

2008-03-30 21:53  pasnox

	* [r1756] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix little bug that not save all time the projects

2008-03-30 21:28  pasnox

	* [r1755] qscintilla/qscintilla.pri, qscintilla/qscintilla.pro:
	  
	  

2008-03-30 21:27  pasnox

	* [r1754] plugins/builder/GNUMake/GNUMake.pro,
	  plugins/builder/MSVCMake/MSVCMake.pro,
	  plugins/builder/builder.pro,
	  plugins/child/QtAssistant/QtAssistant.pro,
	  plugins/child/QtAssistant/assistant.inc,
	  plugins/child/QtDesigner/QtDesigner.pro, plugins/child/child.pro,
	  plugins/cli/cli.pro, plugins/compiler/Gcc/Gcc.pro,
	  plugins/compiler/GccParser/GccParser.pro,
	  plugins/compiler/Gpp/Gpp.pro, plugins/compiler/MSVC/MSVC.pro,
	  plugins/compiler/compiler.pro,
	  plugins/debugger/GNUDebugger/GNUDebugger.pro,
	  plugins/debugger/debugger.pro, plugins/plugins.inc,
	  plugins/plugins.pro, plugins/project/project.pro,
	  plugins/xup/QMakeProjectEditor/QMakeProjectEditor.pro,
	  plugins/xup/xup.pro:
	  
	  

2008-03-30 21:17  pasnox

	* [r1753] plugins/base/AStyle/AStyle.pro,
	  plugins/base/Ctags2Api/Ctags2Api.pro,
	  plugins/base/FileBrowser/FileBrowser.pro,
	  plugins/base/MessageBox/MessageBox.pro,
	  plugins/base/ProjectHeaders/ProjectHeaders.pro,
	  plugins/base/base.pro:
	  
	  

2008-03-30 21:15  pasnox

	* [r1752] monkey/installs.pri, monkey/monkey.pri,
	  monkey/monkey.pro:
	  
	  

2008-03-30 21:09  pasnox

	* [r1751] monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  add support for new project, and now use the recents manager

2008-03-30 21:09  pasnox

	* [r1750] monkey/src/xupmanager/xupmanager.pri:
	  
	  

2008-03-30 21:08  pasnox

	* [r1749] monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h:
	  
	  add support for per item operators, and if user choose a project
	  ( after checked the add to project ), the destination lineedit
	  will be fill with project path

2008-03-30 21:06  pasnox

	* [r1748] fresh/fresh.pri, fresh/fresh.pro:
	  
	  

2008-03-30 21:06  pasnox

	* [r1747] ctags/ctags.pri, ctags/ctags.pro:
	  
	  

2008-03-30 20:19  minirop

	* [r1746] monkey/src/toolsmanager/pDesktopApplications_win32.cpp:
	  
	  

2008-03-30 19:17  pasnox

	* [r1745] plugins/xup/QMakeProjectEditor/src/QMake2XUP.cpp:
	  
	  Fix a bug that add a new eol at end each time the file is saved.
	  Now use teh current setted eol when writing buffer.

2008-03-30 17:59  pasnox

	* [r1744] monkey/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  hide log widget

2008-03-30 17:59  pasnox

	* [r1743] monkey/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  Fix qrc link

2008-03-30 17:58  pasnox

	* [r1742] monkey/src/maininterface/UIMain.cpp:
	  
	  set the bottom corner to be left and right dock by default

2008-03-30 17:58  pasnox

	* [r1741] monkey/src/consolemanager/pCommand.h:
	  
	  add const for the == operator to avoid build error

2008-03-30 17:57  pasnox

	* [r1740] monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h:
	  
	  

2008-03-30 17:57  pasnox

	* [r1739] ctags/ctags/lregex.c:
	  
	  Fix warning

2008-03-30 15:34  pasnox

	* [r1738] sdk.py:
	  
	  A script that allow us to easily create sdk files

2008-03-30 15:33  pasnox

	* [r1737] plugins/xup/xup.pro:
	  
	  build xup plugins

2008-03-30 15:33  pasnox

	* [r1736] plugins/xup/QMakeProjectEditor,
	  plugins/xup/QMakeProjectEditor/QMakeProjectEditor.pro,
	  plugins/xup/QMakeProjectEditor/src,
	  plugins/xup/QMakeProjectEditor/src/QMake2XUP.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMake2XUP.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeProjectEditor.h,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.cpp,
	  plugins/xup/QMakeProjectEditor/src/QMakeXUPItem.h,
	  plugins/xup/QMakeProjectEditor/src/resources,
	  plugins/xup/QMakeProjectEditor/src/resources/QMakeProjectEditor.qrc,
	  plugins/xup/QMakeProjectEditor/src/resources/icons,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/def_file.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/defines.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/dependpath.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/file.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/folder.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/form3.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/forms.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/headers.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/includepath.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/libs.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/project.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/rc_file.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/res_file.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/resources.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/sources.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/translations.png,
	  plugins/xup/QMakeProjectEditor/src/resources/icons/items/vpath.png:
	  
	  QMake plugin for XUPManager

2008-03-30 15:32  pasnox

	* [r1735] plugins/xup/XUPProjectEditor,
	  plugins/xup/XUPProjectEditor/XUPProjectEditor.pro,
	  plugins/xup/XUPProjectEditor/monkey.xup,
	  plugins/xup/XUPProjectEditor/src,
	  plugins/xup/XUPProjectEditor/src/XUPProjectEditor.cpp,
	  plugins/xup/XUPProjectEditor/src/XUPProjectEditor.h:
	  
	  Generic XUP Project Editor

2008-03-30 15:30  pasnox

	* [r1734] plugins/xup/XUP:
	  
	  no longer need

2008-03-30 15:29  pasnox

	* [r1733] plugins/project/project.pro:
	  
	  no longer build theses plugins, they are obsoletes

2008-03-30 15:22  pasnox

	* [r1732] plugins/compiler/Gcc/src/Gcc.cpp,
	  plugins/compiler/Gcc/src/Gcc.h, plugins/compiler/Gpp/src/Gpp.cpp,
	  plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h:
	  
	  Builders no longer add themselves the user commands, it's done by
	  the base XUPItem class.
	  The interface now herits CLIToolPlugin

2008-03-30 15:21  pasnox

	* [r1731] plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h:
	  
	  Builders no longer add themselves the user commands, it's donne
	  by the base XUPItem class

2008-03-30 15:21  pasnox

	* [r1730] plugins/base/MessageBox/MessageBox.pro,
	  plugins/base/MessageBox/src/pDockMessageBox.cpp:
	  
	  Apply xup proejct manager

2008-03-30 15:19  pasnox

	* [r1729] monkey/monkey.pro,
	  monkey/src/consolemanager/pCommandParser.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/BuilderPlugin.h,
	  monkey/src/pluginsmanager/CLIToolPlugin.h,
	  monkey/src/pluginsmanager/ChildPlugin.h,
	  monkey/src/pluginsmanager/CompilerPlugin.h,
	  monkey/src/pluginsmanager/InterpreterPlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/ProjectPlugin.h,
	  monkey/src/pluginsmanager/XUPPlugin.h,
	  monkey/src/projectsmanager,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h, monkey/src/xupmanager,
	  monkey/src/xupmanager/AddFilesDialog.cpp,
	  monkey/src/xupmanager/AddFilesDialog.h,
	  monkey/src/xupmanager/FilteredProjectItemModel.cpp,
	  monkey/src/xupmanager/FilteredProjectItemModel.h,
	  monkey/src/xupmanager/ProjectEditorModel.cpp,
	  monkey/src/xupmanager/ProjectEditorModel.h,
	  monkey/src/xupmanager/ProjectItemModel.cpp,
	  monkey/src/xupmanager/ProjectItemModel.h,
	  monkey/src/xupmanager/ScopedProjectItemModel.cpp,
	  monkey/src/xupmanager/ScopedProjectItemModel.h,
	  monkey/src/xupmanager/XUPIO.cpp, monkey/src/xupmanager/XUPIO.h,
	  monkey/src/xupmanager/XUPItem.cpp,
	  monkey/src/xupmanager/XUPItem.h, monkey/src/xupmanager/resources,
	  monkey/src/xupmanager/resources/XUPManager.qrc,
	  monkey/src/xupmanager/resources/icons,
	  monkey/src/xupmanager/resources/icons/actions,
	  monkey/src/xupmanager/resources/icons/actions/add.png,
	  monkey/src/xupmanager/resources/icons/actions/close.png,
	  monkey/src/xupmanager/resources/icons/actions/closeall.png,
	  monkey/src/xupmanager/resources/icons/actions/filtered.png,
	  monkey/src/xupmanager/resources/icons/actions/new.png,
	  monkey/src/xupmanager/resources/icons/actions/open.png,
	  monkey/src/xupmanager/resources/icons/actions/remove.png,
	  monkey/src/xupmanager/resources/icons/actions/save.png,
	  monkey/src/xupmanager/resources/icons/actions/saveall.png,
	  monkey/src/xupmanager/resources/icons/actions/settings.png,
	  monkey/src/xupmanager/resources/icons/actions/source.png,
	  monkey/src/xupmanager/resources/icons/editor,
	  monkey/src/xupmanager/resources/icons/editor/builder.png,
	  monkey/src/xupmanager/resources/icons/editor/clear.png,
	  monkey/src/xupmanager/resources/icons/editor/compiler.png,
	  monkey/src/xupmanager/resources/icons/editor/debugger.png,
	  monkey/src/xupmanager/resources/icons/editor/down.png,
	  monkey/src/xupmanager/resources/icons/editor/interpreter.png,
	  monkey/src/xupmanager/resources/icons/editor/modify.png,
	  monkey/src/xupmanager/resources/icons/editor/others_variables.png,
	  monkey/src/xupmanager/resources/icons/editor/project_files.png,
	  monkey/src/xupmanager/resources/icons/editor/sort.png,
	  monkey/src/xupmanager/resources/icons/editor/up.png,
	  monkey/src/xupmanager/resources/icons/items,
	  monkey/src/xupmanager/resources/icons/items/comment.png,
	  monkey/src/xupmanager/resources/icons/items/emptyline.png,
	  monkey/src/xupmanager/resources/icons/items/file.png,
	  monkey/src/xupmanager/resources/icons/items/folder.png,
	  monkey/src/xupmanager/resources/icons/items/function.png,
	  monkey/src/xupmanager/resources/icons/items/other_files.png,
	  monkey/src/xupmanager/resources/icons/items/project.png,
	  monkey/src/xupmanager/resources/icons/items/scope.png,
	  monkey/src/xupmanager/resources/icons/items/value.png,
	  monkey/src/xupmanager/resources/icons/items/variable.png,
	  monkey/src/xupmanager/resources/icons/temp,
	  monkey/src/xupmanager/resources/icons/temp/add.png,
	  monkey/src/xupmanager/resources/icons/temp/advanced.png,
	  monkey/src/xupmanager/resources/icons/temp/application.png,
	  monkey/src/xupmanager/resources/icons/temp/builder.png,
	  monkey/src/xupmanager/resources/icons/temp/cancel.png,
	  monkey/src/xupmanager/resources/icons/temp/clear.png,
	  monkey/src/xupmanager/resources/icons/temp/codec.png,
	  monkey/src/xupmanager/resources/icons/temp/comment.png,
	  monkey/src/xupmanager/resources/icons/temp/compiler.png,
	  monkey/src/xupmanager/resources/icons/temp/debugger.png,
	  monkey/src/xupmanager/resources/icons/temp/down.png,
	  monkey/src/xupmanager/resources/icons/temp/edit.png,
	  monkey/src/xupmanager/resources/icons/temp/file.png,
	  monkey/src/xupmanager/resources/icons/temp/filefolder.png,
	  monkey/src/xupmanager/resources/icons/temp/folder.png,
	  monkey/src/xupmanager/resources/icons/temp/form.png,
	  monkey/src/xupmanager/resources/icons/temp/function.png,
	  monkey/src/xupmanager/resources/icons/temp/header.png,
	  monkey/src/xupmanager/resources/icons/temp/help.png,
	  monkey/src/xupmanager/resources/icons/temp/include.png,
	  monkey/src/xupmanager/resources/icons/temp/interpreter.png,
	  monkey/src/xupmanager/resources/icons/temp/library.png,
	  monkey/src/xupmanager/resources/icons/temp/line.png,
	  monkey/src/xupmanager/resources/icons/temp/mac.png,
	  monkey/src/xupmanager/resources/icons/temp/misc.png,
	  monkey/src/xupmanager/resources/icons/temp/ok.png,
	  monkey/src/xupmanager/resources/icons/temp/othersvariables.png,
	  monkey/src/xupmanager/resources/icons/temp/project.png,
	  monkey/src/xupmanager/resources/icons/temp/qt.png,
	  monkey/src/xupmanager/resources/icons/temp/remove.png,
	  monkey/src/xupmanager/resources/icons/temp/resource.png,
	  monkey/src/xupmanager/resources/icons/temp/scope.png,
	  monkey/src/xupmanager/resources/icons/temp/scope_end.png,
	  monkey/src/xupmanager/resources/icons/temp/settings.png,
	  monkey/src/xupmanager/resources/icons/temp/source.png,
	  monkey/src/xupmanager/resources/icons/temp/translations.png,
	  monkey/src/xupmanager/resources/icons/temp/unix.png,
	  monkey/src/xupmanager/resources/icons/temp/up.png,
	  monkey/src/xupmanager/resources/icons/temp/value.png,
	  monkey/src/xupmanager/resources/icons/temp/variable.png,
	  monkey/src/xupmanager/resources/icons/temp/windows.png,
	  monkey/src/xupmanager/ui,
	  monkey/src/xupmanager/ui/UIAddVariable.cpp,
	  monkey/src/xupmanager/ui/UIAddVariable.h,
	  monkey/src/xupmanager/ui/UIAddVariable.ui,
	  monkey/src/xupmanager/ui/UIXUPManager.cpp,
	  monkey/src/xupmanager/ui/UIXUPManager.h,
	  monkey/src/xupmanager/ui/UIXUPManager.ui,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.h,
	  monkey/src/xupmanager/ui/UIXUPProjectEditor.ui,
	  monkey/src/xupmanager/xupmanager.pri:
	  
	  Finnaly integrate XUP and remove old project manager

2008-03-30 15:15  pasnox

	* [r1728] monkey/src/consolemanager/pCommand.h:
	  
	  enhance the pCommand class so now it can embebed the related
	  proejct, and can contain user data.
	  Register the metatype for QVariant

2008-03-30 15:13  pasnox

	* [r1727] monkey/sdk/projectsmanager.h, monkey/sdk/xupmanager.h:
	  
	  repalce projectsmanager by xupmanager

2008-03-30 15:13  pasnox

	* [r1726] monkey/sdk/pluginsmanager.h:
	  
	  add XUPPlugin

2008-03-30 15:12  pasnox

	* [r1725] fresh/fresh.pri, fresh/fresh.pro:
	  
	  Fix variable name for HEADERS ( MonkeyExport.h )

2008-03-30 15:11  pasnox

	* [r1724] fresh/widgets/pAction.cpp:
	  
	  eol convertion

2008-03-30 15:11  pasnox

	* [r1723] fresh/widgets/pMenuBar.cpp:
	  
	  Fix a bug that don't give objectname to created menu

2008-03-30 00:39  xiantia

	* [r1722] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp:
	  
	  dock now resized

2008-03-26 19:28  pasnox

	* [r1721] qscintilla/qscintilla.pri:
	  
	  it's truely need by the sdk, sorry :)

2008-03-26 19:15  pasnox

	* [r1720] plugins/xup/xup.pro:
	  
	  add missing file

2008-03-26 19:15  pasnox

	* [r1719] qscintilla/qscintilla.pri:
	  
	  it's already in the qscintilla.pro

2008-03-26 12:46  hlamer

	* [r1718] qscintilla/qscintilla.pri:
	  
	  

2008-03-26 10:46  hlamer

	* [r1717] qscintilla/qscintilla.pro:
	  
	  Fixed building (added include path)

2008-03-25 21:13  pasnox

	* [r1716] plugins/plugins.pro:
	  
	  add xup

2008-03-25 21:12  pasnox

	* [r1715] plugins/xup, plugins/xup/XUP, plugins/xup/XUP/XUP.pro,
	  plugins/xup/XUP/monkey.xup, plugins/xup/XUP/src,
	  plugins/xup/XUP/src/XUP.cpp, plugins/xup/XUP/src/XUP.h,
	  plugins/xup/XUP/src/main.cpp, plugins/xup/XUP/src/qmakemanager,
	  plugins/xup/XUP/src/qmakemanager/QMake2XUP.cpp,
	  plugins/xup/XUP/src/qmakemanager/QMake2XUP.h,
	  plugins/xup/XUP/src/qmakemanager/QMakeXUPItem.cpp,
	  plugins/xup/XUP/src/qmakemanager/QMakeXUPItem.h,
	  plugins/xup/XUP/src/qmakemanager/resources,
	  plugins/xup/XUP/src/qmakemanager/resources/icons,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/def_file.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/defines.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/dependpath.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/file.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/folder.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/form3.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/forms.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/headers.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/includepath.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/libs.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/project.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/rc_file.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/res_file.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/resources.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/sources.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/translations.png,
	  plugins/xup/XUP/src/qmakemanager/resources/icons/items/vpath.png,
	  plugins/xup/XUP/src/qmakemanager/resources/qmakemanager.qrc,
	  plugins/xup/XUP/src/resources,
	  plugins/xup/XUP/src/resources/XUPManager.qrc,
	  plugins/xup/XUP/src/resources/icons,
	  plugins/xup/XUP/src/resources/icons/actions,
	  plugins/xup/XUP/src/resources/icons/actions/add.png,
	  plugins/xup/XUP/src/resources/icons/actions/close.png,
	  plugins/xup/XUP/src/resources/icons/actions/closeall.png,
	  plugins/xup/XUP/src/resources/icons/actions/filtered.png,
	  plugins/xup/XUP/src/resources/icons/actions/new.png,
	  plugins/xup/XUP/src/resources/icons/actions/open.png,
	  plugins/xup/XUP/src/resources/icons/actions/remove.png,
	  plugins/xup/XUP/src/resources/icons/actions/save.png,
	  plugins/xup/XUP/src/resources/icons/actions/saveall.png,
	  plugins/xup/XUP/src/resources/icons/actions/settings.png,
	  plugins/xup/XUP/src/resources/icons/actions/source.png,
	  plugins/xup/XUP/src/resources/icons/editor,
	  plugins/xup/XUP/src/resources/icons/editor/builder.png,
	  plugins/xup/XUP/src/resources/icons/editor/clear.png,
	  plugins/xup/XUP/src/resources/icons/editor/compiler.png,
	  plugins/xup/XUP/src/resources/icons/editor/debugger.png,
	  plugins/xup/XUP/src/resources/icons/editor/down.png,
	  plugins/xup/XUP/src/resources/icons/editor/interpreter.png,
	  plugins/xup/XUP/src/resources/icons/editor/modify.png,
	  plugins/xup/XUP/src/resources/icons/editor/others_variables.png,
	  plugins/xup/XUP/src/resources/icons/editor/project_files.png,
	  plugins/xup/XUP/src/resources/icons/editor/sort.png,
	  plugins/xup/XUP/src/resources/icons/editor/up.png,
	  plugins/xup/XUP/src/resources/icons/items,
	  plugins/xup/XUP/src/resources/icons/items/comment.png,
	  plugins/xup/XUP/src/resources/icons/items/emptyline.png,
	  plugins/xup/XUP/src/resources/icons/items/file.png,
	  plugins/xup/XUP/src/resources/icons/items/folder.png,
	  plugins/xup/XUP/src/resources/icons/items/function.png,
	  plugins/xup/XUP/src/resources/icons/items/other_files.png,
	  plugins/xup/XUP/src/resources/icons/items/project.png,
	  plugins/xup/XUP/src/resources/icons/items/scope.png,
	  plugins/xup/XUP/src/resources/icons/items/value.png,
	  plugins/xup/XUP/src/resources/icons/items/variable.png,
	  plugins/xup/XUP/src/resources/icons/temp,
	  plugins/xup/XUP/src/resources/icons/temp/add.png,
	  plugins/xup/XUP/src/resources/icons/temp/advanced.png,
	  plugins/xup/XUP/src/resources/icons/temp/application.png,
	  plugins/xup/XUP/src/resources/icons/temp/builder.png,
	  plugins/xup/XUP/src/resources/icons/temp/cancel.png,
	  plugins/xup/XUP/src/resources/icons/temp/clear.png,
	  plugins/xup/XUP/src/resources/icons/temp/codec.png,
	  plugins/xup/XUP/src/resources/icons/temp/comment.png,
	  plugins/xup/XUP/src/resources/icons/temp/compiler.png,
	  plugins/xup/XUP/src/resources/icons/temp/debugger.png,
	  plugins/xup/XUP/src/resources/icons/temp/down.png,
	  plugins/xup/XUP/src/resources/icons/temp/edit.png,
	  plugins/xup/XUP/src/resources/icons/temp/file.png,
	  plugins/xup/XUP/src/resources/icons/temp/filefolder.png,
	  plugins/xup/XUP/src/resources/icons/temp/folder.png,
	  plugins/xup/XUP/src/resources/icons/temp/form.png,
	  plugins/xup/XUP/src/resources/icons/temp/function.png,
	  plugins/xup/XUP/src/resources/icons/temp/header.png,
	  plugins/xup/XUP/src/resources/icons/temp/help.png,
	  plugins/xup/XUP/src/resources/icons/temp/include.png,
	  plugins/xup/XUP/src/resources/icons/temp/interpreter.png,
	  plugins/xup/XUP/src/resources/icons/temp/library.png,
	  plugins/xup/XUP/src/resources/icons/temp/line.png,
	  plugins/xup/XUP/src/resources/icons/temp/mac.png,
	  plugins/xup/XUP/src/resources/icons/temp/misc.png,
	  plugins/xup/XUP/src/resources/icons/temp/ok.png,
	  plugins/xup/XUP/src/resources/icons/temp/othersvariables.png,
	  plugins/xup/XUP/src/resources/icons/temp/project.png,
	  plugins/xup/XUP/src/resources/icons/temp/qt.png,
	  plugins/xup/XUP/src/resources/icons/temp/remove.png,
	  plugins/xup/XUP/src/resources/icons/temp/resource.png,
	  plugins/xup/XUP/src/resources/icons/temp/scope.png,
	  plugins/xup/XUP/src/resources/icons/temp/scope_end.png,
	  plugins/xup/XUP/src/resources/icons/temp/settings.png,
	  plugins/xup/XUP/src/resources/icons/temp/source.png,
	  plugins/xup/XUP/src/resources/icons/temp/translations.png,
	  plugins/xup/XUP/src/resources/icons/temp/unix.png,
	  plugins/xup/XUP/src/resources/icons/temp/up.png,
	  plugins/xup/XUP/src/resources/icons/temp/value.png,
	  plugins/xup/XUP/src/resources/icons/temp/variable.png,
	  plugins/xup/XUP/src/resources/icons/temp/windows.png,
	  plugins/xup/XUP/src/xupmanager,
	  plugins/xup/XUP/src/xupmanager/FilteredProjectItemModel.cpp,
	  plugins/xup/XUP/src/xupmanager/FilteredProjectItemModel.h,
	  plugins/xup/XUP/src/xupmanager/ProjectEditorModel.cpp,
	  plugins/xup/XUP/src/xupmanager/ProjectEditorModel.h,
	  plugins/xup/XUP/src/xupmanager/ProjectItemModel.cpp,
	  plugins/xup/XUP/src/xupmanager/ProjectItemModel.h,
	  plugins/xup/XUP/src/xupmanager/ScopedProjectItemModel.cpp,
	  plugins/xup/XUP/src/xupmanager/ScopedProjectItemModel.h,
	  plugins/xup/XUP/src/xupmanager/XUPItem.cpp,
	  plugins/xup/XUP/src/xupmanager/XUPItem.h,
	  plugins/xup/XUP/src/xupmanager/XUPManager.cpp,
	  plugins/xup/XUP/src/xupmanager/XUPManager.h,
	  plugins/xup/XUP/src/xupmanager/XUPPlugin.h,
	  plugins/xup/XUP/src/xupmanager/ui,
	  plugins/xup/XUP/src/xupmanager/ui/AddFilesDialog.cpp,
	  plugins/xup/XUP/src/xupmanager/ui/AddFilesDialog.h,
	  plugins/xup/XUP/src/xupmanager/ui/UIAddVariable.cpp,
	  plugins/xup/XUP/src/xupmanager/ui/UIAddVariable.h,
	  plugins/xup/XUP/src/xupmanager/ui/UIAddVariable.ui,
	  plugins/xup/XUP/src/xupmanager/ui/UIXUPManager.cpp,
	  plugins/xup/XUP/src/xupmanager/ui/UIXUPManager.h,
	  plugins/xup/XUP/src/xupmanager/ui/UIXUPManager.ui,
	  plugins/xup/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/xup/XUP/src/xupmanager/ui/UIXUPProjectEditor.h,
	  plugins/xup/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  move xup to its own folder as later there will be xup plugins

2008-03-25 21:09  pasnox

	* [r1714] plugins/base/XUP, plugins/base/base.pro:
	  
	  move xup to its own folder as later there will be xup plugins

2008-03-25 20:36  pasnox

	* [r1713] ctags/sdk/ctags.h, fresh/sdk/fresh.h,
	  monkey/sdk/abbreviationsmanager.h, monkey/sdk/consolemanager.h,
	  monkey/sdk/coremanager.h, monkey/sdk/ctagsmanager.h,
	  monkey/sdk/maininterface.h, monkey/sdk/monkey.h,
	  monkey/sdk/pluginsmanager.h, monkey/sdk/projectsmanager.h,
	  monkey/sdk/qscintillamanager.h, monkey/sdk/recentsmanager.h,
	  monkey/sdk/settingsmanager.h, monkey/sdk/templatesmanager.h,
	  monkey/sdk/toolsmanager.h, monkey/sdk/variablesmanager.h,
	  monkey/sdk/workspacemanager.h, qscintilla/sdk/qscintilla.h:
	  
	  Add sdk files

2008-03-25 20:30  pasnox

	* [r1712] ctags/ctags.pri, ctags/sdk, fresh/fresh.pri,
	  fresh/fresh.pro, fresh/sdk, fresh/widgets/pAction.h,
	  fresh/widgets/pActionManager.cpp, fresh/widgets/pActionManager.h,
	  fresh/widgets/pDockToolBar.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h, fresh/widgets/pDockWidget.h,
	  fresh/widgets/pExtendedWorkspace.h,
	  fresh/widgets/pFileListEditor.h,
	  fresh/widgets/pKeySequenceInput.h, fresh/widgets/pMainWindow.cpp,
	  fresh/widgets/pMainWindow.h, fresh/widgets/pMenuBar.h,
	  fresh/widgets/pPathListEditor.h,
	  fresh/widgets/pShortcutsEditor.h,
	  fresh/widgets/pStringListEditor.h,
	  fresh/widgets/pTabbedMainWindow.h,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceCorner.h,
	  fresh/widgets/pTabbedWorkspaceCornerButton.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.h,
	  fresh/widgets/pTreeComboBox.h, monkey/monkey.pri, monkey/sdk,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.cpp,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.h,
	  monkey/src/consolemanager/pCommand.h,
	  monkey/src/consolemanager/pCommandParser.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/ctagsmanager/Ctags.cpp,
	  monkey/src/ctagsmanager/Ctags.h, monkey/src/main.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/maininterface/ui/UITranslator.h,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/BuilderPlugin.h,
	  monkey/src/pluginsmanager/CLIToolPlugin.h,
	  monkey/src/pluginsmanager/ChildPlugin.h,
	  monkey/src/pluginsmanager/CompilerPlugin.h,
	  monkey/src/pluginsmanager/DebuggerPlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/ProjectPlugin.h,
	  monkey/src/pluginsmanager/WorkspacePlugin.h,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.h,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.h,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.h,
	  monkey/src/projectsmanager/ProjectItem.h,
	  monkey/src/projectsmanager/ProjectsModel.h,
	  monkey/src/projectsmanager/ProjectsProxy.h,
	  monkey/src/projectsmanager/ui/UIAddExistingFiles.h,
	  monkey/src/projectsmanager/ui/UIProjectsManager.cpp,
	  monkey/src/projectsmanager/ui/UIProjectsManager.h,
	  monkey/src/projectsmanager/ui/UIProjectsManager.ui,
	  monkey/src/qscintillamanager/SearchThread.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/settingsmanager/Settings.h,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui,
	  monkey/src/toolsmanager/pDesktopApplications_unix.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/pToolsManager.h,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.h,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.h,
	  monkey/src/variablesmanager/VariablesManager.h,
	  monkey/src/workspace/UISaveFiles.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/AStyle/src/pFormatterSettings.cpp,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/FileBrowserSettings.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MessageBox/src/pDockMessageBox.cpp,
	  plugins/base/MessageBox/src/pDockMessageBox.h,
	  plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.cpp,
	  plugins/base/XUP/src/XUP.cpp,
	  plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/XUPPlugin.h,
	  plugins/base/XUP/src/xupmanager/ui/AddFilesDialog.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPManager.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.h,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.h,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.h,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.h,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.h,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/compiler/Gcc/src/Gcc.cpp, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbAnswer.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbAnswer.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBreakPoint.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbRegisters.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbWatch.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbProcess.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbProcess.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbTemplateCore.h,
	  plugins/project/MonkeyProject/src/MonkeyProject.h,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.h,
	  plugins/project/MonkeyProject/src/ui/UIMonkeyProjectSettings.cpp,
	  plugins/project/MonkeyProject/src/ui/UIMonkeyProjectSettings.h,
	  plugins/project/QMake/src/QMake.cpp,
	  plugins/project/QMake/src/QMake.h,
	  plugins/project/QMake/src/QMakeItem.cpp,
	  plugins/project/QMake/src/QMakeItem.h,
	  plugins/project/QMake/src/QMakeItemDelegate.cpp,
	  plugins/project/QMake/src/QMakeItemDelegate.h,
	  plugins/project/QMake/src/QMakeProxy.cpp,
	  plugins/project/QMake/src/QMakeProxy.h,
	  plugins/project/QMake/src/ui/UIItemSettings.cpp,
	  plugins/project/QMake/src/ui/UIItemSettings.h,
	  plugins/project/QMake/src/ui/UIQMakeProjectSettings.cpp,
	  plugins/project/QMake/src/ui/UIQMakeProjectSettings.h,
	  plugins/project/QMake/src/ui/UIQMakeProjectSettings.ui,
	  plugins/project/QMake/src/ui/UISettingsQMake.cpp,
	  qscintilla/qscintilla.pri, qscintilla/qscintilla.pro,
	  qscintilla/sdk:
	  
	  Add a sdk folder in each lib and the monkey folder, so it's now
	  easy to deal with classes from libs and the monkey studio classes

2008-03-23 22:57  pasnox

	* [r1711] plugins/base/XUP/src/XUP.cpp, plugins/base/XUP/src/XUP.h:
	  
	  add slot for opening double clicked files

2008-03-23 22:37  pasnox

	* [r1710] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  Fix build error

2008-03-23 21:49  minirop

	* [r1709] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  

2008-03-23 19:04  pasnox

	* [r1708] plugins/base/XUP/monkey.xup,
	  plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/ProjectEditorModel.cpp,
	  plugins/base/XUP/src/xupmanager/ProjectEditorModel.h,
	  plugins/base/XUP/src/xupmanager/XUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/XUPItem.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  really improve project open speed !
	  some new stuff too.

2008-03-22 13:07  pasnox

	* [r1707]
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  add support for configuring builder, compiler, debugger and
	  interpreter ( not yet usable )

2008-03-22 13:05  pasnox

	* [r1706] monkey/monkey.pro:
	  
	  add svn to version so it no longer try to use same settings fiels
	  as the current using monkey studio

2008-03-22 13:05  pasnox

	* [r1705] monkey/src/main.cpp,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h:
	  
	  

2008-03-22 13:05  pasnox

	* [r1704] fresh/objects/pSettings.cpp, fresh/objects/pSettings.h:
	  
	  

2008-03-21 20:16  hlamer

	* [r1703] monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/SearchThread.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h:
	  
	  Skiping of binary files when searching in the folder implemented

2008-03-17 19:58  hlamer

	* [r1701] monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h:
	  
	  Bug fixes of searching

2008-03-16 23:38  pasnox

	* [r1700] plugins/base/XUP/src/xupmanager/ui/UIAddVariable.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIAddVariable.h,
	  plugins/base/XUP/src/xupmanager/ui/UIAddVariable.ui,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  add full support for managing others variable

2008-03-16 23:38  pasnox

	* [r1699] plugins/base/XUP/monkey.xup:
	  
	  

2008-03-16 20:20  pasnox

	* [r1698] plugins/base/XUP/XUP.pro,
	  plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/FilteredProjectItemModel.cpp,
	  plugins/base/XUP/src/xupmanager/XUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  General commit :
	  * Fix some potential bugs in XUPItem/QMakeXUPItem classes.
	  * Add support for managing project files in UIXUPProjectEditor
	  * Add support for manage all variables in UIXUPProjectEditor
	  * Some global enhancements in code

2008-03-16 20:19  pasnox

	* [r1697] plugins/base/XUP/src/xupmanager/ProjectEditorModel.cpp,
	  plugins/base/XUP/src/xupmanager/ProjectEditorModel.h:
	  
	  add a new model that is a proxy for a fixed project settings

2008-03-16 15:04  minirop

	* [r1696] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  bug-fixes

2008-03-15 17:36  pasnox

	* [r1695] plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp,
	  plugins/base/XUP/src/qmakemanager/QMakeXUPItem.h:
	  
	  reimplement remove() so it take in account the removing of a
	  subdirs entry, and consequently close the relating project

2008-03-15 17:35  pasnox

	* [r1694] plugins/base/XUP/src/xupmanager/XUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/XUPItem.h:
	  
	  replace canonicalFilePath by absoluteFilePath

2008-03-15 09:18  hlamer

	* [r1693] monkey/src/qscintillamanager/ui/pSearch.cpp:
	  
	  Selecting all text in the search dialog, when it's activating

2008-03-14 21:46  hlamer

	* [r1692] monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h:
	  
	  Fix bug with infinite loop when replacing Text with text
	  containing Text

2008-03-14 21:29  hlamer

	* [r1691] fresh/widgets/pExtendedWorkspace.cpp,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/resources/icons/edit/text.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Stabilisation of new search dialog (just for one file)

2008-03-08 16:46  pasnox

	* [r1690] plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp:
	  
	  Make SUBDIRS variable visible in filtered mode.
	  Fix addFiles member by adding default operator.
	  Fix interpretedValue member witch was looking in child proejct
	  that are not includes proejct, resulting to incorrect interpreted
	  value.

2008-03-08 16:44  pasnox

	* [r1689] plugins/base/XUP/src/resources/XUPManager.qrc,
	  plugins/base/XUP/src/resources/icons/items/other_files.png:
	  
	  add icon for other_files variable

2008-03-08 16:43  pasnox

	* [r1688]
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.h:
	  
	  add support for modify file action

2008-03-08 16:42  pasnox

	* [r1687] plugins/base/XUP/src/xupmanager/XUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/XUPItem.h:
	  
	  remove unneeded member, and add a topProjectForIncludes witch
	  return the top proejct from where the proejct was include.
	  Fix addFiles member by adding default operator as second
	  parameter.

2008-03-08 16:41  pasnox

	* [r1686] monkey/src/pMonkeyStudio.cpp:
	  
	  remove warning

2008-03-08 16:41  pasnox

	* [r1685] monkey/monkey.pro:
	  
	  change copyright years

2008-03-07 23:44  pasnox

	* [r1684] monkey/monkey.pro, monkey/src/pMonkeyStudio.cpp,
	  monkey/src/resources/resources.qrc:
	  
	  Fix bug that cause monkey to failed when trying to load
	  translations from multiples path.
	  Fix the bug that cause to show always the russian translation of
	  the gpl in about dialog
	  Set current version to 1.8.2.0

2008-03-07 22:39  pasnox

	* [r1683] monkey/src/workspace/pWorkspace.cpp:
	  
	  fix a bug that can cause search widget to be active when there is
	  no available editor

2008-03-07 21:53  pasnox

	* [r1679] monkey/src/pMonkeyStudio.cpp:
	  
	  fix missing include for tcl lexer

2008-03-07 21:46  pasnox

	* [r1677] monkey/src/pMonkeyStudio.cpp:
	  
	  add support for new lexer : TCL

2008-03-07 21:27  pasnox

	* [r1676] qscintilla/QScintilla-gpl-2.2-snapshot-20080209,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/ChangeLog,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/GPL_EXCEPTION.TXT,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/GPL_EXCEPTION_ADDENDUM.TXT,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/LICENSE.GPL2,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/LICENSE.GPL3,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/NEWS,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/OPENSOURCE-NOTICE.TXT,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/configure.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexertcl.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexertcl.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexertcl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/README,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/designer-Qt3,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/designer-Qt4,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/html-Qt3,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/html-Qt3/doxygen.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/html-Qt3/tab_b.gif,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/html-Qt3/tab_l.gif,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/html-Qt3/tab_r.gif,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/Face.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/License.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/Platform.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/SString.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/qsci,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/qsci/api,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/qsci/api/python,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Document.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Editor.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexASY.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexAbaqus.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexR.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/License.txt,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/SVector.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/Style.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2.2.1-snapshot-20080306/src/XPM.h,
	  qscintilla/qscintilla.pri:
	  
	  update qscintilla version to
	  QScintilla-gpl-2.2.1-snapshot-20080306

2008-03-07 20:32  pasnox

	* [r1675] monkey/src/workspace/pWorkspace.cpp:
	  
	  fix bug that cause search/repalce action and search widget to not
	  be disable when no child available

2008-03-07 20:32  pasnox

	* [r1674] monkey/src/maininterface/UIMain.cpp:
	  
	  remove old actions

2008-03-07 20:17  pasnox

	* [r1673] monkey/src/workspace/pWorkspace.cpp:
	  
	  fox openfile

2008-03-07 20:13  pasnox

	* [r1672] plugins/project/QMake/src/QMakeParser.cpp:
	  
	  remove warnings

2008-03-07 20:13  pasnox

	* [r1671] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  remvoe layout for search widget, temporary create the search
	  widget until it'q moved to plugin

2008-03-07 20:12  pasnox

	* [r1670] monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h:
	  
	  move initialisation to workspace ( temporary )

2008-03-07 20:12  pasnox

	* [r1669] monkey/src/qscintillamanager/pEditor.cpp:
	  
	  pEditor no longer depends of pSearch

2008-03-07 20:11  pasnox

	* [r1668] monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h:
	  
	  rename searchDock to searchWidget as it's no longer a dock

2008-03-05 22:22  pasnox

	* [r1667] monkey/src/workspace/pWorkspace.cpp:
	  
	  add a temporary hack for let currentFileChanged working properly

2008-03-05 21:52  pasnox

	* [r1666] monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  fix crash when opening a ui file and there is no opened files

2008-03-05 19:49  xiantia

	* [r1665] plugins/debugger/GNUDebugger/log,
	  plugins/debugger/GNUDebugger/log/logFile.txt,
	  plugins/debugger/GNUDebugger/scripts,
	  plugins/debugger/GNUDebugger/scripts/QImage.js,
	  plugins/debugger/GNUDebugger/scripts/QList!QString!.js,
	  plugins/debugger/GNUDebugger/scripts/QList!QString#!.js,
	  plugins/debugger/GNUDebugger/scripts/QString.js,
	  plugins/debugger/GNUDebugger/scripts/QStringList.js,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp:
	  
	  change some files name for new directory GNUdbg
	  Add scripts (not use at this time)

2008-03-05 19:47  xiantia

	* [r1664] monkey/installs.pri:
	  
	  auto installing :
	  
	  - log directory
	  - scripts directory
	  
	  change directory "debugger" to "GNUdbg" (bug qmake, releaserger)

2008-03-05 10:42  hlamer

	* [r1663] plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h:
	  
	  

2008-03-05 10:23  hlamer

	* [r1662] monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h:
	  
	  Else one fix when opening files

2008-03-05 08:30  hlamer

	* [r1661] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.ui,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Fixes of searching and opening file

2008-03-04 21:39  pasnox

	* [r1660] monkey/monkey.pro:
	  
	  fix windows/mingw build

2008-03-04 20:35  pasnox

	* [r1659] monkey/monkey.pro:
	  
	  

2008-03-04 18:28  pasnox

	* [r1658] monkey/monkey.pro:
	  
	  

2008-03-03 20:32  pasnox

	* [r1657]
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  add filtered model that only show files based variable.
	  add support for removing items

2008-03-03 20:32  pasnox

	* [r1656] plugins/base/XUP/src/XUP.cpp:
	  
	  change dock title

2008-03-02 23:05  pasnox

	* [r1655]
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.h:
	  
	  add primary support for add files action

2008-03-02 22:40  pasnox

	* [r1654]
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  creaet and apply filters to views

2008-03-02 20:09  pasnox

	* [r1653]
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui,
	  plugins/base/base.pro:
	  
	  some work in the XUPProjectEditor dialog

2008-03-02 19:48  pasnox

	* [r1652] plugins/base/base.pro:
	  
	  

2008-03-02 19:48  pasnox

	* [r1651] plugins/base/XUPProjectEditor:
	  
	  no longer need

2008-03-02 19:47  pasnox

	* [r1650] plugins/base/XUP/XUP.pro, plugins/base/XUP/src/XUP.cpp,
	  plugins/base/XUP/src/XUP.h,
	  plugins/base/XUP/src/resources/XUPManager.qrc,
	  plugins/base/XUP/src/resources/icons/editor,
	  plugins/base/XUP/src/resources/icons/editor/builder.png,
	  plugins/base/XUP/src/resources/icons/editor/clear.png,
	  plugins/base/XUP/src/resources/icons/editor/compiler.png,
	  plugins/base/XUP/src/resources/icons/editor/debugger.png,
	  plugins/base/XUP/src/resources/icons/editor/down.png,
	  plugins/base/XUP/src/resources/icons/editor/interpreter.png,
	  plugins/base/XUP/src/resources/icons/editor/modify.png,
	  plugins/base/XUP/src/resources/icons/editor/others_variables.png,
	  plugins/base/XUP/src/resources/icons/editor/project_files.png,
	  plugins/base/XUP/src/resources/icons/editor/sort.png,
	  plugins/base/XUP/src/resources/icons/editor/up.png,
	  plugins/base/XUP/src/xupmanager/ScopedProjectItemModel.cpp,
	  plugins/base/XUP/src/xupmanager/ScopedProjectItemModel.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPManager.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPProjectEditor.ui:
	  
	  Move XUPProjectEditor in the same plugin

2008-03-02 19:46  pasnox

	* [r1649] plugins/base/XUPProjectEditor/XUPProjectEditor.pro:
	  
	  

2008-03-02 19:46  pasnox

	* [r1648] plugins/base/XUPProjectEditor/src/XUPProjectEditor.cpp:
	  
	  

2008-03-02 17:05  hlamer

	* [r1647] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  New interface for searching (seems working for search/replace in
	  file, neet to test)

2008-03-02 00:17  pasnox

	* [r1646] plugins/base/XUP/monkey.xup:
	  
	  

2008-03-01 22:32  minirop

	* [r1645] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  bugs fixed

2008-03-01 19:20  pasnox

	* [r1644] plugins/base/base.pro:
	  
	  add XUPProjectEditor plguin to build chain

2008-03-01 19:20  pasnox

	* [r1643] plugins/base/XUPProjectEditor,
	  plugins/base/XUPProjectEditor/XUPProjectEditor.pro,
	  plugins/base/XUPProjectEditor/src,
	  plugins/base/XUPProjectEditor/src/XUPProjectEditor.cpp,
	  plugins/base/XUPProjectEditor/src/XUPProjectEditor.h:
	  
	  add default xup project settings plugin

2008-03-01 19:19  pasnox

	* [r1642] plugins/base/XUP/XUP.pro,
	  plugins/base/XUP/src/xupmanager/XUPPlugin.h:
	  
	  add XUPPlugin interface and move the xUP Maanger plugin
	  destination to plugins/xup instead of plugins/base.
	  Delete the old dll in base folder.

2008-03-01 19:18  pasnox

	* [r1641] plugins/base/XUP/src/xupmanager/ui/UIXUPManager.cpp:
	  
	  add support for proejct settings dialog

2008-03-01 19:17  pasnox

	* [r1640] plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp:
	  
	  add writing to file feature, be carrefull as it can be not yet
	  100% good :)

2008-03-01 19:15  pasnox

	* [r1639] tests/qtproject_test.pro:
	  
	  

2008-03-01 19:14  pasnox

	* [r1638] monkey/monkey.pro:
	  
	  fix a typo

2008-03-01 19:14  pasnox

	* [r1637] monkey/src/pluginsmanager/BasePlugin.h:
	  
	  add type XUP witch is a type of plugin that allow to configure
	  XUP based projects

2008-03-01 18:44  minirop

	* [r1636] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  

2008-03-01 17:49  minirop

	* [r1635] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  bug-fixed

2008-03-01 15:37  pasnox

	* [r1634] tests/qtproject_test.pro:
	  
	  add a test project for testing xup parser

2008-03-01 15:31  pasnox

	* [r1633] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  add support for restoring the comments

2008-03-01 15:30  pasnox

	* [r1632] monkey/monkey.pro, plugins/plugins.inc:
	  
	  add some hidden qmake variables informations : company,
	  copyrights etc, maybe it will be used to generate binary/dll
	  information ( on windows )

2008-03-01 14:43  hlamer

	* [r1631] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/qscintillamanager/ui/pSearch.ui:
	  
	  

2008-03-01 11:53  pasnox

	* [r1630] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  Fix tabs indentation for some specific case : imbricate scope,
	  singleline value, else scope.
	  I think now generating pro file from xup is totally safe,
	  according that the project has been firstly correctly parsed ;)

2008-03-01 02:00  pasnox

	* [r1629] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  Fix tabs indentation in pro buffer

2008-03-01 02:00  pasnox

	* [r1628] plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp:
	  
	  customize temporary textedit for best view

2008-03-01 01:11  pasnox

	* [r1627] plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp:
	  
	  Fix a bug in the parser causing comments in multiline variables
	  to not be correctly parsed :
	  TOTO = titi
	  # this is a comment in multiline variable \
	  pouet
	  
	  Enhancements in the convertor xup to pro witch allow to save
	  project ( not yet writing to file, but instead buffer )

2008-03-01 01:09  pasnox

	* [r1626] plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp:
	  
	  Enable again some function.
	  Add a non writing to file save fonction witch output the buffer
	  in a qtextedit

2008-02-29 22:10  hlamer

	* [r1625] monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.ui:
	  
	  

2008-02-29 20:36  xiantia

	* [r1624] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBreakPoint.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbTemplateCore.h:
	  
	  New version
	  small bug fixed

2008-02-29 20:07  pasnox

	* [r1623] fresh/widgets/pTreeComboBox.cpp,
	  fresh/widgets/pTreeComboBox.h:
	  
	  fix the bug that cause sizegrip not working !
	  We now have a popup widget that can be resized.

2008-02-29 17:19  hlamer

	* [r1622] monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/qscintillamanager/ui/pSearch.ui:
	  
	  Searching progress

2008-02-28 00:15  pasnox

	* [r1621] plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp,
	  plugins/base/XUP/src/qmakemanager/QMakeXUPItem.h:
	  
	  Add support for XUPItemInfos structure to speed up performance
	  issue.

2008-02-28 00:14  pasnox

	* [r1620] plugins/base/XUP/src/xupmanager/XUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/XUPItem.h:
	  
	  Introduce XUPItemInfos witch store specific item types
	  properties.
	  Each type of item heriting from XUPItem that want custom
	  iteminfos will need to declare a static instance and used it in
	  reimplementing the member that register specific item infos (
	  fileVariables() ... ).
	  This allow a impressive performance incresase and memory usage
	  decrease ;)

2008-02-27 23:04  pasnox

	* [r1619] plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp:
	  
	  fix build error

2008-02-27 23:03  pasnox

	* [r1618] plugins/base/XUP/src/qmakemanager/QMakeProjectItem.cpp,
	  plugins/base/XUP/src/qmakemanager/QMakeProjectItem.h:
	  
	  rename QMakeXUPItem

2008-02-27 23:00  pasnox

	* [r1617]
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/project.png:
	  
	  add missing files

2008-02-27 23:00  pasnox

	* [r1616] plugins/base/XUP/src/qmakemanager/QMakeXUPItem.cpp,
	  plugins/base/XUP/src/qmakemanager/QMakeXUPItem.h:
	  
	  add missing files

2008-02-27 11:15  hlamer

	* [r1615] monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix bug 954 (Empty Navigator after opening file)

2008-02-25 21:42  xiantia

	* [r1614] plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp:
	  
	  new infos parsed

2008-02-25 00:23  pasnox

	* [r1613] plugins/base/XUP/XUP.pro, plugins/base/XUP/monkey.xup,
	  plugins/base/XUP/src/XUP.cpp,
	  plugins/base/XUP/src/qmakemanager/resources/qmakemanager.qrc,
	  plugins/base/XUP/src/resources/icons/items/project.png,
	  plugins/base/XUP/src/xupmanager/XUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/XUPItem.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPManager.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPManager.h:
	  
	  add some small code ehnancement to global classes.
	  Some bug fix.
	  QMakeXUPItem are pretty finished, but are slow as the death. i
	  need find a solution to this.
	  Need to create the convertor : XUP To PRO for saving qmake
	  project

2008-02-24 18:11  xiantia

	* [r1612] monkey/installs.pri:
	  
	  Auto installing know_list_and_id.txt for GNUDebugger

2008-02-24 18:10  xiantia

	* [r1611] plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbAnswer.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbAnswer.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBreakPoint.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBreakPoint.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbRegisters.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbRegisters.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbWatch.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbProcess.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbProcess.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbTemplateCore.h:
	  
	  Change :
	  
	  Start and stop Gdb properly (no crash).
	  Restoring breakpoint after re-open file.
	  Check if Gdb is in your path.
	  No MessageBox if know_list_and_id is no found (auto-installing)
	  Move log files in ./plugins/debugger/ no under /bin

2008-02-24 14:36  hlamer

	* [r1610] monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/SearchThread.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp:
	  
	  Searching in the folders. Basicaly working, neet to do interface

2008-02-24 00:47  pasnox

	* [r1609] xup:
	  
	  moved to plugins folder

2008-02-24 00:46  pasnox

	* [r1608] xup/src/xupmanager/ui/AddFilesDialog.cpp,
	  xup/src/xupmanager/ui/AddFilesDialog.h:
	  
	  a dialog that add some widget for choosing proejct/scope and
	  operator

2008-02-24 00:46  pasnox

	* [r1607] xup/src/xupmanager/ScopedProjectItemModel.cpp,
	  xup/src/xupmanager/ScopedProjectItemModel.h:
	  
	  a filtered proxy that show only scopes and projects items

2008-02-24 00:44  pasnox

	* [r1606] monkey.pro:
	  
	  

2008-02-24 00:43  pasnox

	* [r1605] plugins/base/XUP, plugins/base/XUP/.directory,
	  plugins/base/XUP/XUP.pro, plugins/base/XUP/monkey.xup,
	  plugins/base/XUP/noplugin_xup.pro, plugins/base/XUP/src,
	  plugins/base/XUP/src/XUP.cpp, plugins/base/XUP/src/XUP.h,
	  plugins/base/XUP/src/main.cpp, plugins/base/XUP/src/qmakemanager,
	  plugins/base/XUP/src/qmakemanager/QMake2XUP.cpp,
	  plugins/base/XUP/src/qmakemanager/QMake2XUP.h,
	  plugins/base/XUP/src/qmakemanager/QMakeProjectItem.cpp,
	  plugins/base/XUP/src/qmakemanager/QMakeProjectItem.h,
	  plugins/base/XUP/src/qmakemanager/resources,
	  plugins/base/XUP/src/qmakemanager/resources/icons,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/def_file.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/defines.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/dependpath.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/file.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/folder.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/form3.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/forms.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/headers.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/includepath.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/libs.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/rc_file.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/res_file.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/resources.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/sources.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/translations.png,
	  plugins/base/XUP/src/qmakemanager/resources/icons/items/vpath.png,
	  plugins/base/XUP/src/qmakemanager/resources/qmakemanager.qrc,
	  plugins/base/XUP/src/resources,
	  plugins/base/XUP/src/resources/XUPManager.qrc,
	  plugins/base/XUP/src/resources/icons,
	  plugins/base/XUP/src/resources/icons/actions,
	  plugins/base/XUP/src/resources/icons/actions/add.png,
	  plugins/base/XUP/src/resources/icons/actions/close.png,
	  plugins/base/XUP/src/resources/icons/actions/closeall.png,
	  plugins/base/XUP/src/resources/icons/actions/filtered.png,
	  plugins/base/XUP/src/resources/icons/actions/new.png,
	  plugins/base/XUP/src/resources/icons/actions/open.png,
	  plugins/base/XUP/src/resources/icons/actions/remove.png,
	  plugins/base/XUP/src/resources/icons/actions/save.png,
	  plugins/base/XUP/src/resources/icons/actions/saveall.png,
	  plugins/base/XUP/src/resources/icons/actions/settings.png,
	  plugins/base/XUP/src/resources/icons/actions/source.png,
	  plugins/base/XUP/src/resources/icons/items,
	  plugins/base/XUP/src/resources/icons/items/comment.png,
	  plugins/base/XUP/src/resources/icons/items/emptyline.png,
	  plugins/base/XUP/src/resources/icons/items/file.png,
	  plugins/base/XUP/src/resources/icons/items/folder.png,
	  plugins/base/XUP/src/resources/icons/items/function.png,
	  plugins/base/XUP/src/resources/icons/items/project.png,
	  plugins/base/XUP/src/resources/icons/items/scope.png,
	  plugins/base/XUP/src/resources/icons/items/value.png,
	  plugins/base/XUP/src/resources/icons/items/variable.png,
	  plugins/base/XUP/src/xupmanager,
	  plugins/base/XUP/src/xupmanager/.directory,
	  plugins/base/XUP/src/xupmanager/FilteredProjectItemModel.cpp,
	  plugins/base/XUP/src/xupmanager/FilteredProjectItemModel.h,
	  plugins/base/XUP/src/xupmanager/ProjectItemModel.cpp,
	  plugins/base/XUP/src/xupmanager/ProjectItemModel.h,
	  plugins/base/XUP/src/xupmanager/ScopedProjectItemModel.cpp,
	  plugins/base/XUP/src/xupmanager/ScopedProjectItemModel.h,
	  plugins/base/XUP/src/xupmanager/XUPItem.cpp,
	  plugins/base/XUP/src/xupmanager/XUPItem.h,
	  plugins/base/XUP/src/xupmanager/XUPManager.cpp,
	  plugins/base/XUP/src/xupmanager/XUPManager.h,
	  plugins/base/XUP/src/xupmanager/ui,
	  plugins/base/XUP/src/xupmanager/ui/AddFilesDialog.cpp,
	  plugins/base/XUP/src/xupmanager/ui/AddFilesDialog.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPManager.cpp,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPManager.h,
	  plugins/base/XUP/src/xupmanager/ui/UIXUPManager.ui,
	  plugins/base/base.pro:
	  
	  made xUP external project a plugin

2008-02-24 00:40  pasnox

	* [r1604] xup/src/qmakemanager/QMakeProjectItem.cpp,
	  xup/src/xupmanager/ProjectItem.cpp,
	  xup/src/xupmanager/ProjectItem.h,
	  xup/src/xupmanager/ui/UIProjectsManager.cpp,
	  xup/src/xupmanager/ui/UIProjectsManager.h:
	  
	  some fix and enhancements

2008-02-23 17:13  pasnox

	* [r1603] xup/monkey.xup, xup/src/xupmanager/ProjectItem.cpp,
	  xup/src/xupmanager/ProjectItem.h,
	  xup/src/xupmanager/ProjectItemModel.cpp,
	  xup/src/xupmanager/ProjectItemModel.h,
	  xup/src/xupmanager/ui/UIProjectsManager.cpp,
	  xup/src/xupmanager/ui/UIProjectsManager.h,
	  xup/src/xupmanager/ui/UIProjectsManager.ui, xup/xup.pro:
	  
	  Fix the bug that don't set project modified after adding files to
	  project.
	  Add a new dialog that can add files in particular scope and
	  operator.
	  Some small code enhancments.

2008-02-23 13:36  hlamer

	* [r1602]
	  plugins/base/MessageBox/src/resources/icons/tabsearch.png:
	  
	  Added icon for tab Search

2008-02-23 13:31  hlamer

	* [r1601] monkey/monkey.pro:
	  
	  Added 2 new files in the monkey.pro

2008-02-23 13:12  hlamer

	* [r1600] monkey/src/qscintillamanager/SearchThread.cpp,
	  monkey/src/qscintillamanager/SearchThread.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/pDockMessageBox.cpp,
	  plugins/base/MessageBox/src/pDockMessageBox.h,
	  plugins/base/MessageBox/src/resources/MessageBox.qrc:
	  
	  Search in the files progress

2008-02-19 21:50  hlamer

	* [r1599] monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Refactoring of search/replace dialog. Bit more quick, not require
	  external setting of editor

2008-02-16 10:32  pasnox

	* [r1598] plugins/child/QtDesigner/src/QtDesigner.cpp:
	  
	  remove warning

2008-02-16 00:43  hlamer

	* [r1597] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.ui:
	  
	  Fixes if search dialog

2008-02-16 00:19  hlamer

	* [r1596] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/qscintillamanager/ui/pSearch.ui:
	  
	  Dynamical search dialog

2008-02-15 23:23  pasnox

	* [r1595] monkey.pro:
	  
	  

2008-02-15 23:22  pasnox

	* [r1594] plugins/child/QtDesigner/src/QtDesigner.cpp:
	  
	  fix a bug that cause monkey studio to crash if the first open
	  file is a designer file

2008-02-15 23:21  pasnox

	* [r1593] monkey/src/workspace/pWorkspace.cpp:
	  
	  

2008-02-15 23:09  hlamer

	* [r1592] monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h:
	  
	  

2008-02-15 23:00  hlamer

	* [r1591] monkey/monkey.pro,
	  monkey/src/qscintillamanager/ui/pSearch.h:
	  
	  

2008-02-15 22:51  hlamer

	* [r1589] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.ui,
	  plugins/base/FindInFiles/src/DockFindInFiles.cpp,
	  plugins/base/FindInFiles/src/DockFindInFiles.h,
	  plugins/base/FindInFiles/src/FindInFiles.cpp,
	  plugins/base/FindInFiles/src/FindInFiles.h,
	  plugins/base/FindInFiles/src/ui/DockFindInFiles.ui:
	  
	  

2008-02-15 22:40  pasnox

	* [r1588] qscintilla:
	  
	  

2008-02-15 22:38  pasnox

	* [r1587] qscintilla/QScintilla-gpl-2-snapshot-20080111,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/ChangeLog,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/GPL_EXCEPTION.TXT,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/GPL_EXCEPTION_ADDENDUM.TXT,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/LICENSE,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/NEWS,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/OPENSOURCE-NOTICE.TXT,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/configure.py,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/README,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/designer-Qt3,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/designer-Qt4,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/dir_2214adb52492a120e8d2c5b0561f1f14.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/dir_c4f4e4013217ce4c43167f207ed000c6.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/Face.py,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/License.txt,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/Platform.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/SString.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/qsci,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/qsci/api,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/qsci/api/python,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Document.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Editor.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexASY.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexAbaqus.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexR.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/License.txt,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/SVector.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/Style.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2.2-snapshot-20080209/src/XPM.h,
	  qscintilla/qscintilla.pri:
	  
	  update qscintilla to version QScintilla-gpl-2.2-snapshot-20080209

2008-02-15 22:01  pasnox

	* [r1585] plugins/plugins.inc:
	  
	  fix ubuntu hardy/debian build error due to present flags that
	  unauthorize undefined symbols.

2008-02-15 21:16  pasnox

	* [r1584] monkey.pro:
	  
	  

2008-02-15 21:16  pasnox

	* [r1583] plugins/plugins.pro:
	  
	  add debugger folder

2008-02-15 21:16  pasnox

	* [r1582] plugins/debugger, plugins/debugger/GNUDebugger,
	  plugins/debugger/GNUDebugger/GNUDebugger.pro,
	  plugins/debugger/GNUDebugger/file,
	  plugins/debugger/GNUDebugger/file/know_list_and_id.txt,
	  plugins/debugger/GNUDebugger/src,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/DockGNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.cpp,
	  plugins/debugger/GNUDebugger/src/GNUDebugger.h,
	  plugins/debugger/GNUDebugger/src/addon,
	  plugins/debugger/GNUDebugger/src/addon/gdbAnswer.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbAnswer.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBackTrace.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBreakPoint.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBreakPoint.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbBridgeEditor.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbBridgeEditor.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbControl.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbRegisters.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbRegisters.h,
	  plugins/debugger/GNUDebugger/src/addon/gdbWatch.cpp,
	  plugins/debugger/GNUDebugger/src/addon/gdbWatch.h,
	  plugins/debugger/GNUDebugger/src/kernel,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbCore.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbInterpreter.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbKernelDispatcher.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbParser.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbProcess.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbProcess.h,
	  plugins/debugger/GNUDebugger/src/kernel/gdbTemplateCore.cpp,
	  plugins/debugger/GNUDebugger/src/kernel/gdbTemplateCore.h,
	  plugins/debugger/GNUDebugger/src/resources,
	  plugins/debugger/GNUDebugger/src/resources/GNUDebugger.qrc,
	  plugins/debugger/GNUDebugger/src/resources/icons,
	  plugins/debugger/GNUDebugger/src/resources/icons/break_conditionnal_disable.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/break_conditionnal_enable.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/break_disable.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/break_enable.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/buttonok.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/clock.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/close.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/console.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/debugger.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/error.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/file.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/goto.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/message.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/play.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/projectclose.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/projectcloseall.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/projectopen.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/stepinto.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/stepover.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/stop.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/tabbuild.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/tablog.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/taboutput.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/update.png,
	  plugins/debugger/GNUDebugger/src/resources/icons/warning.png,
	  plugins/debugger/GNUDebugger/src/ui,
	  plugins/debugger/debugger.pro:
	  
	  move debugger plugin to debugger folder

2008-02-15 21:15  hlamer

	* [r1581] plugins/base/FindInFiles/src/ui/DockFindInFiles.ui,
	  plugins/base/FindInFiles/src/ui/FindInFiles.ui:
	  
	  

2008-02-15 21:12  pasnox

	* [r1580] plugins/base/base.pro:
	  
	  move to debugger folder

2008-02-15 21:11  pasnox

	* [r1579] plugins/base/Debugger:
	  
	  move to debugger folder

2008-02-15 20:57  hlamer

	* [r1578] plugins/base/FindInFiles/src/DockFindInFiles.cpp,
	  plugins/base/FindInFiles/src/DockFindInFiles.h,
	  plugins/base/FindInFiles/src/FindInFiles.cpp,
	  plugins/base/FindInFiles/src/FindInFiles.h:
	  
	  

2008-02-15 18:16  xiantia

	* [r1577] plugins/base/Debugger/src/DockGNUDebugger.cpp,
	  plugins/base/Debugger/src/addon/gdbBackTrace.cpp,
	  plugins/base/Debugger/src/addon/gdbControl.cpp,
	  plugins/base/Debugger/src/addon/gdbRegisters.cpp,
	  plugins/base/Debugger/src/resources/icons/Thumbs.db:
	  
	  Change :
	  - If error occur from Gdb, GdbBackTrace show this, idem
	  GdbControl and GdbRegisters
	  - some time if you load target, the button "Run" is disable,
	  because gdb is not really started, now i wait (fixed)
	  - error connection close debugger event to stop Gdb, the all
	  thread are not finished, (fixed)

2008-02-15 14:39  hlamer

	* [r1576] plugins/base/FindInFiles, plugins/base/FindInFiles/src,
	  plugins/base/FindInFiles/src/FifThread.cpp,
	  plugins/base/FindInFiles/src/FifThread.h,
	  plugins/base/FindInFiles/src/FindInFiles.cpp,
	  plugins/base/FindInFiles/src/FindInFiles.h,
	  plugins/base/FindInFiles/src/ui,
	  plugins/base/FindInFiles/src/ui/FindInFiles.ui:
	  
	  Plugin for searching in files. Sources of evgenM

2008-02-13 23:01  xiantia

	* [r1575] plugins/base/Debugger/src/resources/icons/close.png,
	  plugins/base/Debugger/src/resources/icons/debugger.png,
	  plugins/base/Debugger/src/resources/icons/file.png,
	  plugins/base/Debugger/src/resources/icons/projectopen.png,
	  plugins/base/Debugger/src/resources/icons/stepinto.png,
	  plugins/base/Debugger/src/resources/icons/stepover.png,
	  plugins/base/Debugger/src/resources/icons/stop.png,
	  plugins/base/Debugger/src/resources/icons/update.png:
	  
	  icons for debugger

2008-02-12 18:48  xiantia

	* [r1574] plugins/base/Debugger/Debugger.pro,
	  plugins/base/Debugger/src/DockGNUDebugger.cpp,
	  plugins/base/Debugger/src/GNUDebugger.cpp,
	  plugins/base/Debugger/src/addon/gdbBridgeEditor.cpp,
	  plugins/base/Debugger/src/addon/gdbControl.cpp,
	  plugins/base/Debugger/src/addon/gdbWatch.cpp,
	  plugins/base/Debugger/src/kernel/gdbCore.cpp,
	  plugins/base/Debugger/src/kernel/gdbParser.cpp,
	  plugins/base/Debugger/src/kernel/gdbParser.h,
	  plugins/base/Debugger/src/resources/Debugger.qrc:
	  
	  change :
	  - small icon under GdbControl (bye bye "load target" button)
	  - tooltip
	  - debugger check if your target is for your OS (example : target
	  name = toto.exe, but you want debug this under Linux)
	  
	  fixed :
	  - bug under GdbParser (now auto generate Id for interpreter)
	  
	  no desired :
	  - plugin create releaseger directory under windows
	  - plugin create in your MONKEY_HOME/bin some file. ( this change
	  in the future)
	  - some time under windows monkey don't want exit if your target
	  already running.

2008-02-12 06:23  hlamer

	* [r1573] plugins/base/Navigator/Navigator.pro,
	  plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/EntityContainer.h:
	  
	  Fixed few bugs

2008-02-10 08:17  xiantia

	* [r1572] plugins/base/Debugger/src/DockGNUDebugger.cpp,
	  plugins/base/Debugger/src/DockGNUDebugger.h,
	  plugins/base/Debugger/src/addon/gdbAnswer.cpp,
	  plugins/base/Debugger/src/addon/gdbBackTrace.cpp,
	  plugins/base/Debugger/src/addon/gdbBreakPoint.cpp,
	  plugins/base/Debugger/src/addon/gdbBreakPoint.h,
	  plugins/base/Debugger/src/addon/gdbBridgeEditor.cpp,
	  plugins/base/Debugger/src/addon/gdbControl.cpp,
	  plugins/base/Debugger/src/addon/gdbControl.h,
	  plugins/base/Debugger/src/addon/gdbRegisters.cpp,
	  plugins/base/Debugger/src/addon/gdbWatch.cpp,
	  plugins/base/Debugger/src/kernel/gdbCore.cpp,
	  plugins/base/Debugger/src/kernel/gdbCore.h,
	  plugins/base/Debugger/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/base/Debugger/src/kernel/gdbKernelDispatcher.h,
	  plugins/base/Debugger/src/kernel/gdbProcess.cpp,
	  plugins/base/Debugger/src/kernel/gdbProcess.h,
	  plugins/base/Debugger/src/kernel/gdbTemplateCore.h:
	  
	  Some bug fixed :
	  - GdbBreakpoint : if you speed click under editor, the debugger
	  have not time for terminate your request, message "breakpoint are
	  already exist" (fixed)
	  - GdbProcess : a QProcess for Gdb. (not use pConsole now)(Note :
	  some time this crash when you close Monkey)
	  - Gdb 6.7.5 under windows supported.
	  
	  change :
	  - Gdb is not started when you start Monkey, load target and Gdb
	  started (you can now add variable in witch, creating breakpoint,
	  ...)
	  - if you add breakpoint under editor and you close / re-open this
	  file, now the breakpoint are automatic restoring.
	  - when you quit debugger mode by clicking under "exit" button,
	  all icons in all editors are deleted.
	  
	  bug :
	  some time monkey don't want close correctly, because Gdb running

2008-02-08 22:45  xiantia

	* [r1571] plugins/base/Debugger/Debugger.pro,
	  plugins/base/Debugger/file/know_list_and_id.txt,
	  plugins/base/Debugger/src/DockGNUDebugger.cpp,
	  plugins/base/Debugger/src/DockGNUDebugger.h,
	  plugins/base/Debugger/src/addon/gdbBackTrace.cpp,
	  plugins/base/Debugger/src/addon/gdbBackTrace.h,
	  plugins/base/Debugger/src/addon/gdbBridgeEditor.h,
	  plugins/base/Debugger/src/addon/gdbControl.cpp,
	  plugins/base/Debugger/src/addon/gdbRegisters.h,
	  plugins/base/Debugger/src/addon/gdbWatch.h,
	  plugins/base/Debugger/src/kernel/gdbCore.cpp,
	  plugins/base/Debugger/src/kernel/gdbInterpreter.h,
	  plugins/base/Debugger/src/kernel/gdbParser.cpp,
	  plugins/base/Debugger/src/kernel/gdbProcess.cpp,
	  plugins/base/Debugger/src/kernel/gdbProcess.h,
	  plugins/base/Debugger/src/kernel/gdbTemplateCore.h,
	  plugins/base/base.pro, plugins/child/child.pro,
	  plugins/plugins.pro:
	  
	  New Change :
	  
	  - Integration of personal QProcess for Gdb (not use pConsole)
	  - Multi threading for addon (BackTrace, Breakpoint, Watch, ....)
	  
	  - Breakpoint add by clicking under of the margin Qsci (now small
	  icon)
	  - Wacth work by drag and drop for add new variable (right click
	  for delete variable)
	  - If the value change (Registers or watch) you can see this
	  (change color to Red)
	  
	  IMPORTANT : the know_list_and_id.txt should be under
	  ./bin/plugins/debugger (you can found this file in
	  ./plugins/debugger/file

2008-02-07 17:04  pasnox

	* [r1570] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h:
	  
	  add a aboutToClose signal witch can be used by plugins to know
	  about application closing

2008-02-06 22:33  hlamer

	* [r1569] ctags/ctags/c.c, monkey.pro,
	  plugins/base/Navigator/icons/ENUM.png,
	  plugins/base/Navigator/icons/ENUMERATOR.png,
	  plugins/base/Navigator/icons/FUNCTION.png,
	  plugins/base/Navigator/icons/MACRO.png,
	  plugins/base/Navigator/icons/MEMBER.png,
	  plugins/base/Navigator/icons/icons.qrc,
	  plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/Entity.h:
	  
	  New functionality and new icons for Navigator

2008-02-06 22:28  xiantia

	* [r1568] plugins/base/base.pro:
	  
	  

2008-02-06 22:12  xiantia

	* [r1567] plugins/base/Debugger/src/DockGNUDebugger.cpp,
	  plugins/base/Debugger/src/DockGNUDebugger.h,
	  plugins/base/Debugger/src/GNUDebugger.cpp:
	  
	  

2008-02-06 22:11  xiantia

	* [r1566] plugins/base/Debugger/src/addon/gdbAnswer.cpp,
	  plugins/base/Debugger/src/addon/gdbAnswer.h,
	  plugins/base/Debugger/src/addon/gdbBackTrace.cpp,
	  plugins/base/Debugger/src/addon/gdbBackTrace.h,
	  plugins/base/Debugger/src/addon/gdbBreakPoint.cpp,
	  plugins/base/Debugger/src/addon/gdbBreakPoint.h,
	  plugins/base/Debugger/src/addon/gdbBridgeEditor.cpp,
	  plugins/base/Debugger/src/addon/gdbBridgeEditor.h,
	  plugins/base/Debugger/src/addon/gdbControl.cpp,
	  plugins/base/Debugger/src/addon/gdbControl.h,
	  plugins/base/Debugger/src/addon/gdbPluginManager.cpp,
	  plugins/base/Debugger/src/addon/gdbPluginManager.h,
	  plugins/base/Debugger/src/addon/gdbRegisters.cpp,
	  plugins/base/Debugger/src/addon/gdbRegisters.h,
	  plugins/base/Debugger/src/addon/gdbWatch.cpp,
	  plugins/base/Debugger/src/addon/gdbWatch.h:
	  
	  

2008-02-06 22:10  xiantia

	* [r1565] plugins/base/Debugger/src/kernel/gdbBase.cpp,
	  plugins/base/Debugger/src/kernel/gdbBase.h,
	  plugins/base/Debugger/src/kernel/gdbCore.cpp,
	  plugins/base/Debugger/src/kernel/gdbCore.h,
	  plugins/base/Debugger/src/kernel/gdbInterpreter.h,
	  plugins/base/Debugger/src/kernel/gdbKernelDispatcher.cpp,
	  plugins/base/Debugger/src/kernel/gdbKernelDispatcher.h,
	  plugins/base/Debugger/src/kernel/gdbMessage.h,
	  plugins/base/Debugger/src/kernel/gdbParser.cpp,
	  plugins/base/Debugger/src/kernel/gdbParser.h,
	  plugins/base/Debugger/src/kernel/gdbTemplateCore.cpp,
	  plugins/base/Debugger/src/kernel/gdbTemplateCore.h,
	  plugins/base/Debugger/src/kernel/gdbTemplateProcess.cpp,
	  plugins/base/Debugger/src/kernel/gdbTemplateProcess.h:
	  
	  

2008-02-06 22:09  xiantia

	* [r1564] plugins/base/Debugger/file/know_list_and_id.txt:
	  
	  

2008-02-06 22:08  xiantia

	* [r1563] plugins/base/Debugger/Debugger.pro:
	  
	  

2008-01-27 23:11  pasnox

	* [r1562] xup/src/xupmanager/FilteredProjectItemModel.cpp:
	  
	  fix bug where comment in multiline mode are visible in filtered
	  mode

2008-01-27 23:04  xiantia

	* [r1561] plugins/base/Debugger/src/addon/gdbAnswer.cpp,
	  plugins/base/Debugger/src/addon/gdbAnswer.h:
	  
	  

2008-01-27 22:59  pasnox

	* [r1560] xup/xup.pro:
	  
	  

2008-01-27 22:59  pasnox

	* [r1559] xup/src/qmakemanager/QMake2XUP.cpp:
	  
	  fix a bug : comment can be part of values list in multiline mode

2008-01-27 22:58  pasnox

	* [r1558] xup/src/qmakemanager/QMakeProjectItem.cpp:
	  
	  add a processEvents for avoid freeze of gui

2008-01-27 21:35  xiantia

	* [r1557] plugins/base/Debugger/src/kernel/gdbParser.cpp:
	  
	  bug fix :
	  
	  GdbParser : Some time Gdb not break if breakpoint occur (split in
	  two lines)

2008-01-27 21:02  pasnox

	* [r1556] monkey/src/workspace/pWorkspace.cpp:
	  
	  fix bug where fileOpened is emit while child is not yet in
	  workspace

2008-01-27 20:58  xiantia

	* [r1555] plugins/base/Debugger/src/addon/gdbBreakPoint.cpp:
	  
	  

2008-01-27 20:20  xiantia

	* [r1554] plugins/base/Debugger/file,
	  plugins/base/Debugger/file/know_list_and_id.txt:
	  
	  

2008-01-27 19:57  xiantia

	* [r1553] plugins/base/Debugger/src/addon/gdbAnswer.cpp,
	  plugins/base/Debugger/src/addon/gdbAnswer.h:
	  
	  

2008-01-27 19:51  pasnox

	* [r1552] xup/src/qmakemanager/QMake2XUP.cpp,
	  xup/src/qmakemanager/QMake2XUP.h,
	  xup/src/qmakemanager/QMakeProjectItem.cpp,
	  xup/src/qmakemanager/QMakeProjectItem.h,
	  xup/src/qmakemanager/resources/icons/def_file.png,
	  xup/src/qmakemanager/resources/icons/defines.png,
	  xup/src/qmakemanager/resources/icons/dependpath.png,
	  xup/src/qmakemanager/resources/icons/file.png,
	  xup/src/qmakemanager/resources/icons/folder.png,
	  xup/src/qmakemanager/resources/icons/form3.png,
	  xup/src/qmakemanager/resources/icons/forms.png,
	  xup/src/qmakemanager/resources/icons/headers.png,
	  xup/src/qmakemanager/resources/icons/includepath.png,
	  xup/src/qmakemanager/resources/icons/items,
	  xup/src/qmakemanager/resources/icons/items/def_file.png,
	  xup/src/qmakemanager/resources/icons/items/defines.png,
	  xup/src/qmakemanager/resources/icons/items/dependpath.png,
	  xup/src/qmakemanager/resources/icons/items/file.png,
	  xup/src/qmakemanager/resources/icons/items/folder.png,
	  xup/src/qmakemanager/resources/icons/items/form3.png,
	  xup/src/qmakemanager/resources/icons/items/forms.png,
	  xup/src/qmakemanager/resources/icons/items/headers.png,
	  xup/src/qmakemanager/resources/icons/items/includepath.png,
	  xup/src/qmakemanager/resources/icons/items/libs.png,
	  xup/src/qmakemanager/resources/icons/items/rc_file.png,
	  xup/src/qmakemanager/resources/icons/items/res_file.png,
	  xup/src/qmakemanager/resources/icons/items/resources.png,
	  xup/src/qmakemanager/resources/icons/items/sources.png,
	  xup/src/qmakemanager/resources/icons/items/translations.png,
	  xup/src/qmakemanager/resources/icons/items/vpath.png,
	  xup/src/qmakemanager/resources/icons/libs.png,
	  xup/src/qmakemanager/resources/icons/rc_file.png,
	  xup/src/qmakemanager/resources/icons/res_file.png,
	  xup/src/qmakemanager/resources/icons/resources.png,
	  xup/src/qmakemanager/resources/icons/sources.png,
	  xup/src/qmakemanager/resources/icons/translations.png,
	  xup/src/qmakemanager/resources/icons/vpath.png,
	  xup/src/qmakemanager/resources/qmakemanager.qrc:
	  
	  activate basic qmake support

2008-01-27 19:50  pasnox

	* [r1551] xup/src/xupmanager/ui/UIProjectsManager.cpp:
	  
	  delete parent item when removing last value of a variable

2008-01-27 19:50  pasnox

	* [r1550] xup/src/xupmanager/ProjectItem.cpp,
	  xup/src/xupmanager/ProjectItem.h:
	  
	  made setModified virtual.
	  auto remove node from parent node when calling remove()

2008-01-27 18:47  xiantia

	* [r1549] plugins/base/Debugger/Debugger.pro,
	  plugins/base/Debugger/src/DockGNUDebugger.cpp,
	  plugins/base/Debugger/src/DockGNUDebugger.h,
	  plugins/base/Debugger/src/addon/gdbControl.cpp,
	  plugins/base/Debugger/src/addon/gdbControl.h,
	  plugins/base/Debugger/src/kernel/gdbParser.cpp:
	  
	  

2008-01-27 17:33  xiantia

	* [r1548] plugins/base/base.pro:
	  
	  

2008-01-27 17:31  xiantia

	* [r1547] plugins/base/Debugger,
	  plugins/base/Debugger/Debugger.pro, plugins/base/Debugger/src,
	  plugins/base/Debugger/src/DockGNUDebugger.cpp,
	  plugins/base/Debugger/src/DockGNUDebugger.h,
	  plugins/base/Debugger/src/GNUDebugger.cpp,
	  plugins/base/Debugger/src/GNUDebugger.h,
	  plugins/base/Debugger/src/addon,
	  plugins/base/Debugger/src/addon/gdbBackTrace.cpp,
	  plugins/base/Debugger/src/addon/gdbBackTrace.h,
	  plugins/base/Debugger/src/addon/gdbBreakPoint.cpp,
	  plugins/base/Debugger/src/addon/gdbBreakPoint.h,
	  plugins/base/Debugger/src/addon/gdbBridgeEditor.cpp,
	  plugins/base/Debugger/src/addon/gdbBridgeEditor.h,
	  plugins/base/Debugger/src/addon/gdbControl.cpp,
	  plugins/base/Debugger/src/addon/gdbControl.h,
	  plugins/base/Debugger/src/addon/gdbPluginManager.cpp,
	  plugins/base/Debugger/src/addon/gdbPluginManager.h,
	  plugins/base/Debugger/src/addon/gdbRegisters.cpp,
	  plugins/base/Debugger/src/addon/gdbRegisters.h,
	  plugins/base/Debugger/src/addon/gdbWatch.cpp,
	  plugins/base/Debugger/src/addon/gdbWatch.h,
	  plugins/base/Debugger/src/kernel,
	  plugins/base/Debugger/src/kernel/gdbBase.cpp,
	  plugins/base/Debugger/src/kernel/gdbBase.h,
	  plugins/base/Debugger/src/kernel/gdbInterpreter.h,
	  plugins/base/Debugger/src/kernel/gdbMessage.h,
	  plugins/base/Debugger/src/kernel/gdbParser.cpp,
	  plugins/base/Debugger/src/kernel/gdbParser.h,
	  plugins/base/Debugger/src/kernel/gdbTemplateProcess.cpp,
	  plugins/base/Debugger/src/kernel/gdbTemplateProcess.h,
	  plugins/base/Debugger/src/resources,
	  plugins/base/Debugger/src/resources/Debugger.qrc,
	  plugins/base/Debugger/src/resources/icons,
	  plugins/base/Debugger/src/resources/icons/Thumbs.db,
	  plugins/base/Debugger/src/resources/icons/break_conditionnal_disable.png,
	  plugins/base/Debugger/src/resources/icons/break_conditionnal_enable.png,
	  plugins/base/Debugger/src/resources/icons/break_disable.png,
	  plugins/base/Debugger/src/resources/icons/break_enable.png,
	  plugins/base/Debugger/src/resources/icons/buttonok.png,
	  plugins/base/Debugger/src/resources/icons/clock.png,
	  plugins/base/Debugger/src/resources/icons/console.png,
	  plugins/base/Debugger/src/resources/icons/error.png,
	  plugins/base/Debugger/src/resources/icons/goto.png,
	  plugins/base/Debugger/src/resources/icons/message.png,
	  plugins/base/Debugger/src/resources/icons/play.png,
	  plugins/base/Debugger/src/resources/icons/projectclose.png,
	  plugins/base/Debugger/src/resources/icons/projectcloseall.png,
	  plugins/base/Debugger/src/resources/icons/tabbuild.png,
	  plugins/base/Debugger/src/resources/icons/tablog.png,
	  plugins/base/Debugger/src/resources/icons/taboutput.png,
	  plugins/base/Debugger/src/resources/icons/warning.png,
	  plugins/base/Debugger/src/resources/images,
	  plugins/base/Debugger/src/ui:
	  
	  the first version of GNU Debugger
	  Compiled :
	  add in base.pro subdir Debugger
	  
	  This version debug only my executable, you can't modify this.
	  This version use a file know_list_and_id.txt for parse all string
	  from Gdb

2008-01-27 17:20  pasnox

	* [r1546] xup/monkey.xup,
	  xup/src/xupmanager/FilteredProjectItemModel.cpp,
	  xup/src/xupmanager/FilteredProjectItemModel.h,
	  xup/src/xupmanager/ProjectItem.cpp, xup/xup.pro:
	  
	  first complete and usable XUP project manager.

2008-01-27 15:12  pasnox

	* [r1545] xup/monkey.xup:
	  
	  

2008-01-27 15:12  pasnox

	* [r1544] xup/src/xupmanager/FilteredProjectItemModel.cpp:
	  
	  now folders are always created on top of values and are sorted

2008-01-27 15:11  pasnox

	* [r1543] xup/src/xupmanager/ProjectItem.cpp:
	  
	  files added are put as relative to project

2008-01-27 00:09  pasnox

	* [r1542] xup/src/xupmanager/ui/UIProjectsManager.cpp,
	  xup/src/xupmanager/ui/UIProjectsManager.h:
	  
	  add support for closed() signal from project.
	  Fix bug where SaveAll action was not enabled/disabled truely

2008-01-27 00:06  pasnox

	* [r1541] xup/src/xupmanager/FilteredProjectItemModel.cpp:
	  
	  auto remove empty folder items

2008-01-27 00:05  pasnox

	* [r1540] xup/src/xupmanager/ProjectItem.cpp,
	  xup/src/xupmanager/ProjectItem.h:
	  
	  add a closed signal, no longer auto delete items on project
	  closed.
	  Instead proejct manager remove them when it got signal

2008-01-27 00:03  pasnox

	* [r1539] xup/src/qmakemanager/QMakeProjectItem.cpp:
	  
	  fix build error for obsolete QMakeProjectItem

2008-01-27 00:03  pasnox

	* [r1538] xup/monkey.xup:
	  
	  update demo xup file

2008-01-26 20:45  pasnox

	* [r1537] xup/monkey.xup, xup/src/main.cpp,
	  xup/src/qmakemanager/QMakeProjectItem.cpp,
	  xup/src/qmakemanager/QMakeProjectItem.h,
	  xup/src/xupmanager/FilteredProjectItemModel.cpp,
	  xup/src/xupmanager/FilteredProjectItemModel.h,
	  xup/src/xupmanager/ProjectItem.cpp,
	  xup/src/xupmanager/ProjectItem.h,
	  xup/src/xupmanager/ProjectItemModel.cpp,
	  xup/src/xupmanager/ProjectItemModel.h,
	  xup/src/xupmanager/XUPManager.cpp,
	  xup/src/xupmanager/XUPManager.h,
	  xup/src/xupmanager/ui/UIProjectsManager.cpp,
	  xup/src/xupmanager/ui/UIProjectsManager.h, xup/xup.pro:
	  
	  new enhancements

2008-01-25 17:03  pasnox

	* [r1536] xup/src/xupmanager/FilteredProjectItemModel.cpp,
	  xup/src/xupmanager/FilteredProjectItemModel.h,
	  xup/src/xupmanager/ProjectItem.cpp,
	  xup/src/xupmanager/ProjectItem.h,
	  xup/src/xupmanager/XUPManager.cpp,
	  xup/src/xupmanager/ui/UIProjectsManager.cpp:
	  
	  code ehnancement

2008-01-23 00:32  pasnox

	* [r1535] xup/src/resources/icons/actions,
	  xup/src/resources/icons/actions/add.png,
	  xup/src/resources/icons/actions/close.png,
	  xup/src/resources/icons/actions/closeall.png,
	  xup/src/resources/icons/actions/filtered.png,
	  xup/src/resources/icons/actions/new.png,
	  xup/src/resources/icons/actions/open.png,
	  xup/src/resources/icons/actions/remove.png,
	  xup/src/resources/icons/actions/save.png,
	  xup/src/resources/icons/actions/saveall.png,
	  xup/src/resources/icons/actions/settings.png,
	  xup/src/resources/icons/actions/source.png,
	  xup/src/resources/icons/comment.png,
	  xup/src/resources/icons/emptyline.png,
	  xup/src/resources/icons/function.png,
	  xup/src/resources/icons/items,
	  xup/src/resources/icons/items/comment.png,
	  xup/src/resources/icons/items/emptyline.png,
	  xup/src/resources/icons/items/file.png,
	  xup/src/resources/icons/items/folder.png,
	  xup/src/resources/icons/items/function.png,
	  xup/src/resources/icons/items/project.png,
	  xup/src/resources/icons/items/scope.png,
	  xup/src/resources/icons/items/value.png,
	  xup/src/resources/icons/items/variable.png,
	  xup/src/resources/icons/project.png,
	  xup/src/resources/icons/scope.png,
	  xup/src/resources/icons/value.png,
	  xup/src/resources/icons/variable.png,
	  xup/src/resources/resources.qrc:
	  
	  reorganize a little icons resources

2008-01-23 00:31  pasnox

	* [r1534] xup/xup.pro:
	  
	  remove qmakeitem from project until api is finished

2008-01-23 00:30  pasnox

	* [r1533] xup/src/qmakemanager/QMake2XUP.cpp,
	  xup/src/qmakemanager/QMake2XUP.h,
	  xup/src/qmakemanager/QMakeProjectItem.cpp,
	  xup/src/qmakemanager/QMakeProjectItem.h:
	  
	  some code cleaning, ad fake api for saving

2008-01-23 00:29  pasnox

	* [r1532] xup/src/xupmanager/FilteredProjectItemModel.cpp,
	  xup/src/xupmanager/FilteredProjectItemModel.h:
	  
	  some code cleaning, stock pointer to all items except folder so
	  mapFromSource and mapToSource are pretty ok
	  Add recursive item adding for unfiltered items

2008-01-23 00:27  pasnox

	* [r1531] xup/src/xupmanager/ProjectItem.cpp,
	  xup/src/xupmanager/ProjectItem.h:
	  
	  import code from XUPManager.
	  Add a setDomDocument with will contains he domdocument of project
	  No longer use QDomNode cloneNode()
	  only close clone( false ) to create empty new items

2008-01-23 00:26  pasnox

	* [r1530] xup/src/xupmanager/XUPManager.cpp,
	  xup/src/xupmanager/XUPManager.h:
	  
	  move many code to ProjectItem

2008-01-23 00:25  pasnox

	* [r1529] xup/src/xupmanager/ui/UIProjectsManager.cpp,
	  xup/src/xupmanager/ui/UIProjectsManager.h,
	  xup/src/xupmanager/ui/UIProjectsManager.ui:
	  
	  improve action management and some code clean

2008-01-23 00:25  pasnox

	* [r1528] xup/src/main.cpp:
	  
	  add a main window to avoid double click on title bar bug

2008-01-19 14:58  pasnox

	* [r1527] monkey/src/workspace/pWorkspace.cpp:
	  
	  fix a bug causing active previous/next child to be enabled when
	  only one child is there

2008-01-19 14:57  pasnox

	* [r1526] monkey/src/templatesmanager/ui/UITemplatesWizard.ui:
	  
	  change some widgets palce and resize dialog

2008-01-19 14:56  pasnox

	* [r1525] monkey/src/maininterface/UIMain.cpp:
	  
	  change some default shortcuts

2008-01-19 14:55  pasnox

	* [r1524] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  code enhancmeent, now no longer use system side members for
	  unsetting environment variables

2008-01-17 23:32  hlamer

	* [r1523] plugins/base/MessageBox/src/pDockMessageBox.cpp:
	  
	  

2008-01-17 22:23  pasnox

	* [r1522] fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBar.h,
	  fresh/widgets/pDockToolBarManager.cpp:
	  
	  fix support for unified title and toolbar on mac

2008-01-17 21:32  pasnox

	* [r1521] monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  no longer call closeCurrentDocument() for fixing last bug,
	  instead i remplement closeDocument() because a close event don t
	  mean it close the current window

2008-01-17 21:23  pasnox

	* [r1520] fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h:
	  
	  fix issue #822

2008-01-16 21:53  pasnox

	* [r1519] fresh/widgets/pExtendedWorkspace.cpp:
	  
	  temporary fix for issue #822, closing a mdi window by it's mdi
	  close button is deactivate

2008-01-16 01:35  pasnox

	* [r1517] monkey/installs.pri:
	  
	  fix install .desktop and icon in prefix

2008-01-16 01:14  pasnox

	* [r1516] readme.txt:
	  
	  update readme file for let user know about install script rules.

2008-01-16 01:14  pasnox

	* [r1515] monkey/installs.pri, monkey/monkey.pro,
	  monkey/src/settingsmanager/Settings.cpp:
	  
	  fix Settings class and install.pri script so now user will be
	  able to choose install path prefix ( usefull for linux packager )

2008-01-15 18:48  pasnox

	* [r1514] monkey/installs.pri:
	  
	  

2008-01-15 17:05  pasnox

	* [r1513] monkey/monkey.pro,
	  monkey/src/settingsmanager/Settings.cpp:
	  
	  add support that allow to change prefix and prefix data on linux
	  where executing qmake.
	  This way monkey will know where it s installed and will found
	  plugins

2008-01-14 18:22  pasnox

	* [r1512] fresh/demo/main.cpp, fresh/objects/MonkeyExport.h,
	  fresh/objects/QSingleton.cpp, fresh/objects/QSingleton.h,
	  fresh/objects/pSettings.cpp, fresh/objects/pSettings.h,
	  fresh/widgets/pAction.cpp, fresh/widgets/pAction.h,
	  fresh/widgets/pActionManager.cpp, fresh/widgets/pActionManager.h,
	  fresh/widgets/pDockToolBar.cpp, fresh/widgets/pDockToolBar.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h,
	  fresh/widgets/pDockWidget.cpp, fresh/widgets/pDockWidget.h,
	  fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h,
	  fresh/widgets/pFileListEditor.cpp,
	  fresh/widgets/pFileListEditor.h,
	  fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h,
	  fresh/widgets/pKeySequenceInput.cpp,
	  fresh/widgets/pKeySequenceInput.h, fresh/widgets/pMainWindow.cpp,
	  fresh/widgets/pMainWindow.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pMenuBar.h, fresh/widgets/pPathListEditor.cpp,
	  fresh/widgets/pPathListEditor.h,
	  fresh/widgets/pShortcutsEditor.cpp,
	  fresh/widgets/pShortcutsEditor.h,
	  fresh/widgets/pStringListEditor.cpp,
	  fresh/widgets/pStringListEditor.h, fresh/widgets/pTabBar.cpp,
	  fresh/widgets/pTabBar.h, fresh/widgets/pTabbedMainWindow.cpp,
	  fresh/widgets/pTabbedMainWindow.h,
	  fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceCorner.h,
	  fresh/widgets/pTabbedWorkspaceCornerButton.cpp,
	  fresh/widgets/pTabbedWorkspaceCornerButton.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceRightCorner.h,
	  fresh/widgets/pTreeComboBox.cpp, fresh/widgets/pTreeComboBox.h,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.cpp,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.h,
	  monkey/src/consolemanager/pCommand.h,
	  monkey/src/consolemanager/pCommandParser.cpp,
	  monkey/src/consolemanager/pCommandParser.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/ctagsmanager/Ctags.cpp,
	  monkey/src/ctagsmanager/Ctags.h, monkey/src/main.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/maininterface/ui/UITranslator.h,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/BuilderPlugin.h,
	  monkey/src/pluginsmanager/CLIToolPlugin.h,
	  monkey/src/pluginsmanager/ChildPlugin.h,
	  monkey/src/pluginsmanager/CompilerPlugin.h,
	  monkey/src/pluginsmanager/DebuggerPlugin.h,
	  monkey/src/pluginsmanager/InterpreterPlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/ProjectPlugin.h,
	  monkey/src/pluginsmanager/WorkspacePlugin.h,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.h,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.h,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.h,
	  monkey/src/projectsmanager/ProjectItem.cpp,
	  monkey/src/projectsmanager/ProjectItem.h,
	  monkey/src/projectsmanager/ProjectsModel.cpp,
	  monkey/src/projectsmanager/ProjectsModel.h,
	  monkey/src/projectsmanager/ProjectsProxy.cpp,
	  monkey/src/projectsmanager/ProjectsProxy.h,
	  monkey/src/projectsmanager/ui/UIAddExistingFiles.cpp,
	  monkey/src/projectsmanager/ui/UIAddExistingFiles.h,
	  monkey/src/projectsmanager/ui/UIProjectsManager.cpp,
	  monkey/src/projectsmanager/ui/UIProjectsManager.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/toolsmanager/pDesktopApplications.cpp,
	  monkey/src/toolsmanager/pDesktopApplications.h,
	  monkey/src/toolsmanager/pDesktopApplications_mac.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_unix.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_win32.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/pToolsManager.h,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.h,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.h,
	  monkey/src/variablesmanager/VariablesManager.cpp,
	  monkey/src/variablesmanager/VariablesManager.h,
	  monkey/src/workspace/UISaveFiles.cpp,
	  monkey/src/workspace/UISaveFiles.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/AStyle/src/pFormatterSettings.cpp,
	  plugins/base/AStyle/src/pFormatterSettings.h,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.cpp,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.h,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.cpp,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.h,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/FileBrowserSettings.cpp,
	  plugins/base/FileBrowser/src/FileBrowserSettings.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MessageBox/src/pDockMessageBox.cpp,
	  plugins/base/MessageBox/src/pDockMessageBox.h,
	  plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/EntityContainer.h,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h,
	  plugins/base/Navigator/src/NavigatorSettings.cpp,
	  plugins/base/Navigator/src/NavigatorSettings.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.h,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/builder/MSVCMake/src/MSVCMakeParser.cpp,
	  plugins/builder/MSVCMake/src/MSVCMakeParser.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.h,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.cpp,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.h,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.h,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.h,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.cpp,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.h,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/compiler/Gcc/src/Gcc.cpp, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/compiler/MSVC/src/MSVCParser.cpp,
	  plugins/compiler/MSVC/src/MSVCParser.h,
	  plugins/project/MonkeyProject/src/MonkeyProject.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProject.h,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.h,
	  plugins/project/MonkeyProject/src/ui/UIMonkeyProjectSettings.cpp,
	  plugins/project/MonkeyProject/src/ui/UIMonkeyProjectSettings.h,
	  plugins/project/QMake/src/QMake.cpp,
	  plugins/project/QMake/src/QMake.h,
	  plugins/project/QMake/src/QMakeItem.cpp,
	  plugins/project/QMake/src/QMakeItem.h,
	  plugins/project/QMake/src/QMakeItemDelegate.cpp,
	  plugins/project/QMake/src/QMakeItemDelegate.h,
	  plugins/project/QMake/src/QMakeParser.cpp,
	  plugins/project/QMake/src/QMakeParser.h,
	  plugins/project/QMake/src/QMakeProxy.cpp,
	  plugins/project/QMake/src/QMakeProxy.h,
	  plugins/project/QMake/src/ui/UIItemSettings.cpp,
	  plugins/project/QMake/src/ui/UIItemSettings.h,
	  plugins/project/QMake/src/ui/UIQMakeProjectSettings.cpp,
	  plugins/project/QMake/src/ui/UIQMakeProjectSettings.h,
	  plugins/project/QMake/src/ui/UISettingsQMake.cpp,
	  plugins/project/QMake/src/ui/UISettingsQMake.h:
	  
	  update headers informations & eol

2008-01-14 00:31  pasnox

	* [r1511] coveragemeter/ui/UITestReport.cpp,
	  coveragemeter/ui/UITestReport.h, fresh/demo/main.cpp,
	  fresh/objects/MonkeyExport.h, fresh/objects/QSingleton.cpp,
	  fresh/objects/QSingleton.h, fresh/objects/pSettings.cpp,
	  fresh/objects/pSettings.h, fresh/widgets/pAction.cpp,
	  fresh/widgets/pAction.h, fresh/widgets/pActionManager.cpp,
	  fresh/widgets/pActionManager.h, fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBar.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h,
	  fresh/widgets/pDockWidget.cpp, fresh/widgets/pDockWidget.h,
	  fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h,
	  fresh/widgets/pFileListEditor.cpp,
	  fresh/widgets/pFileListEditor.h,
	  fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h,
	  fresh/widgets/pKeySequenceInput.cpp,
	  fresh/widgets/pKeySequenceInput.h, fresh/widgets/pMainWindow.cpp,
	  fresh/widgets/pMainWindow.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pMenuBar.h, fresh/widgets/pPathListEditor.cpp,
	  fresh/widgets/pPathListEditor.h,
	  fresh/widgets/pShortcutsEditor.cpp,
	  fresh/widgets/pShortcutsEditor.h,
	  fresh/widgets/pStringListEditor.cpp,
	  fresh/widgets/pStringListEditor.h, fresh/widgets/pTabBar.cpp,
	  fresh/widgets/pTabBar.h, fresh/widgets/pTabbedMainWindow.cpp,
	  fresh/widgets/pTabbedMainWindow.h,
	  fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceCorner.h,
	  fresh/widgets/pTabbedWorkspaceCornerButton.cpp,
	  fresh/widgets/pTabbedWorkspaceCornerButton.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceRightCorner.h,
	  fresh/widgets/pTreeComboBox.cpp, fresh/widgets/pTreeComboBox.h,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.cpp,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.h,
	  monkey/src/consolemanager/pCommand.h,
	  monkey/src/consolemanager/pCommandParser.cpp,
	  monkey/src/consolemanager/pCommandParser.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/ctagsmanager/Ctags.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h, monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pMonkeyStudio.h,
	  monkey/src/pluginsmanager/BuilderPlugin.h,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.h,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.h,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.h,
	  monkey/src/projectsmanager/ProjectItem.cpp,
	  monkey/src/projectsmanager/ProjectItem.h,
	  monkey/src/projectsmanager/ui/UIAddExistingFiles.cpp,
	  monkey/src/projectsmanager/ui/UIAddExistingFiles.h,
	  monkey/src/projectsmanager/ui/UIProjectsManager.cpp,
	  monkey/src/projectsmanager/ui/UIProjectsManager.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.h,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/toolsmanager/pDesktopApplications.cpp,
	  monkey/src/toolsmanager/pDesktopApplications.h,
	  monkey/src/toolsmanager/pDesktopApplications_mac.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_unix.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_win32.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.cpp,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.h,
	  plugins/base/FileBrowser/src/FileBrowserSettings.cpp,
	  plugins/base/FileBrowser/src/FileBrowserSettings.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h,
	  plugins/base/MessageBox/src/pDockMessageBox.cpp,
	  plugins/base/MessageBox/src/pDockMessageBox.h,
	  plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/EntityContainer.h,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h,
	  plugins/base/Navigator/src/NavigatorSettings.cpp,
	  plugins/base/Navigator/src/NavigatorSettings.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.h,
	  plugins/compiler/Gcc/src/Gcc.cpp, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/compiler/MSVC/src/MSVCParser.cpp,
	  plugins/compiler/MSVC/src/MSVCParser.h,
	  plugins/project/MonkeyProject/src/MonkeyProject.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProject.h,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.h,
	  plugins/project/MonkeyProject/src/ui/UIMonkeyProjectSettings.cpp,
	  plugins/project/MonkeyProject/src/ui/UIMonkeyProjectSettings.h,
	  plugins/project/QMake/src/QMakeItem.cpp,
	  plugins/project/QMake/src/QMakeItem.h:
	  
	  updated all header fileselse linux packager will not add
	  monkeystudio to ubuntu hardy repository

2008-01-14 00:03  pasnox

	* [r1510] coveragemeter/ui/UITestReport.cpp,
	  coveragemeter/ui/UITestReport.h, fresh/demo/main.cpp,
	  fresh/objects/MonkeyExport.h, fresh/objects/QSingleton.cpp,
	  fresh/objects/QSingleton.h, fresh/objects/pSettings.cpp,
	  fresh/objects/pSettings.h, fresh/widgets/pAction.cpp,
	  fresh/widgets/pAction.h, fresh/widgets/pActionManager.cpp,
	  fresh/widgets/pActionManager.h, fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBar.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h,
	  fresh/widgets/pDockWidget.cpp, fresh/widgets/pDockWidget.h,
	  fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h,
	  fresh/widgets/pFileListEditor.cpp,
	  fresh/widgets/pFileListEditor.h,
	  fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h,
	  fresh/widgets/pKeySequenceInput.cpp,
	  fresh/widgets/pKeySequenceInput.h, fresh/widgets/pMainWindow.cpp,
	  fresh/widgets/pMainWindow.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pMenuBar.h, fresh/widgets/pPathListEditor.cpp,
	  fresh/widgets/pPathListEditor.h,
	  fresh/widgets/pShortcutsEditor.cpp,
	  fresh/widgets/pShortcutsEditor.h,
	  fresh/widgets/pStringListEditor.cpp,
	  fresh/widgets/pStringListEditor.h, fresh/widgets/pTabBar.cpp,
	  fresh/widgets/pTabBar.h, fresh/widgets/pTabbedMainWindow.cpp,
	  fresh/widgets/pTabbedMainWindow.h,
	  fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceCorner.h,
	  fresh/widgets/pTabbedWorkspaceCornerButton.cpp,
	  fresh/widgets/pTabbedWorkspaceCornerButton.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceRightCorner.h,
	  fresh/widgets/pTreeComboBox.cpp, fresh/widgets/pTreeComboBox.h,
	  monkey/monkey.rc,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.cpp,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.h,
	  monkey/src/consolemanager/pCommand.h,
	  monkey/src/consolemanager/pCommandParser.cpp,
	  monkey/src/consolemanager/pCommandParser.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/ctagsmanager/Ctags.cpp,
	  monkey/src/ctagsmanager/Ctags.h, monkey/src/main.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/maininterface/ui/UITranslator.h,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/BuilderPlugin.h,
	  monkey/src/pluginsmanager/CLIToolPlugin.h,
	  monkey/src/pluginsmanager/ChildPlugin.h,
	  monkey/src/pluginsmanager/CompilerPlugin.h,
	  monkey/src/pluginsmanager/DebuggerPlugin.h,
	  monkey/src/pluginsmanager/InterpreterPlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/ProjectPlugin.h,
	  monkey/src/pluginsmanager/WorkspacePlugin.h,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.h,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.h,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.h,
	  monkey/src/projectsmanager/ProjectItem.cpp,
	  monkey/src/projectsmanager/ProjectItem.h,
	  monkey/src/projectsmanager/ProjectsModel.cpp,
	  monkey/src/projectsmanager/ProjectsModel.h,
	  monkey/src/projectsmanager/ProjectsProxy.cpp,
	  monkey/src/projectsmanager/ProjectsProxy.h,
	  monkey/src/projectsmanager/ui/UIAddExistingFiles.cpp,
	  monkey/src/projectsmanager/ui/UIAddExistingFiles.h,
	  monkey/src/projectsmanager/ui/UIProjectsManager.cpp,
	  monkey/src/projectsmanager/ui/UIProjectsManager.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.h,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/resources/stylesheets/default.css,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/toolsmanager/pDesktopApplications.cpp,
	  monkey/src/toolsmanager/pDesktopApplications.h,
	  monkey/src/toolsmanager/pDesktopApplications_mac.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_unix.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_win32.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/pToolsManager.h,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.h,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.h,
	  monkey/src/variablesmanager/VariablesManager.cpp,
	  monkey/src/variablesmanager/VariablesManager.h,
	  monkey/src/workspace/UISaveFiles.cpp,
	  monkey/src/workspace/UISaveFiles.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/AStyle/src/pAStyle.h,
	  plugins/base/AStyle/src/pFormatterSettings.cpp,
	  plugins/base/AStyle/src/pFormatterSettings.h,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.cpp,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.h,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.h,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.cpp,
	  plugins/base/Ctags2Api/src/ui/UICtags2Api.h,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.h,
	  plugins/base/FileBrowser/src/FileBrowserSettings.cpp,
	  plugins/base/FileBrowser/src/FileBrowserSettings.h,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.h,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/MessageBox.h,
	  plugins/base/MessageBox/src/pDockMessageBox.cpp,
	  plugins/base/MessageBox/src/pDockMessageBox.h,
	  plugins/base/Navigator/src/Entity.cpp,
	  plugins/base/Navigator/src/Entity.h,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/EntityContainer.h,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/Navigator/src/Navigator.h,
	  plugins/base/Navigator/src/NavigatorSettings.cpp,
	  plugins/base/Navigator/src/NavigatorSettings.h,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.cpp,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.h,
	  plugins/base/ProjectHeaders/src/ui/UIProjectHeaders.ui,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/GNUMake/src/GNUMake.h,
	  plugins/builder/GNUMake/src/GNUMakeParser.h,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.h,
	  plugins/builder/MSVCMake/src/MSVCMakeParser.cpp,
	  plugins/builder/MSVCMake/src/MSVCMakeParser.h,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.h,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.h,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerActionEditor.h,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.cpp,
	  plugins/child/QtDesigner/src/QDesignerObjectInspector.h,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerPropertyEditor.h,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.cpp,
	  plugins/child/QtDesigner/src/QDesignerSignalSlotEditor.h,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.cpp,
	  plugins/child/QtDesigner/src/QDesignerWidgetBox.h,
	  plugins/child/QtDesigner/src/QtDesigner.cpp,
	  plugins/child/QtDesigner/src/QtDesigner.h,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.h,
	  plugins/compiler/Gcc/src/Gcc.cpp, plugins/compiler/Gcc/src/Gcc.h,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/GccParser/src/GccParser.h,
	  plugins/compiler/GccParser/src/Parser.h,
	  plugins/compiler/Gpp/src/Gpp.cpp, plugins/compiler/Gpp/src/Gpp.h,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/compiler/MSVC/src/MSVC.h,
	  plugins/compiler/MSVC/src/MSVCParser.cpp,
	  plugins/compiler/MSVC/src/MSVCParser.h,
	  plugins/project/MonkeyProject/src/MonkeyProject.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProject.h,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.h,
	  plugins/project/MonkeyProject/src/ui/UIMonkeyProjectSettings.cpp,
	  plugins/project/MonkeyProject/src/ui/UIMonkeyProjectSettings.h,
	  plugins/project/QMake/src/QMake.cpp,
	  plugins/project/QMake/src/QMake.h,
	  plugins/project/QMake/src/QMakeItem.cpp,
	  plugins/project/QMake/src/QMakeItem.h,
	  plugins/project/QMake/src/QMakeItemDelegate.cpp,
	  plugins/project/QMake/src/QMakeItemDelegate.h,
	  plugins/project/QMake/src/QMakeParser.cpp,
	  plugins/project/QMake/src/QMakeParser.h,
	  plugins/project/QMake/src/QMakeProxy.cpp,
	  plugins/project/QMake/src/QMakeProxy.h,
	  plugins/project/QMake/src/ui/UIItemSettings.cpp,
	  plugins/project/QMake/src/ui/UIItemSettings.h,
	  plugins/project/QMake/src/ui/UIQMakeProjectSettings.cpp,
	  plugins/project/QMake/src/ui/UIQMakeProjectSettings.h,
	  plugins/project/QMake/src/ui/UISettingsQMake.cpp,
	  plugins/project/QMake/src/ui/UISettingsQMake.h:
	  
	  updated all header fileselse linux packager will not add
	  monkeystudio to ubuntu hardy repository

2008-01-13 20:16  pasnox

	* [r1509] links/monkeystudio.png:
	  
	  re add icons without executable bit to avoid install on linux

2008-01-13 20:14  pasnox

	* [r1508] links/monkeystudio.png:
	  
	  remove icons

2008-01-13 18:17  pasnox

	* [r1504] readme.txt:
	  
	  update readme file

2008-01-13 18:15  pasnox

	* [r1503] readme.txt:
	  
	  update readme file

2008-01-13 17:42  pasnox

	* [r1502] monkey/monkey.pro:
	  
	  update minor version of monkeystudio

2008-01-13 17:34  pasnox

	* [r1501] monkey/src/settingsmanager/Settings.cpp:
	  
	  fix bug on windows that load twice the same plugins

2008-01-13 17:31  pasnox

	* [r1500] setups/monkey_mingw.iss, setups/monkey_msvc.iss:
	  
	  update windows setups script according to new install scheme

2008-01-13 16:27  pasnox

	* [r1499] monkey/src/toolsmanager/pDesktopApplications.h:
	  
	  made some struct as class to avoid msvc warning

2008-01-13 16:18  pasnox

	* [r1498] fresh/widgets/pDockWidget.cpp:
	  
	  fix encoding that prevent file to be built using msvc

2008-01-13 15:35  pasnox

	* [r1497] qscintilla/QScintilla-gpl-2-snapshot-20080106:
	  
	  remove old qscintilla version

2008-01-13 15:29  pasnox

	* [r1496] monkey/installs.pri:
	  
	  add support for install for windows platform, all is installed in
	  bin folder so we can move fodler or package it directly

2008-01-13 15:02  pasnox

	* [r1495] plugins/plugins.inc:
	  
	  fix build error on windows due to project target change

2008-01-13 14:38  pasnox

	* [r1494] qscintilla/qscintilla.pri:
	  
	  update qscintilla version to 20080111

2008-01-13 14:38  pasnox

	* [r1493] qscintilla/QScintilla-gpl-2-snapshot-20080111,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/ChangeLog,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/GPL_EXCEPTION.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/GPL_EXCEPTION_ADDENDUM.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/LICENSE,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/NEWS,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/OPENSOURCE-NOTICE.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/configure.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/README,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/designer-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/designer-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/dir_2214adb52492a120e8d2c5b0561f1f14.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/dir_c4f4e4013217ce4c43167f207ed000c6.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/Face.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/Platform.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/SString.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/qsci/api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/qsci/api/python,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Document.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Editor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexASY.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexAbaqus.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexR.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/SVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/Style.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080111/src/XPM.h:
	  
	  update qscintilla version to 20080111

2008-01-13 14:29  pasnox

	* [r1492] monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/toolsmanager/pDesktopApplications_mac.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp:
	  
	  pDesktopTools is now available on mac os x too !
	  Fix bugs with Tools that were not saved.

2008-01-13 14:29  pasnox

	* [r1491] plugins/base/MessageBox/src/pDockMessageBox.cpp:
	  
	  some code enhancement

2008-01-12 08:42  hlamer

	* [r1490] monkey/src/pMonkeyStudio.cpp:
	  
	  Changed default workspace mode from MDI to SDI

2008-01-12 08:35  hlamer

	* [r1487] fresh/widgets/pShortcutsEditor.cpp:
	  
	  Removed shortcuts Alt+.. for screen

2008-01-11 12:40  hlamer

	* [r1485] plugins/base/MessageBox/src/pDockMessageBox.cpp:
	  
	  For messagebox added searching of file, where are error/warning
	  in the opened files

2008-01-11 01:12  pasnox

	* [r1481] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  fix windows build

2008-01-10 23:45  pasnox

	* [r1479] monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp:
	  
	  update some class to work when giving relative path

2008-01-10 23:45  pasnox

	* [r1478] monkey/installs.pri:
	  
	  update install script for linux

2008-01-10 23:45  pasnox

	* [r1477] translations/monkey_belarusian.qm,
	  translations/monkey_french.qm:
	  
	  add released translations files

2008-01-10 23:44  pasnox

	* [r1476] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts:
	  
	  update translations files

2008-01-10 23:44  pasnox

	* [r1475] links/monkeystudio.desktop:
	  
	  update desktop icon for linux

2008-01-10 22:32  pasnox

	* [r1474] monkey/installs.pri,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/maininterface/ui/UITranslator.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/settingsmanager/Settings.cpp:
	  
	  add lot of stuff for configuring more than one path per tools (
	  translations, templates , plugins ... )
	  fix mac install script

2008-01-10 20:15  hlamer

	* [r1473] links, links/monkeystudio.desktop,
	  links/monkeystudio.png, links/readme:
	  
	  Application links for IDE

2008-01-10 19:58  hlamer

	* [r1472] monkey/src/consolemanager/pCommandParser.cpp:
	  
	  Bug fix of parsing

2008-01-10 18:23  pasnox

	* [r1471] monkey/src/settingsmanager/Settings.cpp:
	  
	  add default setting for plugins and translations path

2008-01-10 18:23  pasnox

	* [r1470] monkey/src/pluginsmanager/PluginsManager.cpp:
	  
	  plugins path is now stock in settings

2008-01-10 18:22  pasnox

	* [r1469] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  set default settings before starting application if needed

2008-01-10 18:22  pasnox

	* [r1468] monkey/src/consolemanager/pConsoleManager.cpp:
	  
	  add a define condition to check compiler to avoid build error

2008-01-10 18:21  pasnox

	* [r1467] fresh/widgets/pFileListEditor.h,
	  fresh/widgets/pPathListEditor.h,
	  fresh/widgets/pStringListEditor.h:
	  
	  export symbol for avoid bugs on windows

2008-01-09 23:39  pasnox

	* [r1466] readme.txt:
	  
	  update and inform user that now on mac and linux it can install
	  application

2008-01-09 23:38  pasnox

	* [r1465] monkey/installs.pri:
	  
	  rework the install script so now user can give a PREFIX and
	  PREFIX_DATAS variable when executing qmake that will be used for
	  install application and datas

2008-01-09 23:37  pasnox

	* [r1464] monkey/monkey.pri, monkey/monkey.pro:
	  
	  support settings manager classes

2008-01-09 23:36  pasnox

	* [r1463] monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h, monkey/src/settingsmanager,
	  monkey/src/settingsmanager/Settings.cpp,
	  monkey/src/settingsmanager/Settings.h:
	  
	  add a custom pSettings named Settings that reimplement the
	  setDefaultSettings() member witch is now called by core when
	  first time running

2008-01-09 23:36  pasnox

	* [r1462] monkey/src/templatesmanager/pTemplatesManager.cpp:
	  
	  no longer return hard coded value

2008-01-09 23:35  pasnox

	* [r1461] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts:
	  
	  update translations

2008-01-09 23:35  pasnox

	* [r1460] fresh/objects/pSettings.cpp:
	  
	  on windows ini il now store in document and settings user profile

2008-01-09 22:29  hlamer

	* [r1459] templates/All/Monkey project, templates/All/Monkey
	  project/$Base file name$.monkey, templates/All/Monkey
	  project/template.ini:
	  
	  Template for monkey project

2008-01-09 00:09  pasnox

	* [r1458] monkey/installs.pri, plugins/plugins.inc:
	  
	  update install script for mac/linux
	  now u can install monkey on systeme using in monkey subfolder
	  commands :
	  make release-install or make debug-install
	  You can uninstall using uninstall instead of install

2008-01-09 00:08  pasnox

	* [r1457] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts:
	  
	  translation files updated

2008-01-08 23:24  pasnox

	* [r1456] plugins/project/QMake/src/QMakeParser.cpp:
	  
	  remove all warnings

2008-01-08 23:24  pasnox

	* [r1455] monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h:
	  
	  add getter for actionmanager and small code update

2008-01-08 23:23  pasnox

	* [r1454] monkey/src/maininterface/UIMain.cpp:
	  
	  small code update

2008-01-08 23:23  pasnox

	* [r1453] fresh/widgets/pMainWindow.cpp:
	  
	  update docktoolbar settings according to mainwindow settings

2008-01-08 23:22  pasnox

	* [r1452] fresh/widgets/pDockToolBarManager.cpp:
	  
	  no longer restore state on changinf settings

2008-01-08 22:30  pasnox

	* [r1451] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  set system style by default

2008-01-08 19:06  pasnox

	* [r1450] translations/monkey_belarusian.ts,
	  translations/monkey_french.ts:
	  
	  update translations files

2008-01-08 19:05  pasnox

	* [r1449] monkey/src/coremanager/MonkeyCore.h:
	  
	  add missing qobject macro

2008-01-08 19:05  pasnox

	* [r1448] monkey/installs.pri, monkey/monkey.pro,
	  plugins/plugins.inc:
	  
	  target is now monkeystudio, and there is a support for install
	  for mac platform ( using make release-install in the monkey
	  folder )

2008-01-07 21:34  pasnox

	* [r1447] monkey/src/coremanager/MonkeyCore.cpp:
	  
	  fix main window and shortcut settings

2008-01-07 20:56  pasnox

	* [r1446] fresh/objects/pSettings.cpp, fresh/objects/pSettings.h,
	  fresh/widgets/pActionManager.cpp, fresh/widgets/pActionManager.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h,
	  fresh/widgets/pMainWindow.cpp, fresh/widgets/pMainWindow.h,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  plugins/base/AStyle/src/pFormatterSettings.cpp,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.cpp,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/compiler/Gcc/src/Gcc.cpp,
	  plugins/compiler/Gpp/src/Gpp.cpp,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/project/QMake/src/ui/UISettingsQMake.cpp:
	  
	  applying MonkeyCore interface to all plugins

2008-01-06 18:48  pasnox

	* [r1444] fresh/objects/pSettings.h, fresh/widgets/pMainWindow.cpp,
	  fresh/widgets/pMenuBar.h,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.h,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/ui/UIBuilderSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICLIToolSettings.cpp,
	  monkey/src/pluginsmanager/ui/UICompilerSettings.cpp,
	  monkey/src/projectsmanager/ui/UIProjectsManager.cpp,
	  monkey/src/projectsmanager/ui/UIProjectsManager.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/qSciShortcutsManager.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/pToolsManager.h,
	  monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h,
	  plugins/base/AStyle/src/pAStyle.cpp,
	  plugins/base/Ctags2Api/src/Ctags2Api.cpp,
	  plugins/base/FileBrowser/src/FileBrowser.cpp,
	  plugins/base/FileBrowser/src/pDockFileBrowser.cpp,
	  plugins/base/MessageBox/src/MessageBox.cpp,
	  plugins/base/MessageBox/src/pDockMessageBox.cpp,
	  plugins/base/Navigator/src/EntityContainer.cpp,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/base/ProjectHeaders/src/ProjectHeaders.cpp,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/child/QtAssistant/src/QtAssistant.cpp,
	  plugins/child/QtAssistant/src/QtAssistantChild.cpp,
	  plugins/child/QtDesigner/src/QtDesignerChild.cpp,
	  plugins/compiler/Gcc/src/Gcc.cpp,
	  plugins/compiler/GccParser/src/GccParser.cpp,
	  plugins/compiler/Gpp/src/Gpp.cpp,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.cpp,
	  plugins/project/QMake/src/QMake.cpp,
	  plugins/project/QMake/src/QMakeItem.cpp,
	  plugins/project/QMake/src/ui/UIQMakeProjectSettings.cpp:
	  
	  second step in aim to provide a MonkeyCore class witch will be
	  sued by external plugins and for best code reading / cleaning
	  later

2008-01-06 14:14  pasnox

	* [r1442] qscintilla/QScintilla-gpl-2-snapshot-20071230:
	  
	  remove old qscintilla version

2008-01-06 14:09  pasnox

	* [r1440] monkey.pro:
	  
	  first commit of big change introducing MonkeyCore class witch is
	  a getter for all "singletonized" class.
	  Next step will be to drop all QSingleton in monkey code

2008-01-06 14:09  pasnox

	* [r1439] plugins/base/AStyle/src/pFormatterSettings.cpp,
	  plugins/base/AStyle/src/ui/UISettingsAStyle.cpp,
	  plugins/base/Navigator/src/Navigator.cpp,
	  plugins/builder/GNUMake/src/GNUMake.cpp,
	  plugins/builder/MSVCMake/src/MSVCMake.cpp,
	  plugins/compiler/Gcc/src/Gcc.cpp,
	  plugins/compiler/Gpp/src/Gpp.cpp,
	  plugins/compiler/MSVC/src/MSVC.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.cpp,
	  plugins/project/MonkeyProject/src/MonkeyProjectItem.h,
	  plugins/project/QMake/src/ui/UISettingsQMake.cpp:
	  
	  update du to core changes

2008-01-06 14:08  pasnox

	* [r1438] monkey/src/coremanager,
	  monkey/src/coremanager/MonkeyCore.cpp,
	  monkey/src/coremanager/MonkeyCore.h:
	  
	  first commit of big change introducing MonkeyCore class witch is
	  a getter for all "singletonized" class.
	  Next step will be to drop all QSingleton in monkey code

2008-01-06 14:08  pasnox

	* [r1437] monkey/monkey.pri, monkey/monkey.pro,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/consolemanager/pConsoleManager.cpp,
	  monkey/src/ctagsmanager/Ctags.cpp, monkey/src/main.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/pluginsmanager/BasePlugin.h,
	  monkey/src/pluginsmanager/PluginsManager.cpp,
	  monkey/src/pluginsmanager/PluginsManager.h,
	  monkey/src/pluginsmanager/ui/UIPluginsSettings.cpp,
	  monkey/src/projectsmanager/ui/UIProjectsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/toolsmanager/pDesktopApplications.cpp,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  first commit of big change introducing MonkeyCore class witch is
	  a getter for all "singletonized" class.
	  Next step will be to drop all QSingleton in monkey code

2008-01-06 14:07  pasnox

	* [r1436] fresh/objects/MonkeyExport.h,
	  fresh/objects/pSettings.cpp, fresh/objects/pSettings.h,
	  fresh/widgets/pActionManager.cpp, fresh/widgets/pActionManager.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h,
	  fresh/widgets/pMainWindow.cpp, fresh/widgets/pMainWindow.h:
	  
	  change way pSettings is used

2008-01-06 11:36  hlamer

	* [r1435] qscintilla/QScintilla-gpl-2-snapshot-20080103,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/ChangeLog,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/GPL_EXCEPTION.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/GPL_EXCEPTION_ADDENDUM.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/LICENSE,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/NEWS,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/OPENSOURCE-NOTICE.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/configure.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/README,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/designer-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/designer-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/dir_b0da368da41f46a7dec5fbe3bf534560.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/dir_b49c5c8fe48b574ef76c8bd0e51766ef.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_enum.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/dir_2214adb52492a120e8d2c5b0561f1f14.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/dir_c4f4e4013217ce4c43167f207ed000c6.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt3/application.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt3/application.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt3/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt3/fileopen.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt3/fileprint.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt3/filesave.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt3/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/Face.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/Platform.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/SString.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/qsci/api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/qsci/api/python,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Document.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Editor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexASY.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexAbaqus.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexR.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/SVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/Style.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080106/src/XPM.h,
	  qscintilla/qscintilla.pri:
	  
	  Changed QScintilla version

2008-01-05 19:11  pasnox

	* [r1434] qscintilla/QScintilla-gpl-2-snapshot-20080103,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/ChangeLog,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/GPL_EXCEPTION.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/GPL_EXCEPTION_ADDENDUM.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/LICENSE,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/NEWS,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/OPENSOURCE-NOTICE.TXT,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/configure.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/README,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/designer-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/designer-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/dir_2214adb52492a120e8d2c5b0561f1f14.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/dir_c4f4e4013217ce4c43167f207ed000c6.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/Face.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/Platform.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/SString.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/qsci/api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/qsci/api/python,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Document.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Editor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexASY.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexAbaqus.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexR.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/SVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/Style.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20080103/src/XPM.h,
	  qscintilla/qscintilla.pri:
	  
	  update qscintilla to QScintilla-gpl-2-snapshot-20080103

2008-01-05 19:04  pasnox

	* [r1433] monkey/src/workspace/pWorkspace.cpp:
	  
	  update item tooltip in files dock

2008-01-05 18:13  pasnox

	* [r1432] fresh/widgets/pExtendedWorkspace.cpp,
	  fresh/widgets/pExtendedWorkspace.h:
	  
	  add new signal : documentAboutToBeRemoved
	  add members to remove documents
	  fix bigs where top level / mdi window doesn't not update dock
	  files files current item
	  some code enhancement

2008-01-05 18:06  pasnox

	* [r1431] fresh/widgets/pFilesListWidget.cpp,
	  fresh/widgets/pFilesListWidget.h:
	  
	  add support for settings tooltip of an item
	  add support for drag and drop between items

2008-01-05 18:05  pasnox

	* [r1430] license.gpl:
	  
	  

2008-01-05 12:21  hlamer

	* [r1428] ., monkey, plugins, tests:
	  
	  

2008-01-05 11:36  pasnox

	* [r1424]
	  
	  integrate dev branch changes

2008-01-05 10:48  pasnox

	* [r1423]
	  
	  integrate dev branch changes

2008-01-05 10:38  pasnox

	* [r1422]
	  
	  integrate dev branch changes

2008-01-05 10:38  pasnox

	* [r1421]
	  
	  integrate dev branch changes

2008-01-05 10:37  pasnox

	* [r1420]
	  
	  add a new workspace widget witch no longer provide tabs but dock
	  widget

2008-01-05 10:37  pasnox

	* [r1419]
	  
	  add a new workspace widget witch no longer provide tabs but dock
	  widget

2008-01-04 00:20  pasnox

	* [r1416]
	  
	  updating qscintilla snapshot to 20071230

2008-01-04 00:19  pasnox

	* [r1415]
	  
	  updating qscintilla snapshot

2007-12-31 00:51  pasnox

	* [r1409]
	  
	  some enhancement

2007-12-30 11:21  pasnox

	* [r1407]
	  
	  force qmake spec in windows batch file to : -spec win32-g++

2007-12-30 03:52  pasnox

	* [r1406]
	  
	  fisrt filtered usable view

2007-12-29 22:38  pasnox

	* [r1400]
	  
	  fix bug allowinf designer to open twice the same file

2007-12-29 01:50  pasnox

	* [r1394]
	  
	  update xup project

2007-12-26 19:32  pasnox

	* [r1389]
	  
	  Fix windows build

2007-12-25 19:42  pasnox

	* [r1388]
	  
	  rename template file

2007-12-25 19:40  pasnox

	* [r1387]
	  
	  no longer need

2007-12-25 19:38  pasnox

	* [r1386]
	  
	  new fresh project file that emmbeded pDockWidget

2007-12-25 19:37  pasnox

	* [r1385]
	  
	  added a pDockWidget class that is a QDockWidget that retain it s
	  size when hidden/shown
	  
	  change default shortcut for stop action of pConsoleManager
	  
	  Change all dockwidget in projet by pDockWidget ( when possible )
	  
	  add missing file for Objective-C++ class template

2007-12-24 03:23  pasnox

	* [r1382]
	  
	  update

2007-12-23 14:16  pasnox

	* [r1381]
	  
	  

2007-12-22 18:16  pasnox

	* [r1380]
	  
	  fix debug build on linux

2007-12-22 17:23  pasnox

	* [r1379]
	  
	  code enhancement

2007-12-22 17:21  hlamer

	* [r1378]
	  
	  Fixed libs names

2007-12-22 17:04  pasnox

	* [r1377]
	  
	  return empty string if file not exists

2007-12-22 17:04  pasnox

	* [r1376]
	  
	  fixed bug where fileOpened not be emited

2007-12-22 15:28  pasnox

	* [r1375]
	  
	  import xup project

2007-12-22 15:27  pasnox

	* [r1374]
	  
	  add objective-c++ templates

2007-12-13 15:33  hlamer

	* [r1373]
	  
	  Fixes of openFile method parametres set. No code modified

2007-12-13 15:23  hlamer

	* [r1372]
	  
	  Removed goto from pChild::openFile and QPoint parameter for it

2007-12-12 08:05  pasnox

	* [r1371]
	  
	  add namespace template

2007-12-12 08:04  pasnox

	* [r1370]
	  
	  remove qpoint from openFile to keep small open improvement

2007-12-09 20:08  pasnox

	* [r1369]
	  
	  best ui management, now the combobox represent the hard disk
	  structure for easy and quick navigation

2007-12-09 20:07  pasnox

	* [r1368]
	  
	  enhance class by adding some new member

2007-12-09 17:11  pasnox

	* [r1367]
	  
	  fix execute proejct for windows os

2007-12-09 17:11  pasnox

	* [r1366]
	  
	  add 2 usefull members quotedString and nativeSeparators

2007-12-09 17:11  pasnox

	* [r1365]
	  
	  fix font size for splashscreen

2007-12-09 16:03  hlamer

	* [r1364]
	  
	  Fix of not valid position of error

2007-12-09 14:23  pasnox

	* [r1363]
	  
	  fix file open on double clicking item in bulding tab

2007-12-09 09:35  hlamer

	* [r1362]
	  
	  Some fixes in opening files, and in the parser regexp.

2007-12-09 03:07  pasnox

	* [r1361]
	  
	  fix execute bug not executing project in release/debug
	  now when requesting file to user, it s saved in project file

2007-12-09 03:07  pasnox

	* [r1360]
	  
	  rework dialog

2007-12-09 03:06  pasnox

	* [r1359]
	  
	  add search for plugins in bundle for mac os x

2007-12-09 03:04  pasnox

	* [r1358]
	  
	  add a size grip

2007-12-08 14:54  pasnox

	* [r1357]
	  
	  update templates

2007-12-08 14:37  pasnox

	* [r1356]
	  
	  rename files

2007-12-08 14:35  pasnox

	* [r1355]
	  
	  update templates

2007-12-08 14:19  pasnox

	* [r1354]
	  
	  remove uneeded files

2007-12-08 14:19  pasnox

	* [r1353]
	  
	  add new templates

2007-12-08 14:18  pasnox

	* [r1352]
	  
	  add new templates

2007-12-08 14:18  pasnox

	* [r1351]
	  
	  remove uneeded files

2007-12-08 14:17  pasnox

	* [r1350]
	  
	  new icon for tempaltes

2007-12-08 14:17  pasnox

	* [r1349]
	  
	  new icon for tempaltes

2007-12-08 13:41  pasnox

	* [r1348]
	  
	  remove uneeded code

2007-12-08 13:40  pasnox

	* [r1347]
	  
	  fix recursive filter search

2007-12-08 13:40  pasnox

	* [r1346]
	  
	  tabs correction

2007-12-08 13:39  pasnox

	* [r1345]
	  
	  fix little bug on execute release/debug action
	  fix english typo

2007-12-08 13:38  pasnox

	* [r1344]
	  
	  fix memory eating by only use one dir model, fix some bugs in
	  refresh

2007-12-08 13:37  pasnox

	* [r1343]
	  
	  update qscintilla version

2007-12-07 09:56  pasnox

	* [r1342]
	  
	  try support for mac os x title and window unified

2007-12-07 09:56  pasnox

	* [r1341]
	  
	  add licensing part to this plugin

2007-12-07 09:55  pasnox

	* [r1340]
	  
	  fix show output bug

2007-12-07 09:54  pasnox

	* [r1339]
	  
	  move licensing part to ProjectHeaders plugin

2007-12-07 09:54  pasnox

	* [r1338]
	  
	  fix due to api changes

2007-12-07 09:53  pasnox

	* [r1337]
	  
	  add a languageForFileName() mamber

2007-12-07 09:52  pasnox

	* [r1336]
	  
	  move template licensing in ProjectHeaders plugin

2007-12-05 20:19  hlamer

	* [r1335]
	  
	  TreeView for FileBrowser

2007-12-05 10:29  hlamer

	* [r1334]
	  
	  Fix for FileBrouser do not display hidden files

2007-12-03 22:19  pasnox

	* [r1333]
	  
	  Fix build current file

2007-12-03 19:21  pasnox

	* [r1332]
	  
	  add support for mac g++ ( that is know as c++ )

2007-12-02 23:09  hlamer

	* [r1331]
	  
	  Working parsing system with support of multiline messages

2007-12-02 17:25  pasnox

	* [r1330]
	  
	  add support to "Add To Project"

2007-12-02 17:25  pasnox

	* [r1329]
	  
	  add support for new variable : FilesToAdd witch will be added to
	  the project when using add to project

2007-12-02 03:46  pasnox

	* [r1328]
	  
	  update templateswizard dialog, now description is shown as
	  information at top of wizard

2007-12-02 03:30  pasnox

	* [r1327]
	  
	  Code enhancement, now Files variable in ini files, can embbeded 2
	  part separate with a |
	  The first part tell that source file is result of a variable, and
	  the second part is the destination as usual

2007-12-02 03:28  pasnox

	* [r1326]
	  
	  Fix icon checking

2007-12-02 03:27  pasnox

	* [r1325]
	  
	  add new icon

2007-12-02 03:27  pasnox

	* [r1324]
	  
	  add new icon

2007-12-02 03:27  pasnox

	* [r1323]
	  
	  update templates

2007-12-02 03:27  pasnox

	* [r1322]
	  
	  add new templates

2007-12-02 02:35  pasnox

	* [r1321]
	  
	  fix track escape key when previewing

2007-12-02 01:18  pasnox

	* [r1320]
	  
	  small change

2007-12-01 10:47  pasnox

	* [r1319]
	  
	  update listeditor icons

2007-12-01 10:44  hlamer

	* [r1318]
	  
	  Fix

2007-12-01 10:44  pasnox

	* [r1317]
	  
	  add icons for listeditor

2007-12-01 10:37  pasnox

	* [r1316]
	  
	  add icons for new pXXXListEditor classes

2007-12-01 10:36  pasnox

	* [r1315]
	  
	  update code according to new api ( using pPathListEditor and
	  pStringListEditor )

2007-12-01 10:36  pasnox

	* [r1314]
	  
	  add new widgets that allow to manipulate list of string in a
	  listwiget

2007-12-01 10:23  hlamer

	* [r1313]
	  
	  Freeze fix

2007-11-30 17:19  hlamer

	* [r1312]
	  
	  Some fucking with parsing

2007-11-30 14:56  pasnox

	* [r1311]
	  
	  fix : now looking var by line ( must not have \n char in variable
	  name )

2007-11-30 14:42  pasnox

	* [r1310]
	  
	  add 2 new templates

2007-11-30 14:41  pasnox

	* [r1309]
	  
	  code cleaning

2007-11-30 14:41  pasnox

	* [r1308]
	  
	  small update

2007-11-30 13:41  pasnox

	* [r1307]
	  
	  fix msvc build

2007-11-30 10:43  pasnox

	* [r1306]
	  
	  now if destination directory for projects/files not exists, it s
	  created

2007-11-30 10:27  pasnox

	* [r1305]
	  
	  update templates

2007-11-30 10:25  pasnox

	* [r1304]
	  
	  update templates

2007-11-30 10:24  pasnox

	* [r1303]
	  
	  update templates

2007-11-29 23:05  pasnox

	* [r1302]
	  
	  fix subdirs project processing

2007-11-29 22:53  pasnox

	* [r1301]
	  
	  temporary break plugin

2007-11-29 22:47  pasnox

	* [r1300]
	  
	  fix build due to output parsing change

2007-11-29 22:19  pasnox

	* [r1299]
	  
	  add new templates according to new templates manager apis

2007-11-29 22:11  pasnox

	* [r1298]
	  
	  deprecated templates

2007-11-29 22:04  pasnox

	* [r1297]
	  
	  update code due to new templatesmanager api

2007-11-29 22:01  pasnox

	* [r1296]
	  
	  small code update

2007-11-29 22:00  pasnox

	* [r1295]
	  
	  update files according to new tempalteswizard api

2007-11-29 21:57  pasnox

	* [r1294]
	  
	  update project file to add VariablesManager and remove no longer
	  needed file ( old templates wizard )

2007-11-29 21:55  pasnox

	* [r1293]
	  
	  update project file to add VariablesManager and remove no longer
	  needed file ( old templates wizard )

2007-11-29 21:53  pasnox

	* [r1292]
	  
	  introduce new template wizard

2007-11-29 21:52  pasnox

	* [r1291]
	  
	  add missing icons

2007-11-29 21:42  pasnox

	* [r1290]
	  
	  remove old files

2007-11-29 20:03  hlamer

	* [r1289]
	  
	  Fix for according current parsing model

2007-11-29 17:30  hlamer

	* [r1288]
	  
	  

2007-11-29 16:55  hlamer

	* [r1287]
	  
	  

2007-11-29 16:55  hlamer

	* [r1286]
	  
	  

2007-11-29 16:55  hlamer

	* [r1285]
	  
	  Fixed parsing algorithm

2007-11-27 11:18  hlamer

	* [r1284]
	  
	  

2007-11-27 11:11  hlamer

	* [r1283]
	  
	  Switched on line wrapping. Possible need to add settings for it

2007-11-26 23:24  pasnox

	* [r1282]
	  
	  Now, when executing the project, if file not found, application
	  ask to choose a file to execute

2007-11-26 23:23  pasnox

	* [r1281]
	  
	  Remove unused variable

2007-11-26 22:31  pasnox

	* [r1280]
	  
	  Add support for removing values from treeview

2007-11-26 22:29  pasnox

	* [r1279]
	  
	  Force Qt version using the QT_REQUIRE_VERSION macro

2007-11-26 22:28  pasnox

	* [r1278]
	  
	  Add processCommand member that allow to interpretes variables in
	  command and return result

2007-11-25 01:05  pasnox

	* [r1273]
	  
	  add support for tabmode in UISettings and pMonkeyStudio

2007-11-25 01:05  pasnox

	* [r1272]
	  
	  fix size of font under mac

2007-11-24 14:01  pasnox

	* [r1263]
	  
	  Small code enhancements

2007-11-24 14:00  pasnox

	* [r1262]
	  
	  move raw command to output tab so now other tabs are more
	  readable

2007-11-24 13:58  pasnox

	* [r1261]
	  
	  Fixa bug in childrenProjects member

2007-11-24 13:57  pasnox

	* [r1260]
	  
	  Small code enhancements

2007-11-23 22:02  pasnox

	* [r1259]
	  
	  Nox proejct settings ask to add variable for translation, it fix
	  the project modified state on cancel

2007-11-23 22:00  pasnox

	* [r1258]
	  
	  Fix bug when opening a file tab don't activate in SDI mode

2007-11-23 21:57  pasnox

	* [r1257]
	  
	  rename variable PROGRAM_NAME to NAME

2007-11-23 21:57  pasnox

	* [r1256]
	  
	  Fix tab dragging in SDI mode

2007-11-22 21:19  pasnox

	* [r1255]
	  
	  Fix eol for mac ( mac os x now use char 10 for eol )
	  Remove getEol() from ProjectItem API and put it in pMonkeyStudio
	  namespace
	  Correct code according to new api

2007-11-22 09:44  pasnox

	* [r1254]
	  
	  fix plugins detination so it work on all windows, add default ini
	  file for templates to work

2007-11-21 08:54  pasnox

	* [r1252]
	  
	  some path update

2007-11-21 08:20  pasnox

	* [r1251]
	  
	  update according to new path

2007-11-21 08:18  pasnox

	* [r1250]
	  
	  remove from root

2007-11-21 08:18  pasnox

	* [r1249]
	  
	  move setup scripts files

2007-11-21 08:14  pasnox

	* [r1248]
	  
	  update read me file

2007-11-21 00:44  pasnox

	* [r1247]
	  
	  finally fix mac os x build !!!!!!!!

2007-11-19 17:41  hlamer

	* [r1243]
	  
	  Fix of issue 547

2007-11-19 10:13  pasnox

	* [r1242]
	  
	  add links for forums and home page in group menu

2007-11-19 09:46  pasnox

	* [r1241]
	  
	  fix some keys, add GccParser and rename MSVCCompiler to MSVC

2007-11-19 08:38  pasnox

	* [r1240]
	  
	  update source path so it s usable for every body ( iss scripts )

2007-11-18 19:08  pasnox

	* [r1239]
	  
	  

2007-11-18 19:08  pasnox

	* [r1238]
	  
	  

2007-11-18 16:07  pasnox

	* [r1237]
	  
	  update according to new api change

2007-11-18 16:06  pasnox

	* [r1236]
	  
	  update according to new CompilerPlugin

2007-11-18 16:06  pasnox

	* [r1235]
	  
	  update

2007-11-18 16:04  pasnox

	* [r1234]
	  
	  update

2007-11-18 15:50  pasnox

	* [r1233]
	  
	  enhance plugin interface

2007-11-18 15:50  pasnox

	* [r1232]
	  
	  add gui for configuring compiler commands

2007-11-18 15:49  pasnox

	* [r1231]
	  
	  code enhancment

2007-11-18 15:49  pasnox

	* [r1230]
	  
	  add members to add parsers to existing one

2007-11-18 15:49  pasnox

	* [r1229]
	  
	  

2007-11-18 13:26  pasnox

	* [r1228]
	  
	  

2007-11-18 12:51  pasnox

	* [r1227]
	  
	  fix build fix, and now we can choose licensing per language

2007-11-18 12:50  pasnox

	* [r1226]
	  
	  fix search when floating

2007-11-18 12:31  pasnox

	* [r1225]
	  
	  update ts files

2007-11-18 12:30  pasnox

	* [r1224]
	  
	  fix pro file

2007-11-18 12:30  pasnox

	* [r1223]
	  
	  fix color problem on choosing

2007-11-18 11:38  pasnox

	* [r1222]
	  
	  fix msvc plugin

2007-11-18 11:30  pasnox

	* [r1221]
	  
	  rename some files

2007-11-18 11:30  pasnox

	* [r1220]
	  
	  rename pro file

2007-11-18 11:29  pasnox

	* [r1219]
	  
	  remove msvcparser and put it back to MSVC

2007-11-18 11:28  pasnox

	* [r1218]
	  
	  add msvcparser

2007-11-18 11:26  pasnox

	* [r1217]
	  
	  

2007-11-18 11:26  pasnox

	* [r1216]
	  
	  

2007-11-18 11:25  pasnox

	* [r1215]
	  
	  

2007-11-18 11:23  pasnox

	* [r1214]
	  
	  

2007-11-18 11:22  pasnox

	* [r1213]
	  
	  add pro file

2007-11-18 11:21  pasnox

	* [r1212]
	  
	  rename MSVCCompiler to MSVC

2007-11-18 11:20  pasnox

	* [r1211]
	  
	  add parser to build list

2007-11-18 11:19  pasnox

	* [r1210]
	  
	  

2007-11-18 11:19  pasnox

	* [r1209]
	  
	  

2007-11-18 11:12  pasnox

	* [r1208]
	  
	  move gccparser from base to compiler

2007-11-18 11:10  pasnox

	* [r1207]
	  
	  remove unneeded files

2007-11-18 11:10  pasnox

	* [r1206]
	  
	  move msvc parser files to it s own projet

2007-11-18 11:09  pasnox

	* [r1205]
	  
	  create new projet for msvc parser

2007-11-18 11:07  pasnox

	* [r1204]
	  
	  remove no longer need files

2007-11-18 11:07  pasnox

	* [r1203]
	  
	  update authors and let default add/remove parser for futur nedd (
	  if needed :p )

2007-11-18 11:06  pasnox

	* [r1202]
	  
	  update authors and let default add/remove parser for futur nedd (
	  if needed :p )

2007-11-18 11:05  pasnox

	* [r1201]
	  
	  general update

2007-11-18 11:04  pasnox

	* [r1200]
	  
	  make default implementation that do nothing for parsers

2007-11-18 08:18  hlamer

	* [r1199]
	  
	  

2007-11-17 18:37  hlamer

	* [r1198]
	  
	  

2007-11-17 18:05  pasnox

	* [r1197]
	  
	  show info about eol, it seem QFile::Text is bugguy with mac os x
	  eol

2007-11-17 17:50  pasnox

	* [r1196]
	  
	  fix eol return for unix & mac, it was inverted

2007-11-17 17:48  pasnox

	* [r1195]
	  
	  now text is wrap at widget width

2007-11-17 17:48  pasnox

	* [r1194]
	  
	  reenable parser members

2007-11-17 17:45  pasnox

	* [r1193]
	  
	  fix for loading from utf8 files

2007-11-17 17:41  pasnox

	* [r1192]
	  
	  fix default values for tryall and skip

2007-11-17 17:35  pasnox

	* [r1191]
	  
	  now selecting text and pressing Ctrl+F or activating search
	  action will take selected text as search text

2007-11-17 17:33  pasnox

	* [r1190]
	  
	  remove tabbar option in context menu

2007-11-17 17:33  hlamer

	* [r1189]
	  
	  Parser now has name

2007-11-17 17:27  hlamer

	* [r1188]
	  
	  Bug fix of constructor of pCommand

2007-11-17 17:27  hlamer

	* [r1187]
	  
	  

2007-11-17 16:05  hlamer

	* [r1186]
	  
	  

2007-11-17 15:56  hlamer

	* [r1185]
	  
	  

2007-11-17 15:53  hlamer

	* [r1184]
	  
	  Moved Gcc parsers to separate plugin

2007-11-17 12:34  pasnox

	* [r1182]
	  
	  move translations loading in pMonkeyStudio namespace, and made
	  best code : now original qt translation are no longer loaded
	  according to system local, but local choosen from application
	  language

2007-11-17 12:33  pasnox

	* [r1181]
	  
	  add slot for changing application translations

2007-11-17 12:33  pasnox

	* [r1180]
	  
	  add action for changing translations

2007-11-17 12:32  pasnox

	* [r1179]
	  
	  change settings key and set dialog auto delete on close

2007-11-17 12:32  pasnox

	* [r1178]
	  
	  add icon for translations action

2007-11-17 11:08  pasnox

	* [r1176]
	  
	  add russian translation of GPL License

2007-11-16 21:57  pasnox

	* [r1175]
	  
	  fix left menu

2007-11-16 17:56  pasnox

	* [r1174]
	  
	  fix translations loading

2007-11-16 17:56  pasnox

	* [r1173]
	  
	  fix code due to per language file header change

2007-11-16 17:53  pasnox

	* [r1172]
	  
	  add header file per language this allow to customize the file
	  header for particular language that don t understand general C++
	  comment

2007-11-15 12:38  pasnox

	* [r1168]
	  
	  make pSearch dock to be floating and non visible by default

2007-11-15 12:31  pasnox

	* [r1167]
	  
	  fix bug when closing assistant tab, dock disappear

2007-11-15 12:30  pasnox

	* [r1166]
	  
	  rework fileCloseAll_triggered code

2007-11-15 12:29  pasnox

	* [r1165]
	  
	  enhance code

2007-11-15 09:10  pasnox

	* [r1164]
	  
	  fix linux break

2007-11-15 08:02  pasnox

	* [r1163]
	  
	  fix dependence with monkey lib so plugins relink themselves to
	  monkey lib if it change

2007-11-14 21:43  pasnox

	* [r1161]
	  
	  add support for urls dropped, rework code to take advantage of
	  new UISaveFiles dialog

2007-11-14 21:42  pasnox

	* [r1160]
	  
	  rework api so now close all will only popup one dialog for all
	  modified files

2007-11-14 21:41  pasnox

	* [r1159]
	  
	  emit closeAllRequested on close all action triggered instead of
	  calling slot closeallTabs

2007-11-14 21:40  pasnox

	* [r1158]
	  
	  add a closeallrequested signal, rework tabbar layout on shape
	  change

2007-11-14 21:36  pasnox

	* [r1157]
	  
	  add urlsDroped signal it allow to know when user drop files on
	  tabbar

2007-11-14 18:13  pasnox

	* [r1156]
	  
	  add windows/msvc build command

2007-11-14 16:03  pasnox

	* [r1155]
	  
	  do some enhancement to allow to only have one close dialog when
	  closing all documents

2007-11-14 16:02  pasnox

	* [r1154]
	  
	  remove forceclose property

2007-11-14 09:12  pasnox

	* [r1153]
	  
	  change button name so suer easily understand what they mean

2007-11-14 09:12  pasnox

	* [r1152]
	  
	  remove warning

2007-11-12 00:24  pasnox

	* [r1150]
	  
	  add missing translations and templates

2007-11-12 00:09  pasnox

	* [r1149]
	  
	  add missing translations and templates

2007-11-11 18:25  pasnox

	* [r1147]
	  
	  

2007-11-11 18:24  pasnox

	* [r1146]
	  
	  update stylesheet file

2007-11-11 18:23  pasnox

	* [r1145]
	  
	  comment loading stylesheet

2007-11-11 18:12  pasnox

	* [r1144]
	  
	  general commit

2007-11-11 18:07  pasnox

	* [r1143]
	  
	  update setup scripts

2007-11-11 18:04  pasnox

	* [r1142]
	  
	  update mingw script

2007-11-11 18:04  pasnox

	* [r1141]
	  
	  add windows setup script ( inno setup ) for msvc

2007-11-11 18:03  pasnox

	* [r1140]
	  
	  rename for mingw

2007-11-11 18:01  pasnox

	* [r1139]
	  
	  add windows setup script ( inno setup )

2007-11-11 15:09  pasnox

	* [r1138]
	  
	  fix msvc build

2007-11-11 15:00  pasnox

	* [r1137]
	  
	  fix msvc build

2007-11-11 14:57  pasnox

	* [r1136]
	  
	  fix msvc build

2007-11-10 23:17  hlamer

	* [r1135]
	  
	  Fixed bug with selection off all text by shortcut

2007-11-10 20:30  pasnox

	* [r1134]
	  
	  fix close button in all tabbar shape mode

2007-11-10 19:04  pasnox

	* [r1133]
	  
	  add support for editing tabbar features

2007-11-10 19:04  pasnox

	* [r1132]
	  
	  fix splashscreen and language

2007-11-10 19:00  pasnox

	* [r1131]
	  
	  add support for editing tabbar features

2007-11-10 19:00  pasnox

	* [r1130]
	  
	  add support for editing tabbar features

2007-11-10 14:50  hlamer

	* [r1129]
	  
	  

2007-11-10 14:28  pasnox

	* [r1128]
	  
	  add many enhancements to pTabBar, now tabbar can have close
	  button and shortcut on each tabs, and tab texts can be elided.
	  There is many good signal to connect to, and pTabbedWorkspace use
	  them

2007-11-10 01:56  pasnox

	* [r1127]
	  
	  remove background for mdi area

2007-11-10 01:52  pasnox

	* [r1126]
	  
	  update for ctagsmanager

2007-11-10 01:52  pasnox

	* [r1125]
	  
	  fix build error, missing QObject for tr() member

2007-11-10 01:49  pasnox

	* [r1124]
	  
	  rename folder ctags to ctagsmanager, no code modification

2007-11-10 01:48  pasnox

	* [r1123]
	  
	  remove

2007-11-10 01:44  pasnox

	* [r1122]
	  
	  fix splashscreen and translation

2007-11-10 01:43  pasnox

	* [r1121]
	  
	  replace ctags with ctagsmanager, these path are ones in
	  monkey/src not root folders

2007-11-10 01:37  pasnox

	* [r1120]
	  
	  introduce fresh pTabBar a tab bar that can emit signal when mouse
	  buttons are pressed with tab index in parameter, tabs can be drag
	  & drop, and current tab is highlighted in blue
	  some code enhancement in pTabbedWorkspace to take in account this
	  new widget

2007-11-10 01:37  pasnox

	* [r1119]
	  
	  introduce fresh pTabBar a tab bar that can emit signal when mouse
	  buttons are pressed with tab index in parameter, tabs can be drag
	  & drop, and current tab is highlighted in blue
	  some code enhancement in pTabbedWorkspace to take in account this
	  new widget

2007-11-10 01:35  pasnox

	* [r1118]
	  
	  

2007-11-10 00:06  hlamer

	* [r1117]
	  
	  Much of fixes in the ctags subsystem

2007-11-10 00:01  hlamer

	* [r1116]
	  
	  

2007-11-10 00:00  hlamer

	* [r1115]
	  
	  

2007-11-09 16:40  pasnox

	* [r1114]
	  
	  fix little bug

2007-11-09 08:58  pasnox

	* [r1111]
	  
	  add dependances

2007-11-08 19:52  pasnox

	* [r1108]
	  
	  add for windows msvc

2007-11-08 09:47  pasnox

	* [r1105]
	  
	  add support for closing tabs using mouse midbutton
	  add contextuel menu an right clicking tabs

2007-11-07 19:23  pasnox

	* [r1104]
	  
	  fix restoration of exclusivity toolbar

2007-11-07 17:32  pasnox

	* [r1103]
	  
	  add correct version of ctags

2007-11-07 17:31  pasnox

	* [r1102]
	  
	  fix warning when building

2007-11-07 17:16  pasnox

	* [r1101]
	  
	  remove corrupt version

2007-11-07 07:42  pasnox

	* [r1100]
	  
	  

2007-11-07 07:41  pasnox

	* [r1099]
	  
	  add some windows batch files

2007-11-06 21:21  pasnox

	* [r1098]
	  
	  fix build for linux

2007-11-06 21:19  pasnox

	* [r1097]
	  
	  fix build for linux

2007-11-06 15:36  pasnox

	* [r1096]
	  
	  

2007-11-06 15:23  pasnox

	* [r1095]
	  
	  fix build error (windows)

2007-11-06 15:18  pasnox

	* [r1094]
	  
	  refactor some code to use CtagsWrapper instead of Ctags due to
	  core change

2007-11-06 15:12  pasnox

	* [r1093]
	  
	  rename class to avoid conflict with original ctags lib

2007-11-06 15:10  pasnox

	* [r1092]
	  
	  rename class to avoid conflict with original ctags lib

2007-11-06 15:02  pasnox

	* [r1091]
	  
	  fix msvc build of ctags

2007-11-06 15:01  pasnox

	* [r1090]
	  
	  fix msvc build of ctags

2007-11-06 14:33  pasnox

	* [r1089]
	  
	  fix all trunk

2007-11-06 14:28  pasnox

	* [r1088]
	  
	  remove ctags57

2007-11-06 12:39  hlamer

	* [r1087]
	  
	  

2007-11-06 01:05  hlamer

	* [r1085]
	  
	  

2007-11-05 23:06  pasnox

	* [r1084]
	  
	  

2007-11-05 21:41  pasnox

	* [r1083]
	  
	  fix for ctags

2007-11-05 21:41  pasnox

	* [r1082]
	  
	  fix for ctags

2007-11-05 21:24  pasnox

	* [r1081]
	  
	  fix build

2007-11-05 20:57  pasnox

	* [r1080]
	  
	  

2007-11-05 20:57  pasnox

	* [r1079]
	  
	  

2007-11-05 20:47  pasnox

	* [r1078]
	  
	  commit

2007-11-05 20:46  pasnox

	* [r1077]
	  
	  fix msvc build

2007-11-05 19:55  pasnox

	* [r1076]
	  
	  

2007-11-05 19:45  pasnox

	* [r1075]
	  
	  fix a bug causing to return bad string in templatsmanager

2007-11-05 19:35  pasnox

	* [r1074]
	  
	  

2007-11-05 19:32  pasnox

	* [r1073]
	  
	  add crossbuildable ctags

2007-11-05 19:28  pasnox

	* [r1072]
	  
	  add crossbuildable ctags

2007-11-05 19:15  oversize

	* [r1071]
	  
	  Fixed some typos and spellings

2007-11-05 18:31  hlamer

	* [r1070]
	  
	  Started translate to Belarusian

2007-11-05 18:02  hlamer

	* [r1069]
	  
	  fix for building on msvc

2007-11-05 14:37  pasnox

	* [r1068]
	  
	  Fix build with MSVC, user need patch 3 pro files to remove ctags
	  dependancy for it to work

2007-11-05 12:20  pasnox

	* [r1067]
	  
	  fix for building with MSVC

2007-11-05 09:33  pasnox

	* [r1066]
	  
	  fix lib link in pro for debug build on windows

2007-11-05 09:03  pasnox

	* [r1065]
	  
	  export symbols in library

2007-11-05 08:54  pasnox

	* [r1064]
	  
	  fix build error

2007-11-05 08:29  pasnox

	* [r1063]
	  
	  add license.gpl and a readme file a root

2007-11-05 08:28  pasnox

	* [r1062]
	  
	  correct headers of some files

2007-11-04 22:12  pasnox

	* [r1061]
	  
	  Update all licensing files, set eol and tabs guideless for monkey
	  2 project

2007-11-04 20:54  pasnox

	* [r1060]
	  
	  add resources and icons

2007-11-04 20:40  pasnox

	* [r1059]
	  
	  first usable version of the plugin

2007-11-04 17:39  pasnox

	* [r1058]
	  
	  code ehnancement

2007-11-04 17:34  hlamer

	* [r1057]
	  
	  temporary fix for Esc, Return and Tab handling by the editor

2007-11-04 16:55  pasnox

	* [r1056]
	  
	  fix floating focus bug, add keypress event for managing escape
	  key

2007-11-04 16:51  pasnox

	* [r1055]
	  
	  reimplemente createPopup for adding actions to toolbars

2007-11-04 16:51  pasnox

	* [r1054]
	  
	  integrate plugins for adding licensing to sources files

2007-11-04 16:48  pasnox

	* [r1053]
	  
	  

2007-11-04 16:48  pasnox

	* [r1052]
	  
	  

2007-11-04 16:47  pasnox

	* [r1051]
	  
	  

2007-11-04 16:47  pasnox

	* [r1050]
	  
	  add exclusive action so we can now change exclusive statefor
	  toolbar when right clicking them
	  Save//Restore state updated to take account of this

2007-11-04 10:45  hlamer

	* [r1049]
	  
	  tab order fix for search dialog

2007-11-04 10:21  hlamer

	* [r1048]
	  
	  

2007-11-04 00:35  pasnox

	* [r1047]
	  
	  insert MSVC plugins : MSVCMake and MSVCCompiler

2007-11-03 23:03  hlamer

	* [r1046]
	  
	  

2007-11-03 20:00  pasnox

	* [r1045]
	  
	  fix a bug when search dock is floating not having focus

2007-11-03 20:00  pasnox

	* [r1044]
	  
	  Fix a bug that make project modified when subproject add/remove

2007-11-03 19:59  pasnox

	* [r1043]
	  
	  

2007-11-03 19:12  pasnox

	* [r1042]
	  
	  add new icons, now we can choose/configure builder, compiler,
	  debugger and interpreter for projects

2007-11-03 19:11  pasnox

	* [r1041]
	  
	  add support for preview action

2007-11-03 15:18  pasnox

	* [r1040]
	  
	  add support for choosing/configuring plugins for project

2007-11-03 15:18  pasnox

	* [r1039]
	  
	  fix language error, small code ehnancement

2007-11-03 15:17  pasnox

	* [r1038]
	  
	  fix build on *nix

2007-11-03 15:17  pasnox

	* [r1037]
	  
	  add support for auto project modified on row inserted/removed

2007-11-03 10:58  pasnox

	* [r1036]
	  
	  slit pluginsmanager into 2 widget in management so windowis no
	  longer too big

2007-11-03 10:51  pasnox

	* [r1035]
	  
	  fix pro so it can be open in monkey studio

2007-11-03 10:15  hlamer

	* [r1034]
	  
	  Default display mask fix for Navigator

2007-11-03 09:19  pasnox

	* [r1033]
	  
	  missing files in merging process

2007-11-03 09:18  pasnox

	* [r1032]
	  
	  missing file in merging process

2007-11-03 01:09  pasnox

	* [r1031]
	  
	  fix crash when adding an action in action editor ( linux )
	  add support for print, now we can print the forms

2007-11-02 23:27  pasnox

	* [r1030]
	  
	  fnish merging, some code enhancement, navigator plugin working as
	  beta

2007-11-02 22:29  pasnox

	* [r1028]
	  
	  

2007-11-02 22:29  pasnox

	* [r1027]
	  
	  

2007-11-02 22:28  pasnox

	* [r1026]
	  
	  

2007-11-02 22:00  pasnox

	* [r1025]
	  
	  merge dev branches to trunk

2007-11-02 18:14  pasnox

	* [r1024]
	  
	  

2007-11-02 18:13  pasnox

	* [r1023]
	  
	  merge andrei qscishortcutsmanager code in core

2007-11-02 15:50  pasnox

	* [r1022]
	  
	  introduce ctags library for monkey studio

2007-11-02 15:44  hlamer

	* [r1021] monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  plugins/base/Navigator/src/Entity.cpp:
	  
	  

2007-11-02 15:29  pasnox

	* [r1020]
	  
	  moved to 3rdparty

2007-11-02 15:19  pasnox

	* [r1019]
	  
	  add ctags library

2007-11-02 15:18  pasnox

	* [r1018]
	  
	  

2007-11-02 15:18  pasnox

	* [r1017]
	  
	  move apis files

2007-11-02 14:28  pasnox

	* [r1016]
	  
	  update all margins to 5 and spacings to 3 when possible, fix help
	  for toolsedit dialog

2007-11-02 13:37  pasnox

	* [r1015]
	  
	  add empty line at end

2007-11-02 13:28  pasnox

	* [r1014]
	  
	  update all margins to 5 and spacings to 3 when possible

2007-11-02 13:10  pasnox

	* [r1013]
	  
	  try fix mac build

2007-11-02 12:22  pasnox

	* [r1012]
	  
	  add support for window modified state when geometry changed

2007-11-02 12:12  pasnox

	* [r1011]
	  
	  remove unneeded connection and members

2007-11-02 09:47  pasnox

	* [r1010]
	  
	  fix windows specific path for qt versions

2007-11-02 09:20  pasnox

	* [r1009]
	  
	  fix a potential crash under linux

2007-11-02 09:02  pasnox

	* [r1008]
	  
	  add fresh framework to build

2007-11-02 09:01  pasnox

	* [r1007]
	  
	  add support to link fresh framework

2007-11-02 09:01  pasnox

	* [r1006]
	  
	  made this project a static lib

2007-11-02 08:13  pasnox

	* [r1005]
	  
	  removed unused forgotten members

2007-11-01 20:11  pasnox

	* [r1003]
	  
	  fix debug/release build

2007-11-01 20:10  pasnox

	* [r1002]
	  
	  fix debug/release build

2007-11-01 20:10  pasnox

	* [r1001]
	  
	  fix debug/release build

2007-11-01 20:10  pasnox

	* [r1000]
	  
	  fix debug/release build

2007-11-01 15:32  pasnox

	* [r999]
	  
	  remove release config

2007-11-01 15:32  pasnox

	* [r998]
	  
	  fix release and debug build

2007-11-01 11:34  pasnox

	* [r997]
	  
	  add child to subdirs

2007-11-01 11:34  pasnox

	* [r996]
	  
	  fix problem where when requesting show search resul file will not
	  show assistant child
	  add window title like designer

2007-11-01 10:02  pasnox

	* [r995]
	  
	  small code enhancement

2007-11-01 10:01  pasnox

	* [r994]
	  
	  no longer use pixmap in tabs to warn about modified files, u now
	  use * character at end, so tab height is less

2007-11-01 10:01  pasnox

	* [r993]
	  
	  introduce new plugin type : child with QtDesigner and QtAssistant

2007-11-01 10:00  pasnox

	* [r992]
	  
	  move QtDesigner and QtAssistant to child plugins

2007-11-01 10:00  pasnox

	* [r991]
	  
	  move QtDesigner and QtAssistant to child plugins

2007-11-01 09:59  pasnox

	* [r990]
	  
	  finish designer integration

2007-10-31 15:49  pasnox

	* [r989]
	  
	  designer work enhancements

2007-10-30 23:00  pasnox

	* [r986]
	  
	  some code enhancement for designer plugin, little core
	  modification

2007-10-30 08:56  pasnox

	* [r981]
	  
	  small fix due to core change

2007-10-30 08:55  pasnox

	* [r980]
	  
	  add new member to allow to get suffixes/filters for languages,
	  files and projects

2007-10-30 08:55  pasnox

	* [r979]
	  
	  small fix due to core change

2007-10-30 08:54  pasnox

	* [r978]
	  
	  add support for getting child suffixes and filters

2007-10-30 08:53  pasnox

	* [r977]
	  
	  small fix due to core change

2007-10-29 21:06  pasnox

	* [r975]
	  
	  add some code enhancement to take advantae of ChildPlugins

2007-10-29 21:06  pasnox

	* [r974]
	  
	  add some code enhancement to take advantae of ChildPlugins

2007-10-29 15:56  pasnox

	* [r972]
	  
	  

2007-10-29 14:51  pasnox

	* [r971]
	  
	  add 2 new member

2007-10-29 14:26  pasnox

	* [r970]
	  
	  

2007-10-29 10:18  pasnox

	* [r969]
	  
	  

2007-10-28 22:05  pasnox

	* [r968]
	  
	  introduce first version of Qt Designer plugin

2007-10-28 22:01  pasnox

	* [r967]
	  
	  make child a frame instead of widget

2007-10-28 22:01  pasnox

	* [r966]
	  
	  

2007-10-28 12:11  pasnox

	* [r965]
	  
	  small code enhancement

2007-10-28 12:11  pasnox

	* [r964]
	  
	  rework the dialog, operators have moved to application settings,
	  and now we can configure an unlimited version of qt and set a
	  global default one ( but it s possible for proejct plugin for
	  have their own default )

2007-10-28 12:10  pasnox

	* [r963]
	  
	  some code enhancement

2007-10-28 12:09  pasnox

	* [r962]
	  
	  fix modal property giving warning in console

2007-10-28 12:08  pasnox

	* [r961]
	  
	  set icon for help button

2007-10-28 01:10  pasnox

	* [r960]
	  
	  add new interface for configuring qt version

2007-10-28 01:09  pasnox

	* [r959]
	  
	  fix combobox scopes invisible items, add support for moving
	  up/down others values, now when subdirs, no longer disabled
	  config gui variable

2007-10-28 01:08  pasnox

	* [r958]
	  
	  

2007-10-28 01:08  pasnox

	* [r957]
	  
	  some code fix, use define as plugin name

2007-10-28 01:07  pasnox

	* [r956]
	  
	  fix build action, export qmake, lupdate and lrelease to
	  UIQMakeProjectSettings

2007-10-28 01:06  pasnox

	* [r955]
	  
	  fix use global operators

2007-10-28 01:06  pasnox

	* [r954]
	  
	  fix checking parent items so item are visible in combobox when
	  they are child of another project

2007-10-28 01:04  pasnox

	* [r953]
	  
	  add plugin name as define so we can use it in code

2007-10-28 01:03  pasnox

	* [r952]
	  
	  implement global set/get operators

2007-10-28 01:03  pasnox

	* [r951]
	  
	  fix swapRow member

2007-10-28 01:02  pasnox

	* [r950]
	  
	  use newly added application operators for addexistingfiles dialog

2007-10-28 01:01  pasnox

	* [r949]
	  
	  expotr QMake plugin operators configuration to application
	  configuration, so it's available to all plugins

2007-10-27 10:41  pasnox

	* [r947]
	  
	  add support for replacing a text by nothing, replace all click
	  now begin/end a global action, so a replace all action can be
	  cancel by only one undo
	  Add support for registered pixmap for auto completion, add a
	  control+space keypress event for manually call auto completion

2007-10-27 10:38  pasnox

	* [r946]
	  
	  add icons for editor auto completion / class browser

2007-10-26 21:03  pasnox

	* [r944]
	  
	  remove batch/bash files and update pro files so now we can build
	  release/debug version easily with :
	  qmake && make release
	  qmake && make debug

2007-10-26 20:26  pasnox

	* [r943]
	  
	  update qscintilla version to snapshot 20071024

2007-10-26 19:47  pasnox

	* [r942]
	  
	  add key combinaison to manually invoke auto completion :
	  Control+Space ( Command+Space on Mac )

2007-10-26 14:00  pasnox

	* [r940]
	  
	  BREAK

2007-10-26 13:40  pasnox

	* [r939]
	  
	  save settings in all case, and no longer on success

2007-10-26 13:36  pasnox

	* [r938]
	  
	  first official version of ctags to api plugin converter

2007-10-26 11:33  pasnox

	* [r937]
	  
	  

2007-10-26 11:32  pasnox

	* [r935]
	  
	  

2007-10-25 23:21  pasnox

	* [r934]
	  
	  

2007-10-25 23:13  pasnox

	* [r933]
	  
	  some enhancement to ctags plugin, now working ( convert ctags
	  file to api file )

2007-10-25 14:48  pasnox

	* [r930]
	  
	  some enhancement in ctags2api plugin

2007-10-24 22:37  pasnox

	* [r929]
	  
	  

2007-10-24 14:53  pasnox

	* [r927]
	  
	  

2007-10-24 14:30  pasnox

	* [r926]
	  
	  usefull ctags files

2007-10-23 19:58  pasnox

	* [r925]
	  
	  add plugin to generate prepared api files for API completion

2007-10-23 14:53  pasnox

	* [r924]
	  
	  rework the installCommands and add execute command

2007-10-23 13:44  pasnox

	* [r923]
	  
	  add new members for currentitem infos in project tree view

2007-10-23 13:43  pasnox

	* [r922]
	  
	  now when triggered action, processInternalVariables from
	  pConsoleManager is quering for working folder and command

2007-10-23 13:42  pasnox

	* [r921]
	  
	  set correct help for available variables ( now working !! )

2007-10-23 13:41  pasnox

	* [r920]
	  
	  add a new member : currentItem() selected in the treeview of
	  projects

2007-10-23 13:41  pasnox

	* [r919]
	  
	  add a member that process internal variables ( QString
	  pConsoleManager::processInternalVariables( const QString& s ) )
	  pToolsManager use it os users can uses variable in their tools

2007-10-23 12:26  pasnox

	* [r918]
	  
	  for -w parameter by default so parser can get current directory
	  when parsing

2007-10-23 12:25  pasnox

	* [r917]
	  
	  now command, arguments and working directory can embed internal
	  variables

2007-10-23 09:00  pasnox

	* [r916]
	  
	  fix header containing \n

2007-10-22 20:45  pasnox

	* [r915]
	  
	  fix some little bugs

2007-10-21 20:17  pasnox

	* [r911]
	  
	  now version and auto increment build version is working ;),
	  simply use the define PROGRAM_VERSION in your code

2007-10-21 20:15  pasnox

	* [r910]
	  
	  fix for build with last version ot ProjectItem

2007-10-21 20:15  pasnox

	* [r909]
	  
	  curernt version is now 1.8.0.0

2007-10-21 20:14  pasnox

	* [r908]
	  
	  add some new members

2007-10-21 11:20  pasnox

	* [r906]
	  
	  remove parameter name to avoid warning by compiler

2007-10-21 11:20  pasnox

	* [r905]
	  
	  some code update

2007-10-21 08:24  pasnox

	* [r904]
	  
	  fix last move of QMake plugin witch was erroneous

2007-10-21 08:16  pasnox

	* [r903]
	  
	  

2007-10-20 23:34  pasnox

	* [r902]
	  
	  monkey2.ico now ported to mac os x, thanks 'Axialis IconWorkshop'
	  software

2007-10-20 23:16  pasnox

	* [r901]
	  
	  correct convertion of local bytearray to unicode to avoid
	  caractere error in messagebox

2007-10-20 22:44  pasnox

	* [r900]
	  
	  

2007-10-20 22:36  pasnox

	* [r899]
	  
	  reactivate QMake plugin

2007-10-20 22:35  pasnox

	* [r898]
	  
	  

2007-10-20 22:33  pasnox

	* [r897]
	  
	  

2007-10-20 22:31  pasnox

	* [r896]
	  
	  no longer need

2007-10-20 22:31  pasnox

	* [r895]
	  
	  fix crash in setValues

2007-10-20 22:30  pasnox

	* [r894]
	  
	  some crash fix

2007-10-20 22:29  pasnox

	* [r893]
	  
	  add http:// in website url so when clicking home page, it s open
	  in web browser

2007-10-20 22:28  pasnox

	* [r892]
	  
	  disable stop action by default

2007-10-20 14:40  pasnox

	* [r890]
	  
	  some bugs fix

2007-10-20 14:40  pasnox

	* [r889]
	  
	  convert readyread buffer data to unicode so now log don t
	  contains strange caractere anymore

2007-10-20 13:48  pasnox

	* [r885]
	  
	  add support for skiping command

2007-10-20 13:48  pasnox

	* [r884]
	  
	  add support for skiping command

2007-10-20 13:48  pasnox

	* [r883]
	  
	  add support for skiping command

2007-10-20 10:40  pasnox

	* [r877]
	  
	  Now the project configuration is totally model/view oriented,
	  need some little fix again

2007-10-20 10:40  pasnox

	* [r876]
	  
	  readd support for loading subprojects

2007-10-20 10:39  pasnox

	* [r875]
	  
	  Now the dock will show itself, if a command is started and dock
	  not visible

2007-10-20 10:39  pasnox

	* [r874]
	  
	  Some code cleaning, some member have soem default impementation,
	  many diseappear as i switch to really total model/view
	  architecture

2007-10-20 10:38  pasnox

	* [r873]
	  
	  move the mBuffer.open( ... ) from constructor to member executing
	  command, to avoid bug where first command is parsed, and not next
	  ones

2007-10-20 10:37  pasnox

	* [r872]
	  
	  now the view is in a QWidget containter so bug that was clicking
	  out don t work, no loger bug anymore, now the popup is moving to
	  alow it to be visible as if u were near bottom, too right or too
	  left.
	  a new signal has been added : highlighted witch will inform when
	  user move mouse cursor in the tree area.
	  currentChanged no longer be emit when not needed.
	  It seem to be the final version of the class, maybe i will need
	  to review the calculGeometry() function where code is picked from
	  QComboBox.

2007-10-19 13:51  pasnox

	* [r871]
	  
	  

2007-10-19 13:51  pasnox

	* [r870]
	  
	  general commit,it no longer crash on project settings request

2007-10-19 13:51  pasnox

	* [r869]
	  
	  implement default member to fix build

2007-10-19 13:50  pasnox

	* [r868]
	  
	  activate dynamic sortfilter for model

2007-10-19 13:50  pasnox

	* [r867]
	  
	  add a member to get item list

2007-10-19 13:50  pasnox

	* [r866]
	  
	  build fix

2007-10-19 13:49  pasnox

	* [r865]
	  
	  use export macro for windows

2007-10-18 22:44  pasnox

	* [r864]
	  
	  BREAK update

2007-10-18 20:21  pasnox

	* [r862]
	  
	  BREAK update

2007-10-18 14:50  pasnox

	* [r859]
	  
	  

2007-10-18 14:49  pasnox

	* [r858]
	  
	  update, maybe BREAK

2007-10-18 13:20  pasnox

	* [r857]
	  
	  integrate branch of QMake v2

2007-10-18 08:49  pasnox

	* [r856]
	  
	  reactivate build of monkeyproject plugin

2007-10-18 08:45  pasnox

	* [r855]
	  
	  added assistant and fontpanel from Qt 4.3.2 as current assistant
	  plugin

2007-10-18 08:38  pasnox

	* [r854]
	  
	  added assistant and fontpanel from Qt 4.3.2 as current assistant
	  plugin

2007-10-18 08:08  pasnox

	* [r853]
	  
	  

2007-10-17 22:12  pasnox

	* [r852]
	  
	  Qt Assistant plugin ported

2007-10-17 22:10  pasnox

	* [r851]
	  
	  ui update

2007-10-16 22:43  pasnox

	* [r850]
	  
	  AStyle plugin ported

2007-10-16 22:42  pasnox

	* [r849]
	  
	  AStyle plugin ported

2007-10-16 21:14  pasnox

	* [r848]
	  
	  update qscintilla to snapshot version 20071014

2007-10-16 21:13  pasnox

	* [r847]
	  
	  pConsoleManager now buffer the readyRead data for parsing, and
	  parsing is done line by line

2007-10-16 16:42  pasnox

	* [r846]
	  
	  remove toolbutton as now it s in top toolbar

2007-10-16 16:42  pasnox

	* [r845]
	  
	  add stop actino from console manager to top toolbar

2007-10-16 16:41  pasnox

	* [r844]
	  
	  update action enabled state on command started/finished

2007-10-16 14:52  pasnox

	* [r843]
	  
	  update stop button so now it use action return by pConsoleManager

2007-10-16 14:51  pasnox

	* [r842]
	  
	  add a stopAction() member that return an action for stopping
	  current command

2007-10-16 14:42  pasnox

	* [r841]
	  
	  add icon for console

2007-10-16 14:25  pasnox

	* [r840]
	  
	  Update

2007-10-16 14:25  pasnox

	* [r839]
	  
	  add support for lupdate and lrelease

2007-10-16 14:24  pasnox

	* [r838]
	  
	  now command arguments can have variables too

2007-10-16 12:04  hlamer

	* [r837]
	  
	  fixes

2007-10-16 08:08  pasnox

	* [r836]
	  
	  Add a removeAction for pActionManager that is be called by
	  pAction destructor to avoid bugs in shortcuts editor

2007-10-16 07:47  pasnox

	* [r835]
	  
	  Fix Build menu name ( mBuilder )

2007-10-16 07:47  pasnox

	* [r834]
	  
	  Fix Build menu name ( mBuilder )

2007-10-15 22:15  pasnox

	* [r830]
	  
	  Added support for :
	  * clean
	  * distclean
	  * rebuild
	  * rebuild all
	  * rebuild debug
	  * rebuild release

2007-10-15 22:14  pasnox

	* [r829]
	  
	  Plugin no longer add build command ( it s added by project plugin
	  quering buildCommand() so it can make chain command ), add user
	  commands to user command submenu

2007-10-15 22:13  pasnox

	* [r828]
	  
	  Add actions to user commands menu

2007-10-15 22:12  pasnox

	* [r827]
	  
	  Fix Build menu name change

2007-10-15 22:11  pasnox

	* [r826]
	  
	  Add some default submenu to Build menu so plugins can organize
	  actions easily, add icons for build menu

2007-10-15 09:10  pasnox

	* [r823]
	  
	  Fix build, addProject now take scope and operator

2007-10-14 22:18  pasnox

	* [r822]
	  
	  Now QMake plugin update build menu with ( if required ) :
	  * Build All
	  * Build Debug
	  * Build Release
	  * QMake

2007-10-14 22:16  pasnox

	* [r821]
	  
	  made action triggeered slot private

2007-10-14 21:04  pasnox

	* [r820]
	  
	  some new code iplyed by new interface plugins

2007-10-14 21:04  pasnox

	* [r819]
	  
	  add the forgotten buildCommand to list of commands

2007-10-14 21:03  pasnox

	* [r818]
	  
	  change groupbox layout

2007-10-14 21:03  pasnox

	* [r817]
	  
	  set current compiler on project change

2007-10-14 21:02  pasnox

	* [r816]
	  
	  addProject now take a scope and operator

2007-10-14 09:37  pasnox

	* [r815]
	  
	  Put check project to add at first to avoid to add files that are
	  not project to a project container

2007-10-14 09:34  pasnox

	* [r814]
	  
	  Fix a bug that can crash when trying to add project to current
	  project

2007-10-14 09:33  pasnox

	* [r813]
	  
	  Fix a bug that can add existing files to another project

2007-10-14 00:20  pasnox

	* [r812]
	  
	  Now appending an item check if project, if project set plugin.
	  Removed obsolete member addExistingFiles with string parameters
	  instead of ProjectItem

2007-10-14 00:17  pasnox

	* [r811]
	  
	  Fix a bug that don t allow to add files to a project, now adding
	  to project u can choose projet/scope and operator

2007-10-14 00:17  pasnox

	* [r810]
	  
	  

2007-10-14 00:17  pasnox

	* [r809]
	  
	  add a quotedString member

2007-10-14 00:16  pasnox

	* [r808]
	  
	  add a workaround to qt bug for elided text of tabbar

2007-10-13 19:36  pasnox

	* [r806]
	  
	  update

2007-10-13 19:36  pasnox

	* [r805]
	  
	  update QMake plugin

2007-10-13 19:35  pasnox

	* [r804]
	  
	  add gcc and g++ compiler plugin

2007-10-13 19:35  pasnox

	* [r803]
	  
	  add gnumake builder plugin

2007-10-13 19:34  pasnox

	* [r802]
	  
	  add gnumake builder plugin

2007-10-13 19:31  pasnox

	* [r801]
	  
	  no longer need

2007-10-13 19:31  pasnox

	* [r800]
	  
	  add default configuratino dialog for clitool/builder plugins

2007-10-13 19:30  pasnox

	* [r799]
	  
	  update plugins interface

2007-10-13 19:30  pasnox

	* [r798]
	  
	  

2007-10-13 19:28  pasnox

	* [r797]
	  
	  fix unix/mac build

2007-10-13 19:28  pasnox

	* [r796]
	  
	  add some usefull members

2007-10-13 19:27  pasnox

	* [r795]
	  
	  add support for new UIAddExistingFiles dialog

2007-10-13 19:26  pasnox

	* [r794]
	  
	  dialog for adding existing files to project

2007-10-13 19:25  pasnox

	* [r793]
	  
	  add new members to get all projects scope for UIAddExistingFiles
	  dialog

2007-10-13 19:25  pasnox

	* [r792]
	  
	  add getter/setter for compiler

2007-10-13 19:24  pasnox

	* [r791]
	  
	  add support for current project path, current project file,
	  current file, current file path for commands using variables

2007-10-13 14:58  pasnox

	* [r790]
	  
	  fix unix/mac build

2007-10-13 14:57  pasnox

	* [r789]
	  
	  no longer a compiler

2007-10-11 20:28  pasnox

	* [r788]
	  
	  add members to allow to make chain command

2007-10-11 18:51  hlamer

	* [r787]
	  
	  Adding files to project

2007-10-11 12:49  hlamer

	* [r786]
	  
	  started to implementind adding files to project

2007-10-10 16:33  pasnox

	* [r785]
	  
	  determining parsers list before starting command, so it's not
	  time concuming doing it each time readyRead is emited

2007-10-10 16:25  hlamer

	* [r784]
	  
	  removed b = true;

2007-10-10 16:14  pasnox

	* [r783]
	  
	  fix to check all parsers, in case of command require it

2007-10-10 16:03  pasnox

	* [r782]
	  
	  uml for project

2007-10-09 17:41  pasnox

	* [r780]
	  
	  mac os x build fix

2007-10-09 14:48  hlamer

	* [r779]
	  
	  

2007-10-09 09:36  hlamer

	* [r778]
	  
	  fixed segfault

2007-10-08 23:05  pasnox

	* [r777]
	  
	  add support for chain command, chain command are commands that
	  take semi colon Name as command.
	  Example : u define "Make", "Clean", and u want create Rebuild
	  command, u create "Rebuild" command and set its command to
	  "Clean;Make"

2007-10-08 23:03  pasnox

	* [r776]
	  
	  in openFile check that s exists, and is a file

2007-10-08 23:02  pasnox

	* [r775]
	  
	  Add help button

2007-10-08 23:02  pasnox

	* [r774]
	  
	  fix addCommand where same command can't be added twice

2007-10-08 18:32  pasnox

	* [r772]
	  
	  Add some new step to console manager ( stLinking and stFinish )
	  now we are informed when linking and command finished

2007-10-08 16:46  hlamer

	* [r771]
	  
	  when process is finished, it's state removing form listwidget

2007-10-08 11:50  pasnox

	* [r770]
	  
	  fix mac build

2007-10-08 08:19  pasnox

	* [r769]
	  
	  set target to compiler folder

2007-10-08 08:15  pasnox

	* [r768]
	  
	  move GNUMake plugin from cli to compiler

2007-10-08 08:15  pasnox

	* [r767]
	  
	  move GNUMake plugin from cli to compiler

2007-10-08 07:51  pasnox

	* [r766]
	  
	  fix export for windows

2007-10-08 07:50  pasnox

	* [r765]
	  
	  ordered include

2007-10-08 07:33  pasnox

	* [r764]
	  
	  fix missing ;

2007-10-08 06:57  hlamer

	* [r763]
	  
	  transparent icon for tab

2007-10-08 06:57  hlamer

	* [r762]
	  
	  

2007-10-07 22:14  pasnox

	* [r761]
	  
	  A lot of fix, now working basically, step are shown in
	  messagebox, step can be double clicked

2007-10-07 22:13  pasnox

	* [r760]
	  
	  add a temporary hack to return always gnumake plugin for compiler

2007-10-07 22:13  pasnox

	* [r759]
	  
	  Activate step, step can be double click, if a file is associate
	  it will be open at the messae position if available

2007-10-07 22:10  pasnox

	* [r758]
	  
	  A lot of fix, now working basically, step are shown in
	  messagebox, step can be double clicked

2007-10-07 22:10  pasnox

	* [r757]
	  
	  A lot of fix, now working basically, step are shown in
	  messagebox, step can be double clicked

2007-10-07 22:09  pasnox

	* [r756]
	  
	  Merged with GNUMake plugin

2007-10-07 17:22  hlamer

	* [r754]
	  
	  MonkeyProject working in trunk

2007-10-07 16:37  pasnox

	* [r753]
	  
	  commands action for plugins mostly work

2007-10-07 12:25  pasnox

	* [r752]
	  
	  Add missing files

2007-10-07 12:14  pasnox

	* [r751]
	  
	  Fix some signals connection, small code update

2007-10-07 11:45  pasnox

	* [r750]
	  
	  importing noprojects2 branches plugins

2007-10-07 10:48  pasnox

	* [r749]
	  
	  Rewriting CLIToolInterface so it not herits BasePlugin, so
	  BasePlugin herited boject can herits clitoolinterface too

2007-10-07 09:32  pasnox

	* [r748]
	  
	  pCommand are no longer used as pointer in program allowing to
	  don't care about deleting commands

2007-10-06 16:22  pasnox

	* [r746]
	  
	  

2007-10-06 16:20  pasnox

	* [r745]
	  
	  integrate noproject2 branche

2007-10-06 16:19  pasnox

	* [r744]
	  
	  integrate noproject2 branche

2007-10-06 10:41  pasnox

	* [r743]
	  
	  add support for elided tabs in corner widget

2007-10-05 22:19  pasnox

	* [r741]
	  
	  add a member to check 2 file path to see if files are same when
	  using relative / non canonicalfile path

2007-10-05 22:17  pasnox

	* [r740]
	  
	  restoring session after plugins load to avoid of loading
	  files/projects and plugin not yet loaded

2007-10-05 22:17  pasnox

	* [r739]
	  
	  now pFileManager isa wrapper again pWorkspace and
	  UIProjectsManager, so plugins can rely on it to easily be inform
	  of projects/files changes

2007-10-05 22:16  pasnox

	* [r738]
	  
	  * add member to get all root projects,
	  * now when opening a project we check that project is not already
	  opened
	  * opened project now emit opened signal

2007-10-05 22:14  pasnox

	* [r737]
	  
	  canonicalFilePath now return canonicalFilePath of the project
	  value

2007-10-05 22:13  pasnox

	* [r736]
	  
	  save / restore session now support projects

2007-10-05 22:13  pasnox

	* [r735]
	  
	  add some commentary

2007-10-05 22:12  pasnox

	* [r734]
	  
	  remove old qscintilla version

2007-10-05 22:12  pasnox

	* [r733]
	  
	  Add new qscintilla version using : 20071004 snapshot

2007-10-04 22:36  pasnox

	* [r732]
	  
	  Fix some little bug in writing qmake project, this is first fully
	  working beta for this hope it will work good :)

2007-10-03 16:04  pasnox

	* [r721]
	  
	  QMakePlugin : getIndent improvement, writeProejct now really
	  write to files ( be careful! )

2007-10-03 16:04  pasnox

	* [r720]
	  
	  QMakePlugin : getIndent improvement, writeProejct now really
	  write to files ( be careful! )

2007-10-02 23:16  pasnox

	* [r714]
	  
	  som work on project write and indent

2007-10-01 22:23  pasnox

	* [r708]
	  
	  first working new wizard file/project, add to proejct working,
	  add existing files/projects working too

2007-10-01 20:48  pasnox

	* [r707]
	  
	  add support for add a proejct to project container, some code
	  improvement

2007-10-01 20:48  pasnox

	* [r706]
	  
	  now we can add new projects/files to another project when
	  checking "Add To Project" and choosing a project in the combo
	  tree

2007-09-30 19:32  pasnox

	* [r704]
	  
	  code cleanup, some bugfix and enhancements

2007-09-29 22:29  pasnox

	* [r703]
	  
	  code cleanup, some bugfix and enhancements

2007-09-29 11:22  pasnox

	* [r702]
	  
	  add support for combobox allowing to quickly choose a project
	  now project that don t provide visible values in filtered mode
	  are shwn too

2007-09-29 11:17  pasnox

	* [r701]
	  
	  final version, it still contains a bug : QTreeView can t be close
	  by clicking out or pressing escape, workaround is close when
	  leave event appear

2007-09-28 23:22  pasnox

	* [r700]
	  
	  some code cleaning, ehnancement to pTreeComboBox class

2007-09-28 18:03  pasnox

	* [r699]
	  
	  

2007-09-28 14:12  pasnox

	* [r697]
	  
	  from work commit ( may be broke )

2007-09-28 12:23  pasnox

	* [r695]
	  
	  introduce pTreeComboBox a readonly combobox that show a tree
	  wiew, and allow to clicked an index and set it current

2007-09-27 20:57  pasnox

	* [r694]
	  
	  

2007-09-27 17:34  pasnox

	* [r693]
	  
	  

2007-09-27 17:05  pasnox

	* [r692]
	  
	  

2007-09-27 08:52  pasnox

	* [r691]
	  
	  some code cleaning, move compiler() debugger() and interpreter()
	  from projectplugin to item plugin
	  Some enhancement

2007-09-27 06:39  pasnox

	* [r690]
	  
	  no longer needed

2007-09-26 14:33  pasnox

	* [r688]
	  
	  

2007-09-26 09:56  pasnox

	* [r687]
	  
	  added support for "Add Existing Files" to project
	  added some enhancement

2007-09-26 09:56  pasnox

	* [r686]
	  
	  added support for "Add Existing Files" to project

2007-09-25 20:04  pasnox

	* [r684]
	  
	  Some enhancement to QMake plugin, now Others variables can be
	  edited ( but not yet their values )

2007-09-25 14:51  pasnox

	* [r683]
	  
	  QMake improvement

2007-09-25 14:51  pasnox

	* [r682]
	  
	  for operator now using * instead of space for telling ALL
	  operator

2007-09-24 20:35  pasnox

	* [r680]
	  
	  

2007-09-24 14:56  pasnox

	* [r678]
	  
	  fix else statement in writing project

2007-09-24 14:56  pasnox

	* [r677]
	  
	  some code cleaning using usefull members

2007-09-24 13:26  pasnox

	* [r675]
	  
	  take advantage of usefull ProjectItem members

2007-09-24 13:25  pasnox

	* [r674]
	  
	  add usefull members to test if item is kind of type

2007-09-24 13:03  minirop

	* [r673]
	  
	  crash and some "else" bugs fixed.

2007-09-24 11:56  pasnox

	* [r672]
	  
	  Fix scope creation item when using getScopeItem function

2007-09-24 11:53  minirop

	* [r671]
	  
	  stop splitting on | in scopes.
	  style a bug en "else"

2007-09-24 08:08  pasnox

	* [r670]
	  
	  Fix: window state was not correct on file open ( because child is
	  inserted to worksapce after it has open files )

2007-09-24 08:08  pasnox

	* [r669]
	  
	  little code cleaning

2007-09-24 07:53  pasnox

	* [r668]
	  
	  connect modifiedChanged( bool ) signal to window()
	  setWindowModified( bool ) so workspace now know when child is
	  modified

2007-09-24 07:52  pasnox

	* [r667]
	  
	  replace "" by QString::null to be sure string is null

2007-09-24 07:51  pasnox

	* [r666]
	  
	  now workspace track child modification state, and add/remove icon
	  according to child isWindowModified()

2007-09-23 18:50  pasnox

	* [r663]
	  
	  

2007-09-21 13:53  pasnox

	* [r657]
	  
	  global enhancement, code cleaning

2007-09-21 13:53  pasnox

	* [r656]
	  
	  aUpdate QMake Project template, and add QMake based pure C++
	  template projects

2007-09-21 13:53  pasnox

	* [r655]
	  
	  add default string value for getExistingFolder, small corrections

2007-09-21 13:19  pasnox

	* [r654]
	  
	  add new icons

2007-09-21 12:30  pasnox

	* [r653]
	  
	  Update QMake Project template, and add QMake based pure C++
	  template projects

2007-09-20 22:27  pasnox

	* [r651]
	  
	  some enhancements to project settings dialog ( advanced mode )
	  and UIItemEdit

2007-09-19 21:55  pasnox

	* [r643]
	  
	  * Fix problem where CONFIG variable where always created and then
	  removed when accepting
	  * Fix qHash for qstringlist so now project settings dialog will
	  no longer tell proejct modified when not
	  * some improvement in the way temporary datas are stocked
	  * Need finish Advanced tab and the project settings dialog will
	  be finished

2007-09-17 23:28  pasnox

	* [r630]
	  
	  Fix QMake project settings bugs : nedd qt 4.3.1

2007-09-17 21:50  pasnox

	* [r629]
	  
	  

2007-09-17 20:05  pasnox

	* [r628]
	  
	  code cleaning

2007-09-17 13:39  pasnox

	* [r627]
	  
	  accepting the dialog will not remove empty items, fixed.

2007-09-17 13:38  pasnox

	* [r626]
	  
	  when setting values using setListValues, no longer delete item if
	  there is current value we can replace with it.
	  resulting of less chance to got a crash under linux, but it still
	  got problem with removing row when model is in a sortproxy
	  filter.
	  
	  Fix ::remove now it item is last in a scope, the scope is remove
	  too
	  
	  Some code enhancement/cleaning

2007-09-17 13:33  pasnox

	* [r625]
	  
	  add member for getting scopes of an item

2007-09-16 19:47  pasnox

	* [r624]
	  
	  

2007-09-16 15:49  pasnox

	* [r623]
	  
	  code cleaning

2007-09-16 15:48  pasnox

	* [r622]
	  
	  code cleaning

2007-09-16 09:05  pasnox

	* [r621]
	  
	  now only scope of project are read at startup, resulting in a
	  dialog quickly show

2007-09-16 09:04  pasnox

	* [r620]
	  
	  best maangement in scope and item iterating for values, check
	  valuesare no longer case insensitive

2007-09-16 09:03  pasnox

	* [r619]
	  
	  Make abstract and move all other members to qmake plugins

2007-09-15 17:56  pasnox

	* [r618]
	  
	  

2007-09-14 21:47  pasnox

	* [r617]
	  
	  hope this is the final beta 0.5.0

2007-09-14 21:46  pasnox

	* [r616]
	  
	  change a litle dialog, add configuration for library extensions

2007-09-14 21:46  pasnox

	* [r615]
	  
	  add members to get all scopes of a project

2007-09-14 15:26  hlamer

	* [r614]
	  
	  Changed property of elideMode of QTabBar to elideCenter

2007-09-14 14:23  pasnox

	* [r613]
	  
	  gegeneral commit

2007-09-13 20:05  pasnox

	* [r612]
	  
	  enhcnement in project settings dialog

2007-09-13 14:49  pasnox

	* [r611]
	  
	  add progressbar loading to dialog

2007-09-13 13:59  pasnox

	* [r610]
	  
	  restoring original file

2007-09-13 13:57  pasnox

	* [r609]
	  
	  rename update tab icon slot

2007-09-13 13:57  pasnox

	* [r608]
	  
	  fix formatting, and made setting icon one line code

2007-09-13 13:50  pasnox

	* [r607]
	  
	  apply good formatting

2007-09-13 13:49  pasnox

	* [r606]
	  
	  remove debug

2007-09-13 13:29  pasnox

	* [r605]
	  
	  general enhancement to QMake Project Settings dialog

2007-09-13 13:29  pasnox

	* [r604]
	  
	  Fix xp style bug with progressbar width

2007-09-13 13:28  minirop

	* [r603]
	  
	  fixed some qmake plugin parser bugs

2007-09-13 11:03  hlamer

	* [r602]
	  
	  

2007-09-13 07:14  hlamer

	* [r601]
	  
	  

2007-09-12 20:44  pasnox

	* [r600]
	  
	  enhance qmake project settings

2007-09-12 15:29  minirop

	* [r599]
	  
	  fixed the imbricated else-scope and when there was a \" or \\\"
	  in a value

2007-09-12 15:03  pasnox

	* [r598]
	  
	  Update QMake Project Settings dialog

2007-09-12 14:17  pasnox

	* [r597]
	  
	  general enhancement

2007-09-11 23:11  pasnox

	* [r596]
	  
	  Fix function comment error

2007-09-11 23:11  pasnox

	* [r595]
	  
	  Add support for save and save all, fix some crash bug

2007-09-11 20:20  minirop

	* [r594]
	  
	  

2007-09-11 14:57  pasnox

	* [r593]
	  
	  fix

2007-09-11 14:41  minirop

	* [r592]
	  
	  avoid error when variables in .pro files contains " or \\

2007-09-11 14:39  pasnox

	* [r591]
	  
	  enhance support for project writing

2007-09-11 13:18  pasnox

	* [r590]
	  
	  add support for saving project/subprojects

2007-09-11 13:18  pasnox

	* [r589]
	  
	  add support for saving current project

2007-09-10 22:23  pasnox

	* [r588]
	  
	  Fix build due tu ProjectItem changes

2007-09-10 22:22  pasnox

	* [r587]
	  
	  deactivate css

2007-09-10 22:22  pasnox

	* [r586]
	  
	  small enhancement

2007-09-10 22:22  pasnox

	* [r585]
	  
	  code cleaning, add support for closing project recursively, and
	  fake save

2007-09-10 09:36  pasnox

	* [r584]
	  
	  update windows batch script

2007-09-10 06:40  pasnox

	* [r583]
	  
	  Fix build error

2007-09-09 21:58  pasnox

	* [r582]
	  
	  Add support for subdirs projects, files can be open with double
	  click on proejct view, many enhancements to plugin

2007-09-09 21:57  pasnox

	* [r581]
	  
	  General enhancement to projects manager

2007-09-09 17:51  minirop

	* [r580]
	  
	  splitting values only for the variables containing files name
	  (like HEADERS and SOURCES)

2007-09-09 15:56  pasnox

	* [r579]
	  
	  general enhancements to qmake plugin

2007-09-09 15:55  pasnox

	* [r578]
	  
	  add proxy filter for advanced edit

2007-09-09 15:54  pasnox

	* [r577]
	  
	  General enhancement to project manager ans ProjectPlugin

2007-09-09 15:54  pasnox

	* [r576]
	  
	  General enhancement to project manager ans ProjectPlugin

2007-09-09 15:54  pasnox

	* [r575]
	  
	  add filter action

2007-09-09 15:53  pasnox

	* [r574]
	  
	  change unix script using release_and_debug to allow best build in
	  release or debug

2007-09-07 13:57  pasnox

	* [r573]
	  
	  general commit

2007-09-07 13:46  pasnox

	* [r572]
	  
	  new icons

2007-09-07 13:25  pasnox

	* [r571]
	  
	  Major change in dealing with datas, many bug fix, first usable (
	  editable ) projects

2007-09-06 21:53  pasnox

	* [r570]
	  
	  some general improvement in members

2007-09-06 14:43  pasnox

	* [r569]
	  
	  general improvements

2007-09-06 14:42  pasnox

	* [r568]
	  
	  general improvmeent, port old QMakev2 dialogs settings from old
	  v2

2007-09-06 07:17  pasnox

	* [r567]
	  
	  Fix exportation of qscintilla symbol for windows

2007-09-05 20:27  pasnox

	* [r566]
	  
	  general commit

2007-09-05 20:27  pasnox

	* [r565]
	  
	  new icons for dialogs

2007-09-05 20:26  pasnox

	* [r564]
	  
	  Plugins settings widget and project settings dialog

2007-09-05 20:26  pasnox

	* [r563]
	  
	  Delegate for editing items in project settings

2007-09-05 19:01  pasnox

	* [r562]
	  
	  missing icon

2007-09-05 15:59  pasnox

	* [r561]
	  
	  do some enhancements

2007-09-05 15:58  pasnox

	* [r560]
	  
	  add some usefull members to get some filepath / path

2007-09-05 15:58  pasnox

	* [r559]
	  
	  add some enhancements

2007-09-05 13:11  pasnox

	* [r558]
	  
	  add loading style sheet to splash

2007-09-05 13:11  pasnox

	* [r557]
	  
	  fix filtered icon path

2007-09-05 13:10  pasnox

	* [r556]
	  
	  no change

2007-09-05 13:09  pasnox

	* [r555]
	  
	  add style sheet

2007-09-05 13:09  pasnox

	* [r554]
	  
	  Add default style sheet

2007-09-05 08:20  pasnox

	* [r553]
	  
	  

2007-09-05 08:16  pasnox

	* [r552]
	  
	  Fix windows symbols export

2007-09-04 21:26  pasnox

	* [r551]
	  
	  remove unneeded members

2007-09-04 21:25  pasnox

	* [r550]
	  
	  Add insertRow & appendRow member to filter some items ( scope &
	  function )

2007-09-04 20:37  pasnox

	* [r549]
	  
	  update projectplugin interface

2007-09-04 20:37  pasnox

	* [r548]
	  
	  Enhancement to ProjectPlugin interface and QMake Project plugin

2007-09-04 20:25  pasnox

	* [r547]
	  
	  

2007-09-04 20:14  pasnox

	* [r546]
	  
	  add plugin resources

2007-09-04 20:13  pasnox

	* [r545]
	  
	  

2007-09-04 20:13  pasnox

	* [r544]
	  
	  

2007-09-04 17:40  pasnox

	* [r543]
	  
	  Move QMakeItem to ProjectItem to core project

2007-09-04 17:35  pasnox

	* [r542]
	  
	  rename QMakeItem to ProjectItem

2007-09-04 17:34  pasnox

	* [r541]
	  
	  move QMakeItem to monkey core

2007-09-04 17:32  pasnox

	* [r540]
	  
	  

2007-09-04 14:34  pasnox

	* [r539]
	  
	  First QMake Plugin version ( not yet working )

2007-09-04 14:33  pasnox

	* [r538]
	  
	  Some work on project plugin interface

2007-09-04 06:49  pasnox

	* [r537]
	  
	  Fix conflicting layoutname

2007-09-03 21:13  pasnox

	* [r536]
	  
	  Add projectsmanager files/paths

2007-09-03 21:13  pasnox

	* [r535]
	  
	  Fix a bug where, user raw command can t be execue when got
	  arguments

2007-09-03 21:11  pasnox

	* [r534]
	  
	  Add support for ProjectsManager

2007-09-03 21:11  pasnox

	* [r533]
	  
	  Introduce new beta projectsmanager

2007-09-03 21:11  pasnox

	* [r532]
	  
	  Remove project slots and put them in projects manager

2007-09-03 21:10  pasnox

	* [r531]
	  
	  Add project icons

2007-09-03 21:10  pasnox

	* [r530]
	  
	  Add project icons

2007-09-03 21:09  pasnox

	* [r529]
	  
	  Some minor changes, now program output only show the output of
	  the current command, and commands log log all commands

2007-09-03 14:59  pasnox

	* [r528]
	  
	  Rename Errors "Build", Messages "Output" and add a new "Log" tab.
	  Update icons, and fix a windows crash.

2007-09-03 14:34  pasnox

	* [r527]
	  
	  Fix a bug that crash application under windows by emulating the
	  missing stateChanged( 0 ) for no windows OS

2007-09-03 12:47  pasnox

	* [r526]
	  
	  Fixed export for windows

2007-09-03 11:51  pasnox

	* [r525]
	  
	  Change ome thing in the interface

2007-09-03 11:31  pasnox

	* [r524]
	  
	  Fix saving / restoring current drive

2007-09-03 09:31  pasnox

	* [r523]
	  
	  Fix eronneous string

2007-09-03 09:28  pasnox

	* [r522]
	  
	  Fix allowed areas to allow to put dock to bottom / top else if
	  normally it should be only left/right

2007-09-03 09:24  pasnox

	* [r521]
	  
	  Fix build error ( tbClose )

2007-09-03 09:13  pasnox

	* [r520]
	  
	  Do change for removing dependance to QMessageBox and add a QLabel
	  instead.

2007-09-03 09:01  pasnox

	* [r519]
	  
	  Update for add search dock to right by default instead of bottom

2007-09-03 09:01  pasnox

	* [r518]
	  
	  Fix ui for using with Qt 4.2, change the dock interface so now
	  search is no longer a top/bottom dock but a left/right one.

2007-09-02 21:50  pasnox

	* [r517]
	  
	  Add ProjectPlugin interface

2007-09-02 21:50  pasnox

	* [r516]
	  
	  Initial import old old v2 pluginsmanager to port to new core

2007-09-02 21:49  pasnox

	* [r515]
	  
	  Add abstract interface for ProjectPlugins

2007-09-02 21:49  pasnox

	* [r514]
	  
	  new projects manager

2007-09-02 21:48  pasnox

	* [r513]
	  
	  Update resources for new icons

2007-09-02 21:48  pasnox

	* [r512]
	  
	  Add icons for projects

2007-09-02 21:48  pasnox

	* [r511]
	  
	  Add title to dock

2007-09-02 20:37  pasnox

	* [r510]
	  
	  Import from old v2 to remake with new trunk

2007-09-02 20:10  pasnox

	* [r509]
	  
	  Add missing pixmap to MessageBox plugin

2007-09-02 20:10  pasnox

	* [r508]
	  
	  Some enhancements to File Browser plugin, add missing pixmap

2007-09-02 20:09  pasnox

	* [r507]
	  
	  update bash scripts

2007-08-31 14:00  pasnox

	* [r506]
	  
	  some plugins ehnancements

2007-08-31 09:44  pasnox

	* [r505]
	  
	  Fix for msvc build

2007-08-31 09:44  pasnox

	* [r504]
	  
	  Fix for msvc build

2007-08-31 09:43  pasnox

	* [r503]
	  
	  Remove some entries and put them in plugins.inc file

2007-08-31 09:43  pasnox

	* [r502]
	  
	  Remove some entries and put them in plugins.inc file

2007-08-31 09:41  pasnox

	* [r501]
	  
	  Implement default constructor for fix build error with msvc

2007-08-31 09:40  pasnox

	* [r500]
	  
	  Add missing break, and add Q_ASSERT for non GCC based compiler

2007-08-31 09:39  pasnox

	* [r499]
	  
	  Fix build error with msvc ( add a conditionnal declaration )

2007-08-31 09:39  pasnox

	* [r498]
	  
	  Scripts no longer execute binary at end

2007-08-31 09:38  pasnox

	* [r497]
	  
	  Add support for msvc, tested with VC++ Express 2005, Windows
	  Platform SDK 2003 R2, Qt Open Source 4.3.1 and Qt 4.3.x patch for
	  windows.
	  Add batch file support to easily build/rebuild/debug monkey2

2007-08-30 22:33  pasnox

	* [r496]
	  
	  some enhancements added ( save/restore current tab index )

2007-08-30 22:32  pasnox

	* [r495]
	  
	  remove no longer needed cal to UIMessageBox

2007-08-30 22:32  pasnox

	* [r494]
	  
	  fix some bug in console management for linux

2007-08-30 17:39  pasnox

	* [r493]
	  
	  add MessageBox plugin

2007-08-30 17:37  pasnox

	* [r491]
	  
	  rename FileBrowser

2007-08-30 17:36  pasnox

	* [r490]
	  
	  move UIMessageBox classes to MessageBox plugin

2007-08-30 17:34  pasnox

	* [r489]
	  
	  move to MessageBox plugin

2007-08-29 23:24  pasnox

	* [r488]
	  
	  

2007-08-29 21:41  pasnox

	* [r487]
	  
	  * Some bugfix, enhancement to QFileBrowser plugin
	  * Remove space from build script files

2007-08-29 07:53  pasnox

	* [r486]
	  
	  some code clean up

2007-08-29 07:32  pasnox

	* [r485]
	  
	  QSingleton now herits QSingletonExpose and the public map has
	  been replace by a protected hash

2007-08-29 07:13  pasnox

	* [r484]
	  
	  update ui to be built with Qt 4.2

2007-08-28 21:51  pasnox

	* [r483]
	  
	  Fix a bug that crash appli when disabling a plugin that have
	  changed area

2007-08-28 21:50  pasnox

	* [r482]
	  
	  add support for plugin management dialog

2007-08-28 18:48  pasnox

	* [r481]
	  
	  QSingleton

2007-08-28 18:40  pasnox

	* [r480]
	  
	  update batch files

2007-08-28 18:39  pasnox

	* [r479]
	  
	  add script to build binary & plugins for unix ( and maybe mac os
	  x )

2007-08-28 18:22  pasnox

	* [r478]
	  
	  update some location in batch files

2007-08-28 18:19  pasnox

	* [r477]
	  
	  move windows batch files to root so it will build binary and
	  plugins

2007-08-28 18:16  pasnox

	* [r476]
	  
	  QSingleton instance now works as separate from application (
	  application <=> plugins ), fixing the windows version ;) great :D

2007-08-28 15:15  pasnox

	* [r475]
	  
	  new QSingleton tempalte that allow to shre datas between app &
	  plugins

2007-08-28 13:42  pasnox

	* [r474]
	  
	  Fix windows build, error still append : instance() are duplicated
	  when plugin dealing with application instance()

2007-08-27 23:10  pasnox

	* [r473]
	  
	  Add first working plugin ;) QFileBrowser

2007-08-27 23:09  pasnox

	* [r472]
	  
	  conform to coding rules formatting

2007-08-27 23:08  pasnox

	* [r471]
	  
	  export monkey includepath to monkey.pro so plugins can include it
	  and know about all includepath
	  add primary basic plugin interface available

2007-08-27 15:34  pasnox

	* [r470]
	  
	  

2007-08-27 14:53  pasnox

	* [r469]
	  
	  really fix this fucking bug where if qt version >= 4.3.0
	  dockwidget state were not correctly restored, making docks pretty
	  unusable

2007-08-27 07:47  pasnox

	* [r468]
	  
	  Fix a windows unicode build

2007-08-26 20:47  pasnox

	* [r467]
	  
	  add plugins interface to port from old v2

2007-08-26 19:21  pasnox

	* [r466]
	  
	  Add action to backup current file web issue #177

2007-08-26 19:21  pasnox

	* [r465]
	  
	  Add member allowing to manually backup a file web issue #177

2007-08-26 19:21  pasnox

	* [r464]
	  
	  icon for backup action web issue #177

2007-08-26 19:20  pasnox

	* [r463]
	  
	  icon for new action relating to issue #177

2007-08-26 19:20  pasnox

	* [r462]
	  
	  Fix web issue #177

2007-08-26 19:19  pasnox

	* [r461]
	  
	  Add a new member for a SaveDialog behavior

2007-08-26 19:19  pasnox

	* [r460]
	  
	  Remove brut directory for building

2007-08-26 19:18  pasnox

	* [r459]
	  
	  Fix web issue #159

2007-08-26 03:16  pasnox

	* [r458]
	  
	  Fix web issues: #159 #184 #187 #195

2007-08-24 13:52  pasnox

	* [r457]
	  
	  some enhancement to ConsoleManager and tempoaray messagebox log

2007-08-24 13:48  pasnox

	* [r456]
	  
	  fix web issue #195

2007-08-24 11:37  pasnox

	* [r455]
	  
	  small temporary update for testing ConsoleManager added

2007-08-24 11:35  pasnox

	* [r454]
	  
	  small temporary update for testing ConsoleManager added

2007-08-24 11:34  pasnox

	* [r453]
	  
	  ConsoleManager is now operationnal ;)

2007-08-24 08:05  pasnox

	* [r452]
	  
	  rename ConsoleManager to pConsoleManager

2007-08-24 08:04  pasnox

	* [r451]
	  
	  change name for typedef list of pCommand

2007-08-23 23:51  pasnox

	* [r450]
	  
	  add primary working support for console manager, queued command
	  are working, as well as skipping

2007-08-23 14:55  pasnox

	* [r449]
	  
	  consolemanager update

2007-08-23 14:33  pasnox

	* [r448]
	  
	  add support for command and parser for the consolemanager

2007-08-23 07:26  pasnox

	* [r443]
	  
	  Fix file build for windows

2007-08-23 07:21  pasnox

	* [r442]
	  
	  FIX ui for Qt 4.2

2007-08-23 07:18  pasnox

	* [r441]
	  
	  remove auto start of "Konsole" in consolemanager so tester will
	  not be hangry ;)

2007-08-22 21:29  pasnox

	* [r440]
	  
	  some clean code to console manager

2007-08-22 21:21  pasnox

	* [r439]
	  
	  move translations to root

2007-08-22 21:20  pasnox

	* [r438]
	  
	  move translations to root

2007-08-22 21:19  kyusan

	* [r437]
	  
	  Start the french translation ...

2007-08-22 21:18  pasnox

	* [r436]
	  
	  added console manager, a threaded queued commands/parser manager

2007-08-22 21:18  pasnox

	* [r435]
	  
	  added console manager, a threaded queued commands/parser manager

2007-08-22 17:04  pasnox

	* [r433]
	  
	  adding translations folder with french ts file

2007-08-22 17:04  pasnox

	* [r432]
	  
	  add entry for french translation

2007-08-22 15:56  pasnox

	* [r431]
	  
	  Fix web issue #163

2007-08-22 15:45  pasnox

	* [r430]
	  
	  Change size so we can see 2 rows of template, web issue #161

2007-08-22 11:40  evgenM

	* [r429]
	  
	  My last correction of About.cpp was bugged :( - this fix the
	  error

2007-08-21 21:06  oversize

	* [r426] .:
	  
	  Second part of big move in svn finished

2007-08-21 17:11  pasnox

	* [r422] 2006.2.0.0:
	  
	  

2007-08-21 12:46  pasnox

	* [r420] monkey/build debug.bat, monkey/rebuild debug.bat,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp:
	  
	  Fix bug issue #141

2007-08-21 06:54  pasnox

	* [r419] monkey/src/toolsmanager/ui/UIDesktopTools.ui:
	  
	  Fix ui for Qt 4.2

2007-08-20 21:10  pasnox

	* [r418] monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  

2007-08-20 18:19  pasnox

	* [r417] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/resources/icons/tools/user.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/pToolsManager.h,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.h,
	  monkey/src/toolsmanager/ui/UIDesktopTools.ui,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp:
	  
	  Fix for issues: #106 #110 #114

2007-08-20 14:54  pasnox

	* [r416] monkey/build release.bat, monkey/monkey.pro,
	  monkey/rebuild release.bat,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Fix feature : #93 #97 #102 #121

2007-08-20 09:01  pasnox

	* [r415] monkey/build.bat, monkey/rebuild.bat:
	  
	  fix qt 4.2 ui

2007-08-20 08:59  pasnox

	* [r414] monkey/build debug.bat, monkey/build release.bat,
	  monkey/monkey.pro, monkey/rebuild debug.bat, monkey/rebuild
	  release.bat, monkey/src/toolsmanager/ui/UIDesktopTools.ui:
	  
	  

2007-08-19 20:45  pasnox

	* [r413] monkey/src/toolsmanager/pDesktopApplications.h,
	  monkey/src/toolsmanager/pDesktopApplications_mac.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_unix.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_win32.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.h:
	  
	  add support for desktop icons under windows ( both folders and
	  shortcut )
	  Do some fix for linux port

2007-08-19 10:41  pasnox

	* [r412] monkey/monkey.pro,
	  monkey/src/toolsmanager/pDesktopApplications.h,
	  monkey/src/toolsmanager/pDesktopApplications_win32.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp:
	  
	  fix windows Desktop Tools

2007-08-18 23:11  pasnox

	* [r411] monkey/build.bat, monkey/debug.bat, monkey/monkey.pro,
	  monkey/rebuild.bat, monkey/src/main.cpp,
	  monkey/src/pMonkeyStudio.cpp,
	  monkey/src/toolsmanager/pDesktopApplications.cpp,
	  monkey/src/toolsmanager/pDesktopApplications.h,
	  monkey/src/toolsmanager/pDesktopApplications_mac.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_unix.cpp,
	  monkey/src/toolsmanager/pDesktopApplications_win32.cpp,
	  monkey/src/toolsmanager/pDesktopMenuEntry.cpp,
	  monkey/src/toolsmanager/pDesktopMenuEntry.h,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopMenu.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopMenu.h,
	  monkey/src/toolsmanager/ui/UIDesktopMenu.ui,
	  monkey/src/toolsmanager/ui/UIDesktopTools.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopTools.h,
	  monkey/src/toolsmanager/ui/UIDesktopTools.ui,
	  templates/C++/Projects/qt_console.pro,
	  templates/C++/Projects/qt_gui.pro:
	  
	  introduce crossplatform ( windows / linux ) desktop tools feature
	  #41

2007-08-17 17:18  pasnox

	* [r410] monkey/build.bat:
	  
	  

2007-08-17 13:44  pasnox

	* [r409] monkey/monkey.pro, monkey/src/main.cpp,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h:
	  
	  

2007-08-16 07:50  pasnox

	* [r408] monkey/src/toolsmanager/ui/UIDesktopMenu.ui:
	  
	  

2007-08-16 07:46  pasnox

	* [r407] monkey/src/toolsmanager/ui/UIDesktopMenu.ui:
	  
	  

2007-08-16 07:09  evgenM

	* [r406] monkey/src/maininterface/ui/UIAbout.cpp:
	  
	  little correction of UIAbout.cpp

2007-08-15 20:34  pasnox

	* [r405] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/resources/icons/tools/desktop.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/toolsmanager/pDesktopMenuEntry.cpp,
	  monkey/src/toolsmanager/pDesktopMenuEntry.h,
	  monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopMenu.cpp,
	  monkey/src/toolsmanager/ui/UIDesktopMenu.h,
	  monkey/src/toolsmanager/ui/UIDesktopMenu.ui,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp:
	  
	  Add new feature for Tools, now you can add application in tools
	  menu by choosen them in the Desktop Tools menu, they will be
	  added to the menu as a user tool ;) only for linux for now

2007-08-14 09:52  pasnox

	* [r404] monkey/src/resources/icons/templates/namespace.png:
	  
	  add missing pixmap

2007-08-14 09:46  pasnox

	* [r403] monkey/src/maininterface/ui/UIAbout.ui,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/maininterface/ui/UITranslator.ui,
	  monkey/src/templatesmanager/ui/UIEditTemplate.ui,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui:
	  
	  Fix ui files for building with qt 4.2.x

2007-08-13 15:53  pasnox

	* [r401] monkey/src/toolsmanager/pToolsManager.cpp,
	  monkey/src/toolsmanager/pToolsManager.h,
	  monkey/src/toolsmanager/ui,
	  monkey/src/toolsmanager/ui/UIToolsEdit.cpp,
	  monkey/src/toolsmanager/ui/UIToolsEdit.h,
	  monkey/src/toolsmanager/ui/UIToolsEdit.ui:
	  
	  add missing files ( toolsmanager )

2007-08-12 11:50  pasnox

	* [r400] monkey/monkey.pro,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.cpp,
	  monkey/src/abbreviationsmanager/pAbbreviationsManager.h,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.cpp,
	  monkey/src/main.cpp, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.ui,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UITranslator.ui,
	  monkey/src/pMonkeyStudio.cpp, monkey/src/pMonkeyStudio.h,
	  monkey/src/pTools.cpp, monkey/src/pTools.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  monkey/src/resources/icons/tools,
	  monkey/src/resources/icons/tools/add.png,
	  monkey/src/resources/icons/tools/down.png,
	  monkey/src/resources/icons/tools/edit.png,
	  monkey/src/resources/icons/tools/file.png,
	  monkey/src/resources/icons/tools/folder.png,
	  monkey/src/resources/icons/tools/help.png,
	  monkey/src/resources/icons/tools/icon.png,
	  monkey/src/resources/icons/tools/remove.png,
	  monkey/src/resources/icons/tools/up.png,
	  monkey/src/resources/icons/tools/update.png,
	  monkey/src/resources/icons/translation,
	  monkey/src/resources/icons/translation/folder.png,
	  monkey/src/resources/icons/translation/translation.png,
	  monkey/src/resources/icons/translation/update.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/templatesmanager/pTemplatePreviewer.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UIEditTemplate.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/workspace/pWorkspace.cpp,
	  templates/C++/Extras/namespace.cpp,
	  templates/C++/Extras/namespace.h,
	  templates/C++/Files/qobject_source.cpp,
	  templates/C++/Projects/qt_console.pro,
	  templates/C++/Projects/qt_dll.pro,
	  templates/C++/Projects/qt_gui.pro:
	  
	  Webissues entries fixed : #1 #3 #5 #26 #35 #38 #47
	  
	  Add support for tools, but need to read desktop start menu
	  entries for fixing totaly the #41
	  
	  Entry #44 is cancelled, if u think it's a bad idea, reopen it and
	  add some comments

2007-08-05 09:24  pasnox

	* [r399] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/resources/icons/project,
	  monkey/src/resources/icons/project/new.png,
	  monkey/src/resources/icons/templates,
	  monkey/src/resources/icons/templates/console.png,
	  monkey/src/resources/icons/templates/empty.png,
	  monkey/src/resources/icons/templates/misc.png,
	  monkey/src/resources/icons/templates/qdialog.png,
	  monkey/src/resources/icons/templates/qmainwindow.png,
	  monkey/src/resources/icons/templates/qobject.png,
	  monkey/src/resources/icons/templates/qt_console.png,
	  monkey/src/resources/icons/templates/qt_dll.png,
	  monkey/src/resources/icons/templates/qt_form.png,
	  monkey/src/resources/icons/templates/qt_gui.png,
	  monkey/src/resources/icons/templates/qt_static_lib.png,
	  monkey/src/resources/icons/templates/qwidget.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UIEditTemplate.cpp,
	  monkey/src/templatesmanager/ui/UIEditTemplate.ui,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui,
	  monkey/src/toolsmanager, templates/C++/Extras,
	  templates/C++/Files, templates/C++/Files/header.h,
	  templates/C++/Files/main.cpp,
	  templates/C++/Files/qdialog_header.h,
	  templates/C++/Files/qdialog_source.cpp,
	  templates/C++/Files/qmainwindow_header.h,
	  templates/C++/Files/qmainwindow_source.cpp,
	  templates/C++/Files/qobject_header.h,
	  templates/C++/Files/qobject_source.cpp,
	  templates/C++/Files/qt_console_main.cpp,
	  templates/C++/Files/qt_gui_main.cpp,
	  templates/C++/Files/qwidget_header.h,
	  templates/C++/Files/qwidget_source.cpp,
	  templates/C++/Files/source.cpp, templates/C++/Projects,
	  templates/C++/Projects/qt_console.pro,
	  templates/C++/Projects/qt_dll.pro,
	  templates/C++/Projects/qt_gui.pro,
	  templates/C++/Projects/qt_static_lib.pro,
	  templates/C++/assistant.png, templates/C++/blockdevice.png,
	  templates/C++/console.png, templates/C++/designer.png,
	  templates/C++/header.h, templates/C++/kpersonalizer.png,
	  templates/C++/kxconfig.png, templates/C++/linguist-32-32.png,
	  templates/C++/linguist.png, templates/C++/main.cpp,
	  templates/C++/misc.png, templates/C++/qobject.png,
	  templates/C++/qobject_header.h, templates/C++/qobject_source.cpp,
	  templates/C++/qt.png, templates/C++/qt_console.png,
	  templates/C++/qt_console_main.cpp, templates/C++/qt_gui.png,
	  templates/C++/qt_gui_main.cpp, templates/C++/qwidget.png,
	  templates/C++/qwidget_header.h, templates/C++/qwidget_source.cpp,
	  templates/C++/source.cpp:
	  
	  * new templates wizard/manager fully working avaialble with c++
	  class / files / projects
	  * General code update and improvements

2007-08-02 22:29  pasnox

	* [r398] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UIEditTemplate.ui:
	  
	  

2007-08-01 22:42  pasnox

	* [r397] monkey/src/resources/resources.qrc,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UIEditTemplate.ui:
	  
	  

2007-08-01 14:13  pasnox

	* [r396] monkey/monkey.pro,
	  monkey/src/maininterface/ui/UISettings.ui, monkey/src/pTools.cpp,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/templatesmanager/ui/UIEditTemplate.ui,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui:
	  
	  

2007-07-31 20:52  pasnox

	* [r395] monkey/src/abbreviationsmanager,
	  monkey/src/abbreviationsmanager/ui,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.cpp,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.h,
	  monkey/src/abbreviationsmanager/ui/UIAddAbbreviation.ui,
	  monkey/src/pTools.cpp, monkey/src/pTools.h,
	  monkey/src/templatesmanager/pTemplatesManager.cpp,
	  monkey/src/templatesmanager/pTemplatesManager.h,
	  monkey/src/templatesmanager/ui/UIEditTemplate.cpp,
	  monkey/src/templatesmanager/ui/UIEditTemplate.h,
	  monkey/src/templatesmanager/ui/UIEditTemplate.ui:
	  
	  missing files

2007-07-31 20:50  pasnox

	* [r394] monkey/src/maininterface/ui/UIAddAbbreviation.cpp,
	  monkey/src/maininterface/ui/UIAddAbbreviation.h,
	  monkey/src/maininterface/ui/UIAddAbbreviation.ui,
	  monkey/src/maininterface/ui/UIEditTemplate.cpp,
	  monkey/src/maininterface/ui/UIEditTemplate.h,
	  monkey/src/maininterface/ui/UIEditTemplate.ui:
	  
	  

2007-07-31 20:49  pasnox

	* [r393]
	  2006.2.0.0/plugins/projects/QMakev2/src/model/QMakeProjectParser.cpp,
	  monkey/monkey.pro, monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  monkey/src/templatesmanager/pTemplatePreviewer.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui,
	  templates/C++/header.h, templates/C++/main.cpp,
	  templates/C++/qobject_header.h, templates/C++/qobject_source.cpp,
	  templates/C++/qt_console_main.cpp, templates/C++/qt_gui_main.cpp,
	  templates/C++/qwidget_header.h, templates/C++/qwidget_source.cpp,
	  templates/C++/source.cpp:
	  
	  new template manager compatible with edyuk templates

2007-07-31 20:48  pasnox

	* [r392] templates/C++/qt_herits_header.h,
	  templates/C++/qt_herits_source.cpp:
	  
	  

2007-07-28 09:15  pasnox

	* [r391] templates/C++/qt_console_main.cpp:
	  
	  

2007-07-28 09:14  pasnox

	* [r390] monkey/src/templatesmanager/pTemplatePreviewer.cpp,
	  monkey/src/templatesmanager/pTemplatePreviewer.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui:
	  
	  

2007-07-27 22:12  hlamer

	* [r389]
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.h,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.pro,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouserSettings.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouserSettings.h,
	  2006.2.0.0/plugins/workspace/ClassBrouser/EntityContainer.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/EntityContainer.h:
	  
	  

2007-07-27 13:42  pasnox

	* [r388] monkey/build.bat,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp, templates,
	  templates/C++, templates/C++/assistant.png,
	  templates/C++/blockdevice.png, templates/C++/console.png,
	  templates/C++/designer.png, templates/C++/header.h,
	  templates/C++/kpersonalizer.png, templates/C++/kxconfig.png,
	  templates/C++/linguist-32-32.png, templates/C++/linguist.png,
	  templates/C++/main.cpp, templates/C++/misc.png,
	  templates/C++/qobject.png, templates/C++/qobject_header.h,
	  templates/C++/qobject_source.cpp, templates/C++/qt.png,
	  templates/C++/qt_console.png, templates/C++/qt_console_main.cpp,
	  templates/C++/qt_gui.png, templates/C++/qt_gui_main.cpp,
	  templates/C++/qt_herits_header.h,
	  templates/C++/qt_herits_source.cpp, templates/C++/qwidget.png,
	  templates/C++/qwidget_header.h, templates/C++/qwidget_source.cpp,
	  templates/C++/source.cpp:
	  
	  add some templates for C++ language

2007-07-27 07:28  pasnox

	* [r387] monkey/src/templatesmanager/ui/UITemplatesWizard.ui:
	  
	  

2007-07-27 07:26  hlamer

	* [r386]
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.pro:
	  
	  

2007-07-26 23:22  hlamer

	* [r385]
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.h,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.pro:
	  
	  

2007-07-26 22:09  pasnox

	* [r384] fresh/widgets/pTabbedWorkspace.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/resources/icons/_old/todo.png,
	  monkey/src/templatesmanager/pTemplatePreviewer.cpp,
	  monkey/src/templatesmanager/pTemplatePreviewer.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  add support for new file template working, user need to
	  configure/create template in Edit->Settings...

2007-07-26 16:22  hlamer

	* [r383]
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/Entity.h,
	  2006.2.0.0/plugins/workspace/ClassBrouser/EntityContainer.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/EntityContainer.h:
	  
	  

2007-07-26 12:00  hlamer

	* [r382]
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.h:
	  
	  

2007-07-25 23:18  pasnox

	* [r381] fresh/widgets/pTabbedWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  same

2007-07-25 23:14  pasnox

	* [r380] fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h:
	  
	  

2007-07-25 21:29  pasnox

	* [r379] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h:
	  
	  really fix time leacking on checking paste aviability

2007-07-25 20:41  pasnox

	* [r378] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  update paste cheking for child to reduce switch tab time

2007-07-25 19:48  pasnox

	* [r377] fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h, monkey/monkey.pro,
	  monkey/src/templatesmanager/pTemplatePreviewer.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  

2007-07-25 18:25  hlamer

	* [r376] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h:
	  
	  

2007-07-25 17:51  pasnox

	* [r375] qscintilla/QScintilla-gpl-2-snapshot-20070709,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/ChangeLog,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/LICENSE,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/NEWS,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/configure.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/README,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/designer-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/designer-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/dir_7b75c19608ed998fdd5f6f12238e82b6.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/dir_e8a8318e73ab561d5a5ccdd9f1505b29.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/dir_b5bf78a35e8d093335c78f35e76af406.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/dir_c998c31d8b2389e3c98da8b1324de8f7.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt3/application.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt3/application.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt3/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt3/fileopen.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt3/fileprint.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt3/filesave.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt3/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/Face.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/Platform.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/SString.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/qsci/api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/qsci/api/python,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Document.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Editor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/SVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/Style.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070722/src/XPM.h,
	  qscintilla/qscintilla.pri:
	  
	  new qscintilla version

2007-07-25 17:47  pasnox

	* [r374] qscintilla/QScintilla-gpl-2-snapshot-20070630,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/ChangeLog,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/LICENSE,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/NEWS,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/configure.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/README,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/designer-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/designer-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/dir_7b75c19608ed998fdd5f6f12238e82b6.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/dir_e8a8318e73ab561d5a5ccdd9f1505b29.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_enum.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/dir_b5bf78a35e8d093335c78f35e76af406.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/dir_c998c31d8b2389e3c98da8b1324de8f7.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt3/application.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt3/application.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt3/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt3/fileopen.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt3/fileprint.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt3/filesave.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt3/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/Face.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/Platform.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/SString.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/qsci/api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/qsci/api/python,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Document.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Editor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/SVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/Style.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070709/src/XPM.h:
	  
	  new qscintilla version

2007-07-24 23:01  hlamer

	* [r373] fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  fixed problem with too slow tab switching

2007-07-24 17:20  hlamer

	* [r372] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  

2007-07-24 12:07  hlamer

	* [r371] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h:
	  
	  

2007-07-24 09:21  hlamer

	* [r370] qscintilla/qscintilla.pri:
	  
	  

2007-07-10 21:06  pasnox

	* [r369] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  monkey/src/resources/icons/file/new.png,
	  monkey/src/resources/icons/temp,
	  monkey/src/resources/icons/temp/kcmsystem.png,
	  monkey/src/resources/icons/temp/kpf.png,
	  monkey/src/resources/icons/temp/kwin.png,
	  monkey/src/resources/icons/temp/package_applications.png,
	  monkey/src/resources/icons/temp/package_development.png,
	  monkey/src/resources/icons/temp/package_system.png,
	  monkey/src/resources/resources.qrc, monkey/src/templatesmanager,
	  monkey/src/templatesmanager/pTemplatePreviewer.cpp,
	  monkey/src/templatesmanager/pTemplatePreviewer.h,
	  monkey/src/templatesmanager/ui,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.cpp,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.h,
	  monkey/src/templatesmanager/ui/UITemplatesWizard.ui,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  introduce first new file module ( need templates configuration
	  first )

2007-07-10 10:29  pasnox

	* [r368] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  qscintilla/qscintilla.pri:
	  
	  add apis source support

2007-07-10 00:26  pasnox

	* [r367] monkey/src/workspace/pChild.cpp:
	  
	  

2007-07-10 00:25  pasnox

	* [r366] monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/resources/icons/edit/abbreviation.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  add search next/previous and abbreviations icon

2007-07-09 20:33  pasnox

	* [r365] fresh/widgets/pAction.cpp, fresh/widgets/pAction.h,
	  fresh/widgets/pMenuBar.cpp, fresh/widgets/pShortcutsEditor.cpp,
	  fresh/widgets/pShortcutsEditor.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h:
	  
	  fix shortcuts editor hierarchy and remove & from text

2007-07-09 18:25  pasnox

	* [r364] monkey/src/maininterface/ui/UISettings.ui:
	  
	  

2007-07-09 18:23  pasnox

	* [r363] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/resources/icons/file/recents.png,
	  monkey/src/resources/icons/file/restore.png,
	  monkey/src/resources/icons/file/session.png:
	  
	  add missing icons

2007-07-09 16:24  pasnox

	* [r362] monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAddAbbreviation.cpp,
	  monkey/src/maininterface/ui/UIAddAbbreviation.h,
	  monkey/src/maininterface/ui/UIEditTemplate.cpp,
	  monkey/src/maininterface/ui/UIEditTemplate.h,
	  monkey/src/maininterface/ui/UITranslator.cpp:
	  
	  

2007-07-09 13:26  pasnox

	* [r361] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  

2007-07-08 22:08  pasnox

	* [r360] monkey/src/main.cpp, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  monkey/src/resources/resources.qrc,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  Minimal Session support added

2007-07-08 12:20  pasnox

	* [r359] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/qscintillamanager/pQScintilla.cpp:
	  
	  change settings path for abbreviations

2007-07-08 12:17  pasnox

	* [r358] fresh/fresh.pro, fresh/widgets/pTabbedWorkspace.cpp,
	  monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  add word completion ( template code ) support working.
	  
	  Some enhancements

2007-07-06 14:49  hlamer

	* [r357]
	  2006.2.0.0/plugins/workspace/ClassBrouser/EntityContainer.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/EntityContainer.h,
	  fresh/fresh.pro, fresh/widgets/pTabbedWorkspace.cpp,
	  monkey/monkey.pro:
	  
	  

2007-07-06 13:15  pasnox

	* [r356] monkey/monkey.pro,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  monkey/src/qscintillamanager/ui/pSearch.ui,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  add enhancements to pEditor, UISettings and pQScintilla.

2007-07-05 21:01  pasnox

	* [r355] monkey/src/maininterface/ui/UISettings.ui:
	  
	  

2007-07-05 21:00  pasnox

	* [r354] monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  

2007-07-05 20:21  pasnox

	* [r353] monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  monkey/src/workspace/pWorkspace.cpp:
	  
	  Settings Editor are now appy to Editors, and at run time.

2007-07-05 16:20  pasnox

	* [r352] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp:
	  
	  

2007-07-05 14:53  pasnox

	* [r351] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  UISettings scintilla configuratin enhancements

2007-07-04 21:36  pasnox

	* [r350] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  

2007-07-03 21:10  pasnox

	* [r349] monkey/src/maininterface/ui/UISettings.ui:
	  
	  

2007-07-03 21:09  pasnox

	* [r348] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  introduce new qscintilla page editor ( settings editor in
	  UISettings )

2007-07-03 14:48  pasnox

	* [r347] monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  

2007-07-02 22:08  pasnox

	* [r346] monkey/src/qscintillamanager/pQScintilla.h:
	  
	  

2007-07-02 22:03  pasnox

	* [r345] monkey/src/qscintillamanager/pQScintilla.cpp:
	  
	  

2007-07-01 21:05  pasnox

	* [r344] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  

2007-07-01 18:11  pasnox

	* [r343] qscintilla/QScintilla-1.73-gpl-2.1:
	  
	  remove old qscintilla version

2007-07-01 18:11  pasnox

	* [r342]
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/.dolphinview:
	  
	  

2007-07-01 17:57  pasnox

	* [r341] qscintilla/QScintilla-gpl-2-snapshot-20070630,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/.dolphinview,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/ChangeLog,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/LICENSE,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/NEWS,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/configure.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/SciClasses.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/README,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/designer-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/designer-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/Scintilla/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/dir_7b75c19608ed998fdd5f6f12238e82b6.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/dir_e8a8318e73ab561d5a5ccdd9f1505b29.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_enum.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/dir_b5bf78a35e8d093335c78f35e76af406.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/dir_c998c31d8b2389e3c98da8b1324de8f7.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt3,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt3/application.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt3/application.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt3/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt3/fileopen.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt3/fileprint.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt3/filesave.xpm,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt3/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/application.pro,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/application.qrc,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/images,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/images/new.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/images/open.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/images/save.png,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/main.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/Accessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/Face.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/HFacer.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/KeyWords.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/Platform.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/PropSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/SString.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/SciLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/Scintilla.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/Scintilla.iface,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/ScintillaWidget.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/include/WindowAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/qsci,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/qsci/api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/qsci/api/python,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/AutoComplete.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/AutoComplete.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/CallTip.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/CallTip.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/CellBuffer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/CellBuffer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/CharClassify.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/CharClassify.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/CharacterSet.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/ContractionState.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/ContractionState.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Decoration.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Decoration.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Document.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Document.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/DocumentAccessor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Editor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Editor.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/ExternalLexer.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Indicator.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Indicator.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/KeyMap.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/KeyMap.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/KeyWords.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexAPDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexAU3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexAVE.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexAda.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexAsm.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexAsn1.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexBaan.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexBash.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexBasic.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexBullant.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexCLW.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexCPP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexCSS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexCaml.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexCmake.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexConf.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexCrontab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexCsound.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexD.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexEScript.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexEiffel.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexErlang.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexFlagship.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexForth.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexFortran.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexGAP.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexGen.py,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexHTML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexHaskell.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexInno.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexKix.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexLisp.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexLout.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexLua.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexMPT.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexMatlab.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexMetapost.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexNsis.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexOpal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexOthers.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexPB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexPLM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexPOV.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexPS.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexPascal.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexPerl.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexProgress.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexPython.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexRebol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexRuby.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexSQL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexScriptol.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexSpecman.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexSpice.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexTADS3.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexTCL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexTeX.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexVB.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexVHDL.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexVerilog.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LexYAML.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/License.txt,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LineMarker.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/LineMarker.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Partitioning.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/PositionCache.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/PositionCache.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/PropSet.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/RESearch.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/RESearch.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/RunStyles.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/RunStyles.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/SVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/SciTE.properties,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/ScintillaBase.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/SplitVector.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Style.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/Style.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/StyleContext.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/StyleContext.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/UniConversion.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/UniConversion.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/ViewStyle.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/ViewStyle.h,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/XPM.cpp,
	  qscintilla/QScintilla-gpl-2-snapshot-20070630/src/XPM.h:
	  
	  new qscintilla version

2007-07-01 17:56  pasnox

	* [r340] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  qscintilla/qscintilla.pri:
	  
	  new qscintilla version

2007-06-29 21:23  pasnox

	* [r339] monkey/src/resources/icons/edit/close.png,
	  monkey/src/resources/icons/edit/next.png,
	  monkey/src/resources/icons/edit/previous.png,
	  monkey/src/resources/icons/edit/replace.png,
	  monkey/src/resources/icons/help/assistant.png,
	  monkey/src/resources/icons/help/keyword.png,
	  monkey/src/resources/icons/help/qt.png:
	  
	  

2007-06-29 20:32  pasnox

	* [r338] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp,
	  monkey/src/workspace/pFileManager.cpp:
	  
	  add many ehnancement to pEditor ( print, search, conver tabs goto
	  line )

2007-06-29 18:48  pasnox

	* [r337] monkey/monkey.pro,
	  monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h:
	  
	  introcude new pEditor

2007-06-29 16:29  pasnox

	* [r336] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.cpp,
	  monkey/src/qscintillamanager/ui/pSearch.h,
	  monkey/src/qscintillamanager/ui/pSearch.ui,
	  monkey/src/resources/resources.qrc:
	  
	  

2007-06-29 15:08  pasnox

	* [r335] monkey/src/qscintillamanager/pEditor.cpp,
	  monkey/src/qscintillamanager/pEditor.h,
	  monkey/src/qscintillamanager/ui,
	  monkey/src/workspace/pEditor.cpp, monkey/src/workspace/pEditor.h,
	  monkey/src/workspace/ui:
	  
	  

2007-06-29 13:41  pasnox

	* [r334] monkey/src/workspace/pEditor.cpp,
	  monkey/src/workspace/pEditor.h:
	  
	  

2007-06-29 13:27  pasnox

	* [r333] monkey/src/workspace/pEditor.cpp,
	  monkey/src/workspace/pEditor.h, monkey/src/workspace/ui,
	  monkey/src/workspace/ui/pSearch.cpp,
	  monkey/src/workspace/ui/pSearch.h,
	  monkey/src/workspace/ui/pSearch.ui:
	  
	  

2007-06-29 13:12  pasnox

	* [r332] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pFileManager.cpp,
	  monkey/src/workspace/pFileManager.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  

2007-06-28 22:03  pasnox

	* [r331] monkey/src/maininterface/ui/UIAddAbbreviation.cpp,
	  monkey/src/maininterface/ui/UIAddAbbreviation.h,
	  monkey/src/maininterface/ui/UIEditTemplate.cpp,
	  monkey/src/maininterface/ui/UIEditTemplate.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerpython.cpp:
	  
	  fix some bugs in UISettings, add enhancements : UISettings first
	  final version finish

2007-06-27 21:11  pasnox

	* [r330] monkey/src/maininterface/ui/UIAddAbbreviation.cpp,
	  monkey/src/maininterface/ui/UIAddAbbreviation.h,
	  monkey/src/maininterface/ui/UIAddAbbreviation.ui,
	  monkey/src/maininterface/ui/UIEditTemplate.cpp,
	  monkey/src/maininterface/ui/UIEditTemplate.h,
	  monkey/src/maininterface/ui/UIEditTemplate.ui:
	  
	  missing new files ;)

2007-06-27 21:10  pasnox

	* [r329] monkey/monkey.pro,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui:
	  
	  add support for templates and word completion shortcut in
	  UISettings

2007-06-27 10:00  pasnox

	* [r328] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/qscintillamanager/pQScintilla.cpp:
	  
	  fix windows bugs

2007-06-26 21:20  pasnox

	* [r327] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerbash.cpp:
	  
	  application settings dialog update

2007-06-26 17:20  pasnox

	* [r326] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  add generic lexer configuration for UISettings dialog

2007-06-26 05:57  pasnox

	* [r325] monkey/monkey.pro,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/qscintillamanager,
	  monkey/src/qscintillamanager/pQScintilla.cpp,
	  monkey/src/qscintillamanager/pQScintilla.h:
	  
	  

2007-06-22 20:45  pasnox

	* [r324] monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui:
	  
	  

2007-06-22 16:32  pasnox

	* [r323] monkey/src/maininterface/ui/UISettings.ui:
	  
	  fix qt 4.2.3 bug

2007-06-22 13:54  pasnox

	* [r322] monkey/build.bat, monkey/monkey.pro,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui:
	  
	  

2007-06-21 21:20  pasnox

	* [r321] qscintilla/QScintilla-1.73-gpl-2.1,
	  qscintilla/QScintilla-1.73-gpl-2.1/ChangeLog,
	  qscintilla/QScintilla-1.73-gpl-2.1/LICENSE,
	  qscintilla/QScintilla-1.73-gpl-2.1/NEWS,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/configure.py,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/SciClasses.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/README,
	  qscintilla/QScintilla-1.73-gpl-2.1/designer-Qt3,
	  qscintilla/QScintilla-1.73-gpl-2.1/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-1.73-gpl-2.1/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/designer-Qt4,
	  qscintilla/QScintilla-1.73-gpl-2.1/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-1.73-gpl-2.1/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/Scintilla/index.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/dir_2a8c2605e4aa7d1a48d8f1a3cb79b19c.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/dir_70b9a417937df88b16247a3b9fa4913c.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-1.73-gpl-2.1/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/application.pro,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/application.qrc,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/images,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/images/new.png,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/images/open.png,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/images/save.png,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/main.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/Accessor.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/Face.py,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/HFacer.py,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/KeyWords.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/License.txt,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/Platform.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/PropSet.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/SString.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/SciLexer.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/Scintilla.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/Scintilla.iface,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/ScintillaWidget.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/include/WindowAccessor.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/qsci,
	  qscintilla/QScintilla-1.73-gpl-2.1/qsci/api,
	  qscintilla/QScintilla-1.73-gpl-2.1/qsci/api/python,
	  qscintilla/QScintilla-1.73-gpl-2.1/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-1.73-gpl-2.1/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-1.73-gpl-2.1/src,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/AutoComplete.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/AutoComplete.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/CallTip.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/CallTip.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/CellBuffer.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/CellBuffer.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/CharClassify.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/CharClassify.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/ContractionState.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/ContractionState.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Document.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Document.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/DocumentAccessor.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Editor.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Editor.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/ExternalLexer.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Indicator.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Indicator.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/KeyMap.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/KeyMap.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/KeyWords.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexAPDL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexAU3.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexAVE.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexAda.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexAsm.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexAsn1.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexBaan.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexBash.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexBasic.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexBullant.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexCLW.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexCPP.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexCSS.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexCaml.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexCmake.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexConf.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexCrontab.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexCsound.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexD.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexEScript.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexEiffel.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexErlang.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexFlagship.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexForth.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexFortran.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexGen.py,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexHTML.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexHaskell.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexInno.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexKix.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexLisp.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexLout.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexLua.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexMPT.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexMatlab.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexMetapost.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexNsis.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexOpal.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexOthers.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexPB.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexPOV.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexPS.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexPascal.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexPerl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexPython.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexRebol.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexRuby.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexSQL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexScriptol.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexSpecman.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexSpice.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexTADS3.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexTCL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexTeX.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexVB.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexVHDL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexVerilog.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LexYAML.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/License.txt,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LineMarker.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/LineMarker.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Partitioning.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/PropSet.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/RESearch.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/RESearch.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/SVector.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/SciTE.properties,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/ScintillaBase.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/SplitVector.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Style.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/Style.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/StyleContext.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/StyleContext.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/UniConversion.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/UniConversion.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/ViewStyle.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/ViewStyle.h,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/XPM.cpp,
	  qscintilla/QScintilla-1.73-gpl-2.1/src/XPM.h:
	  
	  new qscintilla version : 2.1

2007-06-21 21:20  pasnox

	* [r320] fresh/fresh.pri, monkey/monkey.pro,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h, qscintilla/qscintilla.pri,
	  qscintilla/qscintilla.pro:
	  
	  add UISettings

2007-06-21 21:19  pasnox

	* [r319] qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530:
	  
	  new version available of qscintilla

2007-06-21 16:09  pasnox

	* [r318] fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.ui:
	  
	  new enhancements to fresh lib ( tabs can now have shortcut, that
	  can be enable/disable via right corner )

2007-06-21 14:33  pasnox

	* [r317] fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h, monkey/monkey.pro,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/resources/icons/application/addtab.png,
	  monkey/src/resources/icons/application/closetab.png,
	  monkey/src/resources/icons/view,
	  monkey/src/resources/icons/view/next.png,
	  monkey/src/resources/icons/view/previous.png,
	  monkey/src/resources/icons/view/style.png,
	  monkey/src/resources/resources.qrc,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  some enhancements for fresh lib and monkey core

2007-06-21 13:09  pasnox

	* [r316] monkey/build.bat, monkey/rebuild.bat,
	  monkey/src/workspace/UISaveFiles.cpp,
	  monkey/src/workspace/UISaveFiles.h:
	  
	  add save file dialog
	  add basic close event to main window
	  add 2 batch file for building/rebuilding monkey

2007-06-21 13:07  pasnox

	* [r315] monkey/monkey.pro, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  

2007-06-21 11:54  pasnox

	* [r314] monkey/Makefile, monkey/monkey.pro,
	  monkey/src/maininterface/UIMain.cpp:
	  
	  fix windows build

2007-06-21 11:53  pasnox

	* [r313] fresh/widgets/pTabbedWorkspace.cpp:
	  
	  fix a missing emit signal

2007-06-21 09:47  pasnox

	* [r312] monkey/Makefile, monkey/monkey.rc:
	  
	  

2007-06-20 21:19  pasnox

	* [r311] monkey/src/recentsmanager,
	  monkey/src/recentsmanager/pRecentsManager.cpp,
	  monkey/src/recentsmanager/pRecentsManager.h,
	  monkey/src/resources/icons/edit/copy.png,
	  monkey/src/resources/icons/edit/cut.png,
	  monkey/src/resources/icons/edit/goto.png,
	  monkey/src/resources/icons/edit/paste.png,
	  monkey/src/resources/icons/edit/redo.png,
	  monkey/src/resources/icons/edit/search.png,
	  monkey/src/resources/icons/edit/settings.png,
	  monkey/src/resources/icons/edit/shortcuts.png,
	  monkey/src/resources/icons/edit/undo.png,
	  monkey/src/resources/icons/file,
	  monkey/src/resources/icons/file/clear.png,
	  monkey/src/resources/icons/file/close.png,
	  monkey/src/resources/icons/file/closeall.png,
	  monkey/src/resources/icons/file/open.png,
	  monkey/src/resources/icons/file/print.png,
	  monkey/src/resources/icons/file/quickprint.png,
	  monkey/src/resources/icons/file/quit.png,
	  monkey/src/resources/icons/file/recentsfiles.png,
	  monkey/src/resources/icons/file/save.png,
	  monkey/src/resources/icons/file/saveall.png,
	  monkey/src/resources/icons/file/saveas.png,
	  monkey/src/resources/texts,
	  monkey/src/resources/texts/license.gpl, monkey/src/workspace,
	  monkey/src/workspace/pAbstractChild.h,
	  monkey/src/workspace/pChild.cpp, monkey/src/workspace/pChild.h,
	  monkey/src/workspace/pWorkspace.cpp,
	  monkey/src/workspace/pWorkspace.h:
	  
	  

2007-06-20 21:18  pasnox

	* [r310] fresh/widgets/pDockToolBar.cpp,
	  fresh/widgets/pDockToolBar.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h, monkey/Makefile,
	  monkey/monkey.pro, monkey/src/main.cpp,
	  monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.h,
	  monkey/src/maininterface/ui/UIAbout.ui,
	  monkey/src/resources/resources.qrc:
	  
	  

2007-06-18 22:16  pasnox

	* [r309] monkey, monkey/Makefile, monkey/monkey.pro,
	  monkey/monkey.rc, monkey/src, monkey/src/main.cpp,
	  monkey/src/maininterface, monkey/src/maininterface/UIMain.cpp,
	  monkey/src/maininterface/UIMain.h, monkey/src/maininterface/ui,
	  monkey/src/maininterface/ui/UIAbout.cpp,
	  monkey/src/maininterface/ui/UIAbout.h,
	  monkey/src/maininterface/ui/UIAbout.ui,
	  monkey/src/maininterface/ui/UISettings.cpp,
	  monkey/src/maininterface/ui/UISettings.h,
	  monkey/src/maininterface/ui/UISettings.ui,
	  monkey/src/maininterface/ui/UITranslator.cpp,
	  monkey/src/maininterface/ui/UITranslator.h,
	  monkey/src/maininterface/ui/UITranslator.ui,
	  monkey/src/resources, monkey/src/resources/icons,
	  monkey/src/resources/icons/_new,
	  monkey/src/resources/icons/_new/Thumbs.db,
	  monkey/src/resources/icons/_new/edittrash.png,
	  monkey/src/resources/icons/_new/emptytrash.png,
	  monkey/src/resources/icons/_new/function.png,
	  monkey/src/resources/icons/_new/helpsplashscreen.png,
	  monkey/src/resources/icons/_new/object.png,
	  monkey/src/resources/icons/_new/play.png,
	  monkey/src/resources/icons/_new/stop.png,
	  monkey/src/resources/icons/_old,
	  monkey/src/resources/icons/_old/EditorBookmark0.png,
	  monkey/src/resources/icons/_old/EditorBookmark1.png,
	  monkey/src/resources/icons/_old/EditorBookmark2.png,
	  monkey/src/resources/icons/_old/EditorBookmark3.png,
	  monkey/src/resources/icons/_old/EditorBookmark4.png,
	  monkey/src/resources/icons/_old/EditorBookmark5.png,
	  monkey/src/resources/icons/_old/EditorBookmark6.png,
	  monkey/src/resources/icons/_old/EditorBookmark7.png,
	  monkey/src/resources/icons/_old/EditorBookmark8.png,
	  monkey/src/resources/icons/_old/EditorBookmark9.png,
	  monkey/src/resources/icons/_old/addtab.png,
	  monkey/src/resources/icons/_old/background.png,
	  monkey/src/resources/icons/_old/buildbuild.png,
	  monkey/src/resources/icons/_old/buildclean.png,
	  monkey/src/resources/icons/_old/builddistclean.png,
	  monkey/src/resources/icons/_old/builderror.png,
	  monkey/src/resources/icons/_old/buildexecute.png,
	  monkey/src/resources/icons/_old/buildmisc.png,
	  monkey/src/resources/icons/_old/buildrebuild.png,
	  monkey/src/resources/icons/_old/buildrun.png,
	  monkey/src/resources/icons/_old/buildstandard.png,
	  monkey/src/resources/icons/_old/buildstop.png,
	  monkey/src/resources/icons/_old/buildwarning.png,
	  monkey/src/resources/icons/_old/buttoncancel.png,
	  monkey/src/resources/icons/_old/buttondown.png,
	  monkey/src/resources/icons/_old/buttonnext.png,
	  monkey/src/resources/icons/_old/buttonok.png,
	  monkey/src/resources/icons/_old/buttonprevious.png,
	  monkey/src/resources/icons/_old/buttonup.png,
	  monkey/src/resources/icons/_old/closetab.png,
	  monkey/src/resources/icons/_old/completionmembers.png,
	  monkey/src/resources/icons/_old/completionothers.png,
	  monkey/src/resources/icons/_old/completionsignals.png,
	  monkey/src/resources/icons/_old/completionslots.png,
	  monkey/src/resources/icons/_old/completionvariables.png,
	  monkey/src/resources/icons/_old/cpp.png,
	  monkey/src/resources/icons/_old/edit.png,
	  monkey/src/resources/icons/_old/editadd.png,
	  monkey/src/resources/icons/_old/editbreak.png,
	  monkey/src/resources/icons/_old/editclear.png,
	  monkey/src/resources/icons/_old/editcopy.png,
	  monkey/src/resources/icons/_old/editcut.png,
	  monkey/src/resources/icons/_old/editdelete.png,
	  monkey/src/resources/icons/_old/editerror.png,
	  monkey/src/resources/icons/_old/editgoto.png,
	  monkey/src/resources/icons/_old/editpaste.png,
	  monkey/src/resources/icons/_old/editredo.png,
	  monkey/src/resources/icons/_old/editremove.png,
	  monkey/src/resources/icons/_old/editreplace.png,
	  monkey/src/resources/icons/_old/editsettings.png,
	  monkey/src/resources/icons/_old/editundo.png,
	  monkey/src/resources/icons/_old/exit.png,
	  monkey/src/resources/icons/_old/explorer.png,
	  monkey/src/resources/icons/_old/fileclose.png,
	  monkey/src/resources/icons/_old/filecloseall.png,
	  monkey/src/resources/icons/_old/filefind.png,
	  monkey/src/resources/icons/_old/filenew.png,
	  monkey/src/resources/icons/_old/fileopen.png,
	  monkey/src/resources/icons/_old/fileprint.png,
	  monkey/src/resources/icons/_old/filesave.png,
	  monkey/src/resources/icons/_old/filesaveall.png,
	  monkey/src/resources/icons/_old/filesaveas.png,
	  monkey/src/resources/icons/_old/folder_blue.png,
	  monkey/src/resources/icons/_old/folder_green.png,
	  monkey/src/resources/icons/_old/form.png,
	  monkey/src/resources/icons/_old/h.png,
	  monkey/src/resources/icons/_old/helpassistant.png,
	  monkey/src/resources/icons/_old/helpgreettings.png,
	  monkey/src/resources/icons/_old/helphome.png,
	  monkey/src/resources/icons/_old/helpkeyword.png,
	  monkey/src/resources/icons/_old/helpnext.png,
	  monkey/src/resources/icons/_old/helpprev.png,
	  monkey/src/resources/icons/_old/helpqt.png,
	  monkey/src/resources/icons/_old/helpsplashscreen.png,
	  monkey/src/resources/icons/_old/helptesters.png,
	  monkey/src/resources/icons/_old/icon.gif,
	  monkey/src/resources/icons/_old/icon.icns,
	  monkey/src/resources/icons/_old/icon.ico,
	  monkey/src/resources/icons/_old/icon.png,
	  monkey/src/resources/icons/_old/linguist.png,
	  monkey/src/resources/icons/_old/mac.png,
	  monkey/src/resources/icons/_old/misc.png,
	  monkey/src/resources/icons/_old/pbmessages.png,
	  monkey/src/resources/icons/_old/pbproject.png,
	  monkey/src/resources/icons/_old/pbwidgets.png,
	  monkey/src/resources/icons/_old/project.png,
	  monkey/src/resources/icons/_old/projectadd.png,
	  monkey/src/resources/icons/_old/projectaddfile.png,
	  monkey/src/resources/icons/_old/projectaddform.png,
	  monkey/src/resources/icons/_old/projectaddtemplate.png,
	  monkey/src/resources/icons/_old/projectclose.png,
	  monkey/src/resources/icons/_old/projectcloseall.png,
	  monkey/src/resources/icons/_old/projectnew.png,
	  monkey/src/resources/icons/_old/projectopen.png,
	  monkey/src/resources/icons/_old/projectsave.png,
	  monkey/src/resources/icons/_old/projectsaveall.png,
	  monkey/src/resources/icons/_old/projectsettings.png,
	  monkey/src/resources/icons/_old/projectshow.png,
	  monkey/src/resources/icons/_old/projectshowfile.png,
	  monkey/src/resources/icons/_old/recentsfiles.png,
	  monkey/src/resources/icons/_old/recentsprojects.png,
	  monkey/src/resources/icons/_old/tabconsole.png,
	  monkey/src/resources/icons/_old/tabsearch.png,
	  monkey/src/resources/icons/_old/text.png,
	  monkey/src/resources/icons/_old/todo.png,
	  monkey/src/resources/icons/_old/toolsedit.png,
	  monkey/src/resources/icons/_old/unix.png,
	  monkey/src/resources/icons/_old/viewhorizontally.png,
	  monkey/src/resources/icons/_old/viewmaximized.png,
	  monkey/src/resources/icons/_old/viewstyle.png,
	  monkey/src/resources/icons/_old/viewvertically.png,
	  monkey/src/resources/icons/_old/windows.png,
	  monkey/src/resources/icons/_old/zoomin.png,
	  monkey/src/resources/icons/_old/zoomout.png,
	  monkey/src/resources/icons/application,
	  monkey/src/resources/icons/application/background.png,
	  monkey/src/resources/icons/application/monkey2.gif,
	  monkey/src/resources/icons/application/monkey2.icns,
	  monkey/src/resources/icons/application/monkey2.ico,
	  monkey/src/resources/icons/application/monkey2.png,
	  monkey/src/resources/icons/application/splashscreen.png,
	  monkey/src/resources/icons/edit, monkey/src/resources/icons/help,
	  monkey/src/resources/resources.qrc:
	  
	  

2007-06-18 22:13  pasnox

	* [r308] fresh/widgets/pActionManager.cpp,
	  fresh/widgets/pMenuBar.cpp:
	  
	  

2007-06-18 07:14  pasnox

	* [r307] fresh/demo/demo.pro, fresh/widgets/pMainWindow.cpp:
	  
	  support for qt 4.3 for the fresh framework

2007-06-17 22:12  pasnox

	* [r306] fresh/widgets/pShortcutsEditor.cpp:
	  
	  add support for 64 bits processor for fresh lib

2007-06-17 21:58  pasnox

	* [r305] fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h:
	  
	  add member setBackground for pTabbedWorkspace

2007-06-17 20:17  pasnox

	* [r304] fresh/objects/MonkeyExport.h, fresh/objects/QSingleton.h,
	  fresh/objects/pSettings.cpp, fresh/objects/pSettings.h:
	  
	  add comment in each header files

2007-06-17 20:08  pasnox

	* [r303] fresh/demo/demo.pro, fresh/fresh.pri:
	  
	  add demo to fresh lib

2007-06-17 19:29  pasnox

	* [r302] fresh/demo.pro, fresh/demo/demo.pro, fresh/demo/main.cpp,
	  fresh/main.cpp:
	  
	  

2007-06-17 19:29  pasnox

	* [r301] fresh/demo:
	  
	  

2007-06-17 19:28  pasnox

	* [r300] fresh/MonkeyExport.h, fresh/demo.pro, fresh/fresh.pri,
	  fresh/fresh.pro, fresh/objects/MonkeyExport.h:
	  
	  

2007-06-17 19:18  pasnox

	* [r299] coveragemeter/coveragemeter.pro, fresh:
	  
	  

2007-06-17 19:16  pasnox

	* [r298] fresh/fresh.pro:
	  
	  

2007-06-17 19:11  pasnox

	* [r297] coveragemeter/coveragemeter.pri:
	  
	  

2007-06-17 19:09  pasnox

	* [r296] fresh/3rdparty.pro, fresh/fresh.pro:
	  
	  

2007-06-17 19:09  pasnox

	* [r295] fresh/3rdparty.pri, fresh/fresh.pri:
	  
	  

2007-06-17 19:08  pasnox

	* [r294] fresh:
	  
	  

2007-06-17 19:07  pasnox

	* [r293] fresh:
	  
	  

2007-06-17 19:05  pasnox

	* [r292] fresh/3rdparty.pri, qscintilla/qscintilla.pri,
	  qscintilla/qscintilla.pro:
	  
	  

2007-06-17 12:49  pasnox

	* [r291] qscintilla,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/ChangeLog,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/LICENSE,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/NEWS,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/configure.py,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qsciapis.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscicommand.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscicommandset.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscidocument.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexer.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerbash.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerbatch.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexercmake.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexercpp.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexercsharp.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexercss.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerd.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerdiff.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerhtml.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexeridl.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerjava.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerjavascript.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerlua.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexermakefile.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerperl.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerpov.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerproperties.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerpython.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexerruby.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexersql.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexertex.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscilexervhdl.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscimacro.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscimod3.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscimod4.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qscimodcommon.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qsciprinter.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qsciscintilla.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qsciscintillabase3.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Python/sip/qsciscintillabase4.sip,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/ListBoxQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/ListBoxQt.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/PlatQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qsciapis.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscicommand.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscidocument.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexer.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qscimacro.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/SciClasses.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/SciClasses.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/ScintillaQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/ScintillaQt.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qsciapis.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscicommand.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscicommandset.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscidocument.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexer.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerbash.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerbatch.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexercmake.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexercpp.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexercsharp.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexercss.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerd.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerdiff.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerhtml.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexeridl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerjava.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerlua.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexermakefile.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerperl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerpov.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerproperties.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerpython.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexerruby.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexersql.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexertex.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscilexervhdl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscimacro.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla.pro,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_cs.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_cs.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_de.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_de.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_fr.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_fr.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_ru.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qscintilla_ru.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qsciprinter.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qsciscintilla.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt3/qsciscintillabase.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/ListBoxQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/ListBoxQt.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/PlatQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qsciapis.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscicommand.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscicommandset.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscidocument.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qsciglobal.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexer.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerbash.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerbatch.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexercmake.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexercpp.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexercsharp.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexercss.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerd.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerdiff.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerhtml.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexeridl.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerjava.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerjavascript.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerlua.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexermakefile.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerperl.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerpov.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerproperties.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerpython.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexerruby.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexersql.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexertex.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscilexervhdl.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qscimacro.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qsciprinter.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qsciscintilla.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/Qsci/qsciscintillabase.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/SciClasses.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/SciClasses.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/ScintillaQt.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/ScintillaQt.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qsciapis.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscicommand.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscicommandset.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscidocument.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexer.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerbash.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerbatch.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexercmake.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexercpp.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexercsharp.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexercss.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerd.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerdiff.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerhtml.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexeridl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerjava.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerjavascript.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerlua.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexermakefile.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerperl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerpov.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerproperties.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerpython.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexerruby.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexersql.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexertex.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscilexervhdl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscimacro.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla.pro,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_cs.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_cs.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_de.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_de.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_fr.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_fr.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_pt_br.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_pt_br.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_ru.qm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qscintilla_ru.ts,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qsciprinter.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qsciscintilla.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/Qt4/qsciscintillabase.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/README,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/designer-Qt3,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/designer-Qt3/designer.pro,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/designer-Qt3/qscintillaplugin.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/designer-Qt4,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/designer-Qt4/designer.pro,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/designer-Qt4/qscintillaplugin.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/designer-Qt4/qscintillaplugin.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/Design.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/Icons.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/Lexer.txt,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/SciBreak.jpg,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/SciCoding.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/SciRest.jpg,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/SciTEIco.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/SciWord.jpg,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/ScintillaDoc.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/ScintillaDownload.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/ScintillaHistory.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/ScintillaRelated.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/ScintillaToDo.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/ScintillaUsage.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/Steps.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/Scintilla/index.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/annotated.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciAPIs-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciAPIs.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciCommand-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciCommand.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciCommandSet.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciDocument-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciDocument.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexer-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexer.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerBash.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerBatch.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerCMake.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerCPP.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerCSS.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerD-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerD.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerDiff.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerHTML.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerIDL.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerJava.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerLua.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerPOV.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerPerl.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerProperties.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerPython.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerRuby.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerSQL.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerTeX.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciMacro-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciMacro.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciPrinter-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciPrinter.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciScintilla-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciScintilla.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/classQsciScintillaBase.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/dir_7b75c19608ed998fdd5f6f12238e82b6.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/dir_e8a8318e73ab561d5a5ccdd9f1505b29.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/dirs.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/doxygen.css,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/doxygen.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x6a.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x6e.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x6f.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x78.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x7a.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_0x7e.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_enum.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x6a.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x6e.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x6f.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_eval_0x78.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x7a.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/functions_func_0x7e.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/hierarchy.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/index.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/tab_b.gif,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/tab_l.gif,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/tab_r.gif,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt3/tabs.css,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/annotated.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciAPIs-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciAPIs.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciCommand-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciCommand.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciCommandSet-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciCommandSet.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciDocument-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciDocument.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexer-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexer.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerBash-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerBash.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerBatch-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerBatch.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerCMake-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerCMake.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerCPP-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerCPP.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerCSS-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerCSS.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerCSharp-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerCSharp.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerD-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerD.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerDiff-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerDiff.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerHTML-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerHTML.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerIDL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerIDL.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerJava-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerJava.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerJavaScript-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerJavaScript.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerLua-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerLua.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerMakefile-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerMakefile.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerPOV-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerPOV.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerPerl-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerPerl.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerProperties-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerProperties.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerPython-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerPython.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerRuby-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerRuby.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerSQL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerSQL.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerTeX-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerTeX.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerVHDL-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciLexerVHDL.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciMacro-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciMacro.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciPrinter-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciPrinter.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciScintilla-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciScintilla.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciScintillaBase-members.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/classQsciScintillaBase.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/dir_b5bf78a35e8d093335c78f35e76af406.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/dir_c998c31d8b2389e3c98da8b1324de8f7.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/dirs.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/doxygen.css,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/doxygen.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x6a.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x6e.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x6f.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x78.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x7a.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_0x7e.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_enum.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x6a.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x6e.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x6f.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_eval_0x78.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x62.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x63.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x64.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x65.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x66.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x67.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x68.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x69.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x6b.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x6c.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x6d.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x70.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x71.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x72.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x73.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x74.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x75.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x76.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x77.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x7a.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/functions_func_0x7e.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/hierarchy.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/index.html,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/tab_b.gif,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/tab_l.gif,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/tab_r.gif,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/doc/html-Qt4/tabs.css,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt3,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt3/application.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt3/application.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt3/application.pro,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt3/fileopen.xpm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt3/fileprint.xpm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt3/filesave.xpm,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt3/main.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/application.pro,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/application.qrc,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/images,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/images/copy.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/images/cut.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/images/new.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/images/open.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/images/paste.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/images/save.png,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/main.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/mainwindow.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/example-Qt4/mainwindow.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/Accessor.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/Face.py,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/HFacer.py,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/KeyWords.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/License.txt,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/Platform.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/PropSet.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/SString.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/SciLexer.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/Scintilla.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/Scintilla.iface,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/ScintillaWidget.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/include/WindowAccessor.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/qsci,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/qsci/api,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/qsci/api/python,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/qsci/api/python/Python-2.4.api,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/qsci/api/python/Python-2.5.api,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/AutoComplete.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/AutoComplete.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/CallTip.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/CallTip.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/CellBuffer.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/CellBuffer.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/CharClassify.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/CharClassify.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/ContractionState.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/ContractionState.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Document.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Document.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/DocumentAccessor.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/DocumentAccessor.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Editor.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Editor.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/ExternalLexer.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/ExternalLexer.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Indicator.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Indicator.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/KeyMap.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/KeyMap.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/KeyWords.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexAPDL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexAU3.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexAVE.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexAda.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexAsm.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexAsn1.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexBaan.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexBash.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexBasic.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexBullant.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexCLW.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexCPP.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexCSS.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexCaml.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexCmake.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexConf.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexCrontab.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexCsound.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexD.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexEScript.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexEiffel.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexErlang.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexFlagship.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexForth.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexFortran.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexGen.py,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexGui4Cli.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexHTML.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexHaskell.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexInno.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexKix.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexLisp.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexLout.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexLua.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexMMIXAL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexMPT.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexMSSQL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexMatlab.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexMetapost.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexNsis.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexOpal.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexOthers.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexPB.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexPOV.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexPS.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexPascal.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexPerl.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexPython.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexRebol.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexRuby.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexSQL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexScriptol.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexSmalltalk.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexSpecman.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexSpice.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexTADS3.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexTCL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexTeX.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexVB.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexVHDL.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexVerilog.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LexYAML.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/License.txt,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LineMarker.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/LineMarker.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Partitioning.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/PropSet.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/RESearch.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/RESearch.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/SVector.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/SciTE.properties,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/ScintillaBase.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/ScintillaBase.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/SplitVector.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Style.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/Style.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/StyleContext.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/StyleContext.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/UniConversion.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/UniConversion.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/ViewStyle.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/ViewStyle.h,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/WindowAccessor.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/XPM.cpp,
	  qscintilla/QScintilla-1.73-gpl-2-snapshot-20070530/src/XPM.h,
	  qscintilla/qscintilla.pri, qscintilla/qscintilla.pro:
	  
	  add qscintilla 2 to dev branche

2007-06-17 12:48  pasnox

	* [r290] fresh, fresh/3rdparty.pri, fresh/3rdparty.pro,
	  fresh/MonkeyExport.h, fresh/main.cpp, fresh/objects,
	  fresh/objects/QSingleton.h, fresh/objects/pSettings.cpp,
	  fresh/objects/pSettings.h, fresh/widgets,
	  fresh/widgets/pAction.cpp, fresh/widgets/pAction.h,
	  fresh/widgets/pActionManager.cpp, fresh/widgets/pActionManager.h,
	  fresh/widgets/pDockToolBar.cpp, fresh/widgets/pDockToolBar.h,
	  fresh/widgets/pDockToolBarManager.cpp,
	  fresh/widgets/pDockToolBarManager.h,
	  fresh/widgets/pKeySequenceInput.cpp,
	  fresh/widgets/pKeySequenceInput.h, fresh/widgets/pMainWindow.cpp,
	  fresh/widgets/pMainWindow.h, fresh/widgets/pMenuBar.cpp,
	  fresh/widgets/pMenuBar.h, fresh/widgets/pShortcutsEditor.cpp,
	  fresh/widgets/pShortcutsEditor.h,
	  fresh/widgets/pTabbedMainWindow.cpp,
	  fresh/widgets/pTabbedMainWindow.h,
	  fresh/widgets/pTabbedWorkspace.cpp,
	  fresh/widgets/pTabbedWorkspace.h,
	  fresh/widgets/pTabbedWorkspaceCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceCorner.h,
	  fresh/widgets/pTabbedWorkspaceCornerButton.cpp,
	  fresh/widgets/pTabbedWorkspaceCornerButton.h,
	  fresh/widgets/pTabbedWorkspaceRightCorner.cpp,
	  fresh/widgets/pTabbedWorkspaceRightCorner.h:
	  
	  add fresh lib to dev branches

2007-06-17 12:40  pasnox

	* [r286] .:
	  
	  

2007-06-17 12:31  pasnox

	* [r283] coveragemeter:
	  
	  

2007-06-14 19:24  hlamer

	* [r264] 2006.2.0.0/monkey/src/actionmanager/ActionManager.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.h,
	  2006.2.0.0/plugins/workspace/MessageBox/src/MessageBox.cpp:
	  
	  

2007-06-13 22:42  hlamer

	* [r261] 2006.2.0.0/monkey/src/Monkey.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.h,
	  2006.2.0.0/monkey/src/actionmanager/KeySequenceInput.cpp,
	  2006.2.0.0/monkey/src/actionmanager/KeySequenceInput.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.h:
	  
	  Finished ActionManager

2007-06-12 21:28  hlamer

	* [r256] 2006.2.0.0/monkey/src/Monkey.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.h,
	  2006.2.0.0/monkey/src/maininterface/Settings.cpp,
	  2006.2.0.0/monkey/src/maininterface/Settings.h,
	  2006.2.0.0/monkey/src/maininterface/ui/UISettings.cpp,
	  2006.2.0.0/monkey/src/maininterface/ui/UISettings.h:
	  
	  

2007-06-10 18:24  pasnox

	* [r248]
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.pro,
	  2006.2.0.0/plugins/workspace/MessageBox/src/MessageBox.cpp:
	  
	  

2007-06-10 16:42  hlamer

	* [r247] 2006.2.0.0/monkey/monkey.pro,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.h,
	  2006.2.0.0/monkey/src/actionmanager/KeySequenceInput.cpp,
	  2006.2.0.0/monkey/src/actionmanager/KeySequenceInput.h:
	  
	  

2007-06-10 09:40  hlamer

	* [r246] 2006.2.0.0/monkey/src/actionmanager/ActionManager.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.h,
	  2006.2.0.0/monkey/src/actionmanager/KeySequenceInput.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.cpp,
	  2006.2.0.0/plugins/workspace/MessageBox/src/MessageBox.cpp,
	  2006.2.0.0/plugins/workspace/MessageBox/src/MessageBox.h:
	  
	  

2007-06-09 15:37  hlamer

	* [r245]
	  2006.2.0.0/monkey/src/3rdparty/widgets/pMenuBar/pMenuBar.cpp,
	  2006.2.0.0/monkey/src/Monkey.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.cpp,
	  2006.2.0.0/monkey/src/actionmanager/KeyInput.cpp,
	  2006.2.0.0/monkey/src/actionmanager/KeyInput.h,
	  2006.2.0.0/monkey/src/actionmanager/KeySequenceInput.cpp,
	  2006.2.0.0/monkey/src/actionmanager/KeySequenceInput.h,
	  2006.2.0.0/monkey/src/main.cpp, 2006.2.0.0/monkey/src/main.h,
	  2006.2.0.0/monkey/src/workspacemanager/Workspace.cpp,
	  2006.2.0.0/monkey/src/workspacemanager/Workspace.h:
	  
	  

2007-06-09 15:36  hlamer

	* [r244] 2006.2.0.0/monkey/monkey.pro:
	  
	  

2007-06-09 15:22  hlamer

	* [r243] 2006.2.0.0/monkey/src/actionmanager/ActionManager.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.h,
	  2006.2.0.0/monkey/src/actionmanager/KeyInput.cpp,
	  2006.2.0.0/monkey/src/actionmanager/KeyInput.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.cpp:
	  
	  

2007-06-09 13:21  hlamer

	* [r242] 2006.2.0.0/monkey/monkey.pro,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.h,
	  2006.2.0.0/plugins/plugins.inc,
	  2006.2.0.0/plugins/workspace/MessageBox/src/MessageBox.cpp:
	  
	  Integrated Action Manager prototype

2007-06-08 19:45  hlamer

	* [r240] 2006.2.0.0/monkey/src/actionmanager,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.cpp,
	  2006.2.0.0/monkey/src/actionmanager/ActionManager.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyActGroup.h,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.cpp,
	  2006.2.0.0/monkey/src/actionmanager/MonkeyAction.h:
	  
	  Action manager prototype

2007-06-03 07:19  hlamer

	* [r232]
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp:
	  
	  When some .h .cpp file selected, ClassBrouser displays all both

2007-06-02 20:10  hlamer

	* [r231]
	  2006.2.0.0/monkey/src/projectsmanager/AbstractProjectModel.cpp,
	  2006.2.0.0/monkey/src/projectsmanager/AbstractProjectModel.h,
	  2006.2.0.0/monkey/src/projectsmanager/AbstractProjectProxy.cpp,
	  2006.2.0.0/monkey/src/projectsmanager/AbstractProjectProxy.h,
	  2006.2.0.0/monkey/src/projectsmanager/ui/ProjectsManager.cpp,
	  2006.2.0.0/monkey/src/projectsmanager/ui/ProjectsManager.h,
	  2006.2.0.0/plugins/projects/QMakev2/src/model/QMakeProjectProxy.cpp,
	  2006.2.0.0/plugins/projects/QMakev2/src/model/QMakeProjectProxy.h,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.h:
	  
	  Integrated current sources of the ClassBroser

2007-06-02 09:59  hlamer

	* [r230]
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.h:
	  
	  

2007-06-02 08:46  hlamer

	* [r226] ., 2006.2.0.0, 2006.2.0.0/monkey.pro,
	  2006.2.0.0/monkey/monkey.pro,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/README.monkey,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/README.orig,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/asm.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/asp.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/awk.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/beta.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/c.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/cobol.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/debug.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/eiffel.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/entry.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/entry.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/erlang.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/exuberantCtags.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/exuberantCtags.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/exuberantCtags.pro,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/fortran.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/general.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/get.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/get.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/html.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/jscript.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/keyword.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/keyword.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/lisp.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/lregex.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/lua.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/make.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/options.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/options.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/parse.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/parse.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/pascal.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/perl.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/php.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/python.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/read.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/read.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/rexx.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/routines.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/routines.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/ruby.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/scheme.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/sh.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/slang.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/sml.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/sql.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/strlist.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/strlist.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/tcl.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/verilog.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/vim.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/vstring.c,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/vstring.h,
	  2006.2.0.0/monkey/src/3rdparty/exuberantCtags/yacc.c,
	  2006.2.0.0/monkey/src/ctags,
	  2006.2.0.0/monkey/src/ctags/Ctags.cpp,
	  2006.2.0.0/monkey/src/ctags/Ctags.h,
	  2006.2.0.0/plugins/workspace/ClassBrouser,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.h,
	  2006.2.0.0/plugins/workspace/ClassBrouser/ClassBrouser.pro,
	  2006.2.0.0/plugins/workspace/ClassBrouser/Entity.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/Entity.h,
	  2006.2.0.0/plugins/workspace/ClassBrouser/EntityContainer.cpp,
	  2006.2.0.0/plugins/workspace/ClassBrouser/EntityContainer.h,
	  2006.2.0.0/plugins/workspace/workspace.pro:
	  
	  added 'dev' branch, in the branch added code, that I was
	  created/modified

