Commit Graph

2209 Commits

Author SHA1 Message Date
fgerlits 920cf155b2 added insensitive button images (placeholders);
fixed the mime-types of the png files
2006-03-09 12:39:37 +00:00
tomash c7ca61f5c3 #1582 support for multiple playlist export added 2006-03-09 02:08:33 +00:00
tomash c590b92db0 #1582 implementation:
playlist export/import
 formats: lspl, smil, m3u
+ forced delete (without trash use)
+ minor fixes
2006-03-09 01:21:46 +00:00
tomash 0e3e20e1df minor typo fixed 2006-03-09 01:17:31 +00:00
tomash 8fb0062868 #1582 1sr step, minor changes 2006-03-09 01:04:55 +00:00
sebastian 7b9dbbb679 new masterpanel design from Charles 2006-03-08 19:42:08 +00:00
sebastian 8f87bb6b8e new masterpanel design from Charles 2006-03-08 19:33:57 +00:00
sebastian e99e972bf6 new masterpanel design from Charles 2006-03-08 17:39:48 +00:00
fgerlits bbd88e67f8 removed manual row numbering from everywhere; this is now handled inside the ZebraTreeView class 2006-03-06 16:33:58 +00:00
tomash 3c2aa6c71f #1599, #1582 dummy XML-RPC interfaces added 2006-03-06 04:46:24 +00:00
tomash 0f77a912ea #1599, #1582 dummy XML-RPC interfaces added 2006-03-06 04:37:28 +00:00
fgerlits bf448e90e1 renamed the 'changed' variable in the OptionsContainer to the more descriptive 'touched';
removed the unused variable 'isChanged' from the OptionsWindow
2006-03-02 18:59:31 +00:00
fgerlits 29c3c2b045 made the text in the (error) message windows centered 2006-03-02 18:39:58 +00:00
fgerlits 59bcec4df2 made the striping of the ZebraTreeView handle the expanding/collapsing of TreeStore model rows correctly 2006-03-02 18:36:54 +00:00
fgerlits f21ed80b01 minor improvements on #1617 2006-03-02 17:08:47 +00:00
fgerlits 815928ba24 fixed #1617 2006-03-01 19:54:12 +00:00
tomash 12712d6adf #1625 try to suppress unwanted PHP notices 2006-03-01 14:44:22 +00:00
fgerlits 399afd9544 more progress towards #1617 2006-02-28 20:31:03 +00:00
sebastian 61a024130f adding doc/index.html 2006-02-28 14:28:11 +00:00
sebastian 9fad095234 link corrected 2006-02-28 14:27:18 +00:00
fgerlits c4bffa277f removed BaseTestMethod from the xml-rpc docs 2006-02-28 13:37:23 +00:00
sebastian 6b0e0773d2 2006-02-28 11:46:43 +00:00
sebastian ebfce06747 working on #1606 2006-02-27 17:54:19 +00:00
fgerlits d7c103d6f0 changed Gtk::TreeView to ZebraTreeView 2006-02-27 16:59:16 +00:00
sebastian 99778330e3 Adding preferences.html 2006-02-27 14:51:36 +00:00
fgerlits 8c2c13faf2 progress towards #1617 (displays keyboard shortcuts, can't be edited yet) 2006-02-24 17:12:25 +00:00
sebastian 1e1842ab95 display scheduler error just once 2006-02-24 13:44:23 +00:00
fgerlits 6bd994f434 added "get key from inside a bundle contained in this bundle" functions 2006-02-23 17:22:12 +00:00
sebastian 1106dff23c login error corrected 2006-02-23 17:03:19 +00:00
sebastian b73c09effe disabled webstream (will not be in 1.1) 2006-02-23 16:59:43 +00:00
sebastian 54c24115a8 fixed redirect to htmlUI 2006-02-23 14:29:32 +00:00
sebastian 18bc20630b added unzip to tools list 2006-02-23 14:09:11 +00:00
sebastian 6f8e369024 nomsg 2006-02-22 19:20:53 +00:00
sebastian f30283d544 fixes #1409, #1486, #1620 2006-02-22 16:46:57 +00:00
sebastian cfca8290a3 cleaning up 2006-02-20 20:38:21 +00:00
sebastian f6fd14c8d3 fixed bug #1516 2006-02-20 17:37:20 +00:00
sebastian d865521d41 drag & drop playlist always enabled 2006-02-20 16:47:46 +00:00
sebastian e8bf5dfff8 fixing bug #1593 2006-02-20 16:36:26 +00:00
sebastian ca6ef49f10 DEBUG mode introduced 2006-02-20 16:03:26 +00:00
fgerlits 451fa4f1c8 made the keyboard shortcuts case-insensitive (part of #1617) 2006-02-17 13:20:28 +00:00
fgerlits a8e7bf1931 removed the MessageWindow class (it was just a more primitive version of the DialogWindow) 2006-02-10 21:21:56 +00:00
fgerlits ae820b8d59 moved the public constants from WidgetFactory to a separate class;
this solves some circular reference isssues
2006-02-10 19:06:14 +00:00
fgerlits 5183197c69 moved the OptionsContainer class to the Core module
(since we might want to use it in the Scheduler, too)
2006-02-10 11:41:20 +00:00
fgerlits 6497775c9b added missing try - catch block 2006-02-09 16:40:00 +00:00
fgerlits c498a95b4d added info + error messages;
fixed the behavior of the Cancel button
2006-02-09 16:23:59 +00:00
fgerlits 5835587c0a fixed removing multiple items from the scratchpad; see #1615 2006-02-07 09:48:42 +00:00
fgerlits e7b267fa8c fixed #1614 2006-02-03 18:26:47 +00:00
fgerlits 11350d6b97 changed the storage methods to accept const UniqueId parameters
(this should be done everywhere, and not only with UniqueId -- later)
2006-02-03 18:17:08 +00:00
fgerlits b86507f15c Refactored the ScratchpadWindow: now the contents are stored in the window itself, instead of in the GLiveSupport object.
The Scratchpad contents are loaded from the user prefs (and acquired) when the ScratchpadWindow is first opened, instead of at login; this makes the login a bit faster.
Enabled intra-window drag-and-drop in the Scratchpad.
2006-02-02 19:14:00 +00:00
fgerlits e21440dff2 made the rows in the Live Mode window drag'n'drop reorderable 2006-02-01 17:04:51 +00:00