1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-28 23:44:10 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,3 @@
MD5 046dad0b6480aa87c0ac9827cc7a0162 madman-0.91.1.tar.gz 526119
RMD160 7d99a553c73584759a77598778c6943a44957d4d madman-0.91.1.tar.gz 526119
SHA256 4c2a691307e9840a0fffa2be23d2b140cfb6f5df3826e636583669ef28ff77f5 madman-0.91.1.tar.gz 526119
@@ -0,0 +1,3 @@
MD5 a9aeef95248ecd55e0479a6b8dec43f2 madman-0.93.tar.gz 548497
RMD160 699a5be1cf28e9e6374879713673334e2ec98fba madman-0.93.tar.gz 548497
SHA256 ee7ff4dbfab8733b01b73dd9f76de432cd4a8e3ec82c1794c695f92cdabdfb81 madman-0.93.tar.gz 548497
@@ -0,0 +1,12 @@
diff -Naur madman-0.93.orig/utility/refcnt_ptr.h madman-0.93/utility/refcnt_ptr.h
--- madman-0.93.orig/utility/refcnt_ptr.h 2004-05-20 07:03:13.000000000 -0700
+++ madman-0.93/utility/refcnt_ptr.h 2004-07-12 12:09:48.000000000 -0700
@@ -109,7 +109,7 @@
refcnt_ptr(const refcnt_ptr<T2>& rhs) throw()
{
object = rhs.object;
- refcnt = rhs.refCnt;
+ this->refcnt = rhs.refCnt;
increaseCount();
}
@@ -0,0 +1,14 @@
Index: madman-0.93/designer/mainwin.ui
===================================================================
--- madman-0.93.orig/designer/mainwin.ui
+++ madman-0.93/designer/mainwin.ui
@@ -1039,9 +1039,4 @@
<slot>fileExitAction_activated()</slot>
</slots>
<layoutdefaults spacing="6" margin="2"/>
-<includehints>
- <includehint>tsonglistview.h</includehint>
- <includehint>tsetlistview.h</includehint>
- <includehint>tsonglistview.h</includehint>
-</includehints>
</UI>