Activity
From 01/27/2017 to 02/25/2017
02/25/2017
- 04:45 PM Bug #1645 (Approved): ide: Tab size could be per-package
- 04:45 PM Task #1647 (Approved): uppsrc/plugin/sqlite3: Update to 3.17.0 version
02/24/2017
- 10:29 PM Task #1628: Update libraries
- We should only add the most stable versions of that library. We cannot risk with experimental versions.
- 09:03 PM Bug #1649: CtrlCore: 'CurrentTime' macro redefined in GtkX11Util.cpp file
- The "-Wunused-macros":https://gcc.gnu.org/onlinedocs/gcc-4.9.4/gcc/Preprocessor-Options.html#index-Wunused-macros-100...
- 06:15 PM Feature #1651 (Approved): Find all in current file with standard CTRL+F shortcut
- The only things that prevents me too abandon notepad++ is that feature mentioned in the topic. The output should be e...
- 03:10 PM Bug #1650 (New): TreeCtrl set does not update the scroll rect
- Calling Set(int id, Value k, Value v) (and potentially TreeCtrl::Set(int id, Value v); did not test) in such a way th...
02/23/2017
- 01:52 PM Bug #1649 (New): CtrlCore: 'CurrentTime' macro redefined in GtkX11Util.cpp file
- The following warning was found on FreeBSD 10.3 (GTK+ 2.24.29, libX11 1.6.4, xproto 7.0.31) with using LLVM/Clang 3.4...
- 11:14 AM Task #1648 (Approved): uppsrc/plugin/z: Update to 1.2.11 version
- Task to update z plugin from 1.2.8 to 1.2.11 version.
Look following link for changes:
http://zlib.net/ChangeLog.... - 10:43 AM Task #1647 (Approved): uppsrc/plugin/sqlite3: Update to 3.17.0 version
- Task to update sqlite3 plugin from 3.16.2 to 3.17.0 version.
Look following link for changes:
https://www.sqlite....
02/22/2017
- 09:32 AM Task #1591 (Approved): Update toolchain on windows
- 09:32 AM Feature #1595 (Ready for QA): One should offer Get method alternate to ~ operator
- 09:27 AM Task #1628: Update libraries
- libpng updated
02/21/2017
- 11:38 AM Feature #1593 (Ready for QA): MakeOne for creating One object
- 11:10 AM Bug #1646 (Approved): PdfDraw linking issue (undefined reference to INITIALIZER)
- 10:47 AM Bug #1646 (Ready for QA): PdfDraw linking issue (undefined reference to INITIALIZER)
- 10:47 AM Bug #1646: PdfDraw linking issue (undefined reference to INITIALIZER)
- The real problem is in RepGen. RepGen.cpp includes PdfDraw.h, but RepGen does not have it in uses.
Now things beco... - 09:50 AM Bug #1646: PdfDraw linking issue (undefined reference to INITIALIZER)
- I do not see anything wrong. INITIALIZER(PdfDraw) is in PdfReport.cpp and is really needed there. PdfInit.icpp is the...
02/19/2017
- 10:28 PM Bug #1646 (Approved): PdfDraw linking issue (undefined reference to INITIALIZER)
- Please see my discussion with BioByte in following forum thread: http://www.ultimatepp.org/forums/index.php?t=msg&got...
02/18/2017
- 12:29 AM Feature #1627 (Approved): Provide Google Mocks on bazzar
- Bring to master with example - see announcement http://www.ultimatepp.org/forums/index.php?t=msg&goto=47632&#msg_47632
02/17/2017
02/15/2017
- 12:40 PM Bug #1644 (Rejected): TheIDE setting main package in editor mode causing problems with menubar an...
- Menubar and toolbar remain the same after switching from editor to normal mode.
02/13/2017
- 09:53 PM Bug #1643 (Rejected): shared_ptr could be detected in the second nesting level
- After fixing compilation works :(
- 09:46 PM Bug #1643 (Rejected): shared_ptr could be detected in the second nesting level
- Example:...
02/10/2017
- 04:10 PM Feature #1641 (Rejected): Rectangular selected could work with backspace
- The backspace operation is impossible with rectangular select.
- 01:51 PM Bug #1640 (Approved): Assist++ doesen't recongize static methods in class
- Example:...
- 11:30 AM Bug #1639 (Approved): ide: Improve inline diff
- Should highlight less...
02/05/2017
- 11:23 AM Bug #1617 (Approved): Double fields by transmission to the program lose a fractional part
- If the bug is not solved - please reopen it and target with 2017.2. We want to close 2017.1 on redmine.
- 11:23 AM Bug #1617 (Approved): Double fields by transmission to the program lose a fractional part
- If the bug is not solved - please reopen it and target with 2017.2. We want to close 2017.1 on redmine.
02/04/2017
- 05:51 PM Bug #1625 (Approved): Fixed SqlCurrentTime in sqlite3
- 05:51 PM Bug #1631 (Rejected): Fix SubRange<const T&> issue
- 05:51 PM Feature #1633 (Approved): LayDes generator comma
02/02/2017
- 02:43 PM Bug #1635 (Approved): ide, CodeEditor: Replace and perhaps other functions are ignoring ReadOnly ...
- 09:44 AM Bug #1634 (Approved): Painter::PreClip does not work
- (in FoamieMaker, when PreClip is active, Points are missing at higher resolution)
02/01/2017
- 10:39 AM Feature #1633 (Approved): LayDes generator comma
- Str("PPC_30_SENDER", ppc_30_sender);
Str("PPC_30_SUBJECT", ppc_30_subject);
Str("PPC_30_TEMPLATE", ppc_30_template);
01/30/2017
- 10:21 PM Bug #1631 (Rejected): Fix SubRange<const T&> issue
- Vector<int> a;
a << 1 << 2 << 3;
const Vector<int>& b = a;
Vector<int> c;
c.Append(SubRange(b, 0, 1));... - 07:35 PM Bug #1630 (New): Fix problem with ArrayCtrl::Sorting
01/29/2017
- 11:41 PM Task #1628 (New): Update libraries
- I created some possible list of plugins to update (with links):
uppsrc/plugin/bz2:
http://www.bzip.org/downloads.ht... - 09:21 PM Feature #1627 (Approved): Provide Google Mocks on bazzar
- Now, bazzar has got google tests, but mocks are missing. This should change...
- 09:02 PM Bug #1626 (New): Add unittest of Painter
- 11:32 AM Bug #1625 (Approved): Fixed SqlCurrentTime in sqlite3
- http://www.ultimatepp.org/forums/index.php?t=msg&th=9859&start=0&
01/28/2017
- 08:22 PM Bug #1624 (Approved): Justify cannot be reverted in RichEdit (Topic++)
- How to reproduce?
1. Open for example: ide/app.tpp/AndroidBuilder$en...
2. Change text align to left from justficia... - 07:34 PM Bug #1623 (New): Resolve problem with Android build method name and compilation flag
- As I notice we passed build method as flag to the build process. The same we do with cross compilation flag. The main...
01/27/2017
Also available in: Atom