[First Page] [Previous Page] [Next Page] [Last Page]
GIT Hash | Branch | Date | Author | Log Message |
---|---|---|---|---|
2627136b [view] | master | 2011-12-04 01:49:44 -0600 | Timothy Pearson | [pytde] Additional cleanup |
12cadbfe [view] | master | 2011-12-04 01:41:14 -0600 | Timothy Pearson | [pytde] Rename sip_Q to sipTQ |
65674fcc [view] | master | 2011-12-04 01:37:24 -0600 | Timothy Pearson | [pytde] Clean up rename |
51c1ef69 [view] | master | 2011-12-04 01:34:05 -0600 | Timothy Pearson | [pytde] Fix FTBFS |
203ba231 [view] | master | 2011-12-03 22:23:44 -0600 | Timothy Pearson | [pytde] Initial TQt conversion |
7d0fe729 [view] | master | 2011-12-03 22:10:18 -0600 | Timothy Pearson | [tde-packaging] Same as prior commit |
737ded89 [view] | master | 2011-12-03 22:07:11 -0600 | Timothy Pearson | [tde-packaging] Same as prior commit |
27bb59b6 [view] | master | 2011-12-03 22:04:27 -0600 | Timothy Pearson | [tde-packaging] Fix python-tqt FTBFS on Debian and Ubuntu |
74c7fe76 [view] | master | 2011-12-03 21:55:39 -0600 | Timothy Pearson | [pytqt] Fix FTBFS |
93bafd4d [view] | master | 2011-12-03 21:49:51 -0600 | Timothy Pearson | [pytqt] Fix _QextScintilla |
822ba8d9 [view] | master | 2011-12-03 21:19:04 -0600 | Timothy Pearson | [admin] Fix some serial warnings |
36ee03e4 [view] | master | 2011-12-03 21:16:47 -0600 | Timothy Pearson | [tde-packaging] Fix tde-i18n FTBFS on Debian and Ubuntu |
867fc81b [view] | master | 2011-12-03 21:02:45 -0600 | Timothy Pearson | [tde-i18n] Added common directories |
5e9dc965 [view] | master | 2011-12-03 21:01:56 -0600 | Timothy Pearson | [tde-i18n] Add symlinks to TLD admin directory |
f75eec56 [view] | master | 2011-12-03 20:40:33 -0600 | Timothy Pearson | [sip4-tqt] Update lexer file |
ed01c256 [view] | master | 2011-12-03 19:29:53 -0600 | Timothy Pearson | [tde-packaging] Fix python-tqt FTBFS on Debian and Ubuntu |
acd46151 [view] | master | 2011-12-03 19:26:12 -0600 | Timothy Pearson | [sip4-tqt] Fix later FTBFS in python-tqt |
f2fc430b [view] | master | 2011-12-03 19:23:03 -0600 | Timothy Pearson | [pytqt] Rename sip*_Q items |
4fd02748 [view] | master | 2011-12-03 19:57:14 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add missing kdebase patch |
ec671245 [view] | master | 2011-12-03 19:54:08 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add kde-guidance |
bf044d5a [view] | master | 2011-12-03 11:29:51 -0600 | Timothy Pearson | [ktechlab] Fix FTBFS |
ad16724f [view] | master | 2011-12-03 11:15:47 -0600 | Timothy Pearson | [tde-packaging] Fix tqscintilla FTBFS on Debian and Ubuntu |
f7e7a923 [view] | master | 2011-12-03 11:05:10 -0600 | Timothy Pearson | [tde-i18n] Second part of prior commit |
f903a670 [view] | master | 2011-12-03 18:03:45 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add pykdeextensions |
7ba2bd10 [view] | master | 2011-12-03 17:36:41 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add branding to kdebase (remove Kubuntu references) |
b97c4943 [view] | master | 2011-12-03 17:35:19 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add python-trinity |
4b54f4cb [view] | master | 2011-12-03 01:16:47 -0600 | Timothy Pearson | [tde-packaging] Fix tqscintilla FTBFS on Debian and Ubuntu |
85ca1877 [view] | master | 2011-12-02 22:36:59 -0600 | Timothy Pearson | [tde-i18n] Initial kde-tde rename |
1136138e [view] | master | 2011-12-02 22:01:49 -0600 | Timothy Pearson | [tde-packaging] Fix tqscitilla build deps on Debian and Ubuntu |
f1feafc2 [view] | master | 2011-12-02 13:26:57 -0500 | Calvin Morrison | [tde-packaging] added a ld.so.conf page for libqt-mt.so. added ruby depend for amarok. added konversation base PKGBUILD |
77dd839a [view] | master | 2011-12-02 10:14:03 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add kbarcode, kdesvn, kgtk-qt3, kpicosim, kima |
6c8db442 [view] | master | 2011-12-01 20:12:17 -0600 | Timothy Pearson | [ktechlab] Fix FTBFS with a bit of a hack around gpsim |
87772a3a [view] | master | 2011-12-01 19:26:23 -0600 | Timothy Pearson | [ktechlab] Fix linker flags |
50d8a337 [view] | master | 2011-12-01 18:22:44 +0100 | Christian Beier | [libtdevnc] Fix build error when libpng is available, but libjpeg is not. The png stuff in tight.c depends on code in tight.c that uses libjpeg features. We could probably seperate that, but for now the dependency for 'tight' goes: PNG depends on JPEG depends on ZLIB. This is reflected in Makefile.am now. NB: Building tight.c with JPEG but without PNG is still possible, but nor the other way around. |
c42ea2fa [view] | master | 2011-12-01 13:08:54 +0100 | Christian Beier | [libtdevnc] Use AM_SILENT_RULES only when it's actually available. Otherwise building breaks with older make versions. Happens on OS X 10.6 for instance. |
2ca85d33 [view] | master | 2011-12-01 01:31:56 -0600 | Timothy Pearson | [tqscintilla] Fix FTBFS |
d5dc55ed [view] | master | 2011-12-01 01:28:28 -0600 | Timothy Pearson | [tqtinterface] Add TQT_TRANSLATE_NOOP |
5b3b788b [view] | master | 2011-12-01 01:18:39 -0600 | Timothy Pearson | [tqscintilla] Fix accidental qextscintilla conversion |
267590ee [view] | master | 2011-11-30 23:02:02 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add kdirstat, knetload, knetstats, knowit, kpilot, smb4k |
d43bdcf0 [view] | master | 2011-11-30 20:12:57 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: kdebase: add Kate patch |
11cd202f [view] | master | 2011-11-30 20:08:46 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: fix bibletime compilation on Fedora16 |
03bc4850 [view] | master | 2011-11-30 12:33:18 -0600 | Timothy Pearson | [tqscintilla] Initial automated TQt conversion |
9c2a621a [view] | master | 2011-11-30 11:52:09 -0600 | Timothy Pearson | [tde-packaging] Add tqscintilla packaging files to Debian and Ubuntu |
664e37ab [view] | master | 2011-11-30 11:36:13 -0600 | Timothy Pearson | [tqscintilla] Initial import of qscintilla from 2007 |
68d88671 [view] | master | 2011-11-30 11:31:19 -0600 | Timothy Pearson | [tde-packaging] Fix builddeps |
e6386e76 [view] | master | 2011-11-29 19:25:27 -0600 | Timothy Pearson | [ktechlab] Fix FTBFS on oneiric |
184f44c7 [view] | master | 2011-11-29 23:15:11 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add kdenetwork patches, remove conflict with kvirc |
6a776d9b [view] | master | 2011-11-29 23:13:29 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add forgotten kdebase patches |
d2b8d132 [view] | master | 2011-11-29 23:12:43 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add kdenetwork patches to build protocols |
885623cf [view] | master | 2011-11-29 23:11:51 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: add bibletime, ktorrent, rosegarden, wlassistant |
9854ae11 [view] | master | 2011-11-29 23:10:27 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora: kdepim: fix missing '.la' files |
e70744eb [view] | master | 2011-11-29 23:09:56 +0100 | Francois Andriot | [tde-packaging] Amarok: add libkarma support |
08980f78 [view] | master | 2011-11-29 01:19:14 -0600 | Timothy Pearson | [tde-packaging] Initial attempt at python-tqt builds for Ubuntu and Debian |
8a055d66 [view] | master | 2011-11-29 01:11:08 -0600 | Timothy Pearson | [pytqt] Initial TQt conversion |
b388516c [view] | master | 2011-11-29 00:31:00 -0600 | Timothy Pearson | [pytqt] Initial import of python-qt3 |
b4f60191 [view] | master | 2011-11-28 18:31:38 -0600 | Timothy Pearson | [rosegarden] Fix FTBFS on oneiric |
971b00b0 [view] | master | 2011-11-28 15:25:23 -0600 | Timothy Pearson | [tde-packaging] Fix abakus build on Debian and Ubuntu |
abece5df [view] | master | 2011-11-28 14:00:04 -0600 | Timothy Pearson | [tdesvn] Fix FTBFS on oneiric |
09ae4ac7 [view] | master | 2011-11-28 12:05:26 -0600 | Timothy Pearson | [smartcardauth] Fix FTBFS on oneiric Note that this now only compiles on native TQt3 |
1f91fd9f [view] | master | 2011-11-28 11:57:17 -0600 | Timothy Pearson | [tdesvn] Fix apr detection |
c1fe8cdb [view] | master | 2011-11-28 11:26:20 -0600 | Timothy Pearson | [tdesvn] Fix build ordering |
f38a3044 [view] | master | 2011-11-28 11:12:54 -0600 | Timothy Pearson | [rosegarden] Fix cmake dependencies |
34f37afb [view] | master | 2011-11-28 02:26:45 -0600 | Timothy Pearson | [smartcardauth] Fix FTBFS |
bc58c547 [view] | master | 2011-11-28 02:15:34 -0600 | Timothy Pearson | [tdesvn] Fix build dependency ordering |
290ba9d9 [view] | master | 2011-11-28 02:09:35 -0600 | Timothy Pearson | [rosegarden] Fix build dependencies |
f7fa09d4 [view] | master | 2011-11-27 22:58:41 -0600 | Timothy Pearson | [abakus] Cleanup |
2c82d91b [view] | master | 2011-11-27 22:50:47 -0600 | Timothy Pearson | [abakus] Fix FTBFS |
a805660c [view] | master | 2011-11-27 22:37:19 -0600 | Timothy Pearson | [abakus] Add bison support |
362ddfb3 [view] | master | 2011-11-27 22:26:29 -0600 | Timothy Pearson | [tdelibs] Update flex/bison generated files for dcopidl |
cb997f2b [view] | master | 2011-11-27 20:29:37 -0600 | Timothy Pearson | [abakus] Add missing doc CMake files |
5369e0c3 [view] | master | 2011-11-27 20:27:31 -0600 | Timothy Pearson | [abakus] Fix cmake |
b939a145 [view] | master | 2011-11-27 20:25:58 -0600 | Timothy Pearson | [abakus] Initial conversion to standard CMake system |
6c7c6132 [view] | master | 2011-11-27 20:24:21 -0600 | Timothy Pearson | [tde-packaging] Use cmake to build abakus on Debian and Ubuntu |
a705dea5 [view] | master | 2011-11-27 19:12:57 -0600 | Timothy Pearson | [tde-packaging] Fix wlassistant build deps |
046a0561 [view] | master | 2011-11-27 19:08:25 -0600 | Timothy Pearson | [wlassistant] Cleanup |
ad685997 [view] | master | 2011-11-27 19:07:51 -0600 | Timothy Pearson | [wlassistant] Fix FTBFS |
fbfc2802 [view] | master | 2011-11-27 18:47:15 -0600 | Timothy Pearson | [wlassistant] Initial attempt at using the standard CMake system |
c6497e1f [view] | master | 2011-11-27 18:46:45 -0600 | Timothy Pearson | [tde-packaging] Use cmake for wlassistant on Debian and Ubuntu |
45d6980f [view] | master | 2011-11-27 18:33:59 -0600 | Timothy Pearson | [tdesvn] Cleanup |
6c0f03d8 [view] | master | 2011-11-27 17:56:17 -0600 | Timothy Pearson | [tde-packaging] Fix tdesvn build on Debian and Ubuntu |
50368d5b [view] | master | 2011-11-27 17:55:28 -0600 | Timothy Pearson | [tdesvn] Rename libtdesvnpart |
16b1cda9 [view] | master | 2011-11-27 17:43:37 -0600 | Timothy Pearson | [tdesvn] Fix build dependency order |
6e709a71 [view] | master | 2011-11-27 17:42:43 -0600 | Timothy Pearson | [tdesvn] Fix doc build |
0f106103 [view] | master | 2011-11-27 17:40:07 -0600 | Timothy Pearson | [tdesvn] Fix po file building |
f3e7f4bd [view] | master | 2011-11-27 17:32:00 -0600 | Timothy Pearson | [tdesvn] Fix FTBFS |
aa492f2e [view] | master | 2011-11-27 17:14:41 -0600 | Timothy Pearson | [tdelibs] Attempt to force dcopidl to accept the TQ_OBJECT macro |
ce769588 [view] | master | 2011-11-27 11:11:34 +0100 | Francois Andriot | [tde-packaging] RHEL/Fedora:: add kmymoney (does not work) |
32f900cc [view] | master | 2011-11-27 02:25:23 -0600 | Timothy Pearson | [tdesvn] Fix more FBTFS problems |
67ba7355 [view] | master | 2011-11-27 02:15:45 -0600 | Timothy Pearson | [tdesvn] Fix more FTBFS problems |
faca9d40 [view] | master | 2011-11-27 01:51:51 -0600 | Timothy Pearson | [tdesvn] Fix a number of build failures |
28972708 [view] | master | 2011-11-26 22:56:44 -0600 | Timothy Pearson | [tdesvn] Merge additional cmake files |
4ce4baa8 [view] | master | 2011-11-26 22:46:37 -0600 | Timothy Pearson | [tdesvn] Update svn/sqlite cmake detection |
a151d8a5 [view] | master | 2011-11-26 22:36:13 -0600 | Timothy Pearson | [tdesvn] Integrate merged cmake files |
b6c108cb [view] | master | 2011-11-26 22:31:57 -0600 | Timothy Pearson | [tdesvn] Merge cmake files |
19b4e051 [view] | master | 2011-11-26 22:24:20 -0600 | Timothy Pearson | [tdesvn] CMake updates |
a4959780 [view] | master | 2011-11-26 21:57:30 -0600 | Timothy Pearson | [tdesvn] Add link to kcfg file |
54354719 [view] | master | 2011-11-26 21:56:59 -0600 | Timothy Pearson | [tdesvn] Fix cmake |
7a8eeda3 [view] | master | 2011-11-26 21:11:09 -0600 | Timothy Pearson | [tdesvn] CMake fixes |
18b73386 [view] | master | 2011-11-26 20:59:35 -0600 | Timothy Pearson | [tdesvn] Remove unneeded header globs |
2ee58065 [view] | master | 2011-11-26 20:56:13 -0600 | Timothy Pearson | [tdesvn] Fix kded_tdesvnd problem |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2025 Trinity Desktop Project