Activity

From 01/29/2017 to 02/27/2017

02/26/2017

09:41 AM Task #1648 (Approved): uppsrc/plugin/z: Update to 1.2.11 version
Miroslav Fidler

02/25/2017

04:45 PM Bug #1645 (Approved): ide: Tab size could be per-package
Miroslav Fidler
04:45 PM Task #1647 (Approved): uppsrc/plugin/sqlite3: Update to 3.17.0 version
Miroslav Fidler

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. Zbigniew Rebacz
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... Sender Ghost
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... Zbigniew Rebacz
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... cbpporter cbpporter

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... Sender Ghost
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....
Sender Ghost
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....
Sender Ghost

02/22/2017

09:32 AM Task #1591 (Approved): Update toolchain on windows
Miroslav Fidler
09:32 AM Feature #1595 (Ready for QA): One should offer Get method alternate to ~ operator
Miroslav Fidler
09:27 AM Task #1628: Update libraries
libpng updated Miroslav Fidler

02/21/2017

11:38 AM Feature #1593 (Ready for QA): MakeOne for creating One object
Miroslav Fidler
11:10 AM Bug #1646 (Approved): PdfDraw linking issue (undefined reference to INITIALIZER)
Zbigniew Rebacz
10:47 AM Bug #1646 (Ready for QA): PdfDraw linking issue (undefined reference to INITIALIZER)
Miroslav Fidler
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...
Miroslav Fidler
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... Miroslav Fidler

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... Zbigniew Rebacz

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 Zbigniew Rebacz

02/17/2017

12:45 PM Bug #1645 (Approved): ide: Tab size could be per-package
Miroslav Fidler

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. Zbigniew Rebacz

02/13/2017

09:53 PM Bug #1643 (Rejected): shared_ptr could be detected in the second nesting level
After fixing compilation works :( Zbigniew Rebacz
09:46 PM Bug #1643 (Rejected): shared_ptr could be detected in the second nesting level
Example:... Zbigniew Rebacz

02/10/2017

04:10 PM Feature #1641 (Rejected): Rectangular selected could work with backspace
The backspace operation is impossible with rectangular select. Zbigniew Rebacz
01:51 PM Bug #1640 (Approved): Assist++ doesen't recongize static methods in class
Example:... Zbigniew Rebacz
11:30 AM Bug #1639 (Approved): ide: Improve inline diff
Should highlight less... Miroslav Fidler

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. Zbigniew Rebacz
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. Zbigniew Rebacz

02/04/2017

05:51 PM Bug #1625 (Approved): Fixed SqlCurrentTime in sqlite3
Miroslav Fidler
05:51 PM Bug #1631 (Rejected): Fix SubRange<const T&> issue
Miroslav Fidler
05:51 PM Feature #1633 (Approved): LayDes generator comma
Miroslav Fidler

02/02/2017

02:43 PM Bug #1635 (Approved): ide, CodeEditor: Replace and perhaps other functions are ignoring ReadOnly ...
Miroslav Fidler
09:44 AM Bug #1634 (Approved): Painter::PreClip does not work
(in FoamieMaker, when PreClip is active, Points are missing at higher resolution) Miroslav Fidler

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);
Miroslav Fidler

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));...
Miroslav Fidler
07:35 PM Bug #1630 (New): Fix problem with ArrayCtrl::Sorting
Miroslav Fidler

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...
Miroslav Fidler
09:21 PM Feature #1627 (Approved): Provide Google Mocks on bazzar
Now, bazzar has got google tests, but mocks are missing. This should change... Zbigniew Rebacz
09:02 PM Bug #1626 (New): Add unittest of Painter
Miroslav Fidler
11:32 AM Bug #1625 (Approved): Fixed SqlCurrentTime in sqlite3
http://www.ultimatepp.org/forums/index.php?t=msg&th=9859&start=0& Miroslav Fidler
 

Also available in: Atom