
Gnome开发
文章平均质量分 62
JonathanWarrior
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GtkMessageDialog
本文转载自http://openhome.cc/Gossip/GTKGossip/GtkMessageDialog.html 在程式中常出現一些簡單的對話或訊息方塊,有GTK中,它們都是GtkDialog的子類,在這邊先介紹一些GTK內建的對話方塊,常見類型之一是GtkMessageDialog,首先看個簡單的範例,改寫 自 訂 callback 函式 中的例子,按下按鈕後會出現訊息转载 2015-04-21 09:00:19 · 1483 阅读 · 0 评论 -
gnome-logs开发记录2--合并git的多个commit--Gnome开发记录
经过这半个多月的工作,今天终于算是搞定了这个bug。于是按照gnome love的tutorial中的submitting patches的文章,生成了patch,并且提交到了bugzilla。可是毕竟是自己第一次参与gnome开发,自己的想法和实现也有一点差错。于是David King就回复了改进建议,如下: The catalog parsing does not quite seem to原创 2014-09-11 23:39:55 · 647 阅读 · 0 评论 -
gnome-logs开发记录1--起源--Gnome开发记录
这个暑假一直想去做点项目去锻炼锻炼自己,毕竟自己算是原创 2014-08-21 10:50:39 · 711 阅读 · 0 评论 -
gnome-logs开发记录3--修复bug726228+杂记
从2014.8.14到2014.11.11,在David的帮助下共修复了两个bug。三个月以来,也有过挫折,也想过放弃,但更多的是编程过程中的喜悦和坚持。三个月,自己从其中收获了很多。好久也没有来写blog了,就着刚刚修复一个bug的小空闲,来这里记录下自己的收获。 第一个bug的链接:https://bugzilla.gnome.org/show_bug.cgi?id=709153原创 2014-11-14 15:53:36 · 640 阅读 · 0 评论 -
New files creation and Makefile
These days while coding on Gnome-Logs, I gotta create two new files that are gl-misc.c and gl-misc.h. And then I met some error related to this. Here's how it happens. I created two new files in the原创 2015-04-21 09:05:37 · 491 阅读 · 1 评论 -
parse in programming
最近在参与gnome项目,在与gnome-logs开发者David原创 2014-08-18 11:10:33 · 507 阅读 · 0 评论 -
Warning and debug in Gnome technology
The API document of g_warning is as the following: g_warning() #define g_warning(...) A convenience function/macro to log a warning message. You can make warnings fatal at runtime by原创 2015-03-25 19:17:16 · 544 阅读 · 0 评论