Commit graph

2826 commits

Author SHA1 Message Date
micio
dd1fa643ef Bazaar/Protect : refactored client/server code
git-svn-id: svn://ultimatepp.org/upp/trunk@3121 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-30 08:54:42 +00:00
micio
a232bc3486 Bazaar/ProductVersion : A class holding application versions
git-svn-id: svn://ultimatepp.org/upp/trunk@3120 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-29 14:07:51 +00:00
micio
645d010169 Bazaar / Protect : Removed Updater dependency, added ProductVersion one
Start changing authentication method

git-svn-id: svn://ultimatepp.org/upp/trunk@3119 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-29 14:07:01 +00:00
micio
7fbdb2cc95 Bazaar/Updater : removed ProgramVersion class, added as external package ProductVersion
git-svn-id: svn://ultimatepp.org/upp/trunk@3118 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-29 14:03:20 +00:00
kohait
8e48335846 bazaar: CtrlFinder, CtrlMover, cleaning + Test cases, new CtrlPos, a better way to live reposition Ctrl, RectCtrl code cleaning and exposing common code
git-svn-id: svn://ultimatepp.org/upp/trunk@3117 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-28 14:52:37 +00:00
micio
c189a1b3f8 Bazaar/Protect : uses Updater package for ProgramVersion class
Maybe it would be better to extract it from Updater

git-svn-id: svn://ultimatepp.org/upp/trunk@3116 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 22:46:03 +00:00
micio
0d9eb4d0c9 Bazaar/Cypher : fixed a really dumb bug about keylen being in bytes and not in bits in loadkey() function
git-svn-id: svn://ultimatepp.org/upp/trunk@3115 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 19:39:56 +00:00
rylek
04f746ef05 .Web: added default (Null) value for 'name' parameter of member function SmtpMail::ReplyTo
git-svn-id: svn://ultimatepp.org/upp/trunk@3114 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 19:03:16 +00:00
dolik
8ce4d5a011 .theide: changed CC to CXX in exported Makefile (to adhere to common conventions)
git-svn-id: svn://ultimatepp.org/upp/trunk@3113 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 17:01:43 +00:00
cxl
7a2fc73a6a SmtpMail: Refactored, added support for character encoding in headers, added recipient/sender names, Core: FormatIntBase added 'upper' option, FormatIntHexUpper function
git-svn-id: svn://ultimatepp.org/upp/trunk@3112 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 12:04:49 +00:00
cxl
6191f37e78 .ide: Bar: support for Open output directory for POSIX (instead of Linux)
git-svn-id: svn://ultimatepp.org/upp/trunk@3111 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-27 09:53:24 +00:00
cxl
92ef6e45e8 ide: Support for CLOB columns in .sch file (#14)
git-svn-id: svn://ultimatepp.org/upp/trunk@3110 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 20:19:17 +00:00
micio
d9f80dc56a Bazaar/ProtectTest : added custom build step for Windows
git-svn-id: svn://ultimatepp.org/upp/trunk@3109 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 17:37:50 +00:00
micio
fa75dcf493 Bazaar/Protect : fixed a compiler error on MSC71
git-svn-id: svn://ultimatepp.org/upp/trunk@3108 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 17:36:41 +00:00
micio
752be28010 Bazaar/Protect : fixed a couple of bugs spotted by MSC9
git-svn-id: svn://ultimatepp.org/upp/trunk@3107 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 15:53:23 +00:00
micio
328eccd01d Bazaar/Updater : fix a bug spotted by MSC9
git-svn-id: svn://ultimatepp.org/upp/trunk@3106 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 15:31:33 +00:00
micio
e41a5953d5 Bazaar/UpdaterTest : reflect changes in Updater package
git-svn-id: svn://ultimatepp.org/upp/trunk@3105 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 15:15:39 +00:00
micio
097086618b Bazaar/Updater : allow setting of installed application name
Now it can be different from installer executable name

git-svn-id: svn://ultimatepp.org/upp/trunk@3104 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 15:14:59 +00:00
micio
f75a1e4acd Bazaar/SysExec : fixed another bug in ArgEnv module
git-svn-id: svn://ultimatepp.org/upp/trunk@3103 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 15:07:15 +00:00
micio
2f5738bf43 Bazaar/Updater : added ProgramVersion class, better application versioning
It supports Major, Minor and development version fields

git-svn-id: svn://ultimatepp.org/upp/trunk@3102 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 13:39:28 +00:00
kohait
85a0d021a0 bazaar: WhenEnterAction gcc fix
git-svn-id: svn://ultimatepp.org/upp/trunk@3101 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 11:38:43 +00:00
kohait
110cbba533 bazaar: ValueCtrl: using Instancer for default Value editors definition, uses WhenEnterAction; CtrlProp: major handling restructure, CtrlMover
git-svn-id: svn://ultimatepp.org/upp/trunk@3100 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 10:31:59 +00:00
kohait
155be4d672 bazaar: Styler: simplification
git-svn-id: svn://ultimatepp.org/upp/trunk@3099 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 09:54:54 +00:00
kohait
d7c5780e10 bazaar: Dispatcher: Link version, Gen: Visiting interface, WhenEnterAction: more flexible solution,
git-svn-id: svn://ultimatepp.org/upp/trunk@3098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-26 09:52:56 +00:00
micio
920b0d7aed Bazaar/UpdaterTest : Added some comments
git-svn-id: svn://ultimatepp.org/upp/trunk@3097 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 22:04:00 +00:00
micio
6e63ed04af Bazaar/Updater : finally fully working for windows
git-svn-id: svn://ultimatepp.org/upp/trunk@3096 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 21:54:06 +00:00
micio
65b8438d88 Bazaar/SysExec : added function to check whether we are running Xp or newer OS
git-svn-id: svn://ultimatepp.org/upp/trunk@3095 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 21:40:25 +00:00
micio
a7f0804656 Bazaar/UpdaterTest : using namespace Upp now
git-svn-id: svn://ultimatepp.org/upp/trunk@3094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 21:13:15 +00:00
micio
532f3a0565 Bazaar/Updater : file associations fow windows <= Xp should work now
git-svn-id: svn://ultimatepp.org/upp/trunk@3093 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 21:10:49 +00:00
cxl
a05bcac41b .reference: XmlRpcCall fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@3091 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 14:07:48 +00:00
cxl
520cdec84e .CtrlCore: MetaFile patch (thanks mr_ped)
git-svn-id: svn://ultimatepp.org/upp/trunk@3090 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 12:20:22 +00:00
micio
62dcbf77db Bazaar/SysExec : exported a couple of system info functions
git-svn-id: svn://ultimatepp.org/upp/trunk@3089 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 11:04:27 +00:00
micio
7fdba8975e Bazaar/Updater : removed a debugging PromptOK
git-svn-id: svn://ultimatepp.org/upp/trunk@3088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 09:09:13 +00:00
micio
98ca0582b0 Bazaar/SysExec : replacing back Buffer<> with malloc because of memory corruption on destructor
git-svn-id: svn://ultimatepp.org/upp/trunk@3087 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 09:02:52 +00:00
micio
e6c35e8509 Bazaar/SysExec : another ArgEnv fix
git-svn-id: svn://ultimatepp.org/upp/trunk@3086 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 08:47:18 +00:00
micio
d42848edc6 Bazaar/SysExec : replace again malloc'd buffers with Buffer<>
git-svn-id: svn://ultimatepp.org/upp/trunk@3085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-25 08:36:25 +00:00
micio
113040ad42 Bazaar/SysExec : fixed a nasty memory bug in ArgEnv module
git-svn-id: svn://ultimatepp.org/upp/trunk@3084 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-24 22:33:19 +00:00
koldo
4e6c4088b1 OfficeAutomation_demo_console: Added new functions
git-svn-id: svn://ultimatepp.org/upp/trunk@3083 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-24 21:58:48 +00:00
koldo
130e1d9d35 OfficeAutomation: Added new functions
git-svn-id: svn://ultimatepp.org/upp/trunk@3082 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-24 21:57:26 +00:00
koldo
786c980fee .uppweb: Index update
git-svn-id: svn://ultimatepp.org/upp/trunk@3081 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-24 21:54:37 +00:00
micio
cf174d362c Bazaar/SysExec : fixed SysXXXAdmin() environment passing when app is already in elevated mode
git-svn-id: svn://ultimatepp.org/upp/trunk@3080 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-24 16:20:38 +00:00
micio
c213c70b0c Bazaar/Updater : fixed temporary executable name (adding .exe for ShellExecute)
git-svn-id: svn://ultimatepp.org/upp/trunk@3079 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-24 00:11:14 +00:00
micio
7e95936eaa Bazaar/SysExec : now ShellExecute should pass environment correctly
git-svn-id: svn://ultimatepp.org/upp/trunk@3078 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 23:34:13 +00:00
cxl
90838c15b3 .Core: Fixed String/WString docs wrt zero characters
git-svn-id: svn://ultimatepp.org/upp/trunk@3077 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 22:41:31 +00:00
koldo
0d62013ea4 .Core: Added doc
git-svn-id: svn://ultimatepp.org/upp/trunk@3076 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 21:42:39 +00:00
koldo
900a0dc994 .Core: Added doc
git-svn-id: svn://ultimatepp.org/upp/trunk@3075 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 21:27:59 +00:00
micio
4859e27b11 Bazaar/Updater : Now using SysExecGui package to run installer tasks
git-svn-id: svn://ultimatepp.org/upp/trunk@3074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 17:29:02 +00:00
micio
90516a5947 Bazaar/SysExec : Finally fixed SudoLib bug which made function hang sometimes
git-svn-id: svn://ultimatepp.org/upp/trunk@3073 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 17:21:08 +00:00
cxl
7c1dad0ec7 .CtrlCore: switched logs off
git-svn-id: svn://ultimatepp.org/upp/trunk@3072 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 17:18:29 +00:00
micio
3bff50af3d Bazaar/SysExec : shortened return time for SysStartAdmin() processes
Now it checks spawned process for termination or name change instead of
doing an heuristic check

git-svn-id: svn://ultimatepp.org/upp/trunk@3071 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-23 16:24:08 +00:00