amrein
eaefcf79e8
Add more verification code and fix a few compatibility issue with other POSIX OS:
...
- remove '\n' to prevent bad output (some buildin echo functions don't handle it correctly)
- tells if package config for gtk+-2.0, x11, libnotify and freetype2 are availables
- export logging functions into 'function_library' and source it from domake and doinstall
- cosmetic on logging messages to follow GNU standards (do not use dot at the end of messages)
git-svn-id: svn://ultimatepp.org/upp/trunk@10709 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 18:03:33 +00:00
cxl
e87d115666
CodeEditor: Fixed 1u literal highlighting
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10708 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 13:19:20 +00:00
cxl
40509d763c
Core: CParser nested comments support (thanks cbpporter)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10707 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 09:59:11 +00:00
cxl
5976d32aa3
.autotest
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10703 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-13 07:52:15 +00:00
amrein
3dc674ac47
Remove U++ home directory reference from Makefile.in and uMakefile.in
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10702 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-12 22:09:59 +00:00
amrein
47e75ba11b
New Fedora release uses a different variable for versionning. Must use 0%{?fedora_version} || 0%{?fedora} to cover them all.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10701 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-12 15:16:58 +00:00
cxl
88ae0b38d9
Core: Speller now searching in more paths in Posix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10700 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-12 07:48:16 +00:00
cxl
e55413847a
Painter: Optimized (thanks Tom1)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10697 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 19:38:39 +00:00
cxl
130203969b
.examples
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10696 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 19:38:35 +00:00
amrein
8d7a331cf9
- used 'tr' instead of ${variable^^} that only works in bash (for uppercase letter substitutions)
...
- removed 'function' keyword (only work in bash)
- replaced 'echo' by 'which echo' because in old /bin/sh, echo is replaced by an internal version that doesn't support escape character (-> we had no color in stdout)
- add --verbose parameter to 'doinstall' in Makefile in order to see installation details
git-svn-id: svn://ultimatepp.org/upp/trunk@10695 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 14:13:21 +00:00
amrein
6649ca6921
Take all type of colorisation attributes out of the output stream when output stream is redirected (not tty)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10694 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 04:34:27 +00:00
amrein
57797a7231
Terminal palette is 0->255 (so 1 to 3 digits)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10693 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 03:52:09 +00:00
amrein
c6c84dde59
Complete rewrite of doinstall: adding standard option parameters (POSIX installation), error handling and logging
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 03:38:02 +00:00
amrein
7720ece4f5
Complete rewrite of doinstall: adding standard option parameters (POSIX installation), error handling and logging
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10691 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 03:37:10 +00:00
cxl
a0028b66d2
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10690 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-10 19:59:05 +00:00
amrein
b5c6db84b3
Now, you can compile U++ using threads (example: 'gmake -j8'). It's so mutch faster...
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10689 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-10 14:35:47 +00:00
cxl
f2cf0d158a
upp.src: Single threaded mode removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10688 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-09 22:36:31 +00:00
cxl
d414bd03a6
GridCtrl: Pasting into column with Convert based EditField now uses Convert to convert the pasted text
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10686 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-09 14:17:58 +00:00
amrein
a69f1d684c
Man pages are in uppsrc now
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10685 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-09 09:40:29 +00:00
cxl
d6ef711ca2
ide, iml: .1 files
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10684 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-09 09:27:17 +00:00
cxl
d708cd5425
.autotest
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10683 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-09 09:22:44 +00:00
amrein
45e4b5a62b
Added missing symlink in %file
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10682 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 23:11:57 +00:00
amrein
1795f3e810
Fix creation of the source code installation directory
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 22:47:00 +00:00
amrein
00bdf3a927
Add "Obsoletes" tag to ease updating from an older binary using "upp" instead of "upp-devel"
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10680 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 21:54:17 +00:00
amrein
37949d172b
Remove bzip2 in pkg-config invocation for more compatibility (new snapshot will compile in Centos)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10679 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 19:23:11 +00:00
koldo
be158e216a
Eigen: Removed warnings
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10678 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 18:06:10 +00:00
amrein
cb9136fc7a
Add theide and umk man page to snapshots, keep file attributs while copying and cosmetic
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10677 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 16:31:48 +00:00
amrein
32264ed3fd
Fix readme and POSIX/X11 web page typos
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10675 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 08:11:28 +00:00
amrein
d350299844
Switch readme to GitHub Markdown syntax: https://help.github.com/articles/basic-writing-and-formatting-syntax/
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10674 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 07:57:53 +00:00
amrein
79aec29ee9
Add bash script header in top of file to prevent bad file type guessing
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10673 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 07:33:18 +00:00
klugier
122f7fb6b7
Core can be fully compiled on Windows with Android Builder.
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10672 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 22:55:56 +00:00
koldo
4a75f1e32c
ScatterCtrl_Demo: Pedantic fixes and changes in PieCtrl
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10670 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 17:42:47 +00:00
koldo
c18c80fe91
ScatterCtrl: Pedantic fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10669 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 17:42:11 +00:00
koldo
9b083d9eee
ScatterDraw: Pedantic fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10668 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 17:41:56 +00:00
cxl
030c71550f
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10667 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 10:31:01 +00:00
cxl
50eb0d3a4a
Oracle: Fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10666 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 10:24:30 +00:00
cxl
24533149fd
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10665 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 08:07:21 +00:00
cxl
390fca6b36
upp.src: Gate2->Gate
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10663 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 05:48:06 +00:00
amrein
6b29fec138
Requires from domake are not enough. After intense testing, must add back a few in Buildrequires and Requires: libnotify, libbz2 and xorg
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10662 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 03:27:23 +00:00
amrein
1e27aedb3b
Thrink Buildrequires and Requires to minimum and add back "make prepare" to prevent stable release to provide a broken spec file (waiting for umk fix to be on server)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10661 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 00:47:27 +00:00
koldo
c76b517a05
ScatterCtrl: Legend width and height is automatic
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10660 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-06 23:02:34 +00:00
koldo
e91394665c
ScatterDraw: PieCtrl legend width and height is automatic
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10659 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-06 23:02:06 +00:00
koldo
6ba4b11b99
.Core: Tiny doc fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10658 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-06 22:59:35 +00:00
cxl
a24a816a0e
upp.src: Removing Gate2
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10657 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-06 22:47:09 +00:00
cxl
557bad68e4
uppsrc: Gate1/2 replaced with Gate
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10656 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-06 14:22:57 +00:00
cxl
b74ec431f5
uppweb: Overview updated
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10654 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-06 10:57:47 +00:00
cxl
8ef33a0662
CtrlLib: ArrayCtrl::SortingFrom, GateN issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10653 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-06 10:14:26 +00:00
amrein
984373ba85
Calling "make prepare" not needed any more because Makefile are now multithreads compatible
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10651 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-05 15:03:16 +00:00
amrein
536f6dc130
Fix Makefile generation: allow multithread building with the -jn switch
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10650 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-05 14:58:03 +00:00
amrein
8ba46948f7
Fix Categories in upp.desktop file for Debian too
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10649 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-05 14:31:20 +00:00