summaryrefslogtreecommitdiff
path: root/src/glade.glade
Commit message (Collapse)AuthorAgeFilesLines
* GladeWindow: Remove surveyJuan Pablo Ugarte2022-08-101-15/+2
| | | | We do not need to run the survey anymore since there is not plan for further development.
* Remove Guido memorialJuan Pablo Ugarte2022-08-101-93/+5
|
* Add new menu entry: User ManuelSabri Ünal2022-04-211-1/+15
|
* GladeWindow: move main menu separator before preferences itemJuan Pablo Ugarte2020-11-201-8/+8
| | | | Closes issue #373 "Move separator in hamburger menu one up, to be consistent with other GNOME applications"
* GladeWindow: Add Guido Macchi memorialJuan Pablo Ugarte2020-09-121-2/+90
| | | | | | | Guido was a beloved professor at Rosario National university who passed away last december. This is a small recognition in his memory.
* GladeWindow: move actions to topJuan Pablo Ugarte2020-07-291-36/+56
| | | | | | Give catalog actions a more prominent place than the bottom toolbar Fix issue #452 "GtkComboBox cell renderers editor is too hard to discover"
* glade.glade: update about dialog.Juan Pablo Ugarte2020-07-091-250/+233
| | | | | Set about dialog lisence proerty to GPL2. Do not use deprecated properties.
* Make four buttons accessible via alt keySabri Ünal2020-05-191-2/+2
|
* Set the "About Dialogue" as modalVeerasamy Sevagen2019-07-011-0/+1
|
* Adding "Glade" to "About" section.Veerasamy Sevagen2019-06-251-1/+1
| | | | The reason for this change is to make it consistent with the other applications.
* No wide handles in `center_paned` and `left_paned`tallero2019-03-311-2/+2
|
* icon: update app iconJakub Steiner2019-03-141-1/+1
| | | | | | | | - GNOME 3.32 redesign of app icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2 for more info. /label ~"9. Initiative: AppIconRedesign"
* GladeWindow: simplify pointer mode actionsJuan Pablo Ugarte2018-08-111-6/+10
| | | | | Replace all pointer mode actions (select, drag, margin and align) with a new action "pointer-mode" with a mode parameter
* GladeWindow: move actions to GtkApplicationJuan Pablo Ugarte2018-08-111-1/+1
|
* GladeWindow: port to GtkApplicationJuan Pablo Ugarte2018-08-021-2/+2
| | | | | This will let us export actions on DBus as an entry point for integration with other IDE like Builder.
* GladeWindow: hide intro button after its finished.Juan Pablo Ugarte2018-03-121-4/+18
|
* Removed useless tag "translatable"Marek Černocký2018-03-041-2/+2
|
* Add UI interactive introductionmodern-uiJuan Pablo Ugarte2017-12-301-0/+44
|
* GladeWindow: port to GActionJuan Pablo Ugarte2017-12-301-372/+104
|
* GladeWindow: move all project actions to headerbarJuan Pablo Ugarte2017-12-301-234/+148
| | | | | - Use GtkStackSwitcher in headerbar to change project - Undo/Redo right click to activate command menu
* GladeWindow: add main stack with logoJuan Pablo Ugarte2017-12-301-141/+211
|
* GladeWindow: add GladeAdaptorChooserJuan Pablo Ugarte2017-12-301-7/+43
|
* GladeWindow: replace main notebook with stackJuan Pablo Ugarte2017-12-301-54/+181
| | | | Add popover button with a stack switcher to headerbar to replace notebook tabs
* GladeWindow: remove unused view actionsJuan Pablo Ugarte2017-12-301-38/+0
|
* GladeWindow: replace menubar with headerbarJuan Pablo Ugarte2017-12-301-582/+391
| | | | | | | Add headerbar with open, new, undo, redo and save buttons and a main dropdown menu. Simplified toolbar and moved under the inspector.
* GladeWindow: moved statusbar on top of workspaceJuan Pablo Ugarte2017-12-301-22/+30
|
* GladeWindow: remove unused right_paned.Juan Pablo Ugarte2017-12-301-19/+7
| | | | Set minimun width/height for inspector, workspace and property editor
* GladeWindow: move inspector to palette place.Juan Pablo Ugarte2017-12-301-12/+3
|
* GladeWindow: remove palette related actions from view menuJuan Pablo Ugarte2017-12-301-88/+1
|
* GladeWindow: remove dock systemJuan Pablo Ugarte2017-12-301-58/+7
| | | | Remove palette, inspector and editor windows dock.
* Main UI frontend: Use wide paned handles.Tristan Van Berkom2015-12-201-1/+4
| | | | Its almost impossible to resize these things without any width to grab.
* src/glade.glade: bumped copyright yearJuan Pablo Ugarte2015-06-111-1/+1
|
* Migrated from stock icons to icon namesJuan Pablo Ugarte2014-05-071-19/+20
| | | | | | | | | | GladeApp GladePointerMode icons and devhelp icon are now registered as icon names GladeWindow: replaced deprecated gtk_tool_button_new_from_stock() with gtk_tool_button_new() + gtk_image_new_from_icon_name() to create actions tool items GTK+ Catalog, glade.glade: replaced every stock icon with the corresponding icon name TODO: the only stock icon that does not seem to have a replacement is gtk-edit
* GladeWindow: only show found recent files.Juan Pablo Ugarte2014-05-021-0/+1
|
* Correctly capitalize a titlePiotr Drąg2014-03-031-1/+1
|
* Added Registration & User Survey Dialog in Help menuJuan Pablo Ugarte2014-02-171-1/+17
|
* Bumped copyright date to 2014Juan Pablo Ugarte2014-02-141-1/+1
|
* glade.glade: Added license.Juan Pablo Ugarte2013-12-111-138/+164
| | | | Now objects are correctly ordered by dependency.
* Fixed copyright datesJuan Pablo Ugarte2013-08-191-1/+1
|
* Made GladeWindow a composite template.Juan Pablo Ugarte2013-05-221-675/+722
| | | | NOTE: most of the changes in glade.glade are because widgets are moved one level in the hierarchy
* Recommitting glade.glade with requirement of gladeui catalog.Tristan Van Berkom2013-04-121-0/+1
|
* Fixup frontend glade files.Tristan Van Berkom2013-04-121-7/+0
| | | | | The adjustment for the autosave seconds spin button didnt follow the migration properly.
* Frontend Glade files: Added translation domainTristan Van Berkom2013-04-121-1/+1
|
* GladeWindow: Fix recent filesTristan Van Berkom2013-04-111-9/+15
| | | | | | Glade's main open recent menu was not properly filtered, now only allow Glade to open recent files that are of mime type "application/x-glade"
* Ported GladePreferences to use a composite template.Tristan Van Berkom2013-04-111-310/+1
|
* Touching up preferences spacingTristan Van Berkom2013-04-101-4/+1
|
* GladeWindow: Remove references of the moved search entry.Tristan Van Berkom2013-04-081-197/+169
|
* Implemented autosave and backupsTristan Van Berkom2013-04-061-89/+170
| | | | | | | | | | | Whenever the user saves, the last version of the file is backed up. Whenever the project is modified and idle for a configurable amount of seconds, the project is automatically saved. At load time, if the automatically saved file is newer than the proposed Glade file, Glade will popup a dialog and let the user choose to load the autosaved version instead
* GladeWindow: Make the Editor Header bar optional in the view menu.Tristan Van Berkom2013-04-011-12/+26
| | | | Now the preference is saved in the keyfile.
* Added pading in preferences dialogJuan Pablo Ugarte2013-03-301-1/+2
|