Using mm-common files in a C++ project

2013-08-13 Thread fr33domlover
source? I'd like to know where they come from and add those packages as dependencies, or at least paste the scripts/macros into my project's directory, since there's no need to write such scripts from scratch. Thanks - fr33domlover ___ gtkmm-list

Referring to libstdc++

2013-10-11 Thread fr33domlover
changed since then. What is the recent approach for referencing the std namespace in Doxygen and having the whole libstdc++ doxygen docs visible in Devhelp? Thanks! fr33domlover ___ gtkmm-list mailing list gtkmm-list@gnome.org https://mail.gnome.org

Re: Referring to libstdc++

2013-10-29 Thread fr33domlover
Anyone has an advice for me? On ו', 2013-10-11 at 12:36 +0300, fr33domlover wrote: Hello, I'm writing software in C++, and I use Doxygen for API docs. I noticed that mm-common comes with a doxygen file for libstdc++, so all mm-common users (gtkmm, glibmm, etc.) can refer to it. But it seems

Re: Referring to libstdc++

2013-10-30 Thread fr33domlover
manner. Then, maybe I'll contact distro packagers and see if they can run the script to generate a data package for libstdc++ (or add it to the libstdc++ docs package) and distribute it. On ג', 2013-10-29 at 17:07 +0100, Krzesimir Nowak wrote: 2013/10/11 fr33domlover fr33domlo...@mailoo.org

Re: why not usring + ustring = ustring like QT?

2014-01-27 Thread fr33domlover
Hello, On ב', 2014-01-27 at 17:24 +0100, Giuseppe Penone wrote: Hi, I wonder why we cannot add the support for operator + like in QString, it is so incredible useful. Murray answered that. One more thing, after a request I spent time to create the windows gtkmm binaries based on official

Re: includes in enums.hg

2014-02-27 Thread fr33domlover
If this is a problem, a preprocessor macro can be added to prevent that warning. GTK seems to use GTK_COMPILATION and and __GTK_H_INSIDE__ or something like that, which allow individual header inclusion. They could also add another switch, e.g. BINDING_COMPILATION, so bindings can compile faster

Re: Drawing in separate thread to Gtk::DrawingArea

2014-07-27 Thread fr33domlover
On Sat, 26 Jul 2014 19:50:58 +0300 Szőke Szabolcs szabolcs...@gmail.com wrote: Hi everybody. I found the tutorial on gtkmm developer page about multi-threading. But when I wanted to adapt for my needs, I couldn't figure out how to do it. I have a DrawingArea widget within a window and I want

make distcheck

2014-11-11 Thread fr33domlover
, and then try building glibmm and gtkmm. They gave errors about ENABLE_DOCUMENTATION not defined with a AM_CONDITIONAL. Was there another step, e.g. manually copying mm-common files into glibmm tree, which I missed? Thanks in advance! fr33domlover PGP key ID: 63E5E57D signature.asc

Re: make distcheck

2014-11-12 Thread fr33domlover
On 2014-11-12 fr33domlover fr33domlo...@riseup.net wrote: Thanks. Maybe the issue was simply version numbers, which jhbuild solves. I would still like to know - how do they solve the issue of HTML files, which are distributed, specified in MAINTAINERCLEANFILES and not in DISTCLEANFILES