Commit graph

9279 commits

Author SHA1 Message Date
amrein
8ec97cb1da Rename readme as readme.md for github syntax to take effect (https://github.com/ultimatepp/mirror/tree/master/uppbox/Scripts)
git-svn-id: svn://ultimatepp.org/upp/trunk@10740 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-21 21:52:48 +00:00
amrein
1c1f010ed7 Fix github syntax: remove '#' at the end of titles and remove space before '*'
git-svn-id: svn://ultimatepp.org/upp/trunk@10739 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-21 21:31:37 +00:00
cxl
f2ade05b69 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@10738 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-21 18:28:25 +00:00
klugier
6e78caa380 .ide Removed unused CreateSymbolicLink method in AndroidBuilder
git-svn-id: svn://ultimatepp.org/upp/trunk@10736 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-21 14:35:12 +00:00
klugier
4364cc0737 .uppweb Slack is now mention in external links.
git-svn-id: svn://ultimatepp.org/upp/trunk@10735 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-20 21:25:46 +00:00
amrein
7a64bb2c29 Add missing files and sort
git-svn-id: svn://ultimatepp.org/upp/trunk@10734 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-20 19:18:07 +00:00
amrein
dccc7fe00b Fix warning message about using clang++
git-svn-id: svn://ultimatepp.org/upp/trunk@10732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-19 11:47:24 +00:00
amrein
962cc02f30 Cosmetic
git-svn-id: svn://ultimatepp.org/upp/trunk@10731 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-18 12:40:32 +00:00
amrein
5b049570fc Cosmetic
git-svn-id: svn://ultimatepp.org/upp/trunk@10730 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-18 12:39:14 +00:00
cxl
6454c3347f plugin/ppm: Fixed header guard #define
git-svn-id: svn://ultimatepp.org/upp/trunk@10729 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-18 07:04:39 +00:00
cxl
9510ae583a plugin/bmp - now using pragma pack(push, 1) for GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@10728 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 15:28:10 +00:00
cxl
a7f22c9543 Fixed plugin/bmp - mingw (thanks sergea)
git-svn-id: svn://ultimatepp.org/upp/trunk@10727 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 15:22:04 +00:00
amrein
c06e006c27 Define bindir environment variable to be sure that bindir is correct (just in case)
git-svn-id: svn://ultimatepp.org/upp/trunk@10726 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 09:59:34 +00:00
amrein
75ab193ec0 Makefile doesn't create ide.out and umk.out in $UPPOUT so we shouldn't look for them there when $UPPOUT is defined
git-svn-id: svn://ultimatepp.org/upp/trunk@10725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 09:42:51 +00:00
cxl
32387e0197 Painter: Fixed underline/overstrike (again :)
git-svn-id: svn://ultimatepp.org/upp/trunk@10724 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 08:40:09 +00:00
amrein
8ff833ae37 Documentation: replace llvm39 build dependancy by clang-devel on BSD
git-svn-id: svn://ultimatepp.org/upp/trunk@10723 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 08:35:00 +00:00
amrein
02584c0987 Several modifications in domake:
- Add show_usage()
- Add parameters
- Enable c++ compiler
- Use environment variables

Other modifications:
- Make bash the default shell in Makefile domake and doinstall
- Simplify upp-devel (using make make install directly)
- Fix documentation accordingly

git-svn-id: svn://ultimatepp.org/upp/trunk@10722 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 01:34:42 +00:00
amrein
e0958926cd Fix snapshots build: scripts domake and doinstall need function_library
git-svn-id: svn://ultimatepp.org/upp/trunk@10721 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-16 13:19:55 +00:00
amrein
5b038e1b06 Documentation: add gmake to BSD build requires and explain why standard BSD 'make' will fail (and how to resolve this)
git-svn-id: svn://ultimatepp.org/upp/trunk@10720 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-16 12:49:46 +00:00
amrein
d68568b282 Using "$$$$" to escape '$' in files names for Makefile works on BSD with make but doesn't work with gmake.
-> We will only escape '$' with "$$" and I will change the documentation to ask users to install gmake and tell them about the issue if they still wants to use make.

git-svn-id: svn://ultimatepp.org/upp/trunk@10719 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-16 11:53:19 +00:00
cxl
6fe5e5afd8 Painter: Fixed underline/strikeout in TextOp position
git-svn-id: svn://ultimatepp.org/upp/trunk@10718 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-16 10:13:44 +00:00
cxl
48407c46e1 ide: Changed makefile $ escape to $$$$ (thanks amrein)
git-svn-id: svn://ultimatepp.org/upp/trunk@10716 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-16 09:30:15 +00:00
klugier
c3dc8f88ca .AndroidBuilder support .cc files extension and ndkbuild command is append in real time to ide console.
git-svn-id: svn://ultimatepp.org/upp/trunk@10715 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 21:53:49 +00:00
cxl
46aa17f928 .contributors list
git-svn-id: svn://ultimatepp.org/upp/trunk@10714 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 21:23:22 +00:00
amrein
d668aeb488 Replace ' * Message' by ' - Message' to prevent shell substitution in error message
git-svn-id: svn://ultimatepp.org/upp/trunk@10713 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 21:21:41 +00:00
amrein
24cd536401 Now U++ should compile on almost any POSIX/X11 operating system: Added ((LIBRARIES)) into GCCMK.bm and CLANGMK.bm and fixed domake and upp-devel.spec accordingly
git-svn-id: svn://ultimatepp.org/upp/trunk@10712 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 20:54:35 +00:00
amrein
4039062fe6 Add BSD installation details to current POSIX/X11 installation documention
git-svn-id: svn://ultimatepp.org/upp/trunk@10711 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 18:34:15 +00:00
amrein
a2d645a538 Must use %if %else because rpmbuild doesn't reconize '\!' in %if statement
git-svn-id: svn://ultimatepp.org/upp/trunk@10710 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 18:12:08 +00:00
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