fgerlits
900e2efa18
changed getpwnam() to getpwuid(); this fixes #1592
2006-01-11 12:56:24 +00:00
fgerlits
3ea2d91fd8
removing debug code left in accidentally
2006-01-10 20:26:18 +00:00
fgerlits
c7c7a4a679
re-enabling boost library variable setting from configure.ac
...
(why was this disabled? -- I have a feeling I'll find out soon... but maybe not)
2006-01-10 17:00:29 +00:00
fgerlits
0a51f27678
made "Report bugs to" text localizable
2006-01-04 14:46:18 +00:00
fgerlits
5f7597d940
added first version of the Options (preferences) window
...
so far, only the "About" tab is implemented
see #1583
2006-01-03 19:16:18 +00:00
tomash
adff1994b9
#1589
2006-01-02 23:24:40 +00:00
maroy
6620a0aa94
removing referneces to CVS, fix for issue #1547
2005-12-24 12:40:35 +00:00
fgerlits
484b31691f
added more paranoid assert statements to try to localize #1577
2005-12-22 14:02:40 +00:00
fgerlits
413f433769
got rid of more gcc 4.0 warnings; see ticket #1576
2005-12-22 11:54:52 +00:00
fgerlits
04e679e63c
fixed ticket #1476
2005-12-20 19:06:40 +00:00
sebastian
534f7b6198
fixes ticket #1565
2005-12-13 15:13:47 +00:00
sebastian
c559f2f7ad
nomsg
2005-12-12 15:54:55 +00:00
sebastian
91733f6f09
nomsg
2005-12-12 15:45:53 +00:00
tomash
91a00514eb
Doxygen comments fixed (related to #1225 )
2005-12-08 01:20:59 +00:00
tomash
d5511d1a42
Support for webstreams added to search methods ( #1225 )
2005-12-08 01:18:15 +00:00
fgerlits
bf8f97efff
made the 'time remains' display blink
...
this fixes #1540
2005-12-07 16:43:56 +00:00
tomash
c5f49b4a70
Recursive parameter in releasePlaylist now ignored, true forced ( #1468 )
2005-12-07 13:57:56 +00:00
fgerlits
fc84900f33
correction to [1855]
2005-12-06 19:19:29 +00:00
fgerlits
3f33bf78b0
added yellow and red indicators before the end of the audio clip in live mode
...
this fixes #1540 (mostly)
2005-12-06 19:02:36 +00:00
fgerlits
40a3c2725d
corrected a mistranslation
2005-12-05 11:33:53 +00:00
fgerlits
a13437ec68
added virtual destructors to some classes which don't really need it, to make gcc 4.0 happy
2005-12-02 16:31:22 +00:00
fgerlits
ab38e39b96
made simple search configurable; this fixes #1544
2005-12-02 13:54:20 +00:00
sebastian
330fc96fb2
allow to display error-messages
2005-12-01 17:35:47 +00:00
tomash
f938911476
merge with 1.0.2
2005-11-30 02:27:09 +00:00
tomash
c589a43a35
merge with 1.0.2
2005-11-30 02:26:22 +00:00
tomash
73ac07339f
merge with 1.0.2
2005-11-30 02:24:36 +00:00
tomash
b138a631cd
merge with 1.0.2
2005-11-30 02:22:19 +00:00
tomash
c24ed36f87
merge with 1.0.2
2005-11-30 02:20:17 +00:00
fgerlits
96cf528291
patch to remove a doubled ';' (because gcc 4.0 complains about it)
2005-11-29 16:00:25 +00:00
fgerlits
e5084c4636
updated the tools to compile with gcc 4.0
...
* cleaned up the prepare.sh scripts
* upgraded gtk+ (and dependencies) to 2.6.10
* upgraded gtkmm (and dependencies) to 2.6.5
* re-enabled ICU docs generation (fixing #1514 )
2005-11-29 13:59:31 +00:00
fgerlits
59d7dbc4c2
made src/modules/htmlUI/configure executable
2005-11-22 08:48:58 +00:00
fgerlits
92b817cda6
merging the edits made in the 1.0.x branch to the trunk, for /tools
2005-11-22 08:35:14 +00:00
fgerlits
03ad2cb267
merging [1832] back to the trunk
2005-11-21 17:36:08 +00:00
sebastian
40de13d2ba
merging propertie changes into trunk
2005-11-21 16:21:27 +00:00
fgerlits
ceeaeac777
merging the edits made in the 1.0.x branch to the trunk, for all C++ modules and products
2005-11-21 15:44:30 +00:00
sebastian
6bf3e9f27e
2005-11-21 14:49:57 +00:00
fgerlits
e97352bc6b
got rid of fractions when displaying playlengths
...
this fixes #1437
2005-11-03 19:42:52 +00:00
fgerlits
026056f026
removed stale code
2005-10-27 15:45:59 +00:00
fgerlits
14dbddd7c2
added keyboard shortcuts for play/pause/stop in the Master Panel;
...
removed stupid search function from Scratchpad and Live Mode (so that
now these windows can receive keyboard events [a-zA-Z]).
this fixes #1036 (except for fade, which may or may not be addressed later)
2005-10-27 15:22:40 +00:00
fgerlits
f9787f47d3
possible fix for #1522 (but more likely not)
2005-10-27 12:32:05 +00:00
fgerlits
9052878056
deployed KeyboardShortcut mechanism everywhere where keyboard shortcuts are handled
2005-10-21 16:07:45 +00:00
fgerlits
60a966fe37
added KeyboardShortcut class (for making keyboard shortcuts configurable)
2005-10-20 20:09:19 +00:00
fgerlits
bf254d3de3
changed Talk to Voice
2005-10-17 15:41:39 +00:00
maroy
d6ea7d8c04
possible fix for #1495
2005-10-14 11:28:44 +00:00
fgerlits
beb9bbefd7
prettified the search window, as per #1477
2005-10-13 15:47:00 +00:00
sebastian
198521e6df
fixing bug #1186
2005-10-10 20:49:51 +00:00
sebastian
cdc2ba2e33
romoved link to webstream as long we don?t have it implemented
2005-10-10 20:44:19 +00:00
sebastian
300a9e5417
fixing bug #1152
2005-10-10 20:41:23 +00:00
sebastian
3f2b14ddb8
fixing feature #1404
2005-10-10 20:20:53 +00:00
fgerlits
5b7f03dce9
Subclassed Gtk::ScrolledWindow to make the background white;
...
seems like a stupid solution, but at least it works.
This fixes #1501 .
2005-10-07 12:50:05 +00:00
fgerlits
806a189835
made metadata input in UploadFileWindow scrollable
...
(yes, I noticed it's now grey)
this fixes #1451 and creates #1501
2005-10-06 16:36:38 +00:00
fgerlits
4791dc9e70
added "/.." because of move to under src
2005-10-06 16:29:25 +00:00
tomash
2793a11419
#1499 getAudioClip method removed from storageServer's XML_RPC interface.
2005-10-05 12:29:09 +00:00
tomash
677c70e828
#1489
2005-10-04 18:41:47 +00:00
tomash
e3e70daef3
#1489 fixed
2005-10-04 18:32:31 +00:00
maroy
e73292ed46
renamed src/modules/storage to src/modules/storageClient
2005-10-04 12:35:31 +00:00
maroy
d56ed4aec0
moved tools, modules and products directories to livesupport/src
2005-10-04 11:57:19 +00:00